
/*公共样式*/
*{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: 750px;
	background: url(../image/banner9.jpg) no-repeat center center;
	overflow: hidden;
}
.banner .w1180{
	margin-top: 575px;
	text-align: center;
	font-size: 0;
}
.banner .w1180 a{
	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;
	top:0;
}
.banner .w1180 a:hover{
	top:10px;
}
/*main1-style*/
.main1{
	width: 100%;
	height: 531px;
	position: relative;
	overflow: hidden;
	font-size: 0;
}
.main1 img{
	width: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
/*main2-style*/
.main2{
	width: 100%;
	height: 763px;
	background: url(../image/m2Bg9.jpg) no-repeat center center;
	overflow:hidden;
}
.main2 .subtitle{
	margin-top: 120px;
	font-size: 26px;
	line-height: 30px;
	color:#797e8c;
	letter-spacing: 1px;
	font-weight: "Microsot Yahei";
	text-align: center;
}
.main2 h3{
	margin-top: 10px;
	font-size: 36px;
	color:#000033;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}
.main2 ul{
	margin-top: 52px;
	text-align: center;
	width: 100%;
	font-size: 0;
}
.main2 ul li{
	display: inline-block;
	vertical-align: top;
	width: 265px;
	cursor: pointer;
}
.main2 ul li + li{
	margin-left: 40px;
}
.main2 ul li .img-box{
	width: 100%;
	box-sizing:border-box;
	height: 215px;
	border:1px solid #299be3;
	background-color: #ccd5e1;
	border-bottom:none;
	text-align: center;
	font-size: 0;
}
.main2 ul li .img-box img{
	width: auto;
	margin-top: 24px;
}
.main2 ul li .txt-box{
	padding-top: 25px;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background-color: #000033;
}
.main2 ul li .txt-box span{
	display: inline-block;
	font-size: 18px;
	color:#fff;
	line-height: 30px;
	letter-spacing: 1px;
}
.main2 .consult-box{
	margin-top: 32px;
	text-align: center;
	font-size: 0;
}
.main2 .consult-box a{
	display: inline-block;
	position: relative;
	top:0;
	-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 .consult-box a:hover{
	top:10px;
}
/*main3-style*/
.main3{
	width: 100%;
	height: 786px;
	position: relative;
	overflow: hidden;
}
.main3 .bg-img{
	width: 100%;
	position: absolute;
	left:0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}
.main3 .bg-img img{
	width: auto;
	position: relative;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*main4-style*/
.main4{
	width: 100%;
	height: 2492px;
	background:url(../image/m4Bg9.jpg) no-repeat center center;
	overflow: hidden;
}
.main4 .top{
	width: 100%;
	height: 242px;
	background: url(../image/m4Img015.png) no-repeat center center/cover;
	overflow: hidden;
}
.main4 .top h3{
	font-size: 36px;
	color:#000033;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	margin-top: 104px;
}
.main4 .top h3 span{
	color:#ff3c6a;
	font-weight: bold;
}
.main4 .top .subtitle{
	font-size: 16px;
	color:#666666;
	letter-spacing: 1px;
	margin-top: 15px;
	text-align: center;
}
.main4 .course{
	margin-top: 155px;
}
.main4 .course li{
	width: 100%;
	position:relative;
	box-sizing:border-box;
	margin-bottom: 116px;
	background-color: #f5fbff;
	border:1px solid #60b5ea;
}
.main4 .course li:nth-of-type(odd){
	padding-left: 172px;
}
.main4 .course li:nth-of-type(even){
	padding-right: 172px;
}
.main4 .course li .left{
	float:left;
}
.main4 .course li .right{
	float:right;
}
.main4 .course li:nth-of-type(odd) .img-ico{
	position: absolute;
	width: 172px;
	height: 100%;
	top:0;
	left:0;
	z-index: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main4 .course li:nth-of-type(even) .img-ico{
	position: absolute;
	width: 172px;
	height: 100%;
	top:0;
	right:0;
	z-index: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.main4 .course li:nth-of-type(odd) .img-ico img{
	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;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.main4 .course li:nth-of-type(even) .img-ico img{
	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;
}
.main4 .course li:nth-of-type(1) .img-ico img{
	right: -95px;
}
.main4 .course li:nth-of-type(2) .img-ico img{
	left: -218px;
}
.main4 .course li:nth-of-type(3) .img-ico img{
	top:230px;
	right: -60px;
}
.main4 .course li:nth-of-type(4) .img-ico img{
	left: -6px;
}

.main4 .course li .txt{
	position: relative;
	z-index: 1;
	width: 492px;
}
.main4 .course li:nth-of-type(even):hover  .img-ico{
	right:20px;
}
.main4 .course li:nth-of-type(odd):hover  .img-ico{
	left:20px;
}

.main4 .course li .title{
	font-size: 36px;
	color:#fff;
	height: 53px;
	line-height: 53px;
	letter-spacing:1px;
	position: absolute;
	top:-53px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #21d09f;
	overflow: hidden;
	text-align: center;
}
.main4 .course li:nth-of-type(1) .title{
	width: 409px;
	background: url(../image/m4Img022.png) no-repeat center center/cover;
}
.main4 .course li:nth-of-type(2) .title{
	width: 354px;
	background: url(../image/m4Img031.png) no-repeat center center/cover;
}
.main4 .course li:nth-of-type(3) .title{
	width: 321px;
	background: url(../image/m4Img06.png) no-repeat center center/cover;
}
.main4 .course li:nth-of-type(4) .title{
	width: 333px;
	background: url(../image/m4Img051.png) no-repeat center center/cover;
}
.main4 .course li .title span{
	color:#000033;
	font-size: 28px;
	position: relative;
	z-index: 2;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
}
.main4 .course li .txt .intro{
	font-size: 16px;
	line-height: 26px;
	color:#666;
	margin-top: 68px;
	letter-spacing: 1px;
}
.main4 .course li .txt .level-point{
	margin-top: 30px;
}
.main4 .course li .txt .level-point span{
	font-size: 16px;
	display: inline-block;
	color:#60b5ea;
	padding: 6px 20px;
	border:1px solid #60b5ea;
	background-color:#2c2e36;
	margin-bottom: 20px;
}
.main4 .course li .txt .level-point span + span{
	margin-left: 20px;
}
.main4 .course li .img-box{
	width: 480px;
	height: 382px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing:border-box;
}
.main4 .course li:nth-of-type(odd) .img-box{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 32px;
	padding-right: 50px;
}
.main4 .course li:nth-of-type(even) .img-box{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 32px;
	padding-left: 50px;
}

.main4 .course 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;
}
.main4 .course li .img-box:hover 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);
}
.main4 .consult-box{
	text-align: center;
	font-size: 0;
}
.main4 .consult-box{
	margin-top: -70px;
	text-align: center;
}
.main4 .consult-box a{
	display: inline-block;
	position: relative;
	top:0;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main4 .consult-box a:hover{
	top: 10px;
}
.main4 .consult-box a img{
	width: auto;
}
/*main6-style*/
.main6{
	width: 100%;
	height: 989px;
	background: url(../image/m6Bg10.jpg) no-repeat center center;
	overflow: hidden;
}
.main6 h3{
	margin-top: 96px;
	font-size: 36px;
	color:#fff;
	font-weight: normal;
	text-align: center;
	box-sizing:border-box;
	letter-spacing: 1px;
}
.main6 p.desc{
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
	color:#999;
	text-align: center;
	letter-spacing: 1px;
}
.main6 .tech-wrap{
	margin-top: 12px;
	overflow: hidden;
	position: relative;
}
.main6 .tech-wrap .left{
	float:left;
}
.main6 .tech-wrap .right{
	float:right;
}
.main6 .tech-wrap .img-box{
	width: 355px;
	position: relative;
	box-sizing:border-box;
	padding-left: 55px;
}
.main6 .tech-wrap .img-box img{
	width: 254px;
	position: relative;
}
.main6 .tech-wrap .part .txt-box{
	width: 760px;
	box-sizing:border-box;
	padding-right: 50px;
}

.main6 .tech-wrap .part .txt-box{
	margin-top: 58px;
}

.main6 .tech-wrap .txt-box .name{
	font-size: 16px;
	color:#292b33;
	line-height: 26px;
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}
.main6 .tech-wrap .txt-box .name span.t-name{
	display: inline-block;
	width: 161px;
	height: 41px;
	font-size: 28px;
	color:#299be3;
	text-align: center;
	line-height: 41px;
	position: relative;
}
.main6 .tech-wrap .txt-box .name span.t-position{
	display: inline-block;
	font-size: 18px;
	color:#fff;
	margin-top: 10px;
	margin-left: 18px;	
	border-bottom: 2px solid #299be3;
}
.main6 .tech-wrap .txt-box .name span.t-name:before{
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	border:1px solid #299be3;
	font-size: 0;
	content: "";
	background-color:rgba(0,0,0,.15);
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	transform: skew(-20deg);
}
.main6 .tech-wrap .txt-box .intro{
	margin-top: 15px;
	font-size: 16px;
	line-height: 30px;
	color:#999;
	letter-spacing: 1px;
}
.main6 .tech-wrap .txt-box .project{
	margin-top: 24px;
	color:#299be3;
	font-size: 18px;
}
.main6 .tech-wrap .txt-box .project span{
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
	color:#1d1f21;
	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: #299be3;
	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: 72px;
	width: 100%;
	position: relative;
}
.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:#fff;
	font-weight: bold;
	letter-spacing: 1px;
	position:relative;
}
.main6 .tech-works h4 span:before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #299be3;
	-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: #299be3;
	-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 .picMarquee-left{
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.main6 .picMarquee-left li{
    float: left;
    /*width: 295px;*/
    height: 270px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.main6 .swiper-button-prev,.main6 .swiper-button-next{
	width: 48px;
	height: 99px;
}
.main6 .swiper-button-prev{
  left:5px;
	background:url(../image/tech_btn_arrow.png) no-repeat 0 0;
}
.main6 .swiper-button-prev:hover{
  background: url(../image/tech_btn_hover_arrow.png) no-repeat 0 0;
}
.main6 .swiper-button-next {
  right:5px;
  background: url(../image/tech_btn_arrow.png) no-repeat 0 -99px;
}
.main6 .swiper-button-next:hover {
  background: url(../image/tech_btn_hover_arrow.png) no-repeat 0 -99px;
}
/*main7-style*/
.main7{
	width: 100%;
	height: 666px;
	background: url(../image/m7Bg10.jpg) no-repeat center center/cover;
	overflow: hidden;
	position: relative;
}
.main7 .m7-cont{
	width:100%;
	box-sizing:border-box;
	padding-left: 605px;
}
.main7 .m7-cont h3{
	margin-top: 100px;
	margin-bottom: 25px;
	font-size: 36px;
	color:#000033;
	font-weight: normal;
	letter-spacing: 1px;
}
.main7 .m7-cont .desc{
	margin-top:30px;
}
.main7 .m7-cont .desc p{
	font-size: 16px;
	color: #075255;
	line-height: 30px;
	letter-spacing: 1px;
	text-indent: 2em;
}
.main7 .m7-cont .consult-box{
	margin-top: 42px;
	text-align: right;
}
.main7 .m7-cont .consult-box a{
	font-size: 0;
	position: relative;
	top:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.main7 .m7-cont .consult-box a:hover{
	top:10px;
}