
/*公共样式*/
*{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/banner3.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.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/m1Bg2.jpg) no-repeat center center/cover;
}
.main1 h3{
	font-size: 36px;
	color:#333333;
}
.main1 h3 span{
	color:#e3612f;
}
.main1 p.desc{
	margin-top: 35px;
	color:#999999;
}
.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-Img1.png) no-repeat 0 0;
}
.main1 .swiper-button-prev:hover{
  background: url(../image/m2-btn-hoverImg1.png) no-repeat 0 0;
}
.main1 .swiper-button-next {
  right:5px;
  background: url(../image/m2-btn-Img1.png) no-repeat 0 -56px;
}
.main1 .swiper-button-next:hover {
  background: url(../image/m2-btn-hoverImg1.png) no-repeat 0 -56px;
}
/*main2-style*/
.main2{
	width: 100%;
	height: 888px;
	background: url(../image/m2Bg3.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: right;
}
.main2 h3 span{
	font-weight: normal;
	color:#e3612f;
}
.main2 p.desc{
	margin-top: 26px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: right;
	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: #e3612f;
}
.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: #e3612f;
	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:#e3612f;
	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;
    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/m3Bg3.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main3 h3{
	color:#333333;
	text-align: center;
}
.main3 h3 span{
	color:#e3612f;
}
.main3 p.desc{
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
	color:#666666;
	text-align: center;
	letter-spacing: 1px;
}
.main3 .img-box{
	margin-top: 30px;
}
.main3 .salary{
	margin-top: 22px;
	font-size: 24px;
	color:#333;
	font-weight: bold;
	letter-spacing: 1px;
}
.main3 .salary span{
	color:#e3612f;
}
.main3 .sample{
	font-size: 16px;
	color:#666666;
	letter-spacing: 1px;
	margin-top: 2px;
	padding-left: 18px;
}
/*main4-style*/
.main4{
	width: 100%;
	height: 1161px;
	background: url(../image/m4Bg4.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main4 h3{
	color:#ffffff;
}
.main4 h3 span{
	font-weight: normal;
	color:#e3612f;
}
.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: 45px;
	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: 300px;
}
.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: 42px;
	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: 20px;
}
.main4 ul li .salary span{
	color:#e3612f;
	font-size: 20px;
}
.main4 .consult-box{
	margin-top: 15px;
	text-align: center;
}
.main4 .consult-box a{
	display: inline-block;
    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: 741px;
	background: url(../image/m5Bg4.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main5 h3{
	color: #fff;
}
.main5 h3 span{
	color:#e3612f;
}
.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: 165px;
}
.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: 60px;
	text-align: center;
}
.main5 .consult-box a{
	display: inline-block;
    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;
	background: url(../image/m6Bg4.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main6 h3{
	color:#333333;
}
.main6 h3 span{
	font-weight: normal;
	color:#e3612f;
}
.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 .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: #2c2e36;
	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: #e3612f;
	-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: #e3612f;
	-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%;
}
.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_arrow1.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_arrow1.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: 30px;
	text-align: center;
}
.main6 .consult-box a{
	display: inline-block;
    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: 2850px;
	background:url(../image/m7Bg3.jpg) no-repeat center center/cover;
	overflow: hidden;
}
.main7 h3{
	color:#cccccc;
}

.main7 h3 span{
	font-weight: normal;
	color:#e3612f;
}
.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: 32px;
	color:#333333;
	text-align: center;
	position: relative;
	background: url(../image/m7Img012.png) no-repeat center center/cover;
}
.main7 ul.advantage li + li{
	margin-left: 98px;
}
.main7 .course{
	margin-top: 160px;
}
.main7 .course li{
	width: 100%;
	position:relative;
	box-sizing:border-box;
	margin-bottom: 150px;
}
.main7 .course li:nth-of-type(odd){
	padding-left: 172px;
}
.main7 .course li:nth-of-type(even){
	padding-right: 172px;
}
.main7 .course li .left{
	float:left;
}
.main7 .course li .right{
	float:right;
}
.main7 .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;
}
.main7 .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;
}
.main7 .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;
	
}
.main7 .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;
}
.main7 .course li:nth-of-type(1) .img-ico img{
	right: -24px;
}
.main7 .course li:nth-of-type(2) .img-ico img{
	left: 8px;
}
.main7 .course li:nth-of-type(3) .img-ico img{
	right: -40px;
}
.main7 .course li:nth-of-type(4) .img-ico img{
	left: -105px;
}

.main7 .course li .txt{
	position: relative;
	z-index: 1;
	width: 382px;
	cursor: default;
}
.main7 .course li:nth-of-type(even):hover  .img-ico{
	right:20px;
}
.main7 .course li:nth-of-type(odd):hover  .img-ico{
	left:20px;
}

.main7 .course li .txt .title{
	font-size: 16px;
	color:#fff;
	letter-spacing:1px;
	position: relative;
	line-height: 36px;
}
.main7 .course li .txt .title span{
	font-size: 36px;
	color:#e3612f;
	position: relative;
	z-index: 2;
}
.main7 .course li .txt .intro{
	font-size: 16px;
	line-height: 26px;
	color:#999;
	margin-top: 28px;
}
.main7 .course li .txt .level-point{
	margin-top: 30px;
}
.main7 .course li .txt .level-point span{
	font-size: 16px;
	display: inline-block;
	color:#e3612f;
	margin-bottom: 20px;
}
.main7 .course li .txt .level-point span + span{
	margin-left: 20px;
}
.main7 .course li .img-box{
	width: 586px;
	height: 376px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.main7 .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;
}
.main7 .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);
}
.main7 .consult-box{
	text-align: center;
	font-size: 0;
}
.main7 .consult-box{
	margin-top: -78px;
	text-align: center;
}
.main7 .consult-box a{
	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;
	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: 770px;
	overflow: hidden;
	background-color: #f7f7f7;
}
.main8 h3{
	color:#333333;
}
.main8 h3 span{
	color:#e3612f;
}
.main8 .advantage{
  margin-top: 45px;
  font-size: 0;
  text-align: center;
}
.main8 .advantage li{
  display: inline-block;
  vertical-align: top;
  width: 381px;
  height: 207px;
  background: url(../image/m8Img06.png) no-repeat center center/cover;
  border-radius: 5px;
  border:1px solid #cda9e4;
  background-color: #fafffd;
  margin-bottom: 20px;
}
.main8 .advantage li + li{
  margin-left: 15px;
}
.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: 925px;
	background: url(../image/m9Bg3.jpg) no-repeat center center/cover;
	overflow:hidden;
}
.main9 h3{
	margin-top: 98px;
	color:#fff;
}
.main9 h3 span{
	color:#e3612f;
}
.main9 p.desc{
	margin-top: 32px;
	font-size: 16px;
	line-height: 26px;
	color:#999999;
	text-align: center;
	letter-spacing: 1px;
}
.main9 .works-video{
	width: 900px;
	margin:0 auto;
	margin-top: 38px;
}
/*main10-style*/
.main10{
	width: 100%;
	height: 715px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.main10 h3{
	color:#333;
}
.main10 h3 span{
	color:#e3612f;
}
.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:#cad4d7 url(../image/formBg1.jpg) no-repeat center bottom/cover;
	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:#e3612f;}
.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{
	top:-13px;
	width: 267px;
	height: 70px;
	background: url(../image/form_sub_bg.png) no-repeat center center/cover;
}
/*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:#db5e2e;
}
.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;
}
