
.header{
	padding: 35px 0;
	height: 64px;
}
.header .left{
	display: flex;
	align-items: center;
	height: 64px;
}
.header_title{
	padding-left: 25px;
	margin-left: 25px;
	height: 45px;
	border-left: 2px solid #f0f0f0;
}
.header_title h1{
	font-size: 20px;
	color: #144d92;
	font-weight: bold;
	margin-bottom: 8px;
}
.header_title h2,.header_title .h2{
    display: block;
	font-size: 20px;
	color: #144d92;
	font-weight: bold;
	margin-bottom: 8px;
}
.header_title strong{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.header .right{
	padding-left: 52px;
	background: url(../images/header_tel.png) no-repeat left center;
	    margin-top: 10px;
}
.header .right span{
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 7px;
}
.header .right strong{
	font-size: 22px;
	color: #173f8f;
	font-weight: bold;
}


.nav{
	height: 70px;
	background: #173f8f;
}

.navFix{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	
}

.nav ul{
	display: flex;
}
.nav ul li.nli{
	flex: 1;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	border-right: 1px solid #0657ac;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
	position: relative;
}
.nav ul li.nli>a{
	display:block;
	color: #fff;
}
.nav ul li:first-child{
	border-left: 1px solid #0657ac;
}
.nav ul li.nli:hover{
	background: #0657ac;
}
.nav ul li.nli .sub{
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 99;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}

.nav ul li.nli .sub a{
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	box-sizing: border-box;
	background: #173f8f;
	text-align: left;
	color: #fff;
	font-size: 15px;
}
.nav ul li.nli:hover .sub{
	opacity: 1;
	top: 70px;
	visibility: initial;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
}
.nav ul li.nli .sub a:hover{
	background: #0657ac;
}

.bannerlist .swiper-slide a{
	height: 678px;
	display: block;
}


.bannerlist .swiper-pagination-bullet{
	background: rgba(255, 255, 255, .6);
	opacity: inherit;
	
}
.bannerlist .swiper-pagination li {
	position: relative;
	width: 50px;
	border-radius: inherit;
	height: 5px;
}

.bannerlist .swiper-pagination li::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background-color: #ffffff;
}


.bannerlist .swiper-pagination li.swiper-pagination-bullet-active::after {
	opacity: 1;
	-webkit-animation: chang 8s linear forwards;
	animation: chang 8s linear forwards;
}
.bannerlist .swiper-pagination   {
	bottom: 25px;
}
@keyframes chang {
	0% {
		width: 0px;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes chang {
	0% {
		width: 0px;
	}

	100% {
		width: 100%;
	}

}

.index_about{
	padding-top: 105px;
	padding-bottom: 98px;
}
.index_about .left{
	width: 635px;
}
.index_about .left .title{
	margin-bottom: 20px;
}
.index_about .left .title strong{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.index_about .left .title p{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
.index_about .left .index_dec{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}
.index_about .left .index_dec p{
	text-indent: 2em;
}
.index_about .left .more{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	width: 145px;
	height: 45px;
	line-height: 45px;
	background: #173f8f;
	border-radius: 25px;
	text-align: center;
}
.index_about .left .more span{
	font-size: 16px;
	color: #fff;
}
.index_about .left .more i{
	display: inline-block;
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	color: #173f8f;
	line-height: 28px;
	font-weight: bold;
}

.index_service{
	background: #f5f5f5;
	padding: 90px 0;
}
.index_service ul li{
	float: left;
	width: 331px;
	height: 350px;
	background: #fff;
	border-radius: 5px;
	margin-right: 25px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s
}
.index_service ul li:last-child{
	margin-right: 0;
}
.index_service ul li a{
	width: 100%;
}
.index_service ul li i{
	display: block;
	margin: 0 auto;
	font-size: 55px;
	text-align: center;
	color: #333333;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s
}

.index_service ul li:first-child i{
	font-size: 60px;
}
.index_service ul li:last-child i{
	font-size: 50px;
}

.index_service ul li strong{
	text-align: center;
	display: block;
	font-size: 30px;
	color: #333333;
	margin: 20px 0;
	font-weight: bold;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s
}
.index_service ul li p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s
}
.index_service ul li:hover{
	background: #173f8f;
}
.index_service ul li:hover i,.index_service ul li:hover strong,.index_service ul li:hover p{
	color: #fff;
}

.index_business{
	padding: 65px 0;
	background: url(../images/index_b_bg.jpg) no-repeat center 100px;
	
}
.lmt {
	margin-bottom: 60px;
}
.lmt strong{
	text-align: center;
	display: block;
	font-size: 36px;
	color: #333333;
}
.lmt h2{
	text-align: center;
	display: block;
	font-size: 36px;
	color: #333333;
}
.lmt p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 15px;
}

.index_business ul{
	width: 1430px;
}
.index_business ul li{
	float: left;
	width: 443px;
	height: 337px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}
.index_business ul li .index_b{
	position: absolute;
	left: 0;
	top: 0;
	width: 443px;
	height: 337px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_business ul li .index_b strong{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.index_business ul li .index_b p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.index_business ul li:hover .index_b{
	background: rgba(23,63,142,.8);
}

.index_news{
	padding-top: 62px;
	padding-bottom: 90px;
	background: #f5f5f5;
}
.index_news .index_news_tab{
	text-align: center;
	margin-bottom: 55px;
}
.index_news .index_news_tab a{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #333333;
	padding: 0 25px;
	cursor: pointer;
}
.index_news .index_news_tab a.on{
	color: #fff;
	background: #173f8f;
}
.index_news .index_news_box{
	display: none;
}
.index_news .index_news_box.active{
	display: block;
}
.index_news .index_news_box .left{
	width: 691px;
}
.index_news .index_news_box .left .index_ns{
	height: 411px;
	width: 691px;
	margin-bottom: 30px;
}
.index_news .index_news_box .left .index_ns .swiper-slide{
	position: relative;
}
.index_news .index_news_box .left .index_ns .swiper-slide img{
	display: block;
	height: 411px;
	width: 691px;
}
.index_news .index_news_box .left .index_ns .swiper-slide .index_ns_t{
	width: 100%;
	height: 175px;
	background: url(../images/index_ns_t.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	    padding-top: 120px;
}
.index_news .index_news_box .left .index_ns .swiper-pagination{
	    width: 100px;
	    right: 0;
	    left: auto;
	    bottom: 35px;
}
.index_news .index_news_box .left .index_ns .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.index_news .index_news_box .left .index_ns .swiper-pagination-bullet-active{
	background: #173f8f;
}

.index_news_list li{
	background: #fff;
	padding: 46.5px 50px;
	box-sizing: border-box;
	margin-bottom: 30px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index_news_list li a{
	display: flex;
}
.index_news_list li a .index_n_time{
	    height: 85px;
	border-bottom: 1px solid #bfbfbf;
	margin-right: 40px;
}
.index_news_list li a .index_n_time strong{
	display: block;
	font-size: 28px;
	font-family: arial;
	color: #333;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index_news_list li a .index_n_time p{
	font-size: 18px;
	color: #999999;
	margin-top: 5px;
	font-family: arial;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index_news_list li a .index_n_b{
	flex: 1;
}
.index_news_list li a .index_n_b strong{
	    font-size: 20px;
	    color: #333;
	    height: 23px;
	    overflow: hidden;
	    display: block;
	    line-height: 23px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index_news_list li a .index_n_b p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-top: 15px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index_news_list li:hover{
	background: #173f8f;
}
.index_news_list li:hover a .index_n_time strong,.index_news_list li:hover  a .index_n_time p,.index_news_list li:hover a .index_n_b strong,.index_news_list li:hover a .index_n_b p{
	color: #fff;
}

.index_news .index_news_box .right{
	width: 670px;
}
.index_news .index_news_box .right .index_news_list li{
	
}

.footer{
	height: 356px;
	background: url(../images/footer_bg.jpg) no-repeat center;
}
.footer .footer_b .left{
	padding-top: 50px;
	margin-right: 148px;
}
.footer .footer_b .footer_nav{
	float: left;
	padding-left: 148px;
	width: 370px;
	border-left: 1px solid #3a3939;
	border-right: 1px solid #3a3939;
	margin-top: 32px;
	height: 240px;
	padding-top: 15px;
	box-sizing: border-box;
}
.footer .footer_b .footer_nav dl dt{
	font-size: 18px;
	color: #fff;
	font-weight:bold;
	margin-bottom: 13px;
}
.footer .footer_b .footer_nav dl dd{
	font-size: 15px;
	line-height: 40px;
}
.footer .footer_b .footer_nav dl dd a{
	
	color: rgba(255,255,255,.6);
}
.footer .footer_b .footer_nav dl dd a:hover{
    color: #fff;
}
.footer .footer_b .footer_contact{
	float: right;
	width: 615px;
	margin-top: 40px;
	
}
.footer .footer_b .footer_contact:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.footer .footer_b .footer_contact dl{
	float: left;
}

.footer .footer_b .footer_contact dl dd{
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,.6);
	margin-top: 15px;
}
.footer .footer_b .footer_contact  .footer_c{
	float: right;
}
.footer .footer_b .footer_contact  .footer_c strong{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.footer .footer_b .footer_contact  .footer_c p{
	font-size: 15px;
	color:  rgba(255,255,255,.6);
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.footer_copyright{
	height: 47px;
	line-height: 47px;
	border-top: 1px solid #3a3939;
	    margin-top: 34px;
		font-size: 14px;color: rgba(255,255,255,.6);
}
.footer_copyright a{
	color: rgba(255,255,255,.6);
}


.nybanner{
	height: 325px;
}
.nybanner .box{
	padding-top: 122px;
}
.nybanner .box h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.nybanner .box p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}
.nybanner1{
	background: url(../images/nybanner1.jpg) no-repeat center;
}
.nybanner2{
	background: url(../images/nybanner2.jpg) no-repeat center;
}
.nybanner3{
	background: url(../images/nybanner3.jpg) no-repeat center;
}
.nybanner4{
	background: url(../images/nybanner4.jpg) no-repeat center;
}
.nybanner5{
	background: url(../images/moshi_banner.jpg) no-repeat center;
}
.nybanner6{
	background: url(../images/neixun_banner.jpg) no-repeat center;
}
.nylmt{
	margin-bottom: 65px;
}
.nylmt h2{
	font-size: 36px;
	color: #333333;
	text-align: center;
}
.nylmt p{
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	line-height: 35px; text-indent: 60px;
}
.fuwu1{
	padding-top: 75px;
	padding-bottom: 55px;
}


.fuwu1 .noimg img{ display:block;margin:0 auto;}
.fuwu1 .noimg  strong{ text-align:center;font-size:25px; margin-top:20px;      margin-bottom: 30px;  display: block;}
.fuwu1 .noimg  .dec{ font-size: 16px;
    color: #666;
    text-align: justify;
    width: 95%;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;}
.fuwu1 .img{display:flex; } 
.fuwu1 .img .l{ width:600px;}
.fuwu1 .img .l img{width:100%;}
.fuwu1 .img .r{     flex: 1;margin-left:30px;}
.fuwu1 .img .r strong{display: block;font-size: 26px; margin-bottom: 25px; padding-top: 25px;}

.fuwu1 .img .r .dec{    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;}

.fuwu1 dl{
	float: left;
	width: 446px;
	margin-right: 31px;
}
.fuwu1 dl dt{
	position: relative;
	margin-bottom: 20px;
}
.fuwu1 dl dt .fuwu1_z{
	position: absolute;
	left: 0;
	top:0;
	width: 446px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	    padding: 0 100px;
    box-sizing: border-box;
}
.fuwu1 dl:last-child{
	margin-right: 0;
}
.fuwu1 dl dd{
	font-size: 18px;
	color: #666;
	line-height: 40px;
	background: url(../images/spot.png) no-repeat left center;
	padding-left: 20px;
}
.fuwu1 dl dd a{
    	color: #666;
}
.fuwu2{
	padding: 65px 0;
	background: #f6f8f9;
}
.fuwu2 ul li{
	float: left;
	width: 325px;
	height: 208px;
	background: #fff;
	border: 2px solid #eeeeee;
	box-sizing: border-box;
	margin-right: 32px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.fuwu2 ul li:nth-child(4n+4){
	margin-right: 0;
}
.fuwu2 ul li .fuwu2_li{
	width: 250px;
}
.fuwu2 ul li .fuwu2_li i{
width: 50px;
height: 50px;
margin: 0 auto;
	color: #3a3e46;
	margin: 0 auto;
	    display: block;
	    text-align: center;
		margin-bottom: 10px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.fuwu2 ul li .fuwu2_li i img{
    display: block;
    width: 100%;
}
.fuwu2 ul li .fuwu2_li p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: center;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
	
}
 
.fuwu2 ul li:hover{
	box-shadow: 0px 15px 30px rgba(0,0,0,.1);
}

.fuwu3{
	padding: 60px 0;
}
.fuwu3 ul li{
	float: left;
	width: 680px;
	height: 299px;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}
.fuwu3 ul li:nth-child(even){
	margin-right: 0;
}
.fuwu3 ul li dl{
	position: absolute;
	left: 0;
	top: 0;
	width: 680px;
	height: 299px;
	padding-left: 52px;
	padding-top: 42px;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.fuwu3 ul li dl dt{
	font-size: 26px;
	color: #fff;
	margin-bottom: 22px;
	font-weight: bold;
}
.fuwu3 ul li dl dd{
    padding-right: 30px;
}
.fuwu3 ul li dl dd p{
	font-size: 17px;
	color: #fff;
	line-height: 36px;
	background: url(../images/spot_w.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
    height: 36px;
}
.fuwu3 ul li dl dd p a{
	color: #fff;
}
.fuwu3 ul li dl:hover{
	background: rgba(23,63,143,.9);
}
.fuwu4{
	background: #f6f8f9;
	padding: 60px 0;
}

.fuwu4 ul li{
	float: left;
	width: 332px;
	margin-right: 24px;
}
.fuwu4 ul li:nth-child(4n+4){
	margin-right: 0;
}
.fuwu4 ul li img{
	display: block;
	width: 100%;
}
.fuwu4 ul li strong{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 23px 0;
}
.fuwu4 ul li p{
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.fuwu5 {
	padding: 60px 0;
}
.fuwu5 ul li{
	float: left;
	width: 205px;
	margin-right: 34px;
}
.fuwu5 ul li:nth-child(6n+6){
	margin-right: 0;
}
.fuwu5 ul li i{
	display: block;
	width: 204px;
	height: 204px;
	border: 1px solid #cccccc;
}
.fuwu5 ul li i img{
	display:block;
	width: 100%;
	    height: 204px;
}
.fuwu5 ul li p{
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 15px;
} 
.fuwu6{
	background: #f6f8f9;
	padding: 60px 0;
	padding-bottom: 0px;
}
.fuwu6 ul{
	position: relative;
	    height: 760px;
}
.fuwu6 ul::after{
	content: "";
	width: 470px;
	height: 470px;
	border: 2px solid #dadbdc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 0;
	visibility: initial;
}
.fuwu6 ul li{
	position: relative;
	z-index: 2;
}
.fuwu6 ul li i{
	display: block;
	width: 136px;
	height: 136px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	text-align: center;
	line-height: 136px;
	font-size: 50px;
	color: #333;
	background: #fff;
}
.fuwu6 ul li strong{
	font-size: 24px;
	color: #333333;
	display: block;
}
.fuwu6 ul li p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.fuwu6 ul li:first-child{
	margin: 0 auto; 
}
.fuwu6 ul li:first-child i{
	display: block;
	margin: 0 auto;
}
.fuwu6 ul li:first-child strong{
	text-align: center;
	
}
.fuwu6 ul li:first-child p{
	text-align: center;
	margin: 20px 0;
}
.fuwu6 ul li:nth-child(2){
	width: 555px;
	float: left;
	display: flex;
	margin-bottom: 100px;
} 
.fuwu6 ul li:nth-child(2) i{
	margin-left: auto;
}
.fuwu6 ul li:nth-child(2)  .fuwu2_li{
	flex: 1;
	padding-top: 20px;
	padding-right: 20px;
}
.fuwu6 ul li:nth-child(2) strong{
	text-align: right;
	margin-bottom: 12px;
}
.fuwu6 ul li:nth-child(2)  p{
	text-align: right;
}
.fuwu6 ul li:nth-child(3){
	width: 555px;
	float: right;
	display: flex;
}
.fuwu6 ul li:nth-child(3)  .fuwu2_li{
	flex: 1;
	padding-top: 20px;
	padding-left: 20px;
}
.fuwu6 ul li:nth-child(3) strong{ 
	margin-bottom: 12px;
}



.fuwu6 ul li:nth-child(5){
	width:612px;
	float: left;
	display: flex;
} 
.fuwu6 ul li:nth-child(5) i{
	margin-left: auto;
}
.fuwu6 ul li:nth-child(5)  .fuwu2_li{
	flex: 1;
	padding-top: 20px;
	padding-right: 20px;
}
.fuwu6 ul li:nth-child(5) strong{
	text-align: right;
	margin-bottom: 12px;
}
.fuwu6 ul li:nth-child(5)  p{
	text-align: right;
}

.fuwu6 ul li:nth-child(6){
	width:612px;
	float: right;
	display: flex;
} 
.fuwu6 ul li:nth-child(6)  .fuwu2_li{
	flex: 1;
	padding-top: 20px;
	padding-left: 20px;
}
.fuwu6 ul li:nth-child(6) strong{ 
	margin-bottom: 12px;
}



.newslist{
	padding-top: 75px;
}
.newslist ul li{
	border: 1px solid #e3e3e3;
	padding: 20px;
	display: flex;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.newslist ul li .pic{
	display: block;
	width: 300px;
	height: 200px;
	margin-right: 28px;
	overflow: hidden;
}
.newslist ul li .pic img{
	display: block;
	width: 300px;
	height: 200px;
}
.newslist ul li div.news_t{
	flex: 1;
}
.newslist ul li div.tit{
	height: 50px;
	line-height: 50px;
}
.newslist ul li div.tit span{
	float: right;
	font-size: 16px;
	color: #ababab;
}
.newslist ul li div.tit a{
	font-size: 20px;
	color: #333;
}
.newslist ul li div.tit a:hover{
	color: #173f8f;
}
.newslist ul li div.news_t p{
	font-size: 16px;
	color: #858585;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.newslist ul li div.news_t a.more{
	display: block;
	width: 147px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	margin-top: 40px;
	color: #898989;
}
.newslist ul li div.news_t a.more:hover{
	background: #173f8f;
	border: 1px solid #173f8f;
	color: #fff;
}

.page {
	margin: 50px 0 50px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.page>b,
.page a {
	margin: 1px 2px;
	padding: 10px 13px;
	text-align: center;
	display: inline-block
}

.page a {
	margin: 1px 2px;
	padding: 10px 13px;
	text-align: center;
	display: inline-block;
	color: #333;
	border: #e5e5e5 1px solid;
	border-radius: 5px;
}

.page>b,
.page a:hover {
	background: #173f8f;
	color: #fff;
	border-radius: 5px;
	border: #173f8f 1px solid;
}

.page a:hover b {
	color: #FFF
}


.newstext{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-bottom: 30px;
}

.newstext img{
    max-width: 800px;
    margin: 20px auto;
    display: block;
}

.fanye {
	display: flex;
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
	margin-bottom: 60px;
}

.fanye p {
	flex: 1;
	font-size: 15px;
	color: #5a5a5a;
}

.fanye p a {
	color: #5a5a5a;
}

.fanye p:last-child {
	text-align: right;
}
.tuijian{
	padding-bottom: 50px;
}
.tuijian .title{
	margin-top: 55px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
.tuijian .title::after{
	content: "";
	width: 5px;
	height: 18px;
	background: #173f8f;
	position: absolute;
	left: 0;
	top: 15px;
}
.tuijian .title strong{
	font-size: 21px;
	font-weight: bold;
}

.tuijian ul li{
	float: left;
	width: 675px;
	margin-right: 50px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	box-sizing: border-box;
}
.tuijian ul li::after{
	content: "";
	width: 8px;
	height: 8px;
	background: #d2d2d2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
}
.tuijian ul li:nth-child(even){
	margin-right: 0;
} 
.tuijian ul li a{
	font-size: 14px;
	color: #333;
}
.tuijian ul li a:hover{
	color:#173f8f ;
}
.tuijian ul li span{
	float: right;
	font-size: 14px;
	color: #666;
}

.newsnav{
	height: 82px;
	line-height: 82px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
}
.newsnav .box{
	background: url(../images/in.png) no-repeat left center;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #9c9c9c;
}
.newsnav .box a{
	color: #9c9c9c;
}


.about1{
	padding-top: 60px;
	padding-bottom: 100px;
}
.about1 .right{
	width: 666px;
	padding-top: 70px;
}
.about1 .right p{
	font-size: 16px;
	color: #545454;
	line-height: 30px;
	margin-bottom: 30px;
	text-indent: 2em;
	text-align: justify;
}

.about2{
	padding-top: 60px;
	position: relative;
}
.about2 .box{
	position: relative;
	z-index: 2;
}
.about2 .lmt strong,.about2 .lmt p{
	color: #fff;
}
.about2::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 113px;
	margin: auto;
	background: #173f8f;
}
.about2_ul1 {
	display: flex;
	margin-bottom: 60px;
}
.about2_ul1 li{
	flex:1;
	padding: 15px 0;
	position: relative;
	border-right: 1px solid rgba(255,255,255,.2);
}
.about2_ul1 li:last-child{
	border: none;
}
.about2_ul1 li .a2_t i{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 50px;
	margin-bottom: 25px;
}
.about2_ul1 li .a2_t strong{
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
}
.about2_ul1 li .a2_t h3{
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
}
.about2_ul1 li:last-child .a2_t i,.about2_ul1 li:first-child .a2_t i{
	font-size: 55px;
}
.about2_ul1 li:nth-child(3) .a2_t i,.about2_ul1 li:nth-child(2) .a2_t i{
	font-size: 45px;
}
.about2_ul1 li .a2_b{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	background-color: #173f8f;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
   .about2_ul1 li .a2_b h4{
	   line-height: 30px;
	   font-size: 20px;
   }
      .about2_ul1 li .a2_b .text{
		  width: 90%;
		  margin: 0 auto;
		  text-align: center;
		  color: rgba(255,255,255,.7);
		  line-height: 28px;
		  margin-top: 15px;
	  }
.about2_ul1 li:hover  .a2_b{
	opacity:1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
}


.about2_ul2 li{
	float: left;
	width: 440px;
	height: 302px;
	margin-right: 40px;
	position: relative;
}
.about2_ul2 li:last-child{
	margin-right: 0;
}


.about2_ul2 li .content{
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 47px;
	box-sizing: border-box;
	padding-top: 75px;
}
.about2_ul2 li .content h4{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 45px;
}
 .about2_ul2 li .content .count-outer{
	 
	 margin-bottom: 20px;
 }
.about2_ul2 li .content .count-text {
	position: relative;
    color: #ffffff;
    font-size: 60px; 
    padding-left: 60px;
    font-family: 'Poppins'; 
}
.about2_ul2 li .content .count-text:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    width: 50px;
    height: 2px;
    background-color: #fff;
}
.about2_ul2 li .content .text{
	color: #fff;
	font-size: 18px;
}
.about3{
	padding-top: 75px;
	padding-bottom: 90px;
}
.about3 .lmt{
	margin-bottom: 130px;
}
.about3 ul li{
	float: left;
	width: 442px;
	margin-right: 35px;
}
.about3 ul li:last-child{
	margin-right: 0;
}
.about3 ul li  .inner-box{
	position:relative;
	text-align:center;
	color:#c3cdd8;
	font-size:90px;
	padding:0px 35px 50px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
	height: 352px;
	box-sizing: border-box;
}

.about3 ul li  .inner-box:before{
	position: absolute;
    content: '';
    left: 100%;
    top: -70px;
    height: 56px;
    width: 194px;
    margin-left: -80px;
    background: url(../images/arrow.png) no-repeat;
}

.about3 ul li:last-child .inner-box:before{
	display:none;
}

.about3 ul li  .inner-box .number{
	position: relative;
    top: -35px;
    width: 69px;
    height: 69px;
    color: #ffffff;
	font-size:24px;
	margin:0 auto;
	font-weight:500;
    line-height: 69px;
    text-align: center;
    border-radius: 50%;
    background-color: #173f8f;
}

.about3 ul li  .inner-box .number:before{
	z-index:1;
}

.about3 ul li  .inner-box .number:after{
	position: absolute;
    content: '';
    left: -9px;
    right: -9px;
    bottom: -9px;
    top: -9px;
    border-radius: 50%;
    border: 8px solid #173f8f;
}

.about3 ul li  .inner-box h3{
	position:relative;
	color:#222222;
	font-weight:700;
	font-size:30px;
	margin-top:15px;
}

.about3 ul li  .inner-box .lower-content{
	position:relative;
	margin-top:30px;
}

.about3 ul li  .inner-box .lower-content .icon{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.about3 ul li  .inner-box:hover .lower-content .icon{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity:0;
	visibility:hidden;
}

.about3 ul li  .inner-box .lower-content .text{
	position:relative;
	color:#7e8597;
	font-size:15px;
	line-height: 30px;
	opacity:0;
	visibility:hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.about3 ul li  .inner-box:hover .lower-content .text{
	opacity: 1;
	visibility:visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.contact1 {
	padding-bottom: 80px;
	padding-top: 50px;
}
.contact1 ul li{
	float: left;
	width: 450px;
	height: 150px;
	background: #f9fafc;
	display: flex;
	margin-right: 25px;
	padding: 30px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.contact1 ul li:first-child{
    padding: 30px 20px;
}
.contact1 ul li:last-child{
	margin-right: 0;
}
.contact1 ul li .con_icon{
	width: 69px;
	height: 69px;
	border: 2px solid #173f8f;
	border-radius: 50%;
	text-align: center;
	line-height: 69px;
	margin-right: 28px;
}
.contact1 ul li .con_icon i{
	font-size: 30px;
	color: #173f8f;
}
.contact1 ul li .contact_text span{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.contact1 ul li .contact_text  strong{
	font-size: 18px;
	display: block;
	color: #333;
	line-height: 30px;
}
.contact1 ul li .contact_text  strong i{
	font-size: 22px;
	margin-left: 10px;
}
.contact1 ul li:hover{
	 box-shadow: 0px 12px 25px rgba(0,0,0,0.10);
}
.contact2{
	padding-top: 65px;
	background: #f5f5f5;
	padding-bottom: 80px;
}
.contact2 .left span{
	display: block;
	font-size: 16px;
	color: #173f8f;
	font-weight: bold;
}
.contact2 .left strong{
	display: block;
	position: relative;
	font-size: 36px;
	padding-left: 70px;
	color: #333333;
	margin-top: 20px;
}
.contact2 .left strong::after{
	content: "";
	width: 50px;
	height: 1px;
	background: #173f8f;
	position: absolute;
	left: 0;
	top: 15px;
}
.contact2 .right{
	padding-top: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.contact_message{
	margin-top: 80px;
	background: #fff;
	padding: 50px 110px;
	box-sizing: border-box;
}
.contact_message .form-group{
	margin-bottom: 35px;
}
.contact_message .form-group label{
	display: block;
	font-size: 18px;
	color: #333333;
	margin-bottom: 18px;
}
.contact_message .form-group label i{
    color: red;
}
.contact_message .form-group input[type="text"]{
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: 1px solid #d2d2d2;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.contact_message .form-group textarea{
	display: block;
	width: 100%;
	    padding: 15px 18px;
		height: 120px;
	border: 1px solid #d2d2d2; 
	box-sizing: border-box;
	font-size: 16px;
}
.contact_message .form-group input[type="text"]:focus,.contact_message .form-group textarea:focus{
	border: 1px solid #173f8f;
}
.contact_message button{
	width: 152px;
	height: 52px;
	line-height: 52px;
	background: #173f8f;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.contact_message button i{
	font-size: 20px;
	margin-left: 10px;
}
.contact_message button:hover{
	box-shadow: 0px 0px 20px #173f8f;
}

.moshi1{
	padding-top: 75px;
	padding-bottom: 98px;
}
.moshi1 ul li{
	float: left;
	width: 263px;
	height: 474px;
	border: 1px solid #e5e5e5;
	 margin-right: 18px;
	 padding-top: 68px;
	 box-sizing: border-box;
	 box-shadow: 0px 5px 10px rgba(0,0,0,.08);
}
.moshi1 ul li:last-child{
	margin-right: 0;
}
.moshi1 ul li i{
	display: block;
	width: 115px;
	height: 133px;
	background: url(../images/moshi1_bg.png) no-repeat center;
    line-height: 133px;
	text-align: center;
	color: #fff;
	font-family: arial;
	font-size: 60px;
	font-weight:bold;
	font-style: normal;
	margin: 0 auto;
	margin-bottom: 19px;
}
.moshi1 ul li strong{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #173f8f;
	margin-bottom: 20px;
}
.moshi1 ul li p{
	font-size: 18px;
	line-height: 45px;
	color: #333333;
	text-align: center;
}

.moshi2{
	padding-top: 70px;
	padding-bottom: 40px;
	background: #f6f8f9;
}
.moshi2 ul{
	width: 1430px;
}
.moshi2 ul li{
	float: left;
	width: 332px;
	margin-right: 25px;
	margin-bottom: 30px;
	background: #fff;
	cursor: pointer;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.moshi2 ul li .moshi2_img{
	position: relative;
}
.moshi2 ul li .moshi2_img img{
	display: block;
	width: 100%;
}
.moshi2 ul li .moshi2_img i{
	display:block;
	width: 104px;
	height: 98px;
	background: url(../images/moshi2_i.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 18px;
	padding-left: 5px;
	box-sizing: border-box;
}
.moshi2 ul li .moshi2_txt{
	padding: 30px;
	font-size: 18px;
	color: #333333;
	height: 60px;
	line-height: 30px;
}
.moshi2 ul li:hover{
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}

.moshi3{
	padding-top: 73px;
	padding-bottom: 82px;
}
.moshi3 .box{
	position: relative;
	height: 920px;
}
.moshi3 img{
	display: block;
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 197px;
}
.moshi3 dl{
	width: 325px;
}
.moshi3 dl dt{
	width: 200px;
	height: 102px;
	background: url(../images/moshi3_i.png) no-repeat left center;
	padding-left: 13px;
	padding-top: 13px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.moshi3 dl dt i{
	display: block;
	font-size: 36px;
	color: #173f8f;
	font-family: Impact;
	margin-bottom: 8px;
	font-style: normal;
}
.moshi3 dl dt strong{
	display: block;
	font-size: 30px;
	color: #173f8f;
}
.moshi3 dl dd{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.moshi3 .left dl:nth-child(1){
	    margin-left: 115px;
	    margin-bottom: 140px;
}
.moshi3 .left dl:nth-child(2){
	     margin-bottom: 120px;
}
.moshi3 .left dl:nth-child(3){
	   margin-left: 115px;
}
.moshi3 .right dl{
	float: right;
	clear: both;
}
.moshi3 .right dl:nth-child(1){
	    margin-right: 109px;
	    margin-bottom: 130px;
}
.moshi3 .right dl:nth-child(2){
	     margin-bottom: 123px;
}
.moshi3 .right dl:nth-child(3){
	   margin-right: 88px;
}


.moshi4{
	background: #f6f8f9;
	padding-top: 80px;
	padding-bottom: 70px;
}
.moshi4 img{
	display: block;
	margin: 0 auto;
}
.moshi4 strong{
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
	color: #333;
}
.moshi4 p{
	font-size: 18px;
	color: #666666;
}
.moshi4 .box{
	position: relative;
	height: 550px;
}
.moshi4 img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 150px;
}
.moshi4 .left{
	position: relative;
	    width: 462px;
	    height: 416px;
	    box-sizing: border-box;
	    padding-top: 400px;
	    text-align: right;
	    padding-right: 140px;
}
.moshi4 .left::after{
	content: "";
	width: 133px;
	height: 2px;
	background: #173f8f;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.moshi4 .right{
	width: 700px;
	    padding-top: 39px;
	    box-sizing: border-box;
	    height: 440px;
}
.moshi4 .right ul li{
    margin-bottom: 131px;
    position: relative;
    box-sizing: border-box;
    padding-left: 145px;
}
.moshi4 .right ul li::after{
	content: "";
	width: 133px;
	height: 2px;
	background: #173f8f;
	position: absolute;
	top: 11px;
	left: 0;
}
.moshi4 .right ul li:nth-child(2){
	    margin-left: 118px;
}
.moshi4 .right ul li:nth-child(3){
	margin-left: 236px;
}


.neixun1{
	padding-top: 70px;
	padding-bottom: 50px;
}
.neixun1 ul {
	width: 1440px;
}
.neixun1 ul li{
	float: left;
	width: 444px;
	height: 250px;
	border: 1px solid #e5e5e5;
	margin-right: 32px;
	margin-bottom: 35px;
	padding-top: 70px;
	box-sizing: border-box;
	box-shadow: 0px 5px 15px rgba(0,0,0,.08);
}
.neixun1 ul li i{
	display: block;
	margin: 0 auto;
	font-size: 50px;
	color: #173f8f;
	height: 63px;
	line-height: 63px;
	text-align: center;
}
.neixun1 ul li p{
	text-align: center;
	width: 88%;
	margin: 0 auto;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	margin-top: 20px;
}

.neixun1 ul li:nth-child(4) i,.neixun1 ul li:nth-child(5) i{
	font-size: 55px;
}

.neixun2{
	background: #f6f8f9;
	padding-top: 60px;
	padding-bottom: 80px;
}
.neixun2 ul li{
	float: left;
	width: 446px;
	margin-right: 31px;
}
.neixun2 ul li:last-child{
	margin-right: 0;
}
.neixun2 ul li img{
	display: block;
	width: 100%;
}
.neixun2 ul li .neixun2_txt{
	background: #fff;
	height: 157px;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 35px;
	font-size: 18px;
	line-height: 32px;
	color: #666;
	text-align: center;
}
.neixun2 ul li:last-child .neixun2_txt{
	padding: 30px 15px;
}

.neixun3{
	padding-top: 65px;
	padding-bottom: 15px;
}
.neixun3 ul{
	display: flex;
	background: url(../images/neixun3_ul.png) no-repeat bottom -2px center;
	margin-bottom: 75px;
}
.neixun3 ul li{
	width: 200px;
	background: url(../images/neixun3_libg.png) no-repeat top center;
	height: 128px;
	margin: 0 40px;
	position: relative;
	height: 175px;
}
.neixun3 ul li::after{
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/neixun3_a.png) no-repeat center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.neixun3 ul li:last-child{
	margin-right: 0;
}
.neixun3 ul li strong{
	font-size: 22px;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 45px;
}

.neixun4{
	background: #f6f8f9;
	padding-top: 70px;
	padding-bottom: 70px;
}
.neixun4 ul li{
	display: flex;
	background: #fff;
}
.neixun4 ul li .neixun4_t{
	box-sizing: border-box;
	padding: 60px 65px;
	border: 1px solid #eeeeee;
	border-left: none;
}
.neixun4 ul li .neixun4_t strong{
	display: block;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.neixun4 ul li .neixun4_t p{
	font-size: 18px;
	color: #666;
	line-height: 34px;
}
.neixun4 ul li:nth-child(2)  .neixun4_t{
	border-right: none;
}