/* pageStrat : public */
*{
	margin: 0;
	padding: 0;
	
}
html{
	font-family: "微软雅黑";
	font-size: 16px;
}
body{
	background-color: #eee;
}
h1,h2{
	font-family: myFontFace1;
}
/* @font-face */
@font-face{
	font-family: myFontFace1;
	src: url('../font/helvetica-black__.otf')
}

/* pageStart : public */
.public__nav{
	width: 100%;
	height: 60px;
	background-color: #eee;
	overflow: hidden;
	font-family: myFontFace2;
	position: fixed;
	z-index: 999;
	border-bottom:1px #33a3dc solid;
}
.public__nav ul{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	list-style: none;
}
.public__nav ul li{
	float: left;
	line-height: 65px;
	font-size: 14px;
}
.public__nav ul li:first-child a{
	font-size: 22px;
	line-height: 60px;
	font-weight: bold;
	color: #ffffff !important;
}
.public__nav ul li a{
	margin-right: 20px;
	color: #33a3dc;
	text-decoration: none;
}
.public__nav ul li a:hover{
	color: #20C5EE;
}
.public__nav ul li a.active{
	color: #1D80A7;
	font-weight: bold;
	border-bottom: 5px double #1D80A7;
}
.public__nav-logo{
	margin-top: 5px;
}
.public__footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #33a3dc;
	font-size: 18px;
	color: #ffffff;
}


/* pageStart : index */
.home__banner{
	width: 100%;
	height: 400px;
	background-color: #33a3dc;
	color: #fff;
	padding-top: 60px;
}
.home__banner-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.home__banner-con p{
	margin-top: 20px;
	line-height: 1.5;
}
.home__contact1{
	width: 100%;
	height: 300px;
	
}
.home__contact1-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.home__contact1-con h1{
	color: #333;
}
.home__contact1-con p{
	margin-top: 20px;
	line-height: 1.5;
}
.home__contact2{
	width: 100%;
}
.home__contact2-con{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
.home__contact2-box:first-child{
	width: 585px;
	height: 500px;
	float: left;
}
.home__contact2-box:last-child{
	width: 585px;
	height: 500px;
	float: right;
}
.home__contact2-pic{
	width: 585px;
	height: 400px;
	overflow: hidden;
}
.home__contact2-picin1{
	width: 585px;
	height: 400px;
	background-image: url(../img/home-pic1.jpg);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.home__contact2-picin1:hover{
	transform: scale(1.1);
}
.home__contact2-picin2{
	width: 585px;
	height: 400px;
	background-image: url(../img/home-pic2.jpg);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.home__contact2-picin2:hover{
	transform: scale(1.1);
}
.home__contact2-text{
	width: 100%;
	height: 80px;
	line-height: 24px;
	margin-top: 20px;
}
.home__contact2-btn{
	width: 100%;
	height: 50px;
}
.home__contact2-btn a{
	display: block;
	width: 125px;
	height: 50px;
	line-height: 50px;
	background-color: #20A8D8;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	float: right;
	text-decoration: none;
	transition: all .2s;
}
.home__contact2-btn a:hover{
	background-color: lightblue;
}
.home__contact3{
	width: 100%;
}
.home__contact3-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.home__contact3-con h1{
	color: #333;
}
.home__contact3-con p{
	margin-top: 20px;
	line-height: 1.5;
}
.home__contact3-pic{
	width: 1200px;
	height: 280px;
	overflow: hidden;
	margin: 40px 0;
}
.home__contact3-picin3{
	width: 1200px;
	height: 280px;
	background: url(../img/home-pic3.jpg);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.home__contact3-picin3:hover{
	transform: scale(1.1);
}


/* pageStart : aircloud */
.aircloud__banner{
	width: 100%;
	height: 260px;
	background-color: #33a3dc;
	color: #fff;
	padding-top: 60px;
}
.aircloud__banner-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.aircloud__banner-con h1{
	color: #fff;
}
.aircloud__banner-con p{
	margin-top: 20px;
	line-height: 1.5;
}
.aircloud__contype1{
	width: 1200px;
	margin: 0 auto;
	height: 340px;
	margin-top: 40px;
	border-bottom:1px #ccc solid;
}
.aircloud__contype1 p{
	margin-top: 20px;
	line-height: 1.5;
}
.aircloud__contype1-left{
	width: 680px;
	float: left;
	margin-right: 40px;
}
.aircloud__contype1-right{
	width: 480px;
	height: 300px;
	float: right;
	overflow: hidden;
}
.aircloud__contype1-rightin1{
	width: 480px;
	height: 300px;
	background-image: url(../img/air-pic1.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.aircloud__contype1-rightin1:hover{
	transform: scale(1.1);
}
.aircloud__contype1-rightin3{
	width: 480px;
	height: 300px;
	background-image: url(../img/air-pic3.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.aircloud__contype1-rightin3:hover{
	transform: scale(1.1);
}
.aircloud__contype2{
	width: 1200px;
	margin: 0 auto;
	height: 340px;
	margin-top: 40px;
	border-bottom:1px #ccc solid;
}
.aircloud__contype2 p{
	margin-top: 20px;
	line-height: 1.5;
}
.aircloud__contype2-left{
	width: 480px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}
.aircloud__contype2-right{
	width: 680px;
	height: 300px;
	float: right;
}
.aircloud__contype2-leftin2{
	width: 480px;
	height: 300px;
	background-image: url(../img/air-pic2.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.aircloud__contype2-leftin2:hover{
	transform: scale(1.1);
}
.aircloud__contype2-leftin4{
	width: 480px;
	height: 300px;
	background-image: url(../img/air-pic4.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.aircloud__contype2-leftin4:hover{
	transform: scale(1.1);
}
.aircloud__contype2last{
	margin-bottom: 40px;
}

/* pageStart : btob */
.btob__banner{
	width: 100%;
	height: 260px;
	background-color: #33a3dc;
	color: #fff;
	padding-top: 60px;
}
.btob__banner-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.btob__banner-con h1{
	color: #fff;
}
.btob__banner-con p{
	margin-top: 20px;
	line-height: 1.5;
}
.btob__contype1{
	width: 1200px;
	margin: 0 auto;
	height: 340px;
	margin-top: 40px;
	border-bottom:1px #ccc solid;
}
.btob__contype1 p{
	margin-top: 20px;
	line-height: 1.5;
}
.btob__contype1-left{
	width: 680px;
	float: left;
	margin-right: 40px;
}
.btob__contype1-right{
	width: 480px;
	height: 300px;
	float: right;
	overflow: hidden;
}
.btob__contype1-rightin1{
	width: 480px;
	height: 300px;
	background-image: url(../img/btob-pic1.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.btob__contype1-rightin1:hover{
	transform: scale(1.1);
}
.btob__contype1-rightin3{
	width: 480px;
	height: 300px;
	background-image: url(../img/btob-pic3.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.btob__contype1-rightin3:hover{
	transform: scale(1.1);
}
.btob__contype2{
	width: 1200px;
	margin: 0 auto;
	height: 340px;
	margin-top: 40px;
	border-bottom:1px #ccc solid;
}
.btob__contype2 p{
	margin-top: 20px;
	line-height: 1.5;
}
.btob__contype2-left{
	width: 480px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}
.btob__contype2-right{
	width: 680px;
	height: 300px;
	float: right;
}
.btob__contype2-leftin2{
	width: 480px;
	height: 300px;
	background-image: url(../img/btob-pic2.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.btob__contype2-leftin2:hover{
	transform: scale(1.1);
}
.btob__contype2-leftin4{
	width: 480px;
	height: 300px;
	background-image: url(../img/btob-pic4.jpg);
	background-size: 100%;
	transition: all 0.5s;
}
.btob__contype2-leftin4:hover{
	transform: scale(1.1);
}
.btob__contype2last{
	margin-bottom: 40px;
}

/* pageStart : system */
.system__banner{
	width: 100%;
	height: 260px;
	background-color: #33a3dc;
	color: #fff;
	padding-top: 60px;
}
.system__banner-con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.system__banner-con h1{
	color: #fff;
}
.system__banner-con p{
	margin-top: 20px;
	line-height: 1.5;
}
.system__context{
	width: 1200px;
	height: 870px;
	margin: 0 auto;
	padding-top: 60px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.system__context-module{
	width: 540px;
	height: 180px;
	background-color: #ddd;
	margin-top: 40px;
	float: left;
	padding: 20px;
	box-shadow: 10px 10px 0px #ccc;
	transition: all .2s;
}
.system__context-module:nth-child(2),.system__context-module:nth-child(4),.system__context-module:nth-child(6){
	margin-right: 40px;
}
.system__context-module h2{
	color: #000;
	padding-bottom: 10px;
	border-bottom: 5px solid #000;
	transition: all .2s;
}
.system__context-module p{
	margin-top: 20px;
	line-height: 1.5;
}
.system__context-module:hover{
	background-color: #65a5d1;
	color: #fff;
}
.system__context-module:hover h2{
	color: #fff;
	border-bottom: 5px solid #fff;
}

/* pageStart : faq */
.faq__context{
	width: 1200px;
	margin: 0 auto;
	padding-top: 120px
}
.question{
	font-weight: bold;
	padding: 20px 0px;
	font-size: 18px;
}
.faq__box{
	/*null*/
	transition: all .2s;
	padding: 10px 10px 0px 10px
}
.faq__box:hover{
	background-color: #33a3dc;
	color: #fff !important;
}
.answer{
	padding-bottom: 40px;
	border-bottom: 1px #ccc solid;
	text-indent: 2rem
}
.answer2{
	text-indent: 2rem
}