@charset "utf-8";

/*
* base reset
*/

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
span,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
header,
nav,
section,
footer,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	margin: 0px;
	min-width: 1240px;
}

header,
nav,
section,
footer {
	display: block;
}

body {
	/*background-color: #f2f2f2;*/
	font-size: 14px;
	line-height: 24px;
	font-family: '微软雅黑', 'Helvetica Neue', sans-serif, SimHei;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style: none;
}

a {
	font-size: 100%;
	text-decoration: none;
}

p {
	color: #999;
	line-height: 22px;
	font-size: 14px;
}

img {
	max-width: 100%;
}

@font-face {
	font-family: 'YSTHeiti';
	src: url('YourWebFontName.eot'); /* IE9 Compat Modes */
	src: url('YourWebFontName.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('YourWebFontName.woff') format('woff'), /* Modern Browsers */
         url('STHeiti-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('YourWebFontName.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}
/*
********************  wrapper整体
*/

.fullpage,
.fullpage  body {
	/*overflow: hidden;*/
	height: 100%;
}

.server-body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Tahoma", "Hiragino Sans Gb", "Microsoft YaHei";
}


/*
******************** full-page
*/

#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
	overflow: hidden;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}

.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -29px;
	width: 30px;
	height: 58px;
	border: none;
}

.fp-controlArrow.fp-prev {
	left: 68px;
	background: url("../images/ico-left.png") center no-repeat;
}

.fp-controlArrow.fp-next {
	right: 68px;
	background: url("../images/ico-right.png") center no-repeat;
}

.fp-scrollable {
	overflow: scroll;
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background: #333;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}

#fp-nav ul li:hover .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}


/*
******************** navbar Module
*/

/*.navbar {
	font-size: 0;
}*/

.navbar  li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	white-space: normal;
	position: relative;
}
.navbar  li:hover .submenu{
	display: block;
}
.navbar  li .submenu{
	display: none;
	position: absolute;
	left: 35px;
	top: 80px;	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	box-shadow:0 0 3px 3px rgba(0,0,0,.1);
}
.navbar  li .submenu:before{
	content: '';
	position: absolute;
	left:50%;
	top: -26px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 12px;
	border-color: transparent;
	border-bottom-color: #ddd;
	border-style: solid;
}
.navbar  li .submenu:after{
	content: '';
	position: absolute;
	left:50%;
	top: -24px;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 12px;
	border-color: transparent;
	border-bottom-color: #fff;
	border-style: solid;
}
.navbar  li .submenu a.subitem{
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	background: #fff;
	color: #666;
	line-height: 50px !important;
}
.navbar li .submenu a.subitem:hover{
	background: #f25246;
	color: #fff !important;
	line-height: 50px !important;
}
.navbar  li  a {
	color: #333;
}

.navbar  li  a:hover {
	color: #e60012;
}

.navbar  li h3 {
	font-weight: 100;
}
.nav-on{
	background-color: #f25246;
}
.nav-on-a{
	color: #fff !important;
}


/***
******************** header
***/

.header {
	padding-right: 60px;
	padding-left: 60px;
	height: 80px;
	background: #fff;
}

.headCont{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 auto;
    max-width: 1100px;
}
.icon-tools {
    width: 160px;
    font-family: '微软雅黑', 'Helvetica Neue', sans-serif, SimHei !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ececec;
    line-height: 30px;
    height: 38px;
    overflow: hidden;
}
.headertool{
    position: absolute;
    right: 0;
    top: 11px;
    z-index: 1000;
}
.enchange{
    text-align: right;
    color: #ddd;
    vertical-align: middle;
    margin-bottom: 3px;
}
.enchange a{
    display: inline-block;
    line-height: 20px;
    color: #aaa;
    padding: 0 10px;
}
.enchange a.active{
    color: #e60012;
}
.pull-right {
    float: right;
}
.icon-tools a{
    display: inline-block;
    line-height: 38px;
    float: left;
    font-weight: normal;
}
.icon-tools a i.ic-tel {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/ic-tel.png) no-repeat;
}
.icon-tools strong {
    margin: 0 5px;
    display: inline-block;
    line-height: 38px;
    float: left;
    font-weight: normal;
}

.logo {
	display: block;
	float: left;
	height: auto;
	margin-top: 20px;
    border-right: solid 1px #D5D5D5;
    padding-right: 23px;
    height: 47px;
}
.logo img{
	height: 100%;
}
.header .headCont .navbar {
	margin-left: 216px;
}

.header .headCont .navbar  li {
	padding: 0 22px;
}

.header .headCont .navbar  li a {
	font-size: 16px;
	line-height: 80px;
	color: #666;
}
.header .headCont .navbar li a:hover {
    color: #e60012;
}
.navbar .online-edu  a {
	color: #e60012;
}

.info {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 60px;
}

.info  .navbar  li {
	padding: 0 10px;
	float: left;
}

.info  .navbar  li a {
	font-size: 14px;
	/*color: #666;*/
}
.info  .navbar  li  a:hover {
	color: #fff;
}


.navbar  .title-login  a {
	color: #fff;
}

.navbar  .title-register  a {
	color: #fff;
}

.info .navbar  .title-login {
	background: #333;
	padding: 0 10px;
	margin-right: 10px;
}

.info .navbar  .title-register {
	background-color: #e33a2e;
	padding: 0 10px;
}

/* .navbar  .title-connet {
	line-height: 33px;
} */


/***
* footer
***/

.footer {
	width: 100%;
	text-align: center;
	color: #aaa;
	background: #333;
	margin-top: 60px;
}
.footer .container{
	padding: 0 8%;
	margin: 0 auto;
	max-width: 1200px;
	width: auto!important;
}
.copyright {
	font-size: 12px;
	width: 575px;
	text-align: left;
	display: inline-block;
	margin: 0;
}
.copyright p{
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 30px;
	float: left;
} 
.code{
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 26px;
}
.code-text {
	float: left;
	margin-top: 8px;
	margin-right: 15px;
}
.codeimg{
	width: 70px;
	float: left;
}

/*
* section
*/

.server-box,
section {
	height: 100%;
	position: relative;	
}

.section-title {
	font-size: 32px;
	font-weight: 100;
	text-align: center;
	color: #333;
	line-height: 70px;
	position: relative;
}

.section-title  span {
	display: block;
	color: #666;
	font-size: 22px;
}

.under-line {
	display: block;
	width: 205px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -104px;
	background-color: #E00102;
}

.section03 .under-line {
}

.section05 .under-line {
	bottom: -14px;
}


/*
* slider
*/

.slider {
	height: 100%;
}

.slider-inner {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

.slider-inner .navbar  li dd {
	margin-left: 0;
	margin-top: 15px;
}

.slider-inner .navbar  li h3 {
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
	color: #dfdfdf;
}

.slider-inner .pplay {
	margin-top: 32px;
}

.slider-inner .pplay a {
	color: #333;
	display: inline-block;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	line-height: 50px;
	margin: 0px auto;
	padding: 0 24px;
	font-size: 14px;
}

.ico-play {
	display: inline-block;
	vertical-align: -2px;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background-image: url("../images/ico-start.png");
	background-size: cover;
}

.slider-inner  .navbar  li {
	margin-top: 45px;
	padding: 0px 30px;
	font-size: 12px;
}

.slider-inner  .navbar  li dd p {
	font-size: 12px;
}


/***
* section03
***/
.section00{
	background: url(../images/section1-bk.jpg) 0 0 no-repeat;
	background-size: 100% 105%;
	height: 100%;
    position: relative;
}
.section00 .log-box{
	height: 305px;
	top:50%;
	margin-top: -192.5px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	background: #ffffff;
	text-align: center;
	padding: 40px 0;
}
.section00 .log-box h3{
	text-align: center;
	font-size: 23px;
	font-weight: normal;
}
.section00 .log-box .log-ul{
	width: 272px;
	padding: 30px 0;
	margin:  0 auto;
}
.section00 .log-box .log-ul li{
	width: 100%;
	position: relative;
	margin-top: 15px;
}
.section00 .log-box .log-ul li:first-child{
	margin-top: 0;
}
.log-ul input[type="text"]{
	padding-left:10px;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	border:1px solid #ededed ;
	width: 260px;
	display: inline-block;
	border-radius: 5px;
}
.log-ul .validate-li input[type="text"]{
	width: 172px;
    margin-right: 8px;
}
.log-ul .validate-li .validate-send{
	display: inline-block;
	height: 32px;
	line-height: 32px;
    background: #dadada;
    color:#333333;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    width: 79px;
    cursor: pointer;
}
.section00 .log-box .log-ul .fill-name{
	position: absolute;
	top:4px;
	left: -105px;
	width: 90px;
	text-align: right;
	font-size: 16px;
	color:#626262;
}
.log-box .log-register{
    width: 272px;
    height: 40px;
    line-height: 40px;
    color:#ffffff;
    font-size: 20px;
    text-align: center;
    background: #d74047;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
}
.log-note{
	position: absolute;
	right: 0;
	top:-30px;
	color:#ffffff;
	font-size: 14px;
	text-align: right;
}
.log-note .note-border{
	padding: 0 5px;
}
.log-note a{
	color:#c23039;
	display: inline-block;
}
.log-note a.note-item{
	margin-left: 10px;
	padding-left: 10px;
	border-left:1px solid #ffffff;
}
/***
* section01
***/

.section01 {
	background: url(../images/section1-bk.jpg) 0 0 no-repeat;
	background-size: 100% 105%;
	height: auto;
    padding-bottom: 40px;
}

.section01 .section-title {
	color: #fff;
}

.section01 .fp-controlArrow.fp-prev,
.section01 .fp-controlArrow.fp-next {
	opacity: 0.8;
}

.section01 p {
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
}

.section01 .fp-slidesNav.bottom {
	display: none;
}
.section01{
	height: auto;
}
.section01 img{
	width: 100%;
	width: 100%;
	z-index: -1;
}
.cloud-os {
	padding-left: 0px;
}

.cloud-os li dt {
	height: 92px;
	width: 92px;
	margin: 0 auto;
}

.cloud-os li {
	cursor: pointer;
}

.cloud-os li i {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-position: center;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.cloud-os li dd h3,
.cloud-os li dd p {
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.cloud-os li .icon-cloudos {
	background-image: url(../images/icon-os.png);
}

.cloud-os li .icon-phone {
	background-image: url(../images/icon-phone.png);
}

.cloud-os li .icon-bingoinsight {
	background-image: url(../images/icon-bingoInsight.png);
}

.cloud-os li:hover,
.cloud-os li:hover p {}

.cloud-os li:hover h3 {}

.cloud-os li:hover .icon-cloudos {
	background-image: url(../images/icon-os.png);
}

.cloud-os li:hover .icon-phone {
	background-image: url(../images/icon-phone.png);
}

.cloud-os li:hover .icon-bingoinsight {
	background-image: url(../images/icon-bingoInsight.png);
}


/***
* section02
***/

.section02 {
	background: #f5f5f5;
	height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.section02 .section-title {
	margin-bottom: 80px;
	font-size: 32px;
	color: #333;
}

.section02 .navbar {
	margin: 0 auto;
	width: 1600px;
}

.section02 .navbar  li {
	width: 460px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border: 2px solid #ccc;
	border-radius: 4px 4px 0 0;
	margin: 0 35px;
	background-color: #fff;
}

.section02 .navbar  li dl {
	margin: 0;
}

.section02 .navbar  li dt {
	margin: 0 auto;
	padding: 60px 0;
}

.section02 .navbar  li dt h3 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 14px;
	margin-bottom: 11px;
	
}

.section02 .navbar  li dt p {
	line-height: 20px;
	font-size: 20px;
	margin: 15px 0 0;
	color: #fc6a60;
}

.section02 .navbar  li dd {
	height: 174px;
	background-color: #fc6a60;
	margin: -2px;
	position: relative;
}

.section02 .navbar  li dd em {
	position: absolute;
	border-bottom: 10px solid #fc6a60;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	right: 50px;
	top: -10px;
}

.section02 .navbar  li dd h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 30px 0 0 50px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: left;
}

.section02 .navbar  li dd p {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 26px;
	padding: 0 50px;
	text-align: left;
}
.section02 .navbar  li.paas-show dt p {
	color: #51a9f2;
}
.section02 .navbar  li.paas-show dd{
	background: #51a9f2;
}

.section02 .navbar  li.paas-show dd em{
	border-bottom-color: #51a9f2;
}
.section02 .navbar  li.it-show dt p {
	color: #ff9751;
}
.section02 .navbar  li.it-show dd{
	background: #ff9751;
}

.section02 .navbar  li.it-show dd em{
	border-bottom-color: #ff9751;
}



.solution-case li i {
	display: block;
	height: 100px;
	width: 150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url(../images/IaaS.png);
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	margin: 0 auto;
}

.solution-case li .icon-paas {
	background-image: url(../images/IaaS.png);
}

.solution-case li .icon-bingolink {
	background-image: url(../images/PaaS.png);
}

.solution-case li .icon-it {
	background-image: url(../images/IT.png);
}

.solution-case li dl:hover dt i.icon-paas {
	background-image: url(../images/IaaS.png);
}

.solution-case li dl:hover dt i.icon-bingolink {
	background-image: url(../images/PaaS.png);
}

.solution-case li dl:hover dt i.icon-it {
	background-image: url(../images/IT.png);
}


/***
* section03
***/

.section03 {
	background: #fff;
	height: auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.cloud-case {
	margin: 80px auto 0;
	height: 300px;
}

.cloud-case .owl-stage-outer {
	width: 1200px;
	margin: 0 auto;
}

.cloud-case .owl-controls {
	position: absolute;
	width: 98%;
	height: 270px;
	top: 0;
	z-index: -1;
}

.cloud-case .owl-controls .owl-nav {
	position: absolute;
	width: 100%;
	height: 58px;
	top: 50%;
	margin-top: -29px;
}

.cloud-case .owl-controls .owl-nav div {
	position: absolute;
	height: 58px;
	background-image: url(../images/ico-left.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 34px;
	overflow: hidden;
	text-indent: -999px;
}

.cloud-case .owl-controls .owl-nav .owl-prev {
	left: 80px;
}

.cloud-case .owl-controls .owl-nav .owl-next {
	background-image: url(../images/ico-right.png);
	right: 80px;
}

.cloud-case .owl-controls .owl-dots {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -78px;
	text-align: center;
}

.cloud-case .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	border: 2px solid #ccc;
	background: #fff;
}

.cloud-case .owl-controls .owl-dots .active {
	border: 2px solid #a3a3a3;
	background: #ccc;
}

.caselist {
	margin: 0 10px;
	padding: 20px;
	width: 326px;
	float: left;
	border-radius: 8px;
}

.caselist dl {
	text-align: center;
}

.caselist dl dt {
	line-height: 1;
	height: 80px;
	width: 80px;
	margin: 0 auto 8px;
}

.caselist dl dt img {
	transform-style: flat !important;
}

.caselist dl dd {}

.caselist dl h3 {
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
	margin: 15px 0px;
	color: #333;
}

.caselist dl p {
	margin: 0 20px;
	text-align: justify;
	font-size: 14px;
	text-align: center;
	color: #666;
}


/***
* section04
***/

.section04 {
	background-size: 100%;
	background-position: center;
}

.video {
	text-align: center;
	height: 100%;
	width: 100%;
}

.fullwidth {
	width: 100%;
	height: 100%;
}

.video .section-title {
	font-size: 58px;
	color: #fff;
	position: absolute;
	top: 25%;
	width: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.video .section-title strong {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 120px;
	font-weight: 100;
	margin: 0 26px;
	line-height: 1;
	vertical-align: sub;
}

.icon-play {
	display: inline-block;
	margin-top: 20px;
	width: 120px;
	height: 120px;
	color: #fff;
	text-indent: -110%;
	background: url("../images/ico-play.png") center no-repeat;
}

.video-js .vjs-big-play-button {
	height: 120px;
	width: 120px;
	background: url(../images/ico-play.png) no-repeat;
	background-position: center;
	background-size: auto 100%;
	border: none;
	border-radius: 50%;
	background-color: transparent;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
	background-color: transparent !important;
}


/***
* section05
***/

.section05 {
	text-align: center;
	background: #fff;
	padding: 50px;
	height: auto;
}

.section05 .section-title {
	font-size: 32px;
	color: #333;
}
.section05 .section-title span{
	font-size: 22px;
	color: #666;
}
.section05 .navbar {
	margin: 60px 0 40px;
}

.section05 .navbar  li {
	padding: 0 60px;
	width: 240px;
}

.section05 .navbar  li+ li {
	border-left: 2px solid #e6e6e6;
}

.section05 .navbar  li dl dt {
	height: 110px;
	width: 110px;
	margin: 37px auto 7px;
}

.section05 .navbar  li dl {
	cursor: pointer;
}

.section05 .navbar  li dl dt i {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/page5-ico1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.section05 .navbar  li dl dt  .icon-qinadan {
	background-image: url(../images/page5-ico1.png);
}

.section05 .navbar  li dl dt  .icon-qudao {
	background-image: url(../images/page5-ico2.png);
}

.section05 .navbar  li dl dt  .icon-zhengce {
	background-image: url(../images/page5-ico3.png);
}

.section05 .navbar  li dl:hover dt  .icon-qinadan {
	background-image: url(../images/page5-ico1.png);
}

.section05 .navbar  li dl:hover dt  .icon-qudao {
	background-image: url(../images/page5-ico2.png);
}

.section05 .navbar  li dl:hover dt  .icon-zhengce {
	background-image: url(../images/page5-ico3.png);
}

.section05 .navbar  li h3 {
	font-size: 20px;
	color: #333;
	line-height: 34px;
	margin: 18px 0px 6px 0px;
}

.section05 .navbar  li p {
	line-height: 20px;
	font-size: 16px;
	color: #666;
}

.section05 .navbar  li p a {
	font-size: 14px;
	color: #2d9ed7;
	margin-top: 15px;
	display: inline-block;
	border: 1px solid #2d9ed7;
	border-radius: 21px;
	height: 30px;
	line-height: 30px;
	padding: 0 23px;
}

.section06 .linkabse{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.section06 .section-title  span {
    display: block;
    color: #666;
    font-size: 22px;
    line-height: 27px;
}

.section06 .linkas{
	width: 1200px;
	margin: 0 auto;
	height: 98px;
	background: #fff;
	border:1px solid #e5e5e5;
	border-right: 0;
	margin-top: 90px;
}
.section06 .linkas li{
	width: 25%;
    height: 98px;
    border-right: 1px solid #e5e5e5;
    float: left;
    box-sizing: border-box;
    text-align: center;
}
.section06 .linkas li .linktet{
	display: inline-block;
	margin-top: 30px;
}
.section06 .linkas li .linktet i{
	display: block;
	height: 45px;
	width: 45px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.section06 .linkas li .linktet i.icon01{
	background-image: url(../images/link01.png);	
}
.section06 .linkas li .linktet i.icon02{
	background-image: url(../images/link02.png);
}
.section06 .linkas li .linktet i.icon03{
	background-image: url(../images/link03.png);
}
.section06 .linkas li .linktet i.icon04{
	background-image: url(../images/link04.png);
}
.section06 .linkas li .linktet h4{
	margin-left: 55px;
	color: #777777;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.section06 .linkas li .linktet p{
	margin-left: 55px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}


.section06{
	margin-top: 80px;
	height: 287px;
	margin-bottom: 80px;
}
.footer-section{
	/*height: 250px;*/
}



.ad-text {
	font-weight:100;
	font-size: 30px;
	line-height: 48px;
	color: #666;
}

.server-body {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.move-up {
	-webkit-transform: translateY(-264px);
	-moz-transform: translateY(-264px);
	-ms-transform: translateY(-264px);
	-o-transform: translateY(-264px);
	transform: translateY(-264px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#sideTool{
	position: fixed;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#sideTool ul li{
	width: 45px;
	height: 45px;
	margin: 10px 0;
	cursor: pointer;
	position: relative;
}
#sideTool ul li span{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e33a2e;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	
}
#sideTool .success-tip{
	display: none;
	position: absolute;
	left: -15px;
	top: 0;
	padding-left: 50px;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	width: 100px;
	line-height: 40px;
	background: rgba(0,0,0,.7) url(../images/icon-success.png) no-repeat 20px center;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
}
#sideTool .success-tip:before{
	content: '';
	position: absolute;
	right: -20px;
	top: 10px;
	border: 10px solid transparent;
	border-left-color: rgba(0,0,0,.7);
	width: 0;
	height: 0;
}
.badges{
	position: absolute;
	left: 0;
	top: 0;
	background: #e33a2e;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
#kefu{
	background: url(../images/icon-kefu.png) no-repeat;
	background-size: 100% 100%;
}
#gotop{
	background: url(../images/icon-gotop.png) no-repeat;
	background-size: 100% 100%;
}
#cart{
	background: url(../images/icon-cart.png) no-repeat;
	background-size: 100% 100%;
}
#cart:hover span,#cart:hover .success-tip{
	display: block;
}
/*
******************** @media
*/



@media screen and (max-width:1920px) {
	.cloud-case .owl-controls .owl-nav .owl-prev {
		left: 45px;
	}
	.cloud-case .owl-controls .owl-nav .owl-next {
		right: 45px;
	}
	.section02 .navbar {
	    width: 1200px;
	}
	.section02 .navbar  li {
		width: 340px;
		margin: 0 28px;
	}
	.section02 .navbar  li dt{
		padding: 27px 0;
	}
	.section02 .navbar  li dd{
		height: 134px;
	}
	.section02 .navbar  li dd h3 {
	    padding: 14px 20px 0;
	    line-height: 32px;
	    font-size: 20px;
	}
	.section02 .navbar  li dd p {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 0 20px;
	    margin-top: 10px;
	}
	footer  .navbar {
	    padding: 60px 0;
	}
	
}

@media screen and (max-width:1920px) {
	header  .navbar  li a {
		font-size: 16px;
	}
	.info  .navbar  li {
		font-size: 13px;
	}
	.slider-inner {
		/*width: 820px;*/
		width: 1000px;
	}
	/* 第二屏 */
	.section02 .navbar {
		width: 1200px;
	}
	.section02 .section-title {
		margin-bottom: 54px;
	}
	.section02 .navbar  li {
		width: 340px;
		margin: 0 28px;
	}
	.section02 .navbar  li dt{
		padding: 27px 0;
	}
	.section02 .navbar  li dd{
		height: 134px;
	}
	.section02 .navbar  li dd h3 {
	    padding: 14px 20px 0;
	    line-height: 32px;
	    font-size: 18px;
	}
	.section02 .navbar  li dd p {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 0 20px;
	    margin-top: 10px;
	}
	
	footer  .navbar {
	    padding: 40px 0;
	}
}


.section-tab{
	height: auto;
}

.tab{	
	text-align: center;
	margin: 0 auto;	
}
.tab-nav{
	margin-top: 10px;
}
.tab-nav ul{
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;	
}
.tab-nav li{	
	float: left;
}
.tab-nav .firstli{
	margin-left: 230px;
}
.tab-nav li a{
	display: inline-block;	
	padding: 14px 15px;
	border: 1px solid #d9d9d9;
	margin-left: -1px;
	color: #666;
	font-size: 14px;
	line-height: 100%;
	cursor: pointer;
	width: 116px;
	text-align: center;
}
.tab-nav .on{
	background-color: #f25246;
	border-color: #f25246;
	color: #fff;
}


.tab-inner{
	width: 1100px;
	height: 400px;
	margin: 0 auto;
	padding: 60px 30px 0px;
	clear: both;
	overflow: hidden;
	line-height: 1.1;
	background-color: #f9f9f9;
}
.tiwrap{
	padding-top: 80px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tabtext{
	width: 560px;
	text-align: left;
	margin-top: 60px;
}
.tabimg{
	width: 470px;
}
.tabtext h1{
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #333;
}
.tabtext p{
	font-size: 16px;
	line-height: 35px;
	color: #333;
}

.nav-wrap li a.active{
	background-color: #f25246;
    border-color: #f25246;
    color: #fff;
}



.topbox{ height: 500px; background-color: #313131; }
		.section-content{ border-bottom: 5px solid #0000FF; min-height: 500px; background: #eee; width: 1200px; margin: auto; line-height: 500px; text-align: center; }
		.nav-height{ position:relative; height: 60px;}
.nav-wrap { width: 100%;height: 60px;background: #fff;}
.nav-wrap.navFix{position: fixed;top: 0;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;} 
.nav-wrap ul {padding: 0;margin: 0 auto; width: 1200px; display: block; }
.nav-wrap.navFix ul{ border-bottom: 0;}
.nav-wrap li { display: inline-block; text-align: left;height: 50px; line-height: 50px; float: left;}
.nav-wrap li a {display: block; color: #333; text-decoration: none;}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.click-me {width: 150px;height: 30px; background: #4680d1;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}
.tiwrap{
	padding-top: 45px;
    width: 1200px;
    margin: 0 auto;
}
#section5{
	padding-bottom: 60px;
}


.section01 {
	background: url(../images/index/bg.png) 100% 100% no-repeat;
	padding: 20px 0 20px;
}
.slideBox{
	height: 380px;
}	
