
/*公共样式*/
*{margin:0;padding:0;font-family: "Microsoft Yahei";}
a{text-decoration: none;}
a:hover{cursor: pointer;}
li{list-style: none;}
img{pointer-events:none;}
.w1180{width: 1180px;height:auto;margin:0 auto;box-sizing:border-box;position: relative;}
.header{position: relative;}
.clearfix:after{display: block;font-size: 0;height: 0;content: "";clear:both;}
/*banner-style*/
.banner{
	width: 100%;
	height: 749px;
	background: url(../image/banner4.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.banner .consult-box{
	margin-top: 570px;
	font-size: 0;
	text-align: left;
}
.banner .consult-box a{
	display: inline-block;
	font-size: 18px;
	color:#ffffff;
	width: 245px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    letter-spacing: 1px;
    box-sizing:border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
	right: 0;
}	
.banner .consult-box a:hover{
	right: -10px;
}
.main h3{
	margin-top: 68px;
	font-size: 36px;
	line-height: 54px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.main h3 span{
	font-weight: normal;
}
.main .desc{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 1px;
}

/*main1-style*/
.main1{
	width: 100%;
	height: 888px;
	overflow:hidden;
	background:url(../image/m1Bg3.jpg) no-repeat center center/cover;
}
.main1 h3{
	font-size: 36px;
	color:#666666;
}
.main1 h3 span{
	color:#086dcf;
}
.main1 p.desc{
	margin-top: 35px;
	color:#666666;
}
.main1 .bas-intro{
	margin-top: 35px;
}
.main1 .bas-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main1 .swiper-button-prev,.main1 .swiper-button-next{
	width: 27px;
	height: 56px;
}
.main1 .swiper-button-prev{
  left:5px;
	background:url(../image/m2-btn-Img2.png) no-repeat 0 0;
}
.main1 .swiper-button-prev:hover{
  background: url(../image/m2-btn-hoverImg2.png) no-repeat 0 0;
}
.main1 .swiper-button-next {
  right:5px;
  background: url(../image/m2-btn-Img2.png) no-repeat 0 -56px;
}
.main1 .swiper-button-next:hover {
  background: url(../image/m2-btn-hoverImg2.png) no-repeat 0 -56px;
}
/*main2-style*/
.main2{
	width: 100%;
	height: 850px;
	background: url(../image/m2Bg4.jpg) no-repeat center center/cover;
	position: relative;
}
.main2 .w1180{
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 100%;
}
.main2 h3{
	color:#ffffff;
	text-align: center;
}
.main2 h3 span{
	font-weight: normal;
	color:#0aaff0;
}
.main2 p.desc{
	margin-top: 26px;
	font-size: 16px;
	line-height: 26px;
	color:#cccccc;
	text-align: center;
	letter-spacing: 1px;
}
.main2 .game-works{
	margin-top: 35px;
}
.main2 .game-works ul{
	font-size: 0;
	text-align: center;
}
.main2 .game-works ul li{
	display: inline-block;
	width: 236px;
	vertical-align: top;
}
.main2 .game-works ul li .img-box{
	width: 236px;
	height: 311px;
	overflow: hidden;
}
.main2 .game-works ul li .img-box img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main2 .game-works ul li:hover .img-box img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.main2 .game-works li .txt{
	width: 100%;
	height: 98px;
	background-color: #333333;
	box-sizing:border-box;
	padding-top: 22px;
	padding-left: 54px;
	transition: all 0.3s;
}
.main2 .game-works li:hover .txt{
	background-color: #0aaff0;
}
.main2 .game-works li .txt .game-cate{
	font-size: 14px;
	color:#999999;
	letter-spacing: 1px;
	position: relative;
	text-align: left;
	transition: all 0.3s;
}
.main2 .game-works li:hover .txt .game-cate{
	color:#fff;
}
.main2 .game-works li .txt .game-cate:before{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 2px;
	height: 13px;
	background-color: #0aaff0;
	margin-right: 8px;
	transition: all 0.3s;
}
.main2 .game-works li:hover .txt .game-cate:before{
	background-color: #fff;
}
.main2 .game-works li .txt .game-name{
	margin-top: 5px;
	font-size: 24px;
	color:#0aaff0;
	letter-spacing: 1px;
	text-align: left;
	transition: all 0.3s;
}
.main2 .game-works li:hover .txt .game-name{
	color:#fff;
}
.main2 .consult-box{
	margin-top: 48px;
	text-align: center;
}
.main2 .consult-box a{
	display: inline-block;
	font-size: 18px;
	color:#ffffff;
	letter-spacing: 1px;
	padding:18px 38px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
}
.main2 .consult-box a:hover{
	top:10px;
}
/*main3-style*/
.main3{
	width: 100%;
	height: 903px;
	background: url(../image/m3Bg5.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main3 .w1180{
	position: relative;
}
.main3 .right{
	float:right;
	width: 50%;
}
.main3 h3{
	margin-top: 102px;
	color:#313131;
	text-align: left;
	border-bottom:1px solid #000000;
	padding-bottom: 28px;
}
.main3 h3 span{
	color:#086dcf;
}
.main3 .works-video{
	margin-top: 32px;
	width: 100%;
}
.main3 p{
	margin-top: 45px;
	font-size: 16px;
	line-height: 26px;
	color:#666666;
	text-align: left;
	letter-spacing: 1px;
}

/*main4-style*/
.main4{
	width: 100%;
	height: 1155px;
	background: url(../image/m4Bg6.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main4 h3{
	color:#ffffff;
}
.main4 h3 span{
	font-weight: normal;
	color:#0aaff0;
}
.main4 p.desc{
	position: relative;
	z-index: 10;
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main4 ul{
	margin-top: 80px;
	font-size: 0;
}
.main4 ul li{
	display: inline-block;
	width: 582px;
	height: 337px;
	position: relative;
	box-sizing:border-box;
	vertical-align: top;
	padding-left: 30px;
	margin-bottom: 25px;
}
.main4 ul li + li{
	margin-left: 16px;
}
.main4 ul li.item3{
	margin-left: 0;
}
.main4 ul li:nth-of-type(odd){
	padding-left: 270px;
	padding-right: 30px;
}
.main4 ul li:nth-of-type(even){
	padding-right: 270px;
}

.main4 ul li img{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 0;
}
.main4 ul li.item3 img{
	right:0;
	left:auto;
}
.main4 ul li .txt{
	position: relative;
	z-index: 1;
}
.main4 ul li .game-position{
	margin-top: 55px;
	font-size: 20px;
	color:#fff;
	letter-spacing: 1px;
	font-weight: bold;
}
.main4 ul li .game-res{
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
}
.main4 ul li .game-res span{
	color:#ffffff;
}
.main4 ul li .salary{
	margin-top: 25px;
	font-size: 14px;
	color:#666666;
	line-height: 24px;
}
.main4 ul li .salary span{
	color:#0aaff0;
	font-size: 24px;
	font-weight: bold;
}
.main4 .consult-box{
	margin-top: 15px;
	text-align: center;
}
.main4 .consult-box a{
	display: inline-block;
    font-size: 18px;
	color:#ffffff;
	letter-spacing: 1px;
	padding:18px 38px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
}
.main4 .consult-box a:hover{
	top:10px;
}
/*main5-style*/
.main5{
	width: 100%;
	height: 653px;
	overflow: hidden;
	background-color: #2f3033;
}
.main5 h3{
	color: #fff;
}
.main5 h3 span{
	color:#086cce;
}
.main5 p.desc{
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main5 .u-wrap{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.main5 .u-wrap li{
	display: inline-block;
	vertical-align: top;
}
.main5 .u-wrap li + li{
	margin-left: 205px;
}
.main5 .u-wrap li img{
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main5 .u-wrap li:hover img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.main5 .u-wrap li .i-title{
	font-size: 16px;
	color:#fff;
	margin-top: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.main5 .u-wrap li .i-desc{
	margin-top: 5px;
	font-size: 16px;
	color:#999;
	letter-spacing: 1px;	
	line-height: 26px;
}
.main5 .consult-box{
	margin-top: 74px;
	text-align: center;
}
.main5 .consult-box a{
	display: inline-block;
    font-size: 18px;
	color:#ffffff;
	letter-spacing: 1px;
	padding:18px 38px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
}
.main5 .consult-box a:hover{
	top:10px;
}
/*main6-style*/
.main6{
	width: 100%;
	height: 1080px;
	overflow: hidden;
	background-color: #ebeff0;
}
.main6 h3{
	color:#333333;
}
.main6 h3 span{
	font-weight: normal;
	color:#086bcd;
}
.main6 p.desc{
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#505050;
	text-align: center;
	letter-spacing: 1px;
}
.main6 .tech-wrap{
	margin-top: 12px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.main6 .tech-wrap .left{
	float:left;
}
.main6 .tech-wrap .right{
	float:right;
}
.main6 .tech-wrap .img-box{
	width: 375px;
	position: relative;
}
.main6 .tech-wrap .img-box img{
	width: auto;
	margin-top: 68px;
	margin-left: 68px;
}
.main6 .tech-wrap .part .txt-box{
	width: 760px;
	box-sizing:border-box;
	padding-right: 50px;
}

.main6 .tech-wrap .part .txt-box{
	margin-top: 68px;
}

.main6 .tech-wrap .txt-box .name{
	font-size: 16px;
	color:#666;
	line-height: 26px;
	position: relative;
	padding-left: 175px;
}
.main6 .tech-wrap .txt-box .name span{
	display: inline-block;
	width: 136px;
	height: 44px;
	background-color: #000;
	font-size: 24px;
	color:#ececec;
	text-align: center;
	line-height: 42px;
	position: absolute;
	left:0;
	top:5px;
}
.main6 .tech-wrap .txt-box .name span:before{
	display: inline-block;
	content: "";
	width: 4px;
	height: 23px;
	background-color: #fff;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
}
.main6 .tech-wrap .txt-box .name span:after{
	display: inline-block;
	content: "";
	width: 4px;
	height: 23px;
	background-color: #fff;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right:0;
}
.main6 .tech-wrap .txt-box .intro{
	margin-top: 28px;
	font-size: 16px;
	line-height: 26px;
	color:#666;
	letter-spacing: 1px;
}
.main6 .tech-wrap .txt-box .project{
	margin-top: 34px;
}
.main6 .tech-wrap .txt-box .project span{
	display: inline-block;
	font-size: 18px;
	color:#ffffff;
	padding: 7px 25px;
	/*background-color: #2c2e36;*/
	position: relative;
	z-index: 0;
}
.main6 .tech-wrap .txt-box .project span:before{
	width: 100%;
	height: 100%;
	font-size: 0;
	content: "";
	background-color: #1f2f40;
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	
}
.main6 .tech-wrap .txt-box .project span + span{
	margin-left: 20px;
	margin-bottom: 18px;
}
.main6 .part2{
	margin-top: 44px;
}
.main6 .part2 .img-box{
	top:-90px;
}
.main6 .tech-works{
	margin-top: 33px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.main6 .tech-works h4{
	width: 100%;
	top:-38px;
	position: absolute;
	text-align: center;
}
.main6 .tech-works h4 span{
	display: inline-block;
	font-size: 16px;
	color:#666;
	font-weight: bold;
	letter-spacing: 1px;
	position:relative;
}
.main6 .tech-works h4 span:before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #0aaff0;
	-webkit-transform:rotateZ(45deg);
	-moz-transform:rotateZ(45deg);
	-ms-transform:rotateZ(45deg);
	-o-transform:rotateZ(45deg);
	transform:rotateZ(45deg);
	position: absolute;
	top:6px;
	left:-18px;
}
.main6 .tech-works h4 span:after{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #0aaff0;
	-webkit-transform:rotateZ(45deg);
	-moz-transform:rotateZ(45deg);
	-ms-transform:rotateZ(45deg);
	-o-transform:rotateZ(45deg);
	transform:rotateZ(45deg);
	position: absolute;
	top:6px;
	right:-18px;
}
.main6 .techworks-wrap{
	overflow: hidden;
}
.main6 .techworks-wrap li{
	width: 295px;
	display: inline-block;
	/*height: 180px;*/
}
.main6 .techworks-wrap li a{
	display: block;
	width: 100%;
	font-size: 0;
}
.main6 .techworks-wrap li a img{
	width: 100%;
}
.main6 .tech-wrap .swiper-button-prev,.main6 .tech-wrap .swiper-button-next{
	width: 48px;
	height: 99px;
}
.main6 .tech-wrap .swiper-button-prev{
  left:5px;
	background:url(../image/tech_btn_arrow.png) no-repeat 0 0;
}
.main6 .tech-wrap .swiper-button-prev:hover{
  background: url(../image/tech_btn_hover_arrow.png) no-repeat 0 0;
}
.main6 .tech-wrap .swiper-button-next {
  right:5px;
  background: url(../image/tech_btn_arrow.png) no-repeat 0 -99px;
}
.main6 .tech-wrap .swiper-button-next:hover {
  background: url(../image/tech_btn_hover_arrow.png) no-repeat 0 -99px;
}
.main6 .tech-works .swiper-button-prev,.main6 .tech-works .swiper-button-next{
	width: 20px;
	height: 36px;
}
.main6 .tech-works .swiper-button-prev{
  left:5px;
	background:url(../image/tech_w_btn.png) no-repeat 0 0;
}
.main6 .tech-works .swiper-button-next {
  right:5px;
  background: url(../image/tech_w_btn.png) no-repeat 0 -36px;
}
.main6 .consult-box{
	margin-top: 52px;
	text-align: center;
}
.main6 .consult-box a{
	display: inline-block;
    font-size: 18px;
	color:#ffffff;
	letter-spacing: 1px;
	padding:18px 38px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
}
.main6 .consult-box a:hover{
	top:10px;
}
/*main7-style*/
.main7{
	width: 100%;
	height: 3280px;
	background:url(../image/m7Bg5.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main7 h3{
	margin-top: 130px;
	color:#cccccc;
}

.main7 h3 span{
	font-weight: normal;
	color:#0aaff0;
}
.main7 p.desc{
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main7 ul.advantage{
	margin-top: 60px;
	font-size: 0;
	text-align: center;
}
.main7 ul.advantage li{
	display: inline-block;
	width: 328px;
	height: 102px;
	font-size: 16px;
	line-height: 26px;
	box-sizing:border-box;
	padding-top: 18px;
	color:#cccccc;
	text-align: center;
	position: relative;
	background: url(../image/m7Img012.png) no-repeat center center/cover;

}
.main7 ul.advantage li:nth-of-type(2){
	background: url(../image/m7Img02.png) no-repeat center center/cover;
}
.main7 ul.advantage li:nth-of-type(3){
	background: url(../image/m7Img03.png) no-repeat center center/cover;
}

.main7 ul.advantage li + li{
	margin-left: 98px;
}
.main7 .course{
	margin-top: 125px;
}
.main7 .course li{
	width: 100%;
	height: 575px;
	position:relative;
	box-sizing:border-box;
	margin-bottom: 75px;
}

.main7 .course li .txt{
	position: relative;
	z-index: 1;
	width: 50%;
	cursor: default;
	box-sizing:border-box;
}
.main7 .course li:nth-of-type(odd) .txt{
	margin-top: 92px;
	padding-left: 68px;
	padding-right: 92px;
}
.main7 .course li:nth-of-type(even) .txt{
	margin-top: 92px;
	padding-left: 88px;
	padding-right: 68px;
}
.main7 .course li .left{
	float:left;
}
.main7 .course li .right{
	float:right;
}
.main7 .course li .img-ico{
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	z-index: 0;
}




.main7 .course li .txt .title{
	font-size: 18px;
	color:#fff;
	letter-spacing:1px;
	position: relative;
	line-height: 36px;
}
.main7 .course li .txt .title span{
	font-size: 36px;
	color:#0aaff0;
	position: relative;
	z-index: 2;
}
.main7 .course li .txt .intro{
	font-size: 16px;
	line-height: 26px;
	color:#666666;
	margin-top: 16px;
}
.main7 .course li .txt .level-point{
	margin-top: 30px;
}
.main7 .course li .txt .level-point span{
	font-size: 16px;
	display: inline-block;
	color:#cccccc;
	margin-bottom: 12px;
	line-height: 26px;
}
.main7 .course li .txt .level-point span:before{
	display: inline-block;
	content: "";
	font-size: 0;
	width: 8px;
	height: 13px;
	background: url(../image/m7_lit_arrow.png) no-repeat center center/cover;
	position: relative;
	margin-right: 10px;
}
.main7 .consult-box{
	text-align: center;
	font-size: 0;
}
.main7 .consult-box{
	margin-top: 55px;
	text-align: center;
}
.main7 .consult-box a{
	display: inline-block;
	font-size: 18px;
	color:#ffffff;
	letter-spacing: 1px;
	padding:10px 38px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top:0;
}
.main7 .consult-box a:hover{
	top:10px;
}
.main7 .consult-box a + a{
	margin-left: 45px;
}
/*main8-style*/
.main8{
	width: 100%;
	height: 705px;
	overflow: hidden;
	background-color: #ebeff0;
}
.main8 h3{
	color:#333333;
}
.main8 h3 span{
	color:#086ccd;
}
.main8 .advantage{
  margin-top: 45px;
  font-size: 0;
  text-align: center;
}
.main8 .advantage li{
  display: inline-block;
  vertical-align: top;
  width: 362px;
  height: 206px;
  border-radius: 5px;
  border:1px solid #cda9e4;
  background-color: #fafffd;
  margin-bottom: 32px;
}
.main8 .advantage li:nth-of-type(1),.main8 .advantage li:nth-of-type(3),.main8 .advantage li:nth-of-type(4){
  background: url(../image/m8Img06.jpg) no-repeat center center/cover;
}
.main8 .advantage li:nth-of-type(2),.main8 .advantage li:nth-of-type(5){
  background: url(../image/m8Img07.jpg) no-repeat center center/cover;
}

.main8 .advantage li + li{
  margin-left: 44px;
}
.main8 .advantage li:nth-of-type(4){
  margin-left: 0;
}
.main8 .advantage li .l_left{
  margin-top: 56px;
  float:left;
  width: 81px;
  margin-left: 45px;
}
.main8 .advantage li .l_left img{
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
}
.main8 .advantage li:hover .l_left img{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  
}
.main8 .advantage li .l_right{
  margin-top: 52px;
  float:right;
  width: 215px;
}
.main8 .advantage li .l_right .title{
  font-size: 24px;
  color:#f7f7f7;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}
.main8 .advantage li .l_right .desc{
  font-size: 14px;
  color:#9eafc0;
  line-height: 26px;
  text-align: left;
}
/*main9-style*/
.main9{
	width: 100%;
	height: 880px;
	background: url(../image/m9Bg4.jpg) no-repeat center center/cover;
	overflow:hidden;
}
.main9 h3{
	margin-top: 98px;
	color:#fff;
}
.main9 h3 span{
	color:#0aaff0;
}
.main9 p.desc{
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main9 .works-box{
	margin-top: 65px;
	font-size: 0;
}
.main9 .works-box img{
	width: 100%;
}
/*main10-style*/
.main10{
	width: 100%;
	height: 655px;
	background-color: #ebeff0;
	overflow: hidden;
}
.main10 h3{
	color:#333;
}
.main10 h3 span{
	color:#086ccd;
}
.main10 p.desc{
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#666666;
	text-align: center;
	letter-spacing: 1px;
}
.main10 .img-box{
	margin-top: 50px;
	text-align: center;
}
.main10 .img-box img{
	width: 937px;
}
/*form-box样式*/
.form-box{
	width: 100%;
	height: 404px;
	background:#c4c8cc;
	padding-top: 70px;
	box-sizing:border-box;
	z-index: 0;
}
.form-box .w1100{
	width: 1100px;
	margin: 0 auto;
}
.form-box h2{
	font-size:46px;
	line-height: 67px;
	color:#333333;
	text-align:center;
	margin-bottom:20px;
}
.form-box h2 .span1{ font-weight:normal;}
.form-box h2 .span2{ color:#086dce;}
.form-box .w1100 div{
	font-size:26px;
	width:465px;
	position:relative;
	box-sizing:border-box;
	padding-left:238px;
	margin:0 auto;
	color:#666666;
}
.form-box .w1100 div span{
	position:absolute;
	top:50%;
	left:2px;
	display:block;
	width:220px;
	height:1px;
	background:#666666;
}
.form-box form{
	font-size:0;
	margin:0 auto;
	width:860px;
	margin-top:20px;
	position: relative;
	z-index: 10;
}
.form-box input{
	position: relative;
	width:184px;
	height:33px;
	border:0;
	font-size:16px;
	box-sizing:border-box;
	line-height:33px;
	margin-right:4px;
	vertical-align: top;
}
.form-box .div1_input1{
	background:#fff;
	padding-left:20px;
	color:#666;
	letter-spacing:2px;
	border:1px solid #999;
	border-radius:5px;
}
.form-box .div1_input2{
	font-size: 18px;
	color:#ffffff;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aaff1), color-stop(100%,#0869cc))  ;
    background: -webkit-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -o-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
    background: -ms-linear-gradient(top, #0aaff1 0%,#0869cc 100%) ;
}
/*main11-style*/
.main11{
	width: 100%;
	height: 875px;
	position:relative;
	background: url(../image/m11Bg1.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main11 h3{
	color:#fff;
}
.main11 h3 span{
	font-weight: normal;
	color:#0aaaee;
}
.main11 .aboutUs{
  margin-top: 60px;
  width: 100%;
  height: 596px;
}
.main11 .aboutUs .left{
  float:left;
  width: 46px;
  height: 596px;
  position: relative;
  z-index: 1;
}
.main11 .aboutUs .left ul{
  position: relative;
}
.main11 .aboutUs .left li{
  position: relative;
  left:0;
  width: 60px;
  height: 149px;
  font-size: 18px;
  line-height: 24px;
  color:#fff;
  box-sizing:border-box;
  padding-left:12px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main11 .aboutUs .left li:hover{
  left:-10px;
  
}
.main11 .aboutUs .left li p{
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
  color:#fff;
}
.main11 .aboutUs .left li:nth-of-type(1){
  background-color: #313233;
}
.main11 .aboutUs .left li:nth-of-type(2){
  background-color: #626266;
}
.main11 .aboutUs .left li:nth-of-type(3){
  background-color: #939699;
}
.main11 .aboutUs .left li:nth-of-type(4){
  background-color: #abafb2;
}
.main11 .aboutUs .right{
  float:left;
  width: 1134px;
  height: 596px;
  overflow: hidden;
  box-sizing:border-box;
  padding:9px 0;
  background-color: #333333;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.main11 .right .content ul{
    width: 500%;
    height: 100%;
    position: relative;
    left: 0;
}
.main11 .right .content ul li{
    width: 20%;
    height: 100%;
    float: left;
}
