﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:14px; color:#333; font-family: 'Poppins', Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; }
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: 'Poppins', Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: 'Poppins', Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#333; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}
.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width: 1520px;max-width: 94%;margin: 0 auto;}
.container {width: 1520px;max-width: 94%;margin: 0 auto;}
.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}

/**导航菜单**/
.headerTop{background: #0c53a5;color: #fff;line-height: 40px;position: relative  ;top: 0;left: 0;width: 100%; z-index:9999 }
.headerTop .telDiv img{margin-right: 10px; }
.headerTop .searchDiv{height: 40px;}
.headerTop .searchDiv form{position: relative;height: 26px; }
.headerTop .searchDiv form input{width: 190px;line-height: 26px;background: #fff;padding: 0 40px 0 6px;border: 0;display: block;font-size: 12px; }
.headerTop .searchDiv form button{width: 40px;height: 26px;position: absolute;right: 0;top: 0;border: 0;background: transparent;cursor: pointer; }
header{position: relative  ;top:0;left: 0;width: 100%;z-index: 9999;color: #666;height: 80px;transition: all .5s;background: #fff; }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .logo .dImg{display: block;}
header .logo .hImg{display: none;}
header .rightDiv{text-align: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin:0 4px 0 0;}
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #000;position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center;padding: 0 20px; font-weight:bold}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #0c53a5; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 64px;position: absolute;left: 50%;margin-left: -32px; background: #0c53a5;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .languageDiv{height: 80px;position: relative;background: url(../images/xia.png) no-repeat center right;padding-right: 13px;margin-left: 21px;}
 header .languageDiv ul li {line-height:25px;width: 25px;float: left;font-size: 20px;color: #fff;position: relative;  text-align: center; margin-left:15px}
header .languageDiv ul li  img{ width:100%}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../images/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: 0; }


/*.on-fixed header .logo .dImg{display: none;}
.on-fixed header .logo .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li>a::after{background: #000;}
.on-fixed header .rightDiv .ssBtn .dImg{display: none;}
.on-fixed header .rightDiv .ssBtn .hImg{display: block;}
.on-fixed header .rightDiv .detaultDiv .dImg{display: none;}
.on-fixed header .rightDiv .detaultDiv .hImg{display: block;}
.on-fixed header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.on-fixed header .mbtn{background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;} 

.onFixed header{background: #fff;border-bottom: 1px solid #E2E2E2;}
.onFixed header .logo .dImg{display: none;}
.onFixed header .logo .hImg{display: block;}
.onFixed header .rightDiv .menu>ul>li>a{color: #333;}
.onFixed header .rightDiv .menu>ul>li>a::after{background: #000;}
.onFixed header .rightDiv .ssBtn .dImg{display: none;}
.onFixed header .rightDiv .ssBtn .hImg{display: block;}
.onFixed header .rightDiv .detaultDiv .dImg{display: none;}
.onFixed header .rightDiv .detaultDiv .hImg{display: block;}
.onFixed header .rightDiv .languageDiv .detaultDiv span{color: #333;}
.onFixed header .mbtn{background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;} 
 */



/* .on-menu header .logo .dImg{display: none;}
.on-menu header .logo .hImg{display: block;}
.on-menu header .rightDiv .ssBtn .dImg{display: none;}
.on-menu header .rightDiv .ssBtn .hImg{display: block;}
.on-menu header .mbtn{background: url(../images/menu1.png) no-repeat center center;background-size: 22px auto;}
 */
.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;position: relative;}
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
/*.menu ul ul{position:absolute;text-align: left;background: #fff; padding:0;width: 100%;top: 100%;left:0;opacity: 0;visibility: hidden;transform: translateY(10px);transition: transform .6s;box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); padding-left: calc((100vw - 1320px) / 2);height: 366px; }*/
.menu ul ul{position:absolute;background: #fff;text-align: left; width: max-content;top: 100%;left:50%;transform: translateX(-50%); transition: opacity .3s;opacity: 0;visibility: hidden;box-shadow: 0px 6px 16px rgba(89,89,89,.11);}
.menu ul ul .ul{align-items: flex-start;padding:20px 30px;}
/*.menu ul ul .ulDiv{transition: all .4s;opacity: 0;position: absolute;z-index: -1;visibility: hidden;width: 100%;}*/
/*.menu ul ul:before{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;left: 90%;top: 0;z-index: -1;display: none; }
.menu ul ul:after{content: "";width: 100vw;height: 100%;background: #EFF5FF;position: absolute;right: 90%;top: 0;z-index: -1;display: none; }*/
.menu>ul>li:hover>ul{height: initial;visibility: visible;opacity: 1; }
.menu ul ul .ul a{font-size: 15px;color: #666;line-height: 36px; text-align: center;}
.menu ul ul .ul a:hover{color: #0c53a5;}
/*.menu>ul>li:hover>ul>.wrap>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/
/*.menu li:hover>ul:before,.menu li:hover>ul:after{display: block;}*/
.menu ul ul ul{position:absolute;text-align: center;width: 100vw;top:100%;left:0;transition: opacity .6s;height: 0;}

/*.menu>ul>li>ul li:hover>ul>.ulDiv{opacity: 1;z-index: 11;display: flex;position: initial;visibility: visible;}*/

@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0   0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#000}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #000;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#000;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#000;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 80%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}
	header .rightDiv .menu>ul>li>a span{line-height: 50px;}
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	header .rightDiv .menu>ul>li>a{color: #333;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px; }
	header .rightDiv .otherDiv{height: 50px;justify-content: center;float: initial; }
	header .rightDiv .searchDiv{margin: 0 auto;}
	header .rightDiv .ssDiv .dImg{display: none;}
	header .rightDiv .ssDiv .hImg{display: block;}
	.menu ul ul .ul span{margin-top: 0;}
	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li{border: 0;}
	header .rightDiv .menu>ul>li li a{line-height: initial;margin-bottom: 20px;height: initial;color: #666;}
	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/
	
	.menu ul ul:before{display: none!important;}
	.menu ul ul:after{display: none!important;;}
	.menu ul ul a{padding: 0 15px;margin: 0;}
	.menu li:hover>ul{transform: translate(0);}
	header .rightDiv .otherDiv{position: relative;margin-left: 0;display: block;text-align: left;}
	header .rightDiv .otherDiv .telDiv{display: inline-block;line-height: 30px;margin-left: 15px;margin-right: 0;}
	header .rightDiv .ssDiv{justify-content: flex-start;}
	header .rightDiv .ssBtn{display: none;}
	header .rightDiv .searchDiv{opacity: 1;visibility: visible;transform: translate(0px);top: 0;position: relative;right: 0;}
	header .rightDiv .menu ul li .ulDiv{display: block;}
	.menu ul ul{height: initial;}
	.menu ul ul .ul{display: block;padding: 10px 30px 0;}
	.menu ul ul .ul li:nth-child(2){margin-left: 0;}
	/* .menu ul ul .ul span{color: #fff;} */
	.menu ul ul .ul a{/* color: #fff; */margin-top: 0;}
	
	header .logo{left: 15px; float:left}
	header .languageDiv{height: 50px;margin-right: 40px; }
	.headerTop{display: none;}
}

.ban{width:100%; position:relative;}
.ban .swiper-slide{width:100%; height:calc(100vh - 120px);}
.ban .swiper-pagination{bottom:20px !important;}
.ban .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: none;border: #fff 1px solid;}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#004f99;border: #004f99 1px solid;}

.ban .swiper-slide .bg1 {
	position: absolute;
    height: 100vh;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.ban .swiper-slide .bg1 img {
	display: block;
	width: 100%;
	height: 100%;object-fit: cover;
	-webkit-transition: transform 7.6s linear;
	-moz-transition: transform 7.6s linear;
	-o-transition: transform 7.6s linear;
	-ms-transition: transform 7.6s linear;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
}
.ban .swiper-slide.swiper-slide-active .bg1 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}

.ban .swiper-slide .word {
	position: absolute;
	left:50%;margin-left: -600px;width: 1200px;
	height: 246px;
	top: 50%;
	margin-top: -103px;
	z-index: 10;text-align: center;
}

.ban .swiper-slide .word h4 {
	display: block;font-size: 22px;color: #fff; margin-top: 20px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;text-shadow: 0 0 10px #333;
}

.ban .swiper-slide .word h3 {
	font-size: 42px;
	color: #fff;letter-spacing: 1px;
	line-height: 60px;
	margin: 15px 0 15px 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;font-weight: bold;text-shadow: 0 0 20px #333;
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;background:#004f99;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;
	position: absolute;
	bottom: 20px;left: 50%;margin-left: -100px;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;
}
.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}

.ban .swiper-slide .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/rights.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}


.ban .swiper-slide.swiper-slide-active .word h4 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
   
}

.ban .swiper-slide.swiper-slide-active .word h3 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}




.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000}


.title-1{text-align: center;margin-bottom: 50px;}
.title-1 .cn{ margin-bottom: 5px; font-size: 36px;color: #222; font-weight: bold;line-height: 1.42857143; }
.title-1 .en{ margin-bottom: 5px; font-size: 0; overflow: hidden;text-transform: uppercase;line-height: 1.42857143; }
.title-1 .en span{ position: relative; display: inline-block; vertical-align: top; padding: 0 15px; min-width: 160px; font-family: arial; font-size:40px;font-weight: bold;color: #222;}
.title-1 .en span:before,.title-1 .en span:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 600px; height: 1px; background: #d2d2d2; }
.title-1 .en span:before{ right: 100%; }
.title-1 .en span:after{ left: 100%; }
.title-1 .en span b{ display: block; position: absolute; top: calc((100% - 7px) / 2); z-index: 2; width: 7px; height: 7px; background: #004f99; transform: rotate(45deg); }
.title-1 .en span b:first-child{ right:100%; }
.title-1 .en span b:last-child{ left:100%; }
.title-1 .icon{ position: relative; margin:0 auto; width: 21px; height: 13px; border-left: solid 2px #004f99; border-right: solid 2px #004f99; }
.title-1 .icon:before{ content: ""; position: absolute; left: 8px; top: 0; z-index: 1; width: 2px; height: 100%; background: #004f99; }

.title-2{text-align: center;margin-bottom: 50px;}
.title-2 .en{ margin-bottom: 5px; font-size: 0; overflow: hidden;text-transform: uppercase;line-height: 1.42857143; }
.title-2 .en span{ position: relative; display: inline-block; vertical-align: top; padding: 0 15px; min-width: 160px; font-family: arial; font-size:40px;font-weight: bold;color: #fff;}
.title-2 .en span:before,.title-2 .en span:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 600px; height: 1px; background: #fff; }
.title-2 .en span:before{ right: 100%; }
.title-2 .en span:after{ left: 100%; }
.title-2 .en span b{ display: block; position: absolute; top: calc((100% - 7px) / 2); z-index: 2; width: 7px; height: 7px; background: #fff; transform: rotate(45deg); }
.title-2 .en span b:first-child{ right:100%; }
.title-2 .en span b:last-child{ left:100%; }
.title-2 .icon{ position: relative; margin:0 auto; width: 21px; height: 13px; border-left: solid 2px #fff; border-right: solid 2px #fff; }
.title-2 .icon:before{ content: ""; position: absolute; left: 8px; top: 0; z-index: 1; width: 2px; height: 100%; background: #fff; }

.tit {text-align: center;margin-bottom: 50px;}
.tit h1{font-size: 48px;color: #111;font-weight: bold;}
.tit h1 span{color: #004f99;}




.sy_cp {padding: 60px 0 60px;background: #fafafa;}
.sy_cp h2 {margin-bottom: 25px;font-size: 20px;color: #222;font-weight: bold;}
.sy_cp ul li {width: 48%;float: left;margin: 0 1% 2%;background: #fff;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;display: flex;justify-content: space-between;padding: 25px;align-items: center;	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);}
.sy_cp ul li:hover{
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.sy_cp ul li .tp {overflow: hidden;height: 210px;width: 310px;}
.sy_cp ul li img {width: 100%;display: block;height: 100%;object-fit: cover;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li .wenz {padding: 15px 0;width: calc(100% - 340px);}
.sy_cp ul li .wenz h3 {font-size:20px;color: #333;line-height: 1.2;font-weight: bold;margin-bottom: 10px;}
.sy_cp ul li .wenz p {font-size: 14px;text-align: left;color: #555;line-height: 1.8;margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
.sy_cp ul li span {position: absolute;left: 0;bottom: 0;height: 2px;background: #0666b2;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;width: 0;z-index: 3;}
.sy_cp ul li:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_cp ul li:hover .wenz h3{color: #0666b2;}
.sy_cp ul li .wenz .gd {width: 150px;height: 38px;line-height: 38px;background: #eee;text-align: center;border-radius: 19px;margin-top: 25px;font-size: 14px;}
.sy_cp ul li .wenz .gd a{color: #222;}
.sy_cp ul li .wenz .gd i{margin-left: 10px;}
.sy_cp ul li .wenz .gd:hover{background: #0666b2;}
.sy_cp ul li .wenz .gd:hover a{color: #fff;}

.sy_ab{padding: 80px 0 80px;background: url(../images/video-2.jpg) center / cover no-repeat;position: relative;}
.sy_ab::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#004f99;
  opacity: .9;
  z-index: 1;
}
.sy_ab .tit h1{color: #fff;}
.sy_ab .tit h1 span{color: #eee;}
.sy_ab .con{position: relative;z-index: 5;}
.sy_ab .nr {font-size: 16px;line-height: 2;color: #fff;margin: 0 auto;}
.sy_count {margin-top: -90px;position: relative;z-index: 6;margin-bottom: 80px;}
.sy_count ul{display: flex;justify-content: space-between;align-items: stretch;}
.sy_count li{width: 23.5%;}
.inner_counter_area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0px 22px 23px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.inner_counter_sub_cont {
  display: flex;
  align-items: baseline;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span {
  color:#004f99;
  font-size: 50px;
  font-weight: 900;
}
.inner_counter_area h2 {
  margin-bottom: 0;
  color: #555555;font-size: 18px;line-height: 1.2;margin-top: 6px;
}
.inner_counter_area img {
  position: absolute;
  top: 0;
  right: 0;
}

.sy_hyyy{padding: 70px 0;background: url(../images/index40.jpg) center / cover no-repeat;}
.sy_hyyy .con {display: flex;justify-content: space-between;align-items: stretch;}
.sy_hyyy .con li {width: calc( ( 100% - 99px ) / 4 );}
.sy_hyyy .con li .t_p{width: 280px;height: 280px;margin: 0 auto;position: relative;overflow: hidden;border-radius: 50%;border: #fff 5px solid;}
.sy_hyyy .con li .t_p img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_hyyy .con li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.sy_hyyy .con li h3 {color: #000;font-size: 16px;text-align: center;margin-top: 22px;}










.sct3 { height: auto; padding: 80px 0; position: relative;background: #004f99;overflow: hidden;}
.sct3 .po {position: relative}
.sct3 p[rel=h2] { }
.sct3 .slick-slider { }
.sct3 .slick-slide { }
.sct3 .con { float: left; width: 393px; height: 313px; background: transparent; overflow: hidden; margin: 0 13px 13px; transition: all .3s;position: relative;}
.sct3 .con * { transition: all .3s }
.sct3 .con a { height: auto; display: block; background: transparent }
.sct3 .con .nail { width: 393px; margin-bottom: 0;}
.sct3 .con .nail img { width: 100%;display: block;}
.sct3 .txt { background:rgba(0,0,0,0.68); height: 60px; line-height: 60px;; padding-left: 30px; position: static;width: 100%;box-sizing: border-box;left: 0;bottom: 0;}
.sct3 .txt .s1 { float: left; font-size: 18px; color: #fff }
.sct3 .txt .s2 { float: left; color: #a7a7a7; font-size: 16px; margin: 10px 10px 0 }
.sct3 .txt .s3 { float: right; margin-right: 20px;font-size: 27px;color: #fff;}
.sct3 .txt .s3 i{font-size: 27px;}
.sct3 .txt .s3 i:after { left: 9px }
.sct3 .con:hover { -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) }
.sct3 .con:hover a { }
.sct3 .con:hover .txt { background:rgba(0,79,153,0.8) }
.sct3 .hdl { width: 48px; height: 48px;position: absolute; top: 140px; z-index: 999; left: 50%; border: none; margin-left: -700px }
.sct3 .hdl img{ filter:grayscale(100%) brightness(200%); -webkit-filter:grayscale(100%) brightness(200%); -moz-filter:grayscale(100%) brightness(200%); -ms-filter:grayscale(100%) brightness(200%); -o-filter:grayscale(100%) brightness(200%);}
.sct3 .hdl:hover img{ filter:grayscale(0%) brightness(100%); -webkit-filter:grayscale(0%) brightness(100%); -moz-filter:grayscale(0%) brightness(100%); -ms-filter:grayscale(0%) brightness(100%); -o-filter:grayscale(0%) brightness(100%); }
.sct3 .hdl.next { margin-left: 650px }
.sct3 .hdl:after { font-size: 37px; left: 27px; top: 13px }
.sct3 .hdl:hover { }

#wrapper {width: 100%;height: auto;/* margin-top: -225px; */overflow: hidden;/* position: absolute; */top: 50%;left: 0;}
#carousel img {display: block;
				/* float: left; */
				/* margin: 10px; */}
#prev, #next {
				background-color: rgba(0, 0, 0, 0.7);
				display: block;
				height: 313px;
				width: 50%;
				top: 0;
				position: absolute;
			}
#prev:hover, #next:hover {
				background-color: #fff;
				background-color: rgba(0, 0, 0, 0.8);
			}
#prev {
				left: -641px;
			}
#next {right: -641px;}
#pager {margin: 40px auto 0;position: static;width: 100%;text-align: center;display: none !important;/* background: red; */}
#pager a {
				border: none;
				border-radius: 10px;
				background-color:#BFBFBF;
				display: inline-block;
				width: 13px;
				height: 13px;
				margin: 0 5px 0 0;
}
#pager a:hover {background-color: #D9261C;}
#pager a span {display: none;}
#pager a.selected {background-color: #D9261C;}



.swiper-hy{ margin:0 auto; padding-bottom:0;padding-top: 10px;}
.swiper-hy .swiper-slide{position:relative;overflow: hidden;}
.sy_hyyy .swiper-button-prev{background:url(../images/jtdls.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; left:-50px;}
.sy_hyyy .swiper-button-next{background:url(../images/jtdrs.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; right:-50px;}
.sy_hyyy .swiper-button-prev:hover{background:url(../images/jtdl.png) center / 135% no-repeat;}
.sy_hyyy .swiper-button-next:hover{background:url(../images/jtdr.png) center / 135% no-repeat;}
.sy_hyyy .con {position: relative;}

.swiper-hy .swiper-slide img {width: 100%; display: block;-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s; }
.swiper-hy .swiper-slide .sign {position: absolute; left:50%;top: 60%;width:400px; margin-left: -200px;height: 100%;	background: url(../images/hybj.png) no-repeat center top;	font-size: 14px;	line-height: 22px;	color: #fff;	text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;z-index: 999}
.swiper-hy .swiper-slide .sign .tb {width:70px; height: 52px;margin: 0 auto;}
.swiper-hy .swiper-slide .sign span { font-size: 18px;}
.swiper-hy .swiper-slide:hover img {-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s;filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%);}
.swiper-hy .swiper-slide:hover .sign {-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;top: 70%;background: none;}
.swiper-hy .swiper-slide .bg{	left:0;	bottom: 0;width:100%;	height:240px;	background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;position: absolute;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 0;z-index: 998}
.swiper-hy .swiper-slide:hover .bg{-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 1;}

.hmCon1Warpper{}
.imNav { height: 204px; background:#004f99;}
.imNav .container{ display: flex; justify-content: space-between; }
.imNav_aBox{ width:30%; float: left; position: relative; color: #fff; display: flex;justify-content: space-between;align-items: center;margin-top:42px; }
.imNav_aBox:hover,.imNav_aBox.on{ color: #fff; }
.imNav_aBox img{position:absolute; left:50%; margin-left:-40px; top:38px; transition:all 0.5s ease-in-out;}
.imNav_aBox img.opacity{opacity: 0;}
.imNav_aBox p {transition:all 0.5s ease-in-out;}
.imNav_aBox:hover img,.imNav_aBox.on img{opacity:0;}
.imNav_aBox:hover img.opacity,.imNav_aBox.on img.opacity{opacity:1;}

.imNav_aBox:hover img {
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.m2menu_a:hover img {
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.imgBgAnimation{-webkit-animation-name: imgBgAnimation;animation-name:imgBgAnimation}
@keyframes icon-bounce{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}
25%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}
50%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}
75%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
85%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
}
@-webkit-keyframes icon-bounce{0%,to{-webkit-transform:rotate(0);transform:rotate(0)}
25%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}
50%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}
75%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
85%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
}

.imNavFixed{ background: #FFF; height: 65px; width: 100%; border-top: 1px solid #BBBABA; border-bottom: 1px solid #BBBABA; position: fixed; z-index: 60; left: 0px; top: 0px; }
.imNavFixed .container{ display: flex; justify-content: space-between; }
.imNavFixed a{  display: flex;justify-content: space-between;align-items: center;}
.imNavFixed a:hover,.imNavFixed a.on{ color: #ed8a2a; }
.imNavFixed a span{ display: inline-block; height: 38px; width: 38px; margin-right: 10px; position: relative; }
.imNavFixed a span,.imNavFixed a text{vertical-align:middle;}
.imNav_aBox .t_p{width: 70px;position: relative;height: 60px;}
.imNav_aBox .w_z {width: calc(100% - 80px)}
.imNav_aBox h3 {font-size: 20px;margin-bottom: 10px;color: #fff;font-weight: bold;}
.imNav_aBox p {font-size:16px;line-height: 1.4;color: #fff;}
.imNavFixed a img{position:absolute; left:0; top:0; transition:all 0.5s ease-in-out;}
.imNavFixed a:hover img,.imNavFixed a.on img{opacity:0;}
.imNavFixed a:hover img.opacity,.imNavFixed a.on img.opacity{opacity:1;}
.imNav { height: 160px;}
.imNav_aBox{box-sizing: border-box;}
.imNav_aBox img{width:60px; height:60px; margin-left:-30px; top:0;}

.sy_ys {padding: 0 0;}

.sy_ys .cont {display: flex;align-items: stretch;}
.sy_ys .hd {width: 40%;float: right;}
.sy_ys .hd ul{height: 100%;}
.sy_ys .hd ul li{width: 100%;box-sizing: border-box;
  padding: 35px 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;height: 50%;background: #f1f1f1;}
.sy_ys .hd ul li:nth-child(2n+1){background: #f1f1f1;}
.sy_ys .hd ul li:hover{background: #004f99;}
.sy_ys .hd ul li.on{background: #004f99;}
.sy_ys .hd ul li .box {width: 80%;display: flex;justify-content: center;align-items: center;  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;}
.sy_ys .hd ul li:hover .box{padding-left: 30px;}
.sy_ys .hd ul li.on .box{padding-left: 30px;}
.sy_ys .hd ul li .box .icon{width: 110px;height: 66px;line-height: 66px;}
.sy_ys .hd ul li .box .icon i {font-size: 50px;color: #222;}
.sy_ys .hd ul li:hover .box .icon i {color: #fff;}
.sy_ys .hd ul li.on .box .icon i {color: #fff;}
.sy_ys .hd ul li .box .nr{width: calc(100% - 110px);padding-left: 40px;
  position: relative;
  overflow: hidden; margin-top:50px}
.sy_ys .hd ul li .box .nr::before{width: 1px;
  height: 80px;
  top: 50%;
  left: 0;
  margin-top: -38px;
  background: #cccccc;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  transition: background-color .2s ease;}
.sy_ys .hd ul li .box {width: 80%;}
.sy_ys .hd ul li h3 {font-size: 20px;padding-bottom: 5px;color: #333;font-weight: bold;}
.sy_ys .hd ul li:hover h3{color: #fff;}
.sy_ys .hd ul li.on h3{color: #fff;}
.sy_ys .hd ul li p{font-size: 16px;line-height: 1.6;color: #555; text-align: justify; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:4;}
.sy_ys .hd ul li:hover p{color: #fff;}
.sy_ys .hd ul li.on p{color: #fff;}
.sy_ys .bd{width: 60%;float: left;}
.sy_ys .bd img{width: 100%;display: block;}

.sy_news {padding: 70px 0;}
.sy_news .img_box {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  position: relative;background: #000;
}
.left_side .img_box:nth-of-type(1) {
  background-color: #004f99 !important;
}
.side_item .img_box .info_box .n_info_title {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}
.side_item .img_box .info_box .n_info_title h3{color: #fff;}
.sy_news .con{display: flex;
  align-items: flex-start;
  justify-content: space-between;flex-wrap: wrap;}
.sy_news .side_item {
  width: calc(51% / 2 - 19px);
}
.side_item.center_side {
  width: 49.5% !important;
}
 .right_side .img_box:nth-of-type(2) {
  background-color: #004f99 !important;
}
.compute_item_img {
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}
.compute_item_img .compute_process_img {
  display: flex;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.side_item .img_box::after {
  background-color: rgba(0,0,0,0%);
}
.side_item .img_box .info_box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 28px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
}
.compute_item_img .compute_process_img img {
  position: absolute;top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;opacity: 0.7;
}
 .sy_news .side_item {
  width: calc(51% / 2 - 19px);
}



.zxzx {padding: 60px 0;overflow: hidden;background: #f5f5f5;}
.zxzx .left {width: 40%;float: left;}
.zxzx .left img {width: 100%;display: block;}
.zxzx h4 {font-size: 14px;color: #888;margin: 15px 0 0;}
.zxzx h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zxzx p {font-size: 14px;line-height: 1.8;color: #666;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.zxzx .more a {width: 150px;line-height: 40px;background: #004f99;display: block;color: #fff;margin-top: 25px;font-size: 16px;text-align: center;border-radius: 18px 0 18px 0;}
.zxzx .more a i {margin-left: 15px;}
.zxzx .left:hover .more a{background: #004f99;}
.zxzx .left .more a{margin-top: 20px}
.zxzx .right:hover .more a{background: #004f99;}
.zxzx .right {width: 56%;float: right;position: relative;border-top: #ccc 1px solid;}
.zxzx .right ul li { padding:35px 0; border-bottom:#ccc 1px solid; overflow:hidden}
.zxzx .right ul li:hover .nr h3 {color: #004f99}
.zxzx .right ul li .dian { width:36px; height:18px; background:url(../images/dian.png) center center no-repeat; float:left}
.zxzx .right ul li .nr { width:calc(100% - 160px); float:left}
.zxzx .right ul li .nr h3{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-size:18px;font-weight: bold;color:#222;}
.zxzx .right ul li .nr p { font-size:15px; line-height:26px; color:#444; margin-top:10px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.zxzx .right ul li .ri { height:72px; width:90px; float:right; background:url(../images/jt.png) right bottom no-repeat; font-size:30px; color:#999;text-align: right;}
.zxzx .right ul li:hover .ri {background:url(../images/jth.png) right bottom no-repeat}



/* start footer */

footer{ background-color: #1e1d1d; color: rgba(255, 255, 255, 0.5);}

footer a:hover{ color: #fff;} 

footer .border-bottom,footer .border{ border-color:   rgba(255, 255, 255, 0.15);}

footer .top a{ margin-right: 15px;color: #ccc}

footer .center .yuan{ width: 50px; height: 50px;}

footer .center dt{ margin-bottom: 10px;}
footer .center dt a{ color: #fff}
.radius50 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
footer .center  dd{ line-height: 2.4;}
footer .center dd a{
  color: #ccc;
}
footer .center dd a:hover{
  color: #004f99;
}
.footpronav{ width: 280px;}

.footpronav dd{ width: 50%;}
.ewmUl{text-align: center;}
.ewmUl img{  width: 130px;}

.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.flex-center {
  display: flex;
  align-items: center;
}
.mt-25 {
  margin-top: 25px;
}
.ml-30 {
  margin-left: 30px;max-width: 300px;
}
.ml-40 {
  margin-left: 40px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.mb-10 {
  margin-bottom: 10px;
}
.flex {
  display: flex;
}
.border {
  border: 1px solid #e5e5e5;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-white {
  color: #fff;
}
.f26 {
  font-size: 26px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.line-height {
  line-height: 2;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.font-weight {
  font-weight: bold;
}
.f16 {
  font-size: 16px;
}









.mgt50 { margin-top:35px;}

.nban { width:100%; height:580px; position:relative; margin:0 auto}

.nban .bt {width:380px;padding: 20px;position: absolute;left:10%;top: 50%;z-index: 5;}
.nban .bt h2 {font-size: 30px;color: #fff;text-transform: uppercase;margin-bottom: 10px;}
.nban .bt h3 {font-size:44px;color: #fff;font-weight: bold;}

.wzxx {float: left;line-height: 40px;font-size: 16px;color: #333;}
.wzxx a {font-size: 16px;color: #333;}
.wzxx a:hover {color: #004f99;}

.ntit{ background:rgba(255,255,255,0.6); border-bottom: #eee 1px solid;padding: 15px 0;overflow: hidden;}
.ntit ul {text-align: center;text-align: right;}
.ntit ul li { line-height:38px; margin-right:10px;position: relative;background:#eee; text-align: center;border-radius: 10px;overflow: hidden;display: inline-block;}
.ntit ul li a { color:#000; font-size:16px; display:block;padding: 0 15px;}
.ntit ul li .e_j {width: 100%;display: none;position: absolute;left: 0;top: 40px;background:rgba(255,255,255,0.8);}
.ntit ul li .e_j a {padding: 0;text-align: center;border-bottom: #eee 1px solid;}
.ntit ul li:hover .e_j{display: block;}
.ntit ul li a:hover { background:#004f99; color:#fff; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.ntit ul li.on a { background:#004f99; color:#fff}





.page{ text-align:center; margin:30px auto;}
.page a{ height:30px; line-height:30px; display:inline-block; font-size:14px; color:#5a5a5a;  margin:0; padding:0 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border:#ccc 1px solid; margin:0 3px }
.page a:hover{color:#fff; background:#00837a}
.page a.on{color:#fff; background:#00837a}


.sy_cpzx {margin:50px auto;}
.sy_cpzx .cplb { width:270px; float:left}
.sy_cpzx .cplb .tit { line-height:60px; padding:5px; background:#004f99; margin-bottom:5px; color:#fff; font-size:20px; font-weight:bold; text-align:center}
.sy_cpzx .cplb .tit span { font-size:14px; text-transform:uppercase; font-weight: normal; display:block}
.sy_cpzx ul.box{width:calc(100% - 310px);margin: 0 auto;float: right}
.sy_cpzx ul.box li {width:31.3333%;float: left;margin: 0 1% 30px;border: #ccc 1px solid;box-sizing: border-box;background: #eee;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);
box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);}
.sy_cpzx ul.box li .tp {position: relative;overflow: hidden;}
.sy_cpzx ul.box li .tp img {width: 100%; transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 18vw;object-fit: cover;}
.sy_cpzx ul.box li:hover .tp img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li .tp .mb {width: 100%;height: 100%;background: rgba(0,0,0,0.5) url(../images/jh.png) center / 40px no-repeat;position: absolute;left: 0;top:-100%;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li:hover .tp .mb{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;top: 0}
.sy_cpzx ul.box li h3 {padding: 12px;line-height: 1.5;color: #333;font-size:16px;text-align: center;}
.sy_cpzx ul.box li:hover h3{color: #fff;}
.sy_cpzx ul.box li:hover{border: #004f99 1px solid;background: #004f99}
.sy_cpzx ul.box li:nth-child(3n){margin-right: 0}


.sy_cpzx .cptp  { width:920px; float:right}
.sy_cpzx .cptp ul li { width:286px; float:left; position:relative; margin-right:30px; margin-bottom:30px; }
.sy_cpzx .cptp ul li img { width:100%; display:block;border:#ccc 1px solid;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.sy_cpzx .cptp ul li .bt { width:100%; height:32px; line-height:32px;color:#333; text-align:center; font-size:16px}

.sy_cpzx .cptp ul li:hover .bt { color:#004f99}

.subNavBox{width:270px; float:left}
.subNav{cursor:pointer;line-height:50px; background:#f5f5f5; display:block; text-align:center; font-size:16px; color:#333; margin-bottom:5px;}
.subNav a {color: #333;}
.subNav:hover{color:#fff; background:#004f99}
.subNav.on{color:#fff; background:#004f99}
.subNav:hover a{color:#fff;}
.subNav.on a{color:#fff;}
.currentDd{color:#fff; background:#004f99}
.currentDd a{color:#fff;}
.currentDt{background-image:url(../images/jiantou.jpg);}
.navContent{display: none;}
.navContent li a{display:block;heighr:35px;text-align:center;font-size:14px;line-height:35px;color:#333; background:#f5f5f5; margin:2px 0}
.navContent li a:hover{color:#fff;background-color:#004f99}
.nright{width: calc(100% - 310px);float: right;}




.page {padding: 0px 0 25px;text-align: center;}

.page a {display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;color: #333; font-size: 16px;margin: 0 5px;background: #eee;}

.page a:hover{background: #004f99;color: #fff;}

.page a.on{background: #004f99;color: #fff;}

.cpxq {padding: 0px 0 50px;margin: 0 auto;}
.cpxq .left {width: 47%;float: left;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #004f99 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#004f99;}
.cpxqlb .swiper-button-prev{background: url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background: url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:48%;float: right;}
.cpxq .right h3 {font-size: 25px;color: #333;margin-bottom: 20px;font-weight: bold;}
.cpxq .right h4 {font-size: 16px;color: #555;margin-bottom: 20px;font-weight: bold;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #444;margin-bottom: 20px;}
.cpxq .right span {font-weight: bold;margin-right: 20px;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;font-weight: bold;background: #eee;line-height: 2.5;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 15px;background: #004f99;}
.cpxq .cptd .nr {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}
.cpxq .cptd .table{border: #ccc 1px solid;}
.cpxq .cptd .table li{overflow: hidden;border-bottom: #ccc 1px solid;}
.cpxq .cptd .table li span{display: block;width: 50%;padding:10px 15px;box-sizing: border-box;font-size: 16px;color: #333;line-height: 30px;float: left;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(31,105,163,.9); bottom:10px;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#1f69a3;border: #1f69a3 1px solid;}
.sy_cp {}
.htit h3{font-size: 26px;color: #333;margin-bottom: 25px;font-weight: bold;}


/*新闻*/
.ny_xw {margin: 30px auto 40px;}
.Activsbf1_lb{ width:100%; margin-top:10px;overflow: hidden;}

.Activsbf1_lb dl{ width:100%; background:#f6f6f6; margin:0 0 20px; box-sizing: border-box;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;display: flex;align-items: stretch;justify-content: space-between;border-radius: 20px;overflow: hidden;}

.Activsbf1_lb dt{ width:28%; float:left; overflow:hidden;}

.Activsbf1_lb dt a{}

.Activsbf1_lb dt img{ vertical-align:middle; width:100%;height: 100%;object-fit: cover;}

.Activsbf1_lb dd{ width:68%; float:right; margin-top:15px;padding: 25px 25px 25px 0;}

.Activsbf1_lb dd .newNrtit{ width:100%; line-height:30px; font-size:18px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.Activsbf1_lb dd .newNrtit a{font-size:20px; color:#333;font-weight: bold;}

.Activsbf1_lb dd .newNrjs{ width:100%; margin-top:10px; line-height:1.8; color:#666; font-size:16px;letter-spacing: 1px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:4;min-height: 101px;}

.Activsbf1_lb dd .Acdltj_time{width:100%; margin:15px 0 0; color:#999;}
.Activsbf1_lb dd .more1 a {width: 140px;line-height: 40px;border: #004f99 2px solid;display: block;text-align: center;color: #004f99;text-transform: uppercase;margin-top: 20px;margin-bottom: 10px;border-radius: 20px;font-size: 14px;}
.Activsbf1_lb dd:hover .more1 a {background: #004f99;color:#fff }
.Activsbf1_lb dl:hover dd .newNrtit a{ color:#004f99;}


.Activsbf1_lb dl:hover dt img{-webkit-transition: -webkit-transform 0.3s ease 0s;transition: transform 1s ease 0s;-webkit-transform-origin: center;transform-origin: center;}
.Activsbf1_lb dl:hover dt img{-webkit-transform: scale(1.08);transform: scale(1.08);}


.ny_contact {background: #f7f9fc;overflow: hidden;padding: 60px 0;}
.ny_contact .lxfs {background: #fff;box-shadow: 0 0 18px rgba(0,0,0,0.08);padding: 35px 40px;margin-bottom: 40px;}
.ny_contact .lxfs .left {width: 45%;float: left;}
.ny_contact .lxfs .left h3 {font-size: 24px;color: #333;font-weight: bold;margin-bottom: 40px;padding-left:20px;position: relative;}
.ny_contact .lxfs .left h3::before {width: 4px;content: "";height: 16px;left: 0;top: 50%;margin-top: -8px;background: #004f99;position: absolute;}
.ny_contact .lxfs .left p{font-size: 16px;margin-bottom: 20px;color: #333;line-height: 1.5;}
.ny_contact .lxfs .left p i{font-size: 20px;margin-right: 16px;color: #004f99}
.ny_contact .lxfs .left .tb {padding-top: 20px;border-top: #eee 1px solid;margin-top: 50px;}
.ny_contact .lxfs .left .tb a {width: 30px;margin-right: 10px;position: relative;float: left;color:#004f99; }
.ny_contact .lxfs .left .tb a i{font-size: 20px;}
.ny_contact .lxfs .left .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.ny_contact .lxfs .left .tb a:hover .wx{display: block;}
.ny_contact .lxfs .ewm {display: flex;align-items: center;justify-content: flex-start;margin-top: 40px;}
.ny_contact .lxfs .ewm img {width: 113px;float: left;margin-right: 17px;}
.ny_contact .lxfs .ewm .wz {float: left;font-size: 16px;color: #999;line-height: 1.8;}
.ny_contact .l_y {width: 50%;float: right;padding-left: 40px;border-left: #eee 1px solid;}
.ny_contact .l_y h3 {font-size:24px;color: #333;font-weight: bold;margin-bottom: 37px;padding-left:20px;position: relative;}
.ny_contact .l_y h3::before {width: 4px;content: "";height: 16px;left: 0;top: 50%;margin-top: -8px;background: #004f99;position: absolute;}
.ny_contact .l_y .box {width:49%; height:40px;position: relative;float: left;margin-right:2%; margin-bottom:20px; }
.ny_contact .l_y input.w_z{width:100%; height:40px; font-size:14px; line-height:40px; border:1px solid #e6e6e6; padding:0 22px;box-sizing: border-box;background: #fff;position: relative;}
.ny_contact .l_y .wz {color: #004F99;left: 14px;top: 12px;position: absolute;font-size: 18px;z-index: 9;}
.ny_contact .l_y .box.no{margin-right: 0;}
.ny_contact .l_y input.a_n{width:160px; height:40px; background-color:#004f99; font-size:14px;font-weight: bold;color:#fff; line-height:40px;border-radius: 4px;}
.ny_contact .l_y textarea{width:100%; height:168px; padding:5px 18px; border:1px solid #e6e6e6; outline:none; resize:none; font-size:14px; line-height:40px; margin-bottom:20px;box-sizing: border-box;}
.ny_contact .d_t {}
.ny_contact .d_t img {width: 100%}
.sy_cpzx .cplb .tit .w_z {display: none;}












@media only screen and (max-width:1440px) {
	.index4 .text {
  padding: 0px 0 35px 0;
}
	.index4 .text .H5 {
  padding: 10px 0 20px 0;
}
	.index4 .text .p {
  font-size: 16px;
  line-height: 2;
}
	.ny_jj .w_z {
  font-size: 16px;
}
	.ny_jj .w_z h3 {line-height: 1;
  margin-bottom: 30px;
}

	
	
}


@media only screen and (max-width:1366px) {
		.sy_cpfw .swiper-button-next {
  right: 0px;
}
	.sy_cpfw .swiper-button-prev {
  left:0px;
}
	.sy_cpfw .swiper-button-prev i {
  color: #fff;
}
	.sy_cpfw .swiper-button-next i {
  color: #fff;
}
	.sy_hyyy .swiper-button-prev {
  left:0px;
}
	.sy_hyyy .swiper-button-next {
  right: 0px;
}
	.nban {
  height: 440px;
}
	
	
	
	
	
	
}













@media only screen and (max-width:1024px) {

.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}

	.ban .swiper-slide .bg1 {
  height: 24rem;
}
	.ban .swiper-slide {
  height: 24rem;
}
	.ban .swiper-slide .word h3 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 40px;
}
	.index4 .text {
  width: 100%;
}
	.videoR {
  width: 100%;
  padding: 0 0 32px 5%;
}
	.swiper-cp .swiper-slide img {
  height: 18rem;
}
	
	.zxzx {
  padding: 40px 0;
}
	.zxzx .left {
  width: 100%;
}
	.zxzx .left .more a {
  margin-top:20px;
}
	.zxzx .right {
  width: 100%;margin-top: 30px;
}
	.zxzx .right ul li {
  padding: 15px 0;
}
	.footer .zuo3 ul li {display: none;
}
	.copy {
  width: 90%;
}
	.footer .zuo3 ul li.lx {
display: block;
}
	.footer .zuo3 ul li.yx {
  width: 100%;display: block;
}
	.ban .swiper-slide .word {
  left: 5%;
  margin-left:0px;
  width: 90%;
}
	.nban {
    height: 10rem;
  }
	.nban .bt {
  width: 90%;
  padding: 10px;
  left: 5%;
  top: 30%;
}
	.nban .bt h3 {
  font-size: 28px;
}
	.nban .bt h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
	.ny_jj {
  margin:30px auto;
}
	.ny_jj .w_z {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
	.ny_jj .tp {
  width: 100%;margin-top: 20px;
}
	.sy_ys {
  padding: 0 0;
}
	.sy_ys .five-part {
  width: 31.3333%;
  margin: 0 1%;
  height: 320px;
}
	.sy_ys .five-value-img {
  font-size: 60px;
  margin: 20px auto 15px;
}
	.five-part .five-font-sty {
  margin-bottom: 10px;
}
	
	.ny_cp {
  padding: 30px 0;
}
	.ny_cp ul li {
  width: calc((100% - 60px) / 2);
}
	.ny_cp ul li .tp {
  height: 12rem;
}
	.ny_cp ul li h3 {
  font-size: 14px;
}
	.ny_contact {
  padding: 30px 0;
}
	.ny_contact .lxfs {
  padding: 35px 30px;
  margin-bottom: 20px;
}
	.ny_contact .lxfs .left {
  width: 100%;
}
	.ny_contact .lxfs .left h3 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 15px;
}
	.ny_contact .lxfs .left p {
  margin-bottom:10px;
}
	.ny_contact .lxfs .ewm {
  margin-top: 20px;
}
	.ny_contact .l_y {
  width: 100%;
  padding-left: 0px;
  border-left: 0;margin-top: 25px;
}
	.ny_contact .l_y h3 {
  margin-bottom: 20px;
  padding-left:15px;
}
	.ny_contact .l_y .box {
  margin-bottom:10px;
}
	.ny_contact .l_y textarea {
  height: 120px;
}
	.Activsbf1_lb dt {
  width: 40%;
}
	.Activsbf1_lb dd {
  width: 57%;
  margin-top: 0;padding: 15px 15px 15px 0;
}
	.Activsbf1_lb dd .newNrjs {
  font-size: 16px;
  -webkit-line-clamp: 2;
  min-height: 40px;
}
	.xw_xq {
  padding:30px 0 40px;
}
	.sy_cpzx {
  margin:30px auto;
}
	.sy_cpzx .cplb .tit .w_z {
    display: block;
    position: absolute;
    right: 5%;
    top: 0;
    padding:
0;
    width: 20px;
    height: 50px;
    background:
url(../images/nyej.png) center / 100% no-repeat;
  }
	.sy_cpzx .cplb .tit {
  line-height: 40px;position: relative;text-align: left;
}
	.sy_cpzx .cplb {
  width: 100%;position: relative;
}
	.subNavBox {
  width: 100%;display: none;position: absolute;top: 50px;left: 0;z-index: 6;background: #fff;
}
	.sy_cpzx ul.box li {
  width: 48%;margin: 1%;
}
	.sy_cpzx ul.box {
  width:100%;margin-top: 20px;
}
	.sy_cpzx ul.box li:nth-child(3n) {
  margin-right: 1%;
}
	.sy_cpzx ul.box li .tp img {
  height: 15rem;
}
	.nright {
  width:100%;
}
	.cpxq .left {
  width: 100%;margin-top: 20px;
}
	.cpxq .right {
  width: 100%;margin-top: 20px;
}
	.footer .zuo3 ul li {width: 100%;
  padding-right: 0px;
}
	.ny_ryzz {
  padding:30px 0;}
	.honors-sw-hook .swiper-wrapper li img {
  height: 22rem;
}
	.ny_jj {
  padding:0px 0;
}
	
	
	
	
	
	
	
  }










@media only screen and (max-width:600px){
.ban .swiper-slide .word h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 3rem;
  }
	.ban .swiper-slide.swiper-slide-active .word a.xq {display: none;
}
	.ban .swiper-slide .word {
  height: 140px;
  margin-top: -10px;
}
	.index4 .text .p {
    line-height: 1.8;height: auto;
  }
	 .index4Num .p2 {
    font-size: 1.2rem;
  }
	.index4Num .big {
    font-size: 2.4rem;
  }
	.index4Num .small {
  font-size:20px;
  margin: 0 10px 0 3px;
}
	.title-1 .cn {
  font-size: 2.4rem;
}
	.title-1 .en span {
  font-size: 16px;
}
	.swiper-cp .swiper-slide img {
    height: 30rem;
  }
	.swiper-cp .swiper-slide h3 {
  margin: 10px 0 10px;
}
	.sy_cpfw .swiper-pagination-bullet {width: 20px;
}
	.sy_hyyy {
  padding: 30px 0;
}
	.title-1 {
  margin-bottom:30px;
}
	.zxzx .right ul li .ri {
  height: 72px;
  width: 70px;
  font-size:20px;
}
	.zxzx .right ul li .dian {
  width: 20px;
}
	.zxzx .right ul li .nr {
  width: calc(100% - 100px);
}
	.imNav_aBox {
  width: 100%;
  padding-top: 10px;
  height: auto  ;
  line-height: 30px;
  font-size: 16px;margin-top: 0px; padding-bottom:20px
}
	.imNav {
  height: auto;overflow: hidden;
}
.imNav .container {
  display: block   ;
  justify-content: space-between;
}
	.footer .zuo3 ul li.lx {
  width: 100%;
}
	  .footer .zuo3 ul li.yx {
    width: 100%;margin-top: 20px;
  }
	.footer .weix {
  float: none;margin: 0 auto;
}
	.copy {
  line-height: 1.5;padding: 10px;
}
	.search button.s_c {
  width: 10%;
  font-size: 16px;
}
	.search input.w_z {
  width: 80%;
}
	.search .an_sj {
  width: 10%;
}
	.header .right .yy .e_j {
  top: 60px;
}
	.swiper-hy .swiper-slide .sign span {
  font-size: 16px;
}
	.sy_ys .five-part {
    width: 100%;
    margin:1% 0;
    height: auto;padding-bottom: 20px;
  }
	
	.wzxx {width: 100%;text-align: left;
}
	.ntit ul li {
  line-height: 30px;width: 30.3333%;margin: 1.5%;float: left;
}
	.ntit ul li a {
  font-size: 14px;
  padding: 0 0px;
}
	.ny_jj .w_z h3 {
  font-size: 20px;
}
	 .nban {
    height: 15rem;
  }
	.page a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size:14px;
  margin: 0 3px;
}
	.ny_cp ul li {
    width:100%;margin: 0 0 30px;
  }
	.ny_cp ul li .tp {
    height: 24rem;
  }
	 .nban .bt h2 {
    font-size: 20px;
  }
	.nban .bt h3 {
    font-size: 24px;
  }
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;margin-top: 20px;
}
	.cpxq .right h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
	.cpxq .right h4 {
  margin-bottom:15px;
}
	.cpxq .right p {
  margin-bottom: 15px;font-size: 14px;word-wrap: break-word;
}
	.cpxq .cptd {
  padding-top: 30px;
}
	.cpxq .cptd .bt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2.4;
}
	.cpxq .cptd .nr {
  font-size: 14px;
  line-height:1.8;
}
	.cpxq {
  padding: 30px 0 30px;
}
	.sy_cp  .swiper-pagination-bullet {
  width: 24px;
}
	.swiper-yyly {
  padding-bottom: 30px !important;
}
	.sy_cp {
  padding-bottom: 40px;
}
	 .ny_contact .lxfs {
    padding: 25px 20px;
  }
	.ny_contact .lxfs .left h3 {
    font-size:20px;
  }
	.ny_contact .lxfs .left p {font-size: 14px;
  }
	.ny_contact .lxfs .left p i {
  margin-right: 10px;
}
	.ny_contact .l_y .box {
  width: 100%;
  margin-right:0;
}
	.Activsbf1_lb dl {
  border-radius: 10px;
		flex-wrap: wrap;
}
	.Activsbf1_lb dt {
    width: 100%;
  }
	.Activsbf1_lb dd {
    width: 100%;
    padding: 15px 10px;
  }
	.Activsbf1_lb dd .more1 a {
  line-height: 32px;
}
	 .Activsbf1_lb dd .newNrjs {
    font-size: 14px;
  }
	.Activsbf1_lb dd .newNrtit a {
  font-size: 18px;
}
	
  .sy_cpzx ul.box li {
    width: 100%;
    margin:2% 0;
  }
	.sy_cpzx ul.box li .tp img {
    height: auto;
  }
	.wzxx {
  font-size:14px;
}
 	
}

.indexDiv1{padding: 60px 0  ;}
.indexDiv1 .wrap{max-width: 100%;}
.indexDiv1 .bdDiv{margin-top: 49px; }
.indexDiv1 .bdDiv .swiper-container{padding: 10px 10px 20px;}
.indexDiv1 .bdDiv a{display: block;box-shadow: 0px 0px 13px rgba(0,0,0,.08);background: #fff; margin-bottom:30px }
.indexDiv1 .bdDiv .imgDiv{position: relative;padding-top: 63.9269%;border-bottom: 1px solid #eee; }
.indexDiv1 .bdDiv .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center; }
.indexDiv1 .bdDiv .imgDiv .pic img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv1 .bdDiv .textDiv{padding: 20px; }
.indexDiv1 .bdDiv .textDiv .title{font-weight: bold;color: #333;text-align: center; font-size:18px}
.indexDiv1 .bdDiv .textDiv .p{color: #666;line-height: 1.875;text-align: center;margin: 25px 0; }
.indexDiv1 .bdDiv .moreBtn{background: #0c53a5;height: 56px;color: #fff;padding-left: 7.6%; }
.indexDiv1 .bdDiv .moreBtn i{width: 56px;height: 56px;display: flex;justify-content: center;align-items: center;background: #39afd9; }
.indexDiv1 .swiper-container-horizontal>.swiper-scrollbar{background: rgba(12,83,165,.1);height: 3px;}
.indexDiv1 .swiper-scrollbar-drag{background: rgba(12,83,165,1);}
.indexDiv1 .bdDiv a:hover .textDiv .title{color: #0c53a5; }
.sy_gy {padding: 0 0 60px;overflow: hidden;background: #fff;}
.sy_gy .nr {margin: 0 auto;position: relative;}
.sy_gy .tp {width: 50%;float: left;}
.sy_gy .tp img {width: 100%;display: block;}
.sy_gy .wenz {width:50%;padding: 20px 0 20px 60px; float:right}
.sy_gy .wenz .tit {text-align: left; margin-bottom:20px
}
.sy_gy .wenz .tit h1{color: #000;}
.sy_gy .wenz .tit h1::after {left: 0%;margin-left:0px;background: #fff;}
.sy_gy .wenz h2 {font-size: 40px;color: #ccc;text-transform: uppercase;line-height: 1.4;font-weight: normal;} 
.sy_gy .wenz h3 {font-size: 30px;margin-bottom: 25px;color: #333;line-height: 1.8;font-weight: normal;}
.sy_gy .wenz p {font-size: 16px;line-height:1.8;color: #555;}
.sy_gy .wenz .more{width:160px;margin-top: 30px;height: 45px;position: relative;text-align: center;border-radius: 25px;overflow: hidden;border: #2269a3 1px solid; text-transform:capitalize}
.sy_gy .wenz .more a {font-size: 14px;display: block;line-height:45px;color: #2269a3;position: relative;z-index: 3;}
.sy_gy .wenz .more a i {margin-left: 8px;}
.sy_gy .wenz .more span {position: absolute;left: 0;width: 0%;height: 100%;top: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background: #2269a3;}
.sy_gy .wenz .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_gy .wenz .more:hover a{color: #fff;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.nyBanner .wrap{position:relative;height: 400px;color: #fff;text-align: left; justify-content: left; padding-left:10%;}
.nyBanner .textDiv span{font-size: 2.5vw;font-weight: bold; text-transform:capitalize}
.breadcrumbDiv{font-size: 0.9375vw;margin-top: 1vw;}
.breadcrumbDiv a{color: #fff;} 


.aboutDiv1{padding: 60px 0;}
.aboutDiv1 .bdDiv{position: relative; margin-top:30px}
.aboutDiv1 .bdDiv .leftDiv{width: 51%;position: relative; text-align:justify }
.aboutDiv1 .bdDiv .leftDiv img{right: 0;bottom: 0;position: absolute; }
.aboutDiv1 .bdDiv .leftDiv .p{color: #333333;line-height: 2;margin-top:  0px; font-size:18px}
.aboutDiv1 .bdDiv .leftDiv a{width: 132px;height: 40px;background:#0c53a5;color: #fff;margin-top: 30px;border-radius: 2px;  }
.aboutDiv1 .bdDiv .leftDiv a:hover{background: #1676bc;color: #fff; }
.aboutDiv1 .bdDiv .rightDiv{width: 44.2857%; }

.aboutDiv1 .bdDiv1 {padding: 60px 0 0; }
.aboutDiv1 .bdDiv1 ul li{width: calc(25% - 60px) }
.aboutDiv1 .bdDiv1 ul li .num{color: #0c53a5;line-height: 1;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;margin-bottom: 20px; }
.aboutDiv1 .bdDiv1 ul li .num span{font-size: 84px; }
.aboutDiv1 .bdDiv1 ul li .num sub{font-size: 16px;position: relative;top: -3px;margin-left: 10px; }
.aboutDiv1 .bdDiv1 ul li p{color: #2e2e2e; font-size:20px; text-transform:capitalize; font-weight:bold }

.f22 {
  font-size: 22px;
}
.ovh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsDiv{padding: 60px 0 60px;}
.newsDiv ul{margin-bottom: 40px;}
.newsDiv ul li{margin-bottom: 20px;}
.newsDiv ul li a{padding: 0 0 20px;border-bottom: 1px solid #e6e6e6; }
.newsDiv ul li .imgDiv{width: 355px;height: 213px;overflow: hidden;}
.newsDiv ul li .imgDiv img{width: 100%;height: 100%;object-fit: cover;}
.newsDiv ul li .textDiv{width: calc(100% - 385px);}
.newsDiv ul li .textDiv .title{color: #333;}
.newsDiv ul li .textDiv .p{font-size: 14px;color: #666666;margin: 15px 0 30px;line-height: 1.8;}
.newsDiv ul li .textDiv .date{color: #999999;font-size: 14px;}
.newsDiv ul li .textDiv .date img{margin-right: 10px;}
.newsDiv ul li .textDiv span{color: #0c53a5;font-size: 14px;}
.newsDiv ul li a:hover .textDiv .title{color: #0c53a5; }

.pageDiv{text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 38px;margin: 0 4px;color: #333333;width: 40px; border-radius: 2px;font-size: 14px;border: 1px solid #eeeeee; }
.pageDiv span{color: #fff;background: #0c53a5;border-color: #0c53a5; }

 .col-sm-4 {
    -webkit-box-flex:0;
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%
  }


.ny_bd{width:100%; padding:60px 0 ; background-color:#f7f7f7; overflow:hidden;}
.ny_bd .row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.ny_bd .lx_bd .row{margin:0; background-color:#fff; justify-content:space-between;}
.ny_bd .lx_bd .b_t{text-align:center; margin-bottom:50px;}
.ny_bd .lx_bd .b_t h3{font-size:30px; color:#000; font-weight:bold; line-height:40px; margin-bottom:10px;}
.ny_bd .lx_bd .b_t h4{font-size:16px; color:#777; line-height:26px;}
.ny_bd .lx_bd .t_p{width:40%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ny_bd .lx_bd .b_d{width:60%; padding:30px 50px 70px;}
.ny_bd .lx_bd .b_d ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.ny_bd .lx_bd .b_d ul li{width:45%; margin-top:20px; position:relative;}
.ny_bd .lx_bd .b_d ul li.q_b{width:100%;}
.ny_bd .lx_bd .b_d input{width:100%; height:61px; border:0; border-bottom:1px solid #eee; font-size:15px; line-height:60px; color:#333; display:block;}
.ny_bd .lx_bd .b_d input::placeholder{color:#999;}
.ny_bd .lx_bd .b_d textarea{width:100%; height:122px; padding-top:17px;border:0; border-bottom:1px solid #eee; font-size:15px; line-height:26px; color:#333; resize:none; display:block;}
.ny_bd .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_bd .lx_bd .b_d button{width:160px; height:50px; background-color:#0c53a5; font-size:16px; line-height:50px; color:#fff; margin-top:20px; margin-right:20px; outline:none;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border:0;}
.ny_bd .lx_bd .b_d button.c_z{background-color:#888;}
.ny_bd .lx_bd .b_d button:hover{background-color:#05439a;}
.ny_bd .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
@media only screen and (max-width:1440px){
.ny_bd{padding:70px 0;}
.ny_bd .lx_bd .b_t{margin-bottom:40px;}
.ny_bd .lx_bd .b_t h3{font-size:26px; line-height:32px;}
.ny_bd .lx_bd .b_d{padding:20px 30px 20px;}
.ny_bd .lx_bd .b_d ul li{width:47%; margin-top:10px;}
.ny_bd .lx_bd .b_d input{height:51px; font-size:14px; line-height:50px;}
.ny_bd .lx_bd .b_d textarea{height:99px; padding-top:10px; font-size:14px; line-height:22px;}
.ny_bd .lx_bd .b_d button{width:140px; height:46px; font-size:15px; line-height:46px; margin-top:15px; margin-right:15px;}
}
@media only screen and (max-width:640px){
.ny_bd{padding:20px 0 20px;}
.ny_bd .lx_bd .b_t{margin-bottom:30px;}
.ny_bd .lx_bd .b_t h3{font-size:20px; line-height:30px; padding:0 10px;}
.ny_bd .lx_bd .b_t h4{font-size:14px; line-height:22px;}
.ny_bd .lx_bd .t_p{display:none;}
.ny_bd .lx_bd .b_d{width:100%;}
.ny_bd .lx_bd .b_d ul li{width:100%;}
.pd80{padding: 20px 0; }
.nyBanner .wrap{position:relative;height: 200px;color: #fff;text-align: left; justify-content: left; padding-left:0;}
.nyBanner .textDiv span{font-size:24px;font-weight: bold; text-transform:capitalize; padding-top:30px; display:inline-block}

.aboutDiv1{padding: 20px 0;}
.aboutDiv1 .bdDiv{position: relative; margin-top:0px; display: block; }
.aboutDiv1 .bdDiv .leftDiv {
  width: 100%;
  position: relative;
  text-align: justify;
}
.aboutDiv1 .bdDiv .rightDiv {
  width: 100%;margin-top:20px
}
.aboutDiv1 .bdDiv1 {
  padding: 20px 0 0;
}
.aboutDiv1 .bdDiv .rightDiv  img{ width:100%}
.aboutDiv1 .bdDiv1{ height:auto; overflow:hidden}
.aboutDiv1 .bdDiv1 ul li {
  width:50%; float:left ; margin-bottom:20px
}
.aboutDiv1 .bdDiv1 ul{
   display:block
}
.aboutDiv1 .bdDiv1 ul li .num span {
  font-size: 34px;
}
.aboutDiv1 .bdDiv1 ul li p {
  color: #2e2e2e;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.pt-50 {
  padding-top: 20px;
}
.pb-70 {
  padding-bottom: 20px;
}
footer .center .pc-show{ display:none}
footer .bot  { text-align:center}
  }
.contactDiv1 { padding:60px 0; height:auto; overflow:hidden}
.contactDiv1 .row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.contactDiv1 .b_t h3{font-size:30px; color:#000; font-weight:bold; line-height:40px; margin-bottom:50px; text-align:center}
.contactDiv1 .adTitleDiv{text-align: center; }
.contactDiv1 .bdDiv{ overflow: hidden; }
.contactDiv1 .bdDiv .row{margin: 0 -30px; }
.contactDiv1 .bdDiv .row>div{padding: 0 30px;margin-bottom: 40px; }
.contactDiv1 .bdDiv .row>div .conDiv{background: #f5f5f5;padding: 50px;text-align: center;height: 100%; }
.contactDiv1 .bdDiv .row>div .conDiv .iconDiv{width: 80px;height: 80px;background: #0c53a5;border-radius: 50%;margin: 0 auto; }
.contactDiv1 .bdDiv .row>div .conDiv span{display: block;font-size: 20px;margin: 20px 0 10px; font-weight:bold } 
.contactDiv1 .bdDiv .row>div .conDiv p{color: #666;flex-wrap: wrap; }
.contactDiv1 .mapDiv img{width: 100%;  }
.contactDiv2 .adTitleDiv{text-align: center; }
.contactDiv2 .bdDiv{margin-top: 50px; }
.contactDiv2 .bdDiv .row>div{margin-bottom: 30px; }
.contactDiv2 .bdDiv .row>div span{display: block;margin-bottom: 10px; }
.contactDiv2 .bdDiv .row>div input{display: block;width: 100%;line-height: 60px;padding: 0 20px;background: #fff;border: 0; }
.contactDiv2 .bdDiv .row>div textarea{display: block;width: 100%;height: 180px;padding: 10px 20px;background: #fff;border: 0;resize: none; }
.contactDiv2 .bdDiv button.reset{width: 140px;height: 60px;border: 1px solid #0c53a5;color: #0c53a5;border-radius: 30px;background: transparent;cursor: pointer; }
.contactDiv2 .bdDiv button.submit{width: 200px;height: 60px;background: #0c53a5;color: #fff;border-radius: 30px;margin-left: 30px;border: 0;cursor: pointer; }
@media only screen and (max-width:992px){
.contactDiv1 .bdDiv .row>div{padding: 0 20px;margin-bottom:20px; }
.contactDiv1 .bdDiv .row>div .conDiv{background: #f5f5f5;padding: 30px;text-align: center;height: 100%; }
	
.pt-25 {
  padding-top: 20px;
}
.pb-25 {
  padding-bottom: 20px;
}

}
.f20 {
  font-size: 20px;
}
.commonDiv{padding: 50px 0 60px; height:auto; overflow:hidden }
.commonDiv .row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px
}
.mLeftDiv{width: 320px;}
.mLeftDiv .hd{height: 56px;background: #0c53a5;color: #fff;position: relative;padding: 0 20px; font-weight:bold; font-size:22px }
.mLeftDiv .hd img{margin-right: 13px; }
.mLeftDiv .bd{border: 1px solid #eee;}
.mLeftDiv .bd ul li>a{color: #333;padding: 18px 20px;border-bottom: 1px dashed #c1c1c1;display: block;background: url(../images/yjt.png) no-repeat right 12px center; font-weight:bold }
.mLeftDiv .bd ul li.active>a{background: url(../images/yjt.png) no-repeat right 12px center; color: #0c53a5; }
.mLeftDiv .bd ul li:last-child>a{border: 0; }
.mLeftDiv .bd ul li .erji{display: none;background: #f7f7f7; }
.mLeftDiv .bd ul li.active .erji{display: block; }
.mLeftDiv .bd ul li .erji a{display: block;padding:12px 23px;background: url(../images/sj.png) no-repeat left center;color: #666666;border-bottom: 1px dashed rgba(127, 127, 127, .1);font-size: 14px; }
.mLeftDiv .bd ul li .erji li.on a{color: #0c53a5;}
.mLeftDiv .bd ul li .erji a:hover{color: #0c53a5;}

.mRightDiv{width: calc(100% - 350px);}
.mRightDiv .hdDiv{border-bottom: 1px solid #eee;padding-bottom: 16px;position: relative; font-weight:bold }
.mRightDiv .hdDiv:before{content: "";width: 60px;height: 2px;background: #0c53a5;position: absolute;left: 0;bottom: 0; }
.productDiv{margin-top: 20px;}
.productDiv .row{margin: 0 -12px 40px; }
.productDiv .row>div{padding: 0 12px;margin-bottom: 24px; }
.productDiv .row>div a{display: block;height: 100%; }
.productDiv .row>div .imgDiv{position: relative;padding-top: 100%; }
.productDiv .row>div .imgDiv .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 2px solid #f6f6f6; }
.productDiv .row>div .imgDiv .pic img{max-width: 90%;max-height: 90%; }
.productDiv .row>div .textDiv{background: #f6f6f6;color: #fff;padding: 15px 20px 18px; }
.productDiv .row>div .textDiv .title{font-size: 16px;color: #333; text-align:center ; text-transform:capitalize}
.productDiv .row>div .textDiv img{margin: 10px 0; }
.productDiv .row>div .textDiv .p{font-size: 14px;color: #666666; }
.productDiv .row>div .moreBtn{background: #eaebec;height: 50px;color: #666666;padding-left: 7.6%;font-size: 14px; }
.productDiv .row>div .moreBtn i{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background: #0c53a5; }


@media only screen and (max-width:992px){

.mLeftDiv {
  width: 100%; margin-top:30px
}	
.fr {
  float: none;
}
.fl {
  float: none;
}
.mRightDiv {
  width: 100%;
}
.commonDiv {
  padding: 20px 0 20px;
  height: auto;
  overflow: hidden;
}
.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.newsDiv {
  padding: 20px 0 20px;
}
.newsDiv ul li .imgDiv {
  width: 100%;
  height: auto  ;
  overflow: hidden;
}
.newsDiv ul li a{ display:block}
.newsDiv ul li .textDiv {
  width: 100%;
}
.newsDiv ul li .textDiv .title {
  color: #333; font-size:18px; margin-top:8px
}
.contactDiv1 .b_t h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.contactDiv1 {
  padding: 20px 0;
  height: auto;
  overflow: hidden;
}
.tit h1 {
  font-size: 26px;
  color: #111;
  font-weight: bold;
}
.indexDiv1 {
  padding: 20px 0;
}
.tit {
  text-align: center;
  margin-bottom: 20px;
}
.indexDiv1 .bdDiv {
  margin-top: 0px;
}
.sy_ab {
  padding: 20px 0 160px;
  background: url(../images/video-2.jpg) center / cover no-repeat;
  position: relative;
}
.sy_count li {
  width: 100%; margin-bottom:20px
}
.sy_count ul {
  display: block  ;
  justify-content: space-between;
  align-items: stretch;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span {
  color: #004f99;
  font-size: 30px;
  font-weight: 900;
}
.sy_count {
  margin-top: -140px;
  position: relative;
  z-index: 6;
  margin-bottom: 0px;
}
.sy_ys .hd {
  width:100%;
  float: none;
}
.sy_ys .bd {
  width: 100%;
  float: none;
}
.sy_ys .cont {
  display: block  ;
  align-items: stretch;
}
.sy_ys .hd ul li {
  width: 100%;
  box-sizing: border-box;
  padding:10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  height: 30%;
  background: #f1f1f1;
}
.sy_ys .hd ul li .box .nr {
  width: 100%;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.sy_ys .hd ul li .box .icon {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.sy_ys .hd ul li.on .box {
  padding-left: 10px;
}
.sy_ys .hd ul li .box {
  width: 100%;
}
.sy_ys .hd ul li p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}
.sy_news {
  padding: 20px 0;
}
.sy_news .con {
  display: block  ;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_news .side_item {
  width: 100%;
}
.side_item.center_side {
  width: 100% !important;
}
}




