html{min-width: 1200px; width: 100%;}
body{font-size: 14px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 1.4; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .4s ease; cursor: pointer;}
a:hover{color: #2f4d93!important;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;font-size: 14px;}


.clearfix{zoom: 1;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; overflow: hidden; height: 0; clear: both;}
.container{width: 1200px; margin: 0 auto;position: relative;}


.fl{float: left;}
.fr{float: right;}







/******************************* header start *******************************/
.head1{
	background: url(/template/default/skin/images/bg_header_t.jpg) no-repeat;
	height: 35px;
	line-height: 33px;
}
.head1 span,.head1 a{
	color: rgb(204, 204, 204) !important;
	font-size: 12px;
}
.head1 a+a{
	margin-right: 40px;
}
.head2{
	height: 85px;
	background: #fff;
}
.head2 .logo{
	box-sizing: border-box;
	padding-left: 80px;
	padding-top: 20px;
}
.head2 .logo p{
	color: rgb(67, 67, 67);
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
}
.head2 .logo span{
	letter-spacing: -.4px;
	color: #5a5a5a;
	font-size: 12px;
	font-family: 12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana;
}

.head2 .nav ul li{
	float: left;
	margin-right: 47px;
	line-height: 85px;
}
.head2 .nav ul li a{
	font-size: 18px;
	color: #666;
}
.head2 .nav ul li.active a,.head2 .nav ul li:hover a{
	color: #2f4d93;
	font-weight: bold;
}

/******************************* header end *******************************/








/******************************* banner start *******************************/
.banner .swiper-container_banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	height: 32px;
	width: 32px;
	z-index: 999;
	background-size: 100% !important;
	top: 50% !important;
	margin-top: -16px;
}
.banner .swiper-button-next{
	right: 25px;
	background: url(/template/default/skin/images/right_arrow.png) no-repeat;
}
.banner .swiper-button-prev{
	left: 25px;
	background: url(/template/default/skin/images/left_arrow.png) no-repeat;
}
/******************************* banner end *******************************/









.ind_tit{
	text-align: center;
	box-sizing: border-box;
	padding: 60px 0 40px 0;
}
.ind_tit img{
	display: inline-block;
}
.ind_tit h2{
	font-size: 24px;
	color: #000000;
	margin-bottom: 5px;
}
.ind_tit h2 span{
	color: #2F4D93;	
	font-size: 24px;
	font-weight: bold;
}




/******************************* sec1 start *******************************/
.sec1{
	padding-bottom: 100px;
}
.dh_item{
	width: 20%;
	float: left;
	text-align: center;
}
.dh_item .icon{
	width: 120px;
	height: 120px;
	background-size: cover !important;
	margin: 0 auto;
}
.dh_item .icon1{background: url(/template/default/skin/images/kj1.png) no-repeat;}
.dh_item .icon2{background: url(/template/default/skin/images/kj2.png) no-repeat;}
.dh_item .icon3{background: url(/template/default/skin/images/kj33.png) no-repeat;}
.dh_item .icon4{background: url(/template/default/skin/images/kj4.png) no-repeat;}
.dh_item .icon5{background: url(/template/default/skin/images/kj5.png) no-repeat;}
.dh_item .icon1:hover{background: url(/template/default/skin/images/kj11.png) no-repeat;}
.dh_item .icon2:hover{background: url(/template/default/skin/images/kj22.png) no-repeat;}
.dh_item .icon3:hover{background: url(/template/default/skin/images/kj3.png) no-repeat;}
.dh_item .icon4:hover{background: url(/template/default/skin/images/kj44.png) no-repeat;}
.dh_item .icon5:hover{background: url(/template/default/skin/images/kj55.png) no-repeat;}

.dh_item .desc{
	box-sizing: border-box;
	padding: 0 18px;
}
.dh_item h3{font-size: 20px;color: #000;margin: 20px 0 5px 0;}
.dh_item p{font-size: 14px;color: #999;}
.dh_item i{display: block;height: 1px;width: 120px;margin: 15px auto 15px auto;background: #ccc;}
.dh_item span{font-size: 12px;color: #666;}
/******************************* sec1 end *******************************/








/******************************* sec2 start *******************************/
.sec2{
	background: url(/template/default/skin/images/coming-soon2-bg.jpg) no-repeat;
	background-position: center !important;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 25px 0 10px 0;
}
.ind_left{
	width: 230px;
	float: left;
}
.ind_left .tit{
	background: rgb(0, 66, 142);
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 25px 0;
}
.ind_left .tit p{
	font-size: 24px;
}
.ind_left .tit span{
	font-size: 14px;
	text-transform: uppercase;
}

.ind_left .nav_box{
	background: #fff;
	box-sizing: border-box;
	padding: 10px 20px;
	border-left: 2px solid #2F4D93;
	border-right: 2px solid #2F4D93;
}
.ind_left .nav_box a{
	display: block;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px dashed #ccc;
	box-sizing: border-box;
	transition: 0s !important;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 5px;
}
.ind_left .nav_box a+a{
	margin-top: 7px;
}
.ind_left .nav_box a:hover,.ind_left .nav_box a.active{
	color: #2F4D93;
	font-weight: bold;
	border: 2px solid #2F4D93;
}
.ind_left .phone_box{
	background: rgb(0, 66, 142);
	text-align: center;
	box-sizing: border-box;
	padding: 25px 0;
}
.ind_left .phone_box p{
	font-size: 14px;
	color: #ddd;
}
.ind_left .phone_box span{
	font-size: 24px;
	color: #fff;
}


.ind_right{
	width: calc(100% - 230px);
	float: right;
	box-sizing: border-box;
	padding-left: 25px;
}
.pro_item{
	width: calc(33.33% - 14px);
	margin-right: 20px;
	float: left;
	margin-bottom: 15px;
	background: #fff;
}
.pro_item:nth-of-type(3n){
	margin-right: 0;
}
.pro_item .img{
	overflow: hidden;
	position: relative;
}
.pro_item .img img{
	width: 100%;
	height: 220px;
	transition: .3s;
}
.pro_item .img::after{
	content: "";
	display: block;
	height: 96%;
	width: 100%;
	position: absolute;
	top: 4%;
	left: 0;
	background: rgba(0,66,142,.8) url(/template/default/skin/images/hover-link.png) no-repeat;
	background-position: center !important;
	opacity: 0;
	transition: .3s opacity;
	transition: .3s .3s transform;
}
.pro_item p{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.pro_item:hover img{
	transform: scale(1.1);
}
.pro_item:hover .img::after{
	opacity: 1;
	transform: scale(1.1);
}
/******************************* sec2 end *******************************/





/******************************* sec3 start *******************************/
.ys_box{
	box-sizing: border-box;
	padding: 10px 0 300px 0;
}
.ys_box{
	position: relative;
}
.ys_box .map{
	width: 525px;
	margin: 0 auto;
	position: relative;
	margin-top: 140px;
	transform: translateX(15px);
}
.ys_box .map img{
	width: 100%;
}
.ys_box .map::after{
	content: "";
	display: block;
	height: 564px;
	width: 564px;
	background: url(/template/default/skin/images/yuan.png) no-repeat;
	background-size: 100% !important;
	position: absolute;
	top: -120px;
	left: -25px;
	animation: zhuanquan 12s infinite linear;
}

.ys_box .quan{
	display: block;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background-color: #2F4D93;
	border-radius: 100%;
	position: absolute;
	z-index: 999;
}
.ys_box .quan1{top: -100px;left: 40px;}
.ys_box .quan2{top: -100px;left: 380px;}
.ys_box .quan3{top: 100px;left: -70px;}
.ys_box .quan4{top: 100px;left: 480px;}
.ys_box .quan5{top: 330px;left: 40px;}
.ys_box .quan6{top: 330px;left: 380px;}

.ys_box .wenzi{
	position: absolute;
	text-align: left;
}
.ys_box .wenzi p{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}
.ys_box .wenzi span{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	display: block;
	width: 270px;
}

.ys_box .wenzi2,.ys_box .wenzi4,.ys_box .wenzi6{
	text-align: right;
}
.ys_box .wenzi1{top: 50px;left: 0;}
.ys_box .wenzi2{top: 50px;right: 0;}
.ys_box .wenzi3{top: 260px;left: 0;}
.ys_box .wenzi4{top: 260px;right: 0;}
.ys_box .wenzi5{top: 500px;left: 0;}
.ys_box .wenzi6{top: 500px;right: 0;}

@keyframes zhuanquan{
	from{transform: rotate(0);}
	to{transform: rotate(360deg);}
}
/******************************* sec3 end *******************************/






/******************************* sec4 start *******************************/
.sec4{
	background: rgb(28, 69, 135);
}
.sec4 iframe{
	display: block;
}
.sec4 .desc{
	width: calc(100% - 600px);
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	padding-left: 30px;
}
.sec4 .desc h4{
	font-size: 24px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 18px;
}
.sec4 .desc span{
	font-size: 14px;
	color: #ddd;
	line-height: 22px;
}
.sec4 .desc p{
	color: #ddd;
	font-size: 14px;
	margin-top: 30px;
	line-height: 24px;
}
.sec4 .desc p i{
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(/template/default/skin/images/call.png) no-repeat;
	background-size: 100% !important;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.sec4 .desc p b{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	position: relative;
	top: 2px;
}
/******************************* sec4 end *******************************/




/******************************* sec5 start *******************************/
.sec5{
	padding-bottom: 80px;
}
.sec5 .pro_list{
	margin-top: 20px;
}
.sec5 .pro_item .img img{
	height: 238px;
}
.sec5 .pro_item .img::after{
	height: 100%;
	top: 0;
	transition: .3s;
}
.sec5 .pro_item:hover .img::after{
	transform: scale(1);
}
/******************************* sec5 end *******************************/






/******************************* sec6 start *******************************/
.sec6{
	position: relative;
	padding-bottom: 60px;
}
.sec6::after{
	content: "";
	display: block;
	width: 100%;
	height: 340px;
	background: rgb(0, 66, 142);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.sec6 .ind_tit h2{
	color: #fff;
}


.sec6 .ab_box{
	background: #fff;
	box-sizing: border-box;
	padding: 11px;
}
.sec6 .vid_box video{
	display: block;
}
.sec6 .desc{
	width: calc(100% - 621px);
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 30px;
}
.sec6 .desc p{font-size: 18px;color: #666;letter-spacing: 6px;}
.sec6 .desc span{font-size: 15px;line-height: 22px; color: #666;display: block;margin-top: 20px;}
.sec6 .desc a{display: inline-block; border: 1px solid #5a5a5a;box-sizing: border-box;padding: 9px 30px;border-radius: 4px;margin-top: 50px;}

.sec6 .ab_lb_box{
	margin-top: 20px;
}
.sec6 li{width: 300px;box-sizing: border-box;padding: 0 10px;}
.sec6 li img{width: 280px;height: 190px;}
/******************************* sec6 end *******************************/




/******************************* sec7 start *******************************/
.sec7 .ind_left .tit p{
	margin-bottom: 10px;
}
.sec7 .ind_left .nav_box a{
	margin-top: 18px;
	border: 1px dashed #2F4D93;
}
.sec7 .ind_left .nav_box a.active{
	border: 2px solid #2F4D93;
}
.sec7{
	background-color: rgb(246, 246, 246);
	padding-bottom: 70px;
}
.sec7 .ind_left .nav_box{
	min-height: 272px;
}
.sec7 .n_list{
	width: calc(100% - 230px);
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
}
.n_item::after{content: "";display: block;height: 0;overflow: hidden;clear: both;}
.n_item{
	background: #fff;
	box-sizing: border-box;
}
.n_item+.n_item{
	margin-top: 20px;
}
.n_item .img{
	width: 220px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #f1f1f1;
}
.n_item .img img{
	width: 100%;
	transition: .6s;
}
.n_item .desc{
	width: calc(100% - 220px);
	float: left;
	box-sizing: border-box;
	padding: 20px;
}
.n_item .desc h3{
	font-size: 16px;
	color: #222;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	height: 22px;
}
.n_item .desc h3 b{
	color: #2F4D93;
	font-weight: normal;
	font-size: 16px;
	padding-right: 5px;
}
.n_item .desc p{
	font-size: 13px;
	color: #929292;
	margin: 10px 0;
}
.n_item .desc span{
	font-size: 13px;
	line-height: 24px;
	color: #888;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	height: 48px;
}

.n_item:hover img{
	transform: scale(1.1);
}
.n_item:hover h3 {
	color: #2F4D93;
}
/******************************* sec7 end *******************************/



/******************************* sec8 start *******************************/
.sec8{
	padding-bottom: 80px;
}
.sec8 .ind_tit h2 span{font-size: 28px;}

.sec8 .h_list{
	overflow: hidden;
	margin-top: 20px;
}
.sec8 .h_list li{
	width: 300px;
	box-sizing: border-box;
	padding: 0 20px;
}
.sec8 .h_list img{
	width: 100%;
}
/******************************* sec8 end *******************************/

/* 友情链接 */
.confix::after{
	content: "";
	display: block;
	clear: both;
}
.link-bg{
	background-color: rgb(85 85 85);
	padding: 20px 0;
}
.link-bg .link{
	width: 1200px;
	margin: 0 auto;
}

.link-bg .link p{
	float: left;
	font-size: 18px;
	color: #FFF;
}
.link-bg .link ul{
	float: right;
	width: 1000px;
	display: block;
}
.link-bg .link ul li{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.link-bg .link ul li a{
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
	line-height: 25px;
}
.link-bg .link ul li a:hover{
	color: #bdbdbd !important;
}


/******************************* footer start *******************************/
.footer{
	background: rgb(67, 67, 67);
	padding: 40px 0 60px 0;
}
.foot1{
	width: 300px;
	float: left;
}
.foot1 h3{
	font-size: 16px;
	color: #fff;
}
.foot1 h3 span{
	padding-left: 60px;
	color: #fff;
	opacity: .4;
	font-size: 12px;
}
.foot1 h4{
	font-size: 30px;
	color: #fff;
	margin: 15px 0 15px 0;
}
.foot1 p{
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}
.foot1 a{
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 20px;
	color: #fff !important;
	opacity: .6;
	margin-top: 40px;
	font-size: 12px;
	border-radius: 4px;
}
.foot1 a:hover{
	opacity: 1;
}


.foot2{
	width: 460px;
	float: left;
	position: relative;
	text-align: center;
}
.foot2 h3{
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 10px;
	margin-bottom: 30px;
}
.foot2 .img{
	display: inline-block;
	width: 126px;
}
.foot2 .img + .img{
	margin-left: 30px;
}
.foot2 .img img{
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
	border-radius: 8px;
}
.foot2 .img p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
}
.foot2::after,.foot2::before{
	content: "";
	display: block;
	height: 150px;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 50px;
	opacity: .1;
}
.foot2::after{
	left: 0;
}
.foot2::before{
	right: 0;
}

.foot3{
	width: 440px;
	float: left;
	box-sizing: border-box;
	padding-left: 80px;
}
.foot3 h3{font-size: 16px;color: #fff;margin-bottom: 15px;}
.foot3 dl{padding: 12px 0;}
.foot3 dl dd{display: inline-block;}
.foot3 dl dd+dd{margin-left: 25px;}
.foot3 dl dd a{font-size: 12px;color: #fff;}
.foot3 a:hover{color: rgba(255,204,0,1) !important;}

.bq{
	text-align: center;
	background: #222;
	color: #fff;
}
.bq span,.bq a{
	font-size: 12px;
}
.bq a{
	color: #fff;
	opacity: .6;
}
/******************************* footer end *******************************/
