@charset "utf-8";
/*date:2018.5.8*/
/*公共样式*/
*{ margin:0; padding:0; font-family:"Microsoft YaHei";}
a{ text-decoration:none;}
input{outline:none;}
img{ pointer-events: none;}
li{ list-style:none;}
.w960{width: 960px;margin: 0 auto;position: relative;height: auto;}
.w1100 {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}
.header{position: relative;}
/* 
@font-face{
	font-family:fangzheng;
	src:url("../fonts/fangzheng.tff");
}
 */
/*banner样式*/
#banner {
    width: 100%;
    height: 600px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/banner.jpg) no-repeat center center/cover;
    overflow: hidden;
}


.banner .w960{
	margin-top: 230px;
	padding-left:35px;
}
.banner p{
	font-size: 28px;
	color:#fff;
	line-height: 42px;

}
.banner p a.narrow{
	display: inline-block;
	width: 32px;
	height: 25px;
	background: url(../images/bannerImg02.png) no-repeat center center/cover;
	vertical-align: middle;
	margin-left: 8px;
	webkit-animation: shake 3.3s ease-in infinite;
	-o-animation: shake 3.3s ease-in infinite;
	animation: shake 3.3s ease-in infinite;
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

.main{
	width: 100%;
	height: auto;
	overflow: hidden;

}
.main h2{
	font-size: 38px;
	font-family: "microsoft yahei";
	color:#fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 75px;
}
.main .subtitle{
	font-size: 27px;
	color:#fff;
	text-align: center;
	letter-spacing: 1px;
}
/*main1样式表*/
.main1{
	height: 602px;
	background: url(../images/m1Bg.jpg) no-repeat center center/cover;
}
.main1 h2{
	text-align: center;
}
.main1 .content{
	text-align: center;
	margin-top: 45px;
	font-size: 0;
}
.main1 .content img{
	width: 440px;
}
.main1 ul{
	display: inline-block;
	width: 328px;
	vertical-align: top;
	margin-right: 110px;
}
.main1 ul li{
	font-size: 14px;
	line-height: 21px;
	color:#fff;
	text-align: left;
	position: relative;
}
.main1 ul li:before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top:3px;
	left:-18px;
}
.main1 ul li +li{
	margin-top: 16px;
}

/*main2样式*/
.main2{
	height: 555px;
	background: url(../images/m2Bg.jpg) no-repeat center center/cover;
}
.main2 h2,.main2 .subtitle{
	width: 827px;
	text-align: center;
}
.main2 ul{
	font-size: 0;
	margin-top: 78px;
}
.main2 ul li{
	display: inline-block;
	width: 326px;
	height: 120px;
	font-size: 0;
	box-sizing:border-box;
	text-align: center;
	cursor: pointer;
}
.main2 ul li img{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main2 ul 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%);
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 32px;
	color:#fff;
	text-align: center;
	padding-top: 5px;
	margin-left: 25px;
}

.main2 ul li:nth-of-type(1){
	border-right:1px dashed #fff;
	border-bottom:1px dashed #fff;
}
.main2 ul li:nth-of-type(2){
	border-bottom:1px dashed #fff;
}

.main2 ul li:nth-of-type(3){
	border-right:1px dashed #fff;
}

/*main3样式*/
.main3{
	height: 760px;
	background: url(../images/m3Bg.jpg) no-repeat center center/cover;
}
.main3 h2{
	text-align: center;
}
.main3 .subtitle{
	font-size: 13px;
	line-height: 23px;
	color:#fff;
}
.main3 .content{
	margin-top: 65px;
	width: 100%;
	height: 521px;
	position: relative;
}
.main3 .content .item{
	display: inline-block;
	height: 145px;
	background-color: rgba(0,0,0,.2);
	box-sizing:border-box;
	border-bottom:5px solid #000;
	cursor: pointer;
}
.main3 .content .item >div{
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.main3 .content .item .project-name{
	font-size: 31px;
	text-align: center;
	color:#fff;
}
.main3 .content .item .desc:before{
	display:block;
	content: "";
	width: 145px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top:0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.main3 .content .item .desc{
	margin-top: 5px;
	width: 100%;
	position: relative;
	padding-top: 8px;
	font-size: 13px;
	line-height: 17px;
	color:#fff;
	text-align: center;
}
.main3 .content .item1{
	width: 234px;
	position: absolute;
	top:0;
	left:38px;
}
.main3 .content .item2{
	width: 257px;
	position: absolute;
	top:50px;
	right:20px;
}

.main3 .content .item3{
	background-color:transparent;
	border:none;
	width: 237px;
	height: 165px;
	position: absolute;
	top:168px;
	left:361px;
}
.main3 .content .item4{
	width: 225px;
	position: absolute;
	top:272px;
	left:24px;
}
.main3 .content .item5{
	width: 225px;
	position: absolute;
	top:290px;
	right:25px;
}

/*main4样式*/
.main4{
	height: 180px;
	background: url(../images/m4Bg.jpg) center center/cover;

}
.main4 p.title{
	margin-top: 35px;
	text-align:center;
	font-size: 21px;
	color:#fff;
}
.main4 form{
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.main4 form input[type='text']{
	width: 218px;
	height: 38px;
	background-color:#fff;
	color:#333; 
	border:none;
	font-size: 16px;
	padding-left:15px;
	box-sizing:border-box;
}
.main4 form select{
	width: 218px;
	height: 38px;
	background-color:#fff;
	color:#333; 
	border:none;
	font-size: 16px;
	padding-left:15px;
	box-sizing:border-box;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	margin-left: 15px;
}

.main4 form input[type='submit']{
	width: 218px;
	height: 38px;
	background-color:#33CC66;
	color:#fff; 
	border:none;
	font-size: 16px;
	box-sizing:border-box;
}
.main form input[type="submit"]{
	cursor: pointer;
}
.main4 form input +input {
	margin-left: 15px;
}

/*main5样式表*/
.main5{
	height: 550px;
	background: url(../images/m5Bg.jpg) no-repeat center center/cover;
}
.main5 .top{
	margin-top: 98px;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.main5 .top .left,.main5 .top .right{
	display: inline-block;
}
.main5 .top .left{
	width: 448px;
	text-align: left;
}
.main5 .top .left .title{
	font-size: 37px;
	line-height: 45px;
	color:#fff;
}
.main5 .top .left a{
	display: inline-block;
	width: 125px;
	height: 24px;
	border-radius: 5px;
	border:1px solid #fff;
	background-color: #999999;
	color:#fff;
	font-size: 11px;	
	line-height: 24px;
	text-align: center;
	margin-top: 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
}
.main5 .top .left a:hover{
	background-color: #393;
	border-color:#393;
}
.main5 .top .right{
	width: 275px;
	margin-left: 40px;
}
.main5 .top .right li{
	font-size: 13px;
	color: #Fff;
	position: relative;
	padding-left:15px;
	text-align: left;
}
.main5 .top .right li:before{
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top:6px;
	left:0;
}
.main5 .top .right li + li{
	margin-top: 13px;
}

.main5 .bottom{
	margin-top: 88px;
	width: 100%;
}
.main5 .bottom ul{
	font-size: 0;
}
.main5 .bottom ul li{
	display: inline-block;
	box-sizing:border-box;
	width: 167px;
	height: 163px;
	border-top:4px solid #004F5B;
	background: url(../images/m5Img01.png) no-repeat center center/cover;
	cursor: pointer;
}
.main5 .bottom ul li +li{
	margin-left: 15px;

}
.main5 .bottom ul li p{
	padding:0 12px;
}
.main5 .bottom ul li .title{
	margin-top: 14px;
	margin-bottom: 16px;
	font-size: 16px;
	color:#fff;

}
.main5 .bottom ul li .desc{
	font-size: 13px;
	color:#fff;
	line-height: 17px;
}

/*main6样式表*/
.main6{
	height: 561px;
	background: url(../images/m6Bg.jpg) no-repeat center center/cover;

}
.main6 .w960{
	padding-left:465px;

}
.main6 .title{
	font-size: 37px;
	color:#666;
	line-height: 45px;
	text-align: left;
	margin-top: 80px;
	font-weight: bold;
	padding-left: 85px;
}
.main6 .p1,.main6 .p2{
	font-size: 13px;
	line-height: 19px;
	color:#666666;
	padding-left:85px;
}
.main6 .p1{
	margin-top: 35px;
}
.main6 .p2{
	margin-top: 35px;
}
.main6 ul{
	margin-top: 24px;
	font-size: 0;
	padding-left: 85px;
}
.main6 ul li{
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.main6 ul li p{
	margin-top: 8px;
	font-size: 13px;
	color:#666;
}
.main6 ul li + li{
	margin-left: 50px;
}

/*main7样式表*/
.main7{
	height: 796px;
	background: url(../images/m7Bg.jpg) no-repeat center center/cover;
}
.main7 h2{
	margin-top: 56px;
	text-align: center;
}
.main7 .subtitle{
	font-size: 13px;
	margin-top: 12px;
}
.main7 ul{
	font-size: 0;
	text-align: center;
	margin-top: 62px;
}
.main7 ul li{
	display: inline-block;
	width: 152px;
	height: auto;
	color:#fff;
	text-align: left;
}
.main7 ul li img{
	display: block;

}
.main7 ul li .name{
	margin-top: 8px;
	font-size: 19px;
	color:#fff;
}
.main7 ul li .position{
	font-size: 13px;
	color:#fff;
	margin:8px 0;
}
.main7 ul li .experience{
	font-size: 13px;
	color:#fff;
}
.main7 ul li + li{
	margin-left: 20px;
}
.main7 ul li:nth-of-type(6){
	margin-left: 0;
	margin-top: 30px;
}

/*main8样式表*/
.main8{
	height: 759px;
	background: url(../images/m8Bg.jpg) no-repeat center center/cover;
}
.main8 h2{
	text-align: center;
	margin-top: 24px;
}
.main8 .btnControlBar{
	width: 802px;
	height: 5px;
	background: url(../images/m8Img01.png) no-repeat center center/cover;
	margin:0 auto;
	margin-top: 30px;
}
.main8 .btnControlBar ul{
	width: 100%;
	text-align: center;
}
.main8 .btnControlBar ul li{
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #0F7887;
	border-radius: 50%;
	position: relative;
	top:-8px;
	border:3px solid transparent;
	cursor: pointer;
}
.main8 .btnControlBar ul li.hover{
	border:3px solid #BDCCD4;
}
.main8 .btnControlBar ul li span{
	width: 68px;
	font-size: 17px;
	color:#fff;
	position: absolute;
	display: inline-block;
	top:20px;
	left:-28px;
}
.main8 .btnControlBar ul li +li{
	margin-left: 152px;
}

.main8 .fadeBody{
	width: 928px;
	height: 547px;
	margin:0 auto;
	background: url(../images/m8Img02.png);
	margin-top: 50px;
	overflow: hidden;
}
.main8 .fadeBody .slideBox{
	width: 784px;
	height: 525px;
	overflow: hidden;
	margin: 0 auto;
}
.main8 .fadeBody ul{
	position: relative;
	left:0;
	margin-top: 24px;
	font-size: 0;
}
.main8 .fadeBody ul li{
	width: 784px;
	display: inline-block;
}
.main8 .fadeBody ul li img{
	display: block;
}
/*main9样式表*/
.main9{
	height: 485px;
	background: url(../images/m9bg.jpg) no-repeat center center/cover;
}
.main9 h2{
	text-align: center;
}
.main9 .subtitle{
	font-size: 13px;
	color:#fff;
}
.main9 ul{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.main9 ul li{
	display: inline-block;
	width: 110px;
	text-align: center;
}
.main9 ul li+li{
	margin-left: 27px;
}
.main9 ul li img{
	display: block;

}
.main9 ul li p{
	font-size: 13px;
	color:#fff;
}
.main9 ul li .name{
	font-size: 19px;
	margin-top: 8px;

}
.main9 ul li .course{
	margin-top: 10px;
}
.main9 ul li .salary{
	font-size: 18px;
	font-weight: bold;
	color:#33CC66;
	margin-top: 5px;
}

/*main10样式表*/
.main10{
	height: 669px;
	background: url(../images/m10Bg.jpg) no-repeat center center/cover;
}
.main10 h2{
	color:#666;
	margin-top: 50px;
	text-align: center;
}
.main10 ul{
	margin-top: 60px;
	padding-left:150px;
}
.main10 ul li{
	position: relative;
}
.main10 ul li +li{
	margin-top: 32px;
}
.main10 ul li img{
	margin-top: 12px;
	position: absolute;
	top:0;
	left:-85px;
}
.main10 ul li .title{
	font-size: 30px;
	color:#666;

}
.main10 ul li .desc{
	margin-top: 2px;
	font-size: 13px;
	line-height: 23px;
	color:#666;
}

/*main11样式表*/
.main11{
	height: 655px;
	background: url(../images/m11Bg.jpg) no-repeat center center/cover;
}
.main11 .top{
	padding-left: 460px;
}
.main11 .top h2{
	margin-top: 130px;
}
.main11 .top .intro{
	font-size: 13px;
	line-height: 23px;
	color:#fff;
	margin-top: 62px;
}
.main11 .top .btnBox{
	text-align: right;
}
.main11 .top .btnBox a{
	display: inline-block;
	width: 128px;
	height: 27px;
	color:#fff;
	font-size: 11px;
	background-color: #999999;
	border:1px solid #fff;
	text-align: center;
	line-height: 27px;
	border-radius: 3px;
	margin-top: 50px;
	margin-right: 72px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main11 .top .btnBox a:hover{
	background-color: #393;
	border-color: #393;
}
.main11 ul{
	margin-top: 66px;
	font-size: 0;
	text-align: center;
}
.main11 ul li{
	display: inline-block;
}
.main11 ul li +li{
	margin-left: 45px;
}

/*main12样式表*/

.main12{
	height:710px;
	background:url(../images/m12Bg.jpg) no-repeat center  center/cover;
}
.main12 .w1100{
	position:relative;
}
.main12 h2{
	font-size: 37px;
	color:#666;
	text-align: center;
}
.main12 .w1100 .div2{
	height:428px;
	width:592px;
	box-sizing:border-box;
	margin:85px 0 0 15px;
	float:left;
}
.main12 .w1100 .div3{
	width:474px;
	height:428px;
	float:left;
	margin:85px 0 0 9px;
	overflow:hidden;
	position:relative;
}
.main12 .w1100 .div3 ul{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1px;
}
.main12 .w1100 .div3 ul li{
	width:100%;
	height:214px;
	background:#fff;
	margin-bottom:5px;
	box-sizing:border-box;
	padding:11px;
}

.main12 .w1100 .div3 ul li .li_div1{
	width:192px;
	height:192px;
	float:left;
}
.main12 .w1100 .div3 ul li .li_div1 img{ width:100%;}
.main12 .w1100 .div3 ul li .li_div2{
	width:260px;
	height:192px;
	float:left;
	box-sizing:border-box;
	padding-left:12px;
	color:#666;
}
.main12 .w1100 .div3 ul li .li_div2 .p3{
	padding-top:10px;
	font-size:21px;
	letter-spacing:5px;
}
.main12 .w1100 .div3 ul li .li_div2 .p1{
	font-size:14px;
	line-height:14px;
}
.main12 .w1100 .div3 ul li .li_div2 .p2{
	display:block;
	height:130px;
	width:100%;
	font-size:14px;
	color:#666;
	box-sizing:border-box;
	padding:10px 0 5px;
}

/*main13样式表*/
.main13{
	height:1052px;
	background: url(../images/m13Bg.jpg) no-repeat center center/cover; 
}
.main13 h2{
	text-align: center;
	margin-bottom: 50px;
}
.main13 .openDate{
    width:960px;
    height: 555px;
    overflow:hidden;
    position:relative;
}
.main13 ul{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.main13 ul li{
    width: 960px;
    height: 155px;
    margin: 0 0 45px;
    box-shadow: 0 8px 30px rgba(11,3,6,.3);
    background: rgba(40,40,40,.8);
    color: rgba(255,255,255,1);
}
.main13 ul li > div{
    width: 924px;
    margin: 0 auto;
    border-bottom: 1px solid #595959;
    height: 67px;
    box-sizing: border-box;
    position: relative;
}
.main13 ul li > div .p1{
    display: block;
    float: left;
    font-size: 36px;
    white-space: nowrap;
    position: absolute;
    left: 10px;
    top: 17px;
}
.main13 ul li > div .p1 span{ font-size: 36px;}
.main13 ul li > div .p1 .m_unit{ font-size: 15px;}
.main13 ul li > div .p2{
    text-align: center;
    font-size: 24px;
    padding-top: 24px;
    line-height: 24px;
}
.main13 ul li > div a{
    display: block;
    position: absolute;
    right: 24px;
    top: 34px;
    border-radius: 5px;
    width: 60px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #363636;
    font-size: 15px;
    color: rgba(255,255,255,.5);
    box-sizing:border-box;
    border:1px solid transparent;
}
.main13 ul li > div a:hover{
    border:1px solid #fff;
}
.main13 ul li .p3{
    font-size: 15px;
    line-height: 24px;
    color: rgba(193,193,193,.5);
    width: 924px;
    margin: 0 auto;
    padding: 10px 24px 0 10px;
    box-sizing: border-box;
    letter-spacing: 0.8px;

}
.main13 ul li:nth-of-type(1){
    color: rgba(255,255,255,1);
}
.main13 ul li:nth-of-type(1) a{
    color: rgba(255,255,255,1);
}
.main13 ul li:nth-of-type(1) .p3{
    color: rgba(193,193,193,1);
}

.main13 .bottom{
	margin-top: 35px;
	font-size: 0;
	text-align: center;
}
.main13 .bottom >div{
	display: inline-block;
}
.main13 .bottom .left{
	width: 300px;
	margin-right: 112px;
}
.main13 .bottom .left .title{
	font-size: 37px;
	line-height: 45px;
	color:#fff;

}
.main13 .bottom .left .contact{
	margin-top: 25px;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	color:#ccc;
}
.main13 .bottom .left .contact span{
	color:#33CC66;
	font-weight: bold;
}
.main13 .bottom .left .title span{
	color:#33CC66;
}
.main13 .bottom .right{
	vertical-align: top;
	width: 304px;
	height: 235px;
	background-color: rgba(51,51,51,.44);
	border-radius: 2px;
}
.main13 .bottom .right p{
	width:195px;
	margin:0 auto;
	font-size: 15px;
	color:#ccc;
	font-weight: bold;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 40px;
}
.main13 .bottom .right form{
	width: 100%;
}
.main13 .bottom .right form input[type="text"]{
	margin:0 auto;
	display: block;
	width: 195px;
	height: 25px;
	box-sizing:border-box;
	font-size: 15px;
	padding-left:14px;
	border:none;
	border-radius: 2px;
}
.main13 .bottom .right form input +input{
	margin-top: 18px!important;
}

.main13 .bottom .right form input[type="submit"]{
	width: 195px;
	height: 25px;
	background-color: #33CC66;
	font-size: 13px;
	color:#fff;
	border:none;
	border-radius: 2px;
}

/*main14样式表*/
.main14{
	height: 600px;
	background-color: #fff;
}

.main14 h2{
	text-align: center;
	color:#666666;
}

.main14 .subtitle{
	text-align: center;
	color:#666;
	font-size: 13px;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*main15样式表*/
.main15{
	height: 674px;
	background: url(../images/m15Bg.jpg) no-repeat center center/cover;
}
.main15 h2{
	margin-top: 118px;
	margin-bottom: 40px;
	text-align: center;
	-moz-text-shadow:2px 2px 5px #000; 
	-webkit-text-shadow:2px 2px 5px #000; 
	text-shadow:2px 2px 5px #000;
}
.main15 .content{
	margin:0 auto;
	width: 764px;
	height: 385px;
	background: url(../images/m15Img01.png) no-repeat center center/cover;
	position: relative;
}
.main15 .content .item{
	position: absolute;
}
.main15 .content .item a{
	color:#fff;
	font-size: 20px;
}
.main15 .content .item1{
	top:84px;
	left:105px;
}
.main15 .content .item2{
	top:93px;
	left:490px;
}
.main15 .content .item3{
	top:161px;
	left:66px;
}
.main15 .content .item4{
	top:164px;
	left:336px;
}
.main15 .content .item4 a{
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}
.main15 .content .item5{
	top: 170px;
	left: 516px;
}
.main15 .content .item6{
	top: 230px;
	left: 71px;
}
.main15 .content .item7{
	top: 255px;
	left: 481px;
}
.main15 .content .item8{
	top: 307px;
	left: 277px;
}
