.wrap{
	width: 74%;
	margin:0 auto;
}

.header{
	position: fixed;
	z-index: 99;
	top:0;
	width: 100%;
	height: 80px;
	background: #1F4D8B;
	line-height: 80px;
}
.header .fl img{
	
height: 54px;
}
.header  a.login{
	width: 140px;
	height: 38px;
	margin-top:22px;
	border-radius: 19px;
	line-height: 38px;
	box-sizing: border-box;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 50px;
	background:url(../images/ico1.png) no-repeat left 20px center,linear-gradient(180deg, #0077E1 0%, #005BAC 100%);
	
}
.header  a.fr{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.header .fr li{
	float: left;
	margin-left: 90px;
}
.header .fr li a{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.banner img{
	width: 100%;
	display:block;
}

.indexbox .box{
	padding:40px 0 75px;
	position: relative;
}
.indexbox .box h2{
	
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.indexbox .box a{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	background:url(../images/arrow.png) no-repeat right center;
	padding-right: 25px;
	position: absolute;
	right:0;
	top:20px;
}
.indexbox .box  .item{
	position: relative;
}
.indexbox .box .swiper-container{
	margin-top:55px;
}
.indexbox .box .swiper-container img{
	width: 100%;
}
.indexbox .box  .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center center;
	width: 35px;
	height: 67px;
	left: 7%;
}
.indexbox .box  .swiper-button-next{
	background:url(../images/next.png) no-repeat center center;
	width: 35px;
	height: 67px;
	right: 7%;
}
.indexbox .box:nth-of-type(2n){
	
background: #EEEEEE;
}

.footer{
	
background: #1F4D8B;
padding:40px 0 50px;
}

.footer .fl{
	width: 58%;
	padding-top:20px;
}
.footer .fl span{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #B3C6E3;
}
.footer .fl p{
	
	font-size: 16px;
	font-family: Microsoft YaHei;
	
	color: #B3C6E3;
}
.footer .fr{
	width: 35%;
}
.footer .fr ul{
	
	border-left:1px solid  #345A8C;
}
.footer .fr li{
	float: left;
	width: 33%;
	line-height: 55px;
	border-right:1px solid  #345A8C;
}
.footer .fr li a{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3C6E3;
	display: block;
	padding-left: 40px;
}

.copy{
	
background: #E5E5E5;
padding:35px 0 20px;
}
.copy img{
	display: block;
	width: 180px;
	margin:0 auto 30px;
}
.copy p,.copy a{
	
	font-size: 16px;
	font-family: HelveticaCE;
	font-weight: 400;
	color: #999999;
	opacity: 0.7;
	display: block;
	text-align: center;
}
.case{
	margin-top:80px;
}
.case .box{
	padding:65px 0 45px;
}
.case .box h2{
	
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2C4755;
	margin-bottom: 45px;
}
.case .box  .title div{
	float: left;
	width: 81%;
}
.case .box  .title>img{
	float: right;
	max-width: 13%;
	
}
.case .box  .title div span{
font-weight: bold;	
}
.case .box  .title div span,.case .box  .title div p{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	
	color: #2C4755;
}
.case .box  .list{
	border-top:1px solid  #E5E5E5;
	padding-top:35px;
	margin-top:40px;
	display: flex;
	justify-content: space-between;
}
.case .box  .list li{
	width: 32%;
	
	height: 185px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case .box  .list li img,.case .box .part li img{
	max-width: 100%;
	max-height: 100%;
}

.case .box  .text{
	
	background: #FFFFFF;
	border-radius: 5px;
	margin:35px 0;
border: 1px solid #EEEEEE;
padding:25px 25px 35px;
}
.case .box  .text p{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C4755;
}

.case .box  .text p.name{
	
	
	text-align: right;
	margin-top:15px;
}

.case .box .part a{
	width: 11%;
	height: 150px;
	margin:0 1.4% 0 0;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
}
.case .box .part a li{
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.case .box .part a li img{
   width: 100px;
   height: 100px;
    border-radius: 50%;
}
.case .box .part a:nth-of-type(8n){
	margin-right: 0;
}
.case .box:nth-of-type(odd){
	
background: #EEF3F6;
}

.case .box:nth-of-type(even) .title img{
	float: left;
}
.case .box:nth-of-type(even) .title div{
	float: right;
}
.case .box:nth-of-type(even) .title p{
	text-align: right;
}

.aboutbox1{
	margin-top:80px;
	padding:95px 0 100px;
}
.aboutbox1 h2{
	
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 45px;
}

.aboutbox1 .con{
	
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding:34px 30px 30px 45px;
}
.aboutbox1 .con>div{
	width: 60%;
	float: left;
}
.aboutbox1 .con>img{
	width: 38%;
	float: right;
}
.aboutbox1 .con>div p{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.aboutbox2{
	
background: #EEEEEE;
padding:100px 0 150px;
}

.aboutbox2 h2{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 90px;
}

.aboutbox2 .wrap{
	width: 78%;
	position: relative;
}
.aboutbox2 .swiper-container{
	width: 85%;
	margin:0 auto;
}
.aboutbox2 .swiper-slide{
	
	transition: all .3s
}
.aboutbox2 .swiper-slide .photo{
	width: 100%;
	

	position: relative;
	display: flex;
	align-items: flex-end;
}
.aboutbox2 .swiper-slide .photo>img{
	width: 100%;
	max-height: 100%;
	display: block;
	
	margin:0 auto;
}
.aboutbox2 .swiper-slide .photo .layer{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,77,139,0.9);
	padding:25px 20px;
	opacity: 0;
	
}
.aboutbox2 .swiper-slide>span.title{
	font-size: 24px;
	color:#333;
	display: block;
	padding:17px 0 0 17px;
}
.aboutbox2 .swiper-slide>span.zw{
	font-size: 16px;
	color:#333;
	display: block;
	padding:0px 0 0 17px;
}
.aboutbox2 .swiper-slide:hover .layer{
	opacity: 1;
}
.aboutbox2 .swiper-slide:hover>span.title, .aboutbox2 .swiper-slide:hover>span.zw{
	opacity: 0;
}
.aboutbox2 .swiper-slide .photo .layer span.title{
	font-size: 24px;
	color:#fff;
	display: block;
}
.aboutbox2 .swiper-slide .photo .layer span.zw{
	font-size: 16px;
	color:#fff;
	display: block;
	background:url(../images/bg.png) no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.aboutbox2 .swiper-slide .photo .layer p,.aboutbox2 .swiper-slide .photo .layer span,.aboutbox2 .swiper-slide .photo .layer{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF !important;
	line-height: 24px;
	margin-bottom: 20px;
}
.aboutbox2 .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center center/100%;
	left: 0;
	width: 35px;
	height: 67px;
}
.aboutbox2 .swiper-button-next{
	background:url(../images/next.png) no-repeat center center/100%;
	right: 0;
	width: 35px;
	height: 67px;
}

.aboutbox3{
	padding:100px 0;
}
.aboutbox3 h2{
	
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: right;
	margin-bottom: 60px;
}

.aboutbox3 li{
	padding:25px;
	border-bottom:1px solid  #EEEEEE;
	background:url(../images/ico5.png) no-repeat right 20px top 20px;
	cursor: pointer;
}
.aboutbox3 li.active{
	background:url(../images/ico6.png) no-repeat right 20px top 20px;
	box-shadow: 0 0 3px #ccc;
}
.aboutbox3 li p.qus{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.aboutbox3 li p.ans{
	
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top:20px;
	display: none;
}

.aboutbox4{
	
background: #EEEEEE;
padding:60px 0 70px;
}
.aboutbox4 h2{
	
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 80px;
}

.aboutbox4 li{

	width: 30%;
}
.aboutbox4 ul{
	display: flex;
	justify-content: space-between;
}
.aboutbox4 li span.title{
	
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 40px;
}
.aboutbox4 li  div{
 margin-bottom: 10px;
 display: flex;
 align-items: flex-start
 
}
.aboutbox4 li  div img{
	margin-right: 10px;
	vertical-align: top;
	margin-top:5px;
}
.aboutbox4 li  div span,.aboutbox4 li  div p{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	vertical-align: top;
	margin-right: 5px;
}
.aboutbox4 li  div p{
	width: 80%;
	display: inline-block;
}

.yewubox1{
	margin-top:80px;
}
.yewubox1 .con .wrap{
	width: 1200px;
}
.yewubox1 .text,.yewubox2 .text,.yewubox3 .text{
	
background: #EEF3F6;
padding:60px 0;
}

.yewubox1 .text h2,.yewubox2 .text h2,.yewubox3 .text h2{
	
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2C4755;
	margin-bottom: 45px;
}

.yewubox1 .text  p,.yewubox2 .text p,.yewubox3 .text p{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C4755;
}

.yewubox1 .con li{
	
	padding-top:40px;
	background:url(../images/bg2.png) no-repeat bottom center;
	
}
.yewubox1 .con li img{
	width: 45%;
	padding:0 0 100px 0%;
	
	float: left;
}
.yewubox3 .con li >img{
	float: left;
	width: 45%;
}
.yewubox3 .con li .right{
	float: right;
	width: 50%;
}
.yewubox3 .con li:nth-of-type(2n)> img{
	float: right;
	width: 50%;
}
.yewubox3 .con li:nth-of-type(2n)> .right{
	float: left;
	width: 45%;
}
.yewubox1 .con li:nth-of-type(2n) img{
	float: right;
	    padding: 0 0% 100px 0;
		width: 50%;
}
.yewubox1 .con li:nth-of-type(2n) .right{
	float: left;
	text-align: right;
		width: 45%;
}
.yewubox1 .con li .right{
	float: right;
	width: 50%;
	
}
.yewubox1 .con li .right span{
	
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2C4755;
	display: block;
	margin-bottom: 10px;
}
.yewubox1 .con li .right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	line-height: 26px;
	color: #2C4755;
}
.yewubox1 .con li:last-child{
	background:none;
}

.yewubox2 .con{
	padding:45px 0 70px;
	background:url(../images/c5.png) no-repeat top 45px center/100%;
	min-height: 950px;
		position: relative;
		width: 1100px;
		margin:0 auto;
}

.yewubox2 .con li{
	width: 300px;
}
.yewubox2 .con li span{

font-size: 18px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
}
.yewubox2 .con li  p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	
	color: #333333;
}
	
.yewubox2 .con li:nth-of-type(1){
	position: absolute;
	bottom:12%;
	left:25%;
	
}
.yewubox2 .con li:nth-of-type(2){
	position: absolute;
	bottom:35%;
	left:44%;
	
}
.yewubox2 .con li:nth-of-type(3){
	position: absolute;
	bottom:56%;
	left:22%;
	
}
.yewubox2 .con li:nth-of-type(4){
	position: absolute;
	bottom:56%;
	left:72%;
	
}

.yewubox2 .con li:nth-of-type(5){
	position: absolute;
	bottom:80%;
	left:52%;
	
}

	
.yewubox3 .con {
	padding-top:100px;
}
.yewubox3 .con .wrap{
	width: 1200px;
}
.yewubox3 .con li{
	margin-bottom: 55px;
}
.yewubox3 .con li p.title{
	
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}
.yewubox3 .con li p.title span{
	background:url(../images/ico7.png) no-repeat center center/100%;
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.yewubox3 .con li p.font{
	
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.yewubox3 .con  li .photo{
	margin-top:40px;
}

.yewubox3 .con  li .photo img{
	width: 120px;
	height: 66px;
	margin:0 10px 10px 0;
}
.yewubox4{
	
background: #EEF3F6;
padding:65px 0 90px;
}

.yewubox4 h2{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2C4755;
	margin-bottom: 40px;
}

.yewubox4 li{
	border-bottom:1px solid  #D2D2D2;
	line-height: 70px;
}
.yewubox4 li span.fl{
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #121B1F;
	width: 90%;
}
.yewubox4 li span.fr{
	
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #121B1F;
}

.phoneheader ,.mobile-container{
	display: none;
}

.target-fix {  

   position: relative;

   top: -80px; 

   display: block;

   height: 0;  

   overflow: hidden; 

}