@charset "UTF-8";
*{margin: 0;padding: 0}
a{text-decoration: none;}
img{max-width: 100%;}
li{list-style: none;}
input,textarea{outline: none;border: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
div,ul,li,dl,dt,dd,span,a,i,em,input,textarea,h1,h2,h3,h4,h5,h6,p,table,tr,th,td{font-family: "微软雅黑";}
i,em{font-style: normal;}

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}

.wrapper{
	position: relative;
}
.wrapper,
.header{
	width: 100%;
}
.header{
	height: 124px;
	background: url(../images/index-header_bg_01.png) no-repeat center;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.header-box{
	width: 1200px;
	margin: 0 auto;
}
.index-logo,
.header-in,
.nav{
	float: left;
	height: 124px;
}
.header-in{
	color: #155499;
	font-size: 18px;
	margin: 35px 0 0 40px;
	text-align: center;
}
.header-in span{
	color: #b0afaf;
	font-size: 14px;
}
.nav{
	margin-left: 30px;
}
.nav ul li{
	float: left;
	margin: 40px 0 0 30px;
	padding:0 15px 5px;
	/*line-height: 124px;*/
}
.nav ul li a{
	display: inline-block;
	color: #333;
	font-size: 16px;
}
.nav ul li.on a,.nav ul li:hover a{
	border-bottom: 2px solid #155399;
}
.nav ul li.on>a,
.nav ul li.on a>span{
	color: #155399
}

.nav ul li>a:hover ,
.nav ul li:hover a>span{
	color: #155399
}
.nav ul a>span{
	color:#ccc;
	font-size: 12px;
} 
.index-search{
	display: inline-block;
	float: right;
	width: 18px;
	height: 19px;
	background: url(../images/index-search_03.png) no-repeat center;
	margin-top: 55px;
}
.search-form{
	width: 100%;
	height: 150px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
	position: fixed;
	top: 124px;
	left: 0;
	z-index: 9999;
	padding-top: 40px;
	display: none;
}
.search-form form{
	/*display: inline-block;*/
	width: 800px;
	height: 70px;
	border-radius: 5px;
	background: #f0f0f0;
	margin: 0 auto;
}
.search-close{
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat center;
	margin-left: 40px;
	position: absolute;
	top: 60px;
	right: 25%;
}
.search-sub{
	width: 18px;
	height: 19px;
	background: url(../images/index-search_03.png) no-repeat center;
	cursor: pointer;
}
.search-text{
	width: 670px;
	height: 70px;
	background: #f0f0f0;
	margin-left: 50px;
}
.container{
	margin-top: 124px;
}
.container,
.index-banner{
	width: 100%;
}
.index-banner{
	height: 550px;
	position: relative;
}

#tab-banner li{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.banner-icon{
	position: absolute;
	bottom: 20px;
	left: 46.5%;
	z-index: 99;
}
.banner-icon span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	margin: 0 5px;
}
.banner-icon span.r{
	/*background: #155499;*/
	box-shadow:inset 0 0 0 2px #f4f4f4,0 0 0 2px #fff;
}
.index-cont h3{
	color: #155499;
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}
.index-cont p{
	color: #606060;
	font-size: 14px;
	letter-spacing: 6px;
	text-align: center;
}
.index-cont{
	width: 1200px;
	margin: 0 auto;
}
.index-box{
	box-sizing: border-box;
	margin: 32px 0;
	overflow: hidden;
	padding-left: 20px;
}
.index-box ul li{
	float: left;
	width: 121px;
	margin: 0 127px;
	position: relative;
}
.index-box ul li:hover .div-1,
.index-box ul li:hover .div-2,
.index-box ul li:hover .div-3{
	z-index: 1;
}
.index-box ul li:hover .div-11,
.index-box ul li:hover .div-22,
.index-box ul li:hover .div-33{
	z-index: 2;
}
.index-box ul li:hover .p-title{
	color: #155499;
}
.p-title{
	color: #000;
	font-size: 18px;
	text-align: center;
	margin-top: 138px;
}
.div-1,
.div-2,
.div-3{
	width: 121px;
	height: 121px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.div-11,
.div-22,
.div-33{
	width: 121px;
	height: 121px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.footer{
	width: 100%;
	height: 50px;
	border-top: 1px solid #ececec;
	box-sizing: border-box;
}
.footer-box{
	width: 1200px;
	margin: 0 auto;
}
.footer-left{
	float: left;
	height: 100%;
	line-height: 50px;
	color: #d2d2d2;
	font-size: 12px;
}
.footer-left a{
	display: inline-block;
	color: #d2d2d2;
	font-size: 12px;
	margin-left: 15px;
}
.footer-left a:nth-child(2){
	margin-left: 25px;
}
.footer-right{
	float: right;
}
.footer-right a{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin:0 3px;
	padding-top: 30px;
}
.share1{
	background: url(../images/index-share_17.png) no-repeat left center;
}
.share2{
	background: url(../images/index-share_17.png) no-repeat 25% center;
}
.share3{
	background: url(../images/index-share_17.png) no-repeat 49.5% center;
}
.share4{
	background: url(../images/index-share_17.png) no-repeat 75% center;
}
.share5{
	background: url(../images/index-share_17.png) no-repeat right center;
}

.footer-bg{
	width: 100%;
	height: 250px;
	background: #4d4d4d;
}
.footer-nav{
	width: 1200px;
	margin: 0 auto;
}
.footer-cont{
	float: left;
	height: 150px;
	border-right: 1px solid #5f5f5f;
	margin: 40px 0 0 10px;
	padding: 10px 50px 0 50px;
}
.footer-nav .footer-cont:nth-child(5){
	border: none;
}
.footer-cont dl dt{
	color: #dedede;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-cont dl a{
	color: #a4a4a4;
	font-size: 14px;
}
.online{
	float: right;
	margin: 50px 30px 0 0;
}
.online span{
	display: block;
}
.online span:nth-child(1){
	height: 26px;
	color: #d8d8d8;
	font-size: 14px;
	background: url(../images/online_03.png) no-repeat left center;
	line-height: 26px;
	padding-left: 30px;
}
.online span:nth-child(2){
	color:#fff;
	font-size: 30px;
	margin:5px 0;
}
.online span:nth-child(3){
	color: #d8d8d8;
	font-size: 12px;
}

.search-box{
	width: 1200px;
	margin:0 auto;
}
.search-box>p{
	color: #666;
	font-size: 16px;
	margin-top: 45px;
}
.search-box ul li{
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	margin-top: 30px;
	padding-bottom: 20px;
}
.search-box ul h3{
	color: 333;
	font-size: 18px;
}
.search-box ul p,
.search-box ul span{
	color:#bbb;
	font-size: 14px;	
}
.search-box ul p{
	margin: 15px 0;
}
.search-box ul span em{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	margin-left: 20px;
}
.search-box ul li:last-child{
	border: none;
}

.business-box{
	width: 1200px;
	margin: 0 auto;
}
.bus-left,
.inc{
	width: 600px;
	float: left;
	padding: 60px 0;
}
.bus-left ul li{
	width: 100%;
	height: 130px;
	margin-bottom: 1.66px;
}
.bus-div1,
.bus-div2{
	box-sizing: border-box;
	padding:30px 30px 0 30px;
}
.bus-img,
.bus-title{
	float: left;
}
.bus-img{
	width: 70px;
	height: 70px;
}
.bus-title{
	width: 440px;
	margin-left: 25px;
}
.bus-title h3{
	color:#101010;
	font-size: 20px;
}
.bus-title p{
	color: #4e4e4e;
	font-size: 14px;
}
.p{
	line-height: 70px;
}
.bus-div2{
	width: 100%;
	height: 130px;
	background: #f8f8f8;
	display: none;
}
.bus-left ul li:hover .bus-div2{
	display: block;
}
.bus-left ul li:hover .bus-div1{
	display: none;
}
.bus-left ul li:hover .p{
	color: #155499;
}
.bus-right{
	height: 455px;
	overflow: hidden;
	position: relative;
}
.inc{
	height: 395px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	/*position: relative;*/
}
.inc p{
	width: 100%;
	height: 130px;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 40px 42px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
}
/*.bus1{
	display: block;
}
.bus2,
.bus3{
{
	display: none;
}*/

.business-scene{
	width: 100%;
	background: #f8f8f8;
	overflow: hidden;
	padding:85px 0 50px 0;
}
.business-intro{
	width: 1200px;
	margin: 0 auto;
}
.business-intro div{
	float: left;
	width: 395px;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.business-intro div:nth-child(2){
	margin:0 7.5px;
}
.pp{
	width: 100%;
	height: 260px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 20px;
	line-height: 260px;
	text-align: center;
	position: absolute;
	bottom: -260px;
	left: 0;
}
.business-intro div:hover .pp{
	bottom: 0;
}

.business2-box{
	width: 1200px;
	margin: 40px auto;
}
.business2-box>div{
	
	background: #f5f5f5;
}
.business2-left{
	
}
.business2-right{
	
	position: relative;
}
.business2-box>div h3{
	color: #155399;
	font-size: 24px;
	font-weight: bold;
	margin-top: 44px;
	text-align: center;
}
.business2-box>div span{
	display: block;
	color:#999;
	font-size: 16px;
	text-align: center;
}
.business2-box>div p{
	color: #666;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 30px;
	margin-top: 37px;
	padding:0 40px;
}

.scenarios{
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.scenarios .img1{
	    width: 1000px;
    height: 658px;
	margin:40px 0 20px 0;
}
/*.scenarios ul{
	width: 2800px;
	height: 400px;
	position: absolute;
	left: 0;
}
.scenarios ul li{
	float: left;
	width: 100%;
	height: 350px;
	margin-top: 37px;
	position: absolute;
	top: 0;
	left: 0;
} */
.scenarios .cont{
	display: block;
	height: 20px;
	background: #f5f5f5;
	/* margin-top: 20px; */
	text-align: center;
}
.tab-a{
	width: 29px;
	height: 57px;
	position: absolute;
	top: 45%;
}
.left{
	    margin-top: 45px;
	left: 0px;
	background: url(../images/business2-prve_06.png) no-repeat center;
}
.right{
	    margin-top: 45px;
	right: 0px;
	background: url(../images/business2-nxet_06.png) no-repeat center;
}

/*news*/
.business-banner{
	width: 100%;
	height: 300px;
}
.news-nav{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.news-nav ul{
	float:left;
	position:relative;
	left:50%;
}
.news-nav ul li{
	float: left;
	line-height: 45px;
	position:relative;
	right:50%;
	z-index:2;
}
.news-nav ul a{
	display: inline-block;
	width: 120px;
	color: #666;
	margin: 0 1px;
	text-align: center;
}
.news-nav ul a.on{
	color: #155499;
	border-bottom: 2px solid #155499;
	box-sizing: border-box;
}
.news-nav ul a:hover{
    color: #155499;
	border-bottom: 2px solid #155499;
	box-sizing: border-box;
}
.news-cont{
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 25px 0;
}
.news-cont ul,
.case-cont ul{
	width: 1200px;
	margin: 0 auto;
}
.news-cont ul li{
	float: left;
	width: 390px;
	height: 210px;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 25px;
}
.news-cont ul li:nth-child(2){
	margin: 0 15px;
}
.news-cont ul h3{
	color: #000;
	font-size: 16px;
	margin-top: 35px;
}
.news-time{
	display: block;
	color: #bbb;
	font-size: 14px;
}
.news-cont ul p{
	color: #bbb;
	font-size: 14px;
	margin-top: 20px;
}
.news-bg{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/news-icon_05.png) no-repeat center;
	margin-top: 20px;
}
.news-cont ul li:hover{
	border: 1px solid #155499;
	box-sizing: border-box;
}
.news-cont ul li:hover h3,
.news-cont ul li:hover .news-time,
.news-cont ul li:hover p{
	color: #155499;
}
.news-cont ul li:hover .news-bg{
	background: url(../images/news-icon_color_05.png) no-repeat center;
}
.news-box{
	width: 1200px;
	margin: 0 auto;
	padding: 22px 0;
}
.news-box ul li{
	float: left;
	width: 390px;
	margin-bottom: 14px;
	overflow: hidden;
}
.news-box ul li:nth-child(3n-1){
	margin: 0 15px;
}
.news-img{
	width: 390px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.news-img p{
	width: 80px;
	height: 60px;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	padding: 8px 0 0 10px;
	position: absolute;
	top:0;
	left: 0;
}
.news-img p span{
	display: block;
	color: #fff;
	font-size: 20px;
}
.news-intro{
	width: 390px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	overflow: hidden;
	padding: 22px;
}
.news-intro h3{
	color: #000;
	font-size: 16px;
}
.news-intro p{
	color: #c4c4c4;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
}
.news-box ul li:hover .news-intro h3{
	color: #155499;
}
.news-box ul li:hover .news-img img{
	transform: scale(1.05);
	transition: all 0.5s;
}

.page{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.page a{
	display: inline-block;
	width: 34px;
	border-bottom: 2px solid #dadada;
	box-sizing: border-box;
	color: #999;
	font-size: 14px;
	margin: 0 6px;
	padding-bottom: 2px;
}
.page a:first-child,
.page a:last-child,
.page a:first-child:hover,
.page a:last-child:hover{
	border-bottom:none;
}
.page a.on{
	color: #155499;
	border-bottom: 2px solid #155499;
	box-sizing: border-box;
}
.page a:hover{
	color: #155499;
	border-bottom: 2px solid #155499;
	box-sizing: border-box;
}

.news2-box{
	width: 1200px;
	margin: 40px auto;
}
.news2-left{
	float: left;
	width: 880px;
	background: #fafafa;
	box-sizing: border-box;
	padding: 35px 32px 30px 44px;
}
.news2-right{
	width: 290px;
	float: right;
}
.news2-left h1{
	color: #000;
	font-size: 24px;
	margin-bottom: 32px;
	text-align: center;
}
.news2-left p{
	color: #666;
	font-size: 14px;
	line-height: 35px;
}
.back{
	display: block;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	box-sizing: border-box;
	color: #999;
	font-size: 16px;
	margin-top: 40px;
	padding-top: 25px;
	text-align: right;
}
.news2-right h2{
    color: #0b0b0b;
    font-size: 20px;
}
.news2-right ul li{
	width: 290px;
	background: #fafafa;
	box-sizing: border-box;
	margin-top: 20px;
	overflow: hidden;
	padding: 25px;
}
.news2-right ul span{
	color: #999;
	font-size: 14px;
}
.news2-right ul span i{
	font-size: 24px;
}
.news2-right ul h3{
	color: #000;
	font-size: 16px;
	margin: 18px 0 16px 0;
}
.news2-right ul p{
	color: #999;
	font-size: 14px;
}
.news2-right ul li:hover h3{
	color: #155399;
}

/*contact*/
.contact-addr{
	width: 100%;
	height: 600px;
	background: url(../images/contact-bg_02.png) no-repeat center;
}
/*.contact-addr ul{
	width: 1200px;
	margin: 0 auto;
}*/
.addr-title{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 138px;
}
.addr-title h3{
	color: #155399;
	font-size: 24px;
	font-weight: bold;
}
.addr-title p{
	color: #ccc;
	font-size: 16px;
}
.addr-cont{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.addr-cont ul li{
	float: left;
	width: 300px;
	margin-top: 66px;
}
.addr-icon{
	width: 68px;
	height: 68px;
	margin: 0 auto;
}
.add1{
	background: url(../images/contact-icon1_03.png) no-repeat center;
}
.add2{
	background: url(../images/contact-icon2_05.png) no-repeat center;
}
.add3{
	background: url(../images/contact-icon3_07.png) no-repeat center;
}
.add4{
	background: url(../images/contact-icon4_09.png) no-repeat center;
}
.add5{
	background: url(../images/contact-icon4_10.png) no-repeat center;
}

.add6{
	background: url(../images/contact-icon4_11.png) no-repeat center;
}

.add7{
	background: url(../images/contact-icon4_12.png) no-repeat center;
}
.add8{
	background: url(../images/contact-icon4_13.png) no-repeat center;
}
.addr-box h4{
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin:20px 0;
}
.addr-box p{
	color: #666;
	font-size: 18px;
}
.addr-cont ul li:hover .addr-box h4,
.addr-cont ul li:hover .addr-box p{
	color: #155499;
}
.addr-cont ul li:hover .add1{
	background: url(../images/contact-icon11_06.png) no-repeat center;
}
.addr-cont ul li:hover .add2{
	background: url(../images/contact-icon22_10.png) no-repeat center;
}
.addr-cont ul li:hover .add3{
	background: url(../images/contact-icon33_14.png) no-repeat center;
}
.addr-cont ul li:hover .add4{
	background: url(../images/contact-icon44_18.png) no-repeat center;
}

.addr-cont ul li:hover .add5{
	background: url(../images/contact-icon44_19.png) no-repeat center;
}
.addr-cont ul li:hover .add6{
	background: url(../images/contact-icon44_20.png) no-repeat center;
}
.addr-cont ul li:hover .add7{
	background: url(../images/contact-icon44_21.png) no-repeat center;
}
.addr-cont ul li:hover .add8{
	background: url(../images/contact-icon44_22.png) no-repeat center;
}
.contact-recruit{
	width: 100%;
	background: #fbfbfb;
	overflow: hidden;
	padding: 55px 0 65px 0;
}
.contact-recruit>h3{
	color: #155399;
	font-size: 24px;
	text-align: center;
}
.contact-recruit>p{
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
.contact-recruit ul{
	width: 1200px;
	margin: 0 auto;
}
.contact-recruit ul li{
	float: left;
	width: 388px;
	background: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 25px;
	padding:35px 30px 30px 20px;
}
.contact-recruit ul li:nth-child(3n-1){
	margin: 0 18px;
}
.recruit-time{
	color:#ccc;
	font-size: 14px;
}
.recruit-title{
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.recruit-com{
	color: #787878;
	font-size: 14px;
	margin: 20px 0;
}
.recruit-p{
	color:#ccc;
	font-size: 14px;
	line-height: 25px;
}
.recruit-more{
	display: block;
	width: 80px;
	height: 30px;
	border:1px solid #eee;
	box-sizing: border-box;
	border-radius: 5px;
	color: #ccc;
	font-size: 14px;
	line-height: 30px;
	margin-top: 25px;
	text-align: center;
}
.contact-recruit ul li:hover{
	border:1px solid #155399;
}
.contact-recruit ul li:hover .recruit-more{
	background: #155399;
	color: #fff;
}

.contact-message{
	width: 1200px;
	margin:45px auto;
}
.contact-message h3{
	color: #155399;
	font-size: 24px;
	text-align: center;
}
.contact-message p{
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.text1{
	width: 287px;
	height: 60px;
	border:1px solid #dedede;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	padding-left: 20px;
}
.text1:nth-child(2){
	margin:0 6px 0 12px;
}
.text1:nth-child(3){
	margin:0 12px 0 6px;
}
.text2{
	width: 1198px;
	height: 300px;
	border:1px solid #dedede;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	margin-top: 18px;
	padding: 20px 0 0 20px; 
}
.sub-btn{
	display: block;
	width: 120px;
	height: 40px;
	margin:28px auto;
	background: #155399;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}

/*case*/

.case-cont{
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 45px 0;
}
.case-cont ul li{
	float: left;
	width: 290px;
	height: 175px;
	overflow: hidden;
	position: relative;
}
.case-cont ul li:nth-child(even){
	margin-left: 13.3px;
}
.case-cont ul li:nth-child(3){
	margin-left: 13.3px;
}
.case-cont ul p{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.case-box{
	width: 1200px;
	margin:50px auto;
}
.case-box ul li{
	float: left;
	width: 400px;
	box-sizing: border-box;
	border-left: 1px solid #dadada;
	/*margin-left: 2px;*/
	padding: 0 0 80px 45px;
	position: relative;
}
.case-point{
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/case-point_03.png) no-repeat center;
	position: absolute;
	top: 6px;
	left: -6px;
}
.case-box ul h3{
	color: #000;
	font-size: 16px;
}
.case-line{
	display: block;
	width: 30px;
	height: 0;
	border-top: 2px solid #e8e8e8;
	margin: 15px 0;
}
.case-box ul p{
	width: 300px;
	color: #bbb;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	min-height: 45px;
}

.case2-box{
	width: 1200px;
	margin: 45px auto;
}
.case2-left{
	float: left;
	width: 850px;
}
.case2-tu1,
.case2-tu2{
	width: 100%;
}
.case2-tu1 ul li{
	float: left;
	width: 422px;
}
.case2-tu1 ul li:nth-child(even){
	margin-left: 6px;
}
.case2-p1{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0;
}
.case2-tu2 ul li{
	float: left;
	width: 280px;
}
.case2-tu2 ul li:nth-child(2){
	margin: 0 5px;
}
.case2-tu3 div{
	float: left;
}
.case2-tu3 div:nth-child(2),
.case2-tu3 div:nth-child(3),
.case2-tu3 div:nth-child(4),
.case2-tu3 div:nth-child(5){
	margin-left: 3.75px;
}
.case2-right{
	float: right;
	width: 330px;
	border-left:1px solid #f3f3f3;
	box-sizing: border-box;
	padding-left: 15px;
}
.case2-right>h3{
	color: #000;
	font-size: 24px;
}
.p1{
	color: #999;
	font-size: 18px;
}
.p2{
	border-top: 1px solid #f3f3f3;
	box-sizing: border-box;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	padding-top: 25px;
}
.other{
	border-top: 1px solid #f3f3f3;
	box-sizing: border-box;
	margin-top: 140px;
	padding-top: 32px;
}
.other>h3{
	display: inline-block;
	color:#000;
	font-size: 20px;
	margin-bottom: 18px;
	margin-left: 10px;
	vertical-align: middle;
}
.other>a{
	display: inline-block;
	float: right;
	color: #ccc;
	font-size: 16px;
	vertical-align: middle;
}
.other ul li{
	margin: 0 0 10px 5px;
}
.other-top{
	width: 310px;
	height: 185px;
}
.other-bottom{
	width: 310px;
	height: 120px;
	background: #fafafa;
	box-sizing: border-box;
	padding:25px 15px 0 15px;
}
.other-bottom h3{
	color: #000;
	font-size: 18px;
}
.other-bottom p{
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

/*about*/
.about-intro{
	width: 1200px;
	margin: 62px auto;
}
.intro-left{
	float: left;
	width: 510px;
}
.intro-right{
	float: right;
	width: 654px
}
.intro-right h3{
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
	color:#155399;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
}
.intro-right h3 span{
	display: inline-block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}
.intro-right p{
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	line-height: 29px;
	padding:15px 30px 0 0;
}
.about-bg{
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 65px 0;
}
.about-cult{
	width: 1200px;
	margin: 0 auto;
}
.about-cult h3,
.about-structure h3,
.about-course h3,
.about-certi h3{
	color:#155399;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.about-cult p,
.about-structure p,
.about-course>p,
.about-certi>p{
	color: #5b5b5b;
	font-size: 16px;
	text-align: center;
}
.cult>div{
	float: left;
	margin-top: 45px;
}
.cult-left{
	width: 320px;
	height: 300px;
	margin-left: 245px;
	position: relative;
}
.cult-left div{
	width: 285px;
	height: 285px;
	border-radius: 100%;
	margin-top: 50px;
}
.cult-blue{
	display: inline-block;
	width: 84px;
	height: 84px;
	background: rgba(43,99,162,.9);
	border-radius: 100%;
	position: absolute;
	top: 62px;
	right: 12px;
}
.cult-orange{
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #ec6d10;
	border-radius: 100%;
	position: absolute;
	bottom: -40px;
	left: -5px;
}
.cult-right{
	width: 380px;
	margin-left: 115px;
}
.cult-right dl{
	border-bottom: 1px solid #d5d5d5;
	box-sizing: border-box;
	margin-top: 20px;
	padding-bottom: 20px;
}
.cult-right dt{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.cult-right dd{
	color: #999;
	font-size: 16px;
	margin-top: 10px;
}

.about-structure{
	width: 1200px;
	margin: 50px auto;
	text-align: center;
}
.about-structure div{
	margin-top: 52px;
}

.about-course{
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 62px 0;
	position: relative;
}
.adc-con{
	width: 1200px;
	height: 275px;
	margin:50px auto;
	background: url(../images/course-line_03.png) no-repeat center;
	position: relative;
}
.adc1{
	position: absolute;
	top: 167px;
	left: 99px;
}
.adc2{
	position: absolute;
	top: -33px;
	left: 270px;
}
.adc3{
	position: absolute;
	top: 167px;
	left: 443px;
}
.adc4{
	position: absolute;
	top: -11px;
	left: 614px;
}
.adc5{
	position: absolute;
	top: 167px;
	left: 786px;
}
.adc6{
	position: absolute;
	top: -11px;
	left: 957px;
}
.adc-point{
	width: 19px;
	height: 24px;
	background: url(../images/course-jian_07.png) no-repeat center;
	margin:3px auto;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.adc-point-round{
	width: 9px;
	height: 8px;
	background: url(../images/course-yuan_07.png) no-repeat center;
	margin:0 auto;
}
.adc-p h4{
	color: #999;
	font-size: 20px;
	font-weight: bold;
	margin:10px 0;
	text-align: center;
}
.adc-p p{
	color: #333;
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
	width:145px;
}

.about-certi{
	width: 100%;
	margin:60px auto;
	position: relative;
}
.certi{
	width: 1200px;
    margin: 0 auto;
	overflow: hidden;
}
.certi ul li{
	float: left;
	width: 385px;
	height: 502px;
	border:1px solid #ebebeb;
	box-sizing: border-box;
	margin-top: 48px;
	margin-right:15px;
	position: relative;
}
.certi-p{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.certi ul li:hover .certi-p{
	display: block;
}
.certi-a{
	display: block;
	width: 22px;
	height: 40px;
	position: absolute;
	top: 50%;
}
.prev{
	left: 16.2%;
	background: url(../images/about-course_prev_03.png) no-repeat center;
}
.next{
	right: 17.2%;
	background: url(../images/about-course_next_03.png) no-repeat center;
}
.prev:hover{
	background: url(../images/course-prevcolor_07.png) no-repeat center;
}
.next:hover{
	background: url(../images/course-nextcolor_07.png) no-repeat center;
}
.prev1{
	left: 16.2%;
	background: url(../images/about-course_prev_03.png) no-repeat center;
    cursor: pointer;
     z-index: 11;
}
.next1{
	right: 16.2%;
	background: url(../images/about-course_next_03.png) no-repeat center;
    cursor: pointer;
     z-index: 11;
}
.prev1:hover{
	background: url(../images/course-prevcolor_07.png) no-repeat center;
}
.next1:hover{
	background: url(../images/course-nextcolor_07.png) no-repeat center;
}
.adc:hover .adc-p h4,
.adc:hover .adc-p p{
	color: #155399;
}
.adc:hover .adc-point{
	background: url(../images/course-jiancolor_03.png) no-repeat center;
	transform: scale(1.02);
}
.adc:hover .adc-point-round{
	background: url(../images/course-yuancolor_03.png) no-repeat center;
}

/*招聘弹窗*/
.black{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    display: none;
}
.recruit-list{
	width: 1200px;
    /*height: 750px;*/
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 104px 50px 104px 50px;
    position: fixed;
    z-index: 999999;
    top: 125px;
    left: 335px;
    position: fixed;
    overflow: hidden;
    zoom:1;
    display: none;
}
.recruit-list h3{
	color: #333;
	font-size: 24px;
}
.recruit-list p{
	color: #333;
	font-size: 14px;
	line-height: 35px;
}
.recruit-list span i{
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin:18px 45px 12px 0;
}
.recruit-close{
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat center;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 999999;
}

/*导航*/

.nav dl {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 14px;
    background-color:#155499;
   display: none;
}

.nav li {
   
    position: relative;
}

.nav dl dd a {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}