@charset "UTF-8";
/* css reset */


@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.otf") format("woff2"),
		url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
		url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),

}





body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
strong,
small,
ul,
li,
dl,
dt,
dd,
ol,
table,
a,
input,
textarea,
label {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #333
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

span {
	display: inline-block;
}

i {
	font-style: normal;
	display: inline-block;
}

icon {
	display: inline-block;
}

ul,
li {
	list-style: none;
}

sub,
sup {
	font-size: 6px;
	margin-left: 2px
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input,
textarea {
	display: inline-block;
	font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue";
}

/* body{font-family:"Aileron-Regular","Source Sans Pro",SourceHanSansCN,"Source Han Sans CN",Helvetica,"Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:1em;color:#333;margin:0 auto;width:100%;max-width: 1920px;background:#FFF;}
 */
html {
	font-size: 16px;
}

body {
	font-family: "SourceHanSansCN-Regular", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
	/* 	font-family: "SourceHanSansCN-Regular", "Source Han Sans CN", sans-serif, Helvetica, "Helvetica Neue", Arial, sans-serif;
 */
	font-weight: 300;
	color: #333;
	margin: 0 auto;
	width: 100%;
	background: #FFF;

}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: rgba(210, 210, 210, 0.48);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(123, 121, 121, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
}

.clear {
	clear: both;
	zoom: 1;
}

.clear:after,
.clear:before {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.menu {
	display: none;
	float: right;
	margin-top: 31px;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.menu span {
	position: absolute;
	transition: 0.3s;
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #049757;
	display: block;
	margin-bottom: 5px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menu .span2 {
	top: 8.4px;
}

.menu .span3 {
	top: 17px;
}

.menu.on .span1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu.on .span2 {
	opacity: 0;
}

.menu.on .span3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wrap-nav {
	width: 1600px;
	margin: auto;
	max-width: 94%;
}

.wrap {
	width: 1500px;
	margin: auto;
	max-width: 94%;
}

.wrap3 {
	width: 1366px;
	margin: auto;
	max-width: 94%;
}
/* header */
.header{
	height: 100px;
	line-height: 100px;
}
#header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: 0.46s;
}
#header.on{
	background: #FFFFFF;
	box-shadow: 0 0 17px #CCCCCC;
	transition: 0.46s;
}

.header-logo{
	float: left;
	width: 40%;
}
.header-logo a{
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
	margin-right: 15px;
	width: 46%;
}
/*.header-logo a::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 46px;
	background: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}*/
.header-logo a:last-of-type{
	padding-right: 0;
	margin-right: 0;
}
.header-logo a:last-of-type::after{
	display: none;
}
.search{
	float: right;
	margin-top: 32px;
	margin-left: 20px;
}
.search a{
	display: block;
}
.search .search-btn{
	width: 37px;
	height: 37px;
	border-radius: 100%;
	background: url(../images/search_03.png) no-repeat;
	background-position: center;
	background-color: #f08200;
	position: relative;
}

.header-nav{
	float: right;
}
.header-nav ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.header-nav ul li{
	position: relative;
}
.header-nav ul li>a{
	display: block;
	color: #FFFFFF;
	font-size: 17px;
	padding: 0 10px;
}
#header.on .header-nav ul li>a{
	color: #000000;
}

.h-nav-top{
	position: absolute;
	top: 100%;
	left: 0;
	line-height: normal;
	background: #314483;
	min-width: 120px;
	display: none;
}
.h-nav-top dd{
	position: relative;
}
.h-nav-top dd a{
	font-size: 16px;
}
.h-nav-top dd>a{
	font-size: 16px;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: block;
}
.h-nav-top dd .dd-top{
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 120px;
	display: none;
}
.h-nav-top dd .dd-top a{
	white-space: nowrap;
	padding: 15px;
	background: #314483;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: block;
}
#header.active{
	background: #FFFFFF;
}
#header.active .header-nav ul li>a{
	
	color: #000000;
}
.h-nav-top dd:hover>a{
	background: #3d55a7;
}
.h-nav-top dd a:hover{
	background: #3d55a7;
}
.h-nav-top dd:hover .dd-top{
	display: block;
}
.header-nav ul li:hover .h-nav-top{
	display: block;
}
.header-nav ul li:last-of-type .h-nav-top dd .dd-top{
	display: none;
}
.h-nav-top dd>a{
	padding-right: 35px;
}
.h-nav-top dd.on>a{
	background-image: url(../images/jian-r.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 17px;
}

/* search */
.search-list {}

.search-box {}

.search-box p {
	text-align: center;
	height: 45px;
	width: 600px;
	margin: auto;
	border: 1px solid #CCCCCC;

}

.search-box p input {
	border: none;
	height: 100%;
	box-sizing: border-box;
	width: calc(100% - 60px);
	padding: 0 10px;
	vertical-align: middle;

}

.search-box p label {
	width: 50px;
	height: 100%;
	display: inline-block;
	background: url(../images/h-search_06.png) no-repeat;
	background-position: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

.search-ul {
	margin-top: 60px;
}

.search-ul li {
	border-bottom: 1px solid #CCCCCC;
}

.search-ul li a {
	padding: 20px 5px;
	display: block;
}

.search-ul li a h3 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}

.search-ul li a p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.search-ul li a:hover h3 {
	color: #F08200;
}

.search-ul li a:hover p {
	color: #333333;
}









/* index */
.index-banner {
	/* margin-top: 90px; */
	height: 100vh;
}

.index-banner .swiper-container {
	height: 100%;
}

.index-banner .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-banner .swiper-slide .slide-text {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 53%;
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	-moz-transform: translateY(-50%) scale(0);
	width: 800px;
	height: 80%;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	align-content: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	transition: 0.5s;
	box-sizing: border-box;
	padding: 0 150px;
}

.index-banner .swiper-slide .slide-text h5 {
	font-size: 14px;
	color: #fff;
	/* text-transform: uppercase; */
	width: 100%;
	line-height: 30px;
	margin-top: 20px;
}

.index-banner .swiper-slide .slide-text h1 {

	/*font-family: f230126202201181642476159;*/

	font-size: 48px;
	font-weight: bolder;
	color: #f08200;
	width: 100%;
	margin: 10px 0 5px;
}

.index-banner .swiper-slide .slide-text h3 {
	/*font-family: f230126202201181642476159;*/
	font-size: 40px;
	color: #ffffff;
	width: 100%;
	font-weight: bolder;
}

.index-banner .swiper-slide .slide-text::after {
	animation: myfirst2 linear 125s infinite alternate;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: url(../images/quan1_03.png) no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	background-size: contain;
}
.index-banner .swiper-slide .slide-text::before {
	animation: myfirst3 linear 125s infinite alternate;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: url(../images/quan2_03.png) no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	background-size: contain;
}

@keyframes myfirst2 {
	from {
		transform: rotateZ(0);
	}

	to {
		transform: rotateZ(360deg);
	}
}
@keyframes myfirst3 {
	from {
		transform: rotateZ(0);
	}

	to {
		transform: rotateZ(-360deg);
	}
}

.index-banner .swiper-slide.swiper-slide-active .slide-text {
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transition: 2.5s;
}

.index-banner .swiper-pagination-bullet {
	border-radius: 5px;
	background: #fff;
	width: 55px;
	height: 4px;
	margin: 0 8px!important;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #F08200;
}
.index-banner .swiper-pagination{
	bottom: 20px;
}
.padd-60{
	padding: 60px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.title-text{
	text-align: center;
	margin-bottom: 45px;
}
.title-text h3{
	font-size: 48px;
	font-weight: bold;
	color: #010101;
	margin-bottom: 15px;
}
.title-text p{
	font-size: 16px;
	line-height: 30px;
}
.title-text.white p,.title-text.white h3{
	color: #FFFFFF;
}
.title-text .xian-span{
	width: 120px;
	height: 6px;
	background: url(../images/xian-lan_03.png) center no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.title-text.white .xian-span{
	background-image: url(../images/xian-bai_06.png);
}
.index-news-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.index-news-box .index-news-left{
	width: 710px;
}
.index-news-box .index-news-left video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-news-box .index-news-right{
	margin-left: auto;
	width: calc(100% - 750px);
}
.index-news-right .index-news-div{
	margin-bottom: 13px;
	background: #FFFFFF;
}
.index-news-right .index-news-div:last-of-type{
	margin-bottom: 0;
}
.index-news-right .index-news-div a{
	display: block;
	padding: 20px 30px 20px 15px;
	box-sizing: border-box;
	width: 100%;
}
.index-news-right .index-news-div a .index-news-img{
	width: 155px;
	height: 105px;
	overflow: hidden;
	float: left;
}
.index-news-right .index-news-div a .index-news-img img{
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.index-news-right .index-news-div a .index-news-text{
	width: calc(100% - 170px);
	float: right;
}
.index-news-right .index-news-div a .index-news-text h4{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 8px;
	height: 56px;
	overflow: hidden;
	margin-top: 10px;
}
.index-news-right .index-news-div a .index-news-text .time-span{
	font-size: 14px;
	color: #666666;
	background: url(../images/time_09.png) left no-repeat;
	padding-left: 35px;
}
.index-news-right .index-news-div a:hover .index-news-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.index-news-right .index-news-div a:hover .index-news-text h4{
	color: #F08200;
	transition: 0.4s;
}
.index-news-list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	margin-top: 55px;
	margin-bottom: 35px;
}
.index-news-list a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 0 20px;
}
.index-news-list a span{
	width: 49px;
	height: 49px;
	position: relative;
}
.index-news-list a img{
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s;
}
.index-news-list a .n-img1{
	
}
.index-news-list a .n-img2{
	transform: scale(0);
}
.index-news-list a i{
	font-size: 16px;
	color: #666666;
	margin-left: 20px;
	transition: 0.4s;
}
.index-news-list a:hover .n-img1{
	transform: scale(0);
	transition: 0.4s;
}
.index-news-list a:hover .n-img2{
	transform: scale(1);
	transition: 0.4s;
}
.index-news-list a:hover i{
	color: #F08200;
	transition: 0.4s;
}
.index-yj-swiper{
	position: relative;
}
.index-yj-swiper .swiper-container{
	box-sizing: border-box;
	padding: 100px 0;
}
.index-yj-swiper .swiper-slide{
	height: 380px;
	box-sizing: border-box;
	padding: 10px;
}
.index-yj-swiper .swiper-slide a{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.index-yj-swiper .swiper-slide:hover a{
	box-shadow: 0 1px 8px #FFFFFF;
}
.index-yj-swiper .swiper-slide a .yj-div{
	position: absolute;
	background: url(../images/b-bac_03.png) no-repeat;
	background-position: top;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 35px 0;
}
.index-yj-swiper .swiper-slide a .yj-div h3{
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
}
.index-yj-swiper .swiper-slide a .yj-div span{
	width: 45px;
	height: 5px;
	border-radius: 5px;
	background: #F08200;
	display: block;
	margin: auto;
}
.index-yj-swiper .swiper-slide:hover a .yj-div h3{
	color: #010101;
}
.index-yj.on .index-yj-swiper .swiper-slide:nth-of-type(even){
	margin-top: -25px;
	transition: 1s;
}
.index-yj.on .index-yj-swiper .swiper-slide:nth-of-type(odd){
	margin-top: 25px;
	transition: 1s;
}
.index-yj-swiper .swiper-button-white{
	background-color: #F08200;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-size: 15px;
	transition: 0.4s;
	z-index: 999;
	outline: none;
}
.index-yj-swiper .swiper-button-white.swiper-button-disabled{
	background-color: rgba(255,255,255,0.5);
	transition: 0.4s;
	opacity: 1;
}
.index-yj-swiper .swiper-button-next{
	right: -55px;
}
.index-yj-swiper .swiper-button-prev{
	left: -55px;
}
.index-yj-swiper{
	
}

.index-about{}
.index-about-left{
	float: left;
	width: 48%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	    -webkit-justify-content: flex-end;
	    justify-content: flex-end;
	margin-top: 8%;
	margin-left: 3%;
	position: relative;
	z-index: 2;
}
.index-about-left li{
	width: 50%;
	height: 280px;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0px;
}
.index-about-left li{}
.index-about-left li:nth-of-type(3){
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 4;
	    -webkit-order: 4;
	    order: 4;
}
.index-about-left li:nth-of-type(4){
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 3;
	    -webkit-order: 3;
	    order: 3;
}

.index-about-left li a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	
}
.index-about-left li a .index-about-top{}
.index-about-left li a span{
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: block;
	margin: auto;
}
.index-about-left li a span img{
	width: 100%;
	height: 100%;
}
.index-about-left li a h4{
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 20px;
}
.index-about-right{
	width: 52%;
	
	height: 735px;
	
	top: 0;
	
	margin-left: 45%;
}
.index-about-right a{
	display: block;
	
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	
}
.index-about-right a .index-about-text{
	text-align: center;
	box-sizing: border-box;
	    padding: 0 25%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.index-about-right a h3{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-bottom: 15px;
}
.index-about-right a i{
	width: 60px;
	height: 5px;
	border-radius: 10px;
	background: #FFFFFF;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.index-about-right a p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
}
.index-about-right a span{
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 100px;
	color: rgba(255,255,255,1);
	font-size: 14px;
	padding: 8px 45px 8px 25px;
	background: url(../images/jian_10.png) no-repeat;
	background-position: 95px; 
	margin-top: 40px;
}
.index-about-right a span:hover{
	background-color: #F08200;
	transition: 0.4s;
}
.index-about-box{
	position: relative;
}

.index-baogao-box{
	
}
.index-baogao-left{
	float: left;
	width: 40%;
}
.index-baogao-left a{
	display: block;
	position: relative;
	overflow: hidden;
}
.index-baogao-left a .index-baogao-left-img{
	width: 100%;
	height: 480px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s;
}
.index-baogao-left a:hover .index-baogao-left-img{
	transform: scale(1.1);
	transition: 0.4s;
}
.index-baogao-left-text{
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 30px 40px;*/
}
.index-baogao-left-text h3{
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-baogao-left a:hover h3{
	color: #F08200;
	transition: 0.4s;
}
.index-baogao-left-text p{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
}
.index-baogao-left-text p.pp1{
	background-image: url(../images/t1-h_10.png);
}
.index-baogao-left-text p.pp2{
	background-image: url(../images/t2-h_18.png);
}
.index-baogao-left-text p.pp3{
	background-image: url(../images/t3-h_23.png);
}

.index-baogao-right{
	width: 58%;
	float: right;
}
.index-baogao-right ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.index-baogao-right ul li{
	width: 48%;
	margin-right: 4%;
}
.index-baogao-right ul li:last-of-type{
	margin-right: 0;
}
.index-baogao-right ul li:nth-of-type(n+3){
	display: none;
}
.index-baogao-right ul li a{
	display: block;
	overflow: hidden;
}
.index-baogao-right ul li a .index-baogao-img{
	width: 100%;
	height: 275px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.4s;
}
.index-baogao-right ul li a div{
	overflow: hidden;
}
.index-baogao-right ul li a:hover .index-baogao-img{
	transform: scale(1.1);
	transition: 0.4s;
}
.index-baogao-right ul li a .index-baogao-text{
	box-sizing: border-box;
	padding: 29px 20px;
}
.index-baogao-right ul li a .index-baogao-text h3{
	font-size: 22px;
	color: #000000;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-baogao-right ul li a .index-baogao-text p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
}
.index-baogao-right ul li a:hover .index-baogao-text h3{
	color: #F08200;
	transition: 0.4s;
}
.index-baogao-right ul li a:hover .index-baogao-text p{
	color: #333333;
	transition: 0.4s;
}
.index-baogao-right ul li a p.pp1{
	background-image: url(../images/t1_03.png);
}
.index-baogao-right ul li a p.pp2{
	background-image: url(../images/t2_07.png);
}
.index-baogao-right ul li a p.pp3{
	background-image: url(../images/t3_15.png);
}
.more-a{
	text-align: center;
	margin-top: 75px;
}
.more-a a{
	font-size: 16px;
	color: #666666;
	background: url(../images/more_26.png) left no-repeat;
	padding-left: 35px;
	padding: 18px 0 18px 70px;
}
.more-a a:hover{
	color: #F08200;
	transition: 0.4s;
}


/* footer */
.footer{
	border-top: 8px solid #F08200;
	background: #3d79c0;
	padding-top: 40px;
}
.footer-left{
	float: left;
	width: 27%;
}
.footer-left a{
	margin-bottom: 20px;
}
.footer-center{
	float: left;
	width: 35%;
	margin: 0 5%;
	margin-top: 12px;
}
.footer-center ul{}
.footer-center ul li{
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.footer-center ul li a{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.footer-center ul li a:hover{
	color: #FFFFFF;
}
.footer-right{
	float: right;
	width: 28%;
	margin-top: 12px;
}
.footer-right p,.footer-right p a{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-a{}
.footer-a a{
	margin: 0 6px;
}
.footer-top{
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.17);
	margin-top: 15px;
}
.footer-top .link-ul{}
.footer-top .link-ul li{
	float: left;
	margin-right: 20px;
}
.footer-top .link-ul li a{
	color: #FFFFFF;
	font-size: 14px;
}



/* about */
.n-banner{
	position: relative;
}
.n-banner .n-ban{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	overflow: hidden;
	width: 100%;
}
.n-banner .n-text{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	text-align: center;
}
.n-banner .n-text h3{
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
}
.n-banner .n-text span{
	display: block;
	margin:15px auto;
}
.n-banner .n-text p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
}

.nei-nav{
	background: #38529d;
	height: 77px;
	line-height: 77px;
}
.nei-nav .nei-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.nei-nav .nei-ul li{}
.nei-nav .nei-ul li a{
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 35px;
	position: relative;
	border-right: 1px dashed rgba(255,255,255,0.1);
}
.nei-nav .nei-ul li a.active,.nei-nav .nei-ul li a:hover{
	color: #f08200;
	
}
.nei-nav .nei-ul li a::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #38529d;
	bottom: 0;
	left: 0;
}
.nei-nav .nei-ul li a.active::after{
	background: #F08200;
}

.bac{
	background: url(../images/ab-bac_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 40px;
	padding-top: 1px;
}
.top-nav{
	padding: 30px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top-nav a{
	font-size: 16px;
	color: #333333;
	position: relative;
	padding: 0 39px;
}
.top-nav a::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #cfcfcf;
	top: 0px;
	right: 0;
}
.top-nav a:last-of-type::after{
	display: none;
}
.top-nav a:hover,.top-nav a.active{
	color: #F08200;
}
.marg-40{
	margin: 40px auto;
}
.padd-30{
	padding: 30px 60px;
}
.main{
	background: #FFFFFF;
	box-sizing: border-box;
	padding-bottom: 80px;
}
.n-title{
	margin-bottom: 20px;
}
.n-title h3{
	font-size: 30px;
	color: #38529d;
	font-weight: bold;
}
.about-gs-text{
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 30px 0;
}
.about-gs-text p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 10px;
}
.about-gs-left{
	width: 48%;
}
.about-gs-left h3{
	font-size: 18px;
	color: #38529d;
	font-weight: bold;
	line-height: 30px;
}
.about-gs-left p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.about-gs-right{
	width: 48%;
}
._page_container ._jumper{
	display: none!important;
}
._page_container ._prev, ._page_container ._next, ._page_container ._home, ._page_container ._last{
	font-size: 14px!important;
}
._page_container ._pages li{
	font-size: 14px!important;
	padding: 3px 7px!important;
	border: 1px solid #e5e5e5;
	color: #2E3E79!important;
	font-weight: normal!important;
}
._page_container ._pages li:hover{
	background-color: #035297 !important;
	color: #FFFFFF!important;
}
._page_container ._pages li:hover{}
._page_container ._pages ._active_1{
	color: #FFFFFF!important;
}
._page_container ._home, ._page_container ._last, ._page_container ._prev_text, ._page_container ._next_text{
	padding: 3px 15px!important;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
._page_container ._pages, ._page_container ._prev, ._page_container ._next, ._page_container ._home, ._page_container ._last, ._page_container ._jumper, ._page_container ._count, ._page_container ._jumper_input, ._page_container ._sizes, ._page_container ._sizes_text{
	vertical-align: middle;
}
._prev_1, ._next_1, ._home_1, ._last_1{
	background: #ffffff!important;
}
._pages_1 li{
	background: #ffffff!important;
}
._pages_1 ._active_1{
	background-color: #035297 !important;
}
._page_container{
	margin: 55px auto!important;
}
._page_container ._prev:hover, ._page_container ._next:hover{
	background-color: #035297 !important;
	color: #FFFFFF!important;
}
._page_container ._disabled:hover{
	background: #FFFFFF!important;
	color: #c0c4cc !important
}

/* about-ld */
.ld-ul-list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.ld-ul-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
}
.ld-ul-list li:nth-of-type(3n){
	margin-right: 0;
}
.ld-ul-list li a{
	display: block;
	padding: 25px 55px;
}
.ld-ul-list li a .ld-img{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	margin: auto;
	transition: 0.4s;
}
.ld-ul-list li a .ld-text{
	margin-top: 20px;
}
.ld-ul-list li a .ld-text h3{
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
}
.ld-ul-list li a .ld-text p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.ld-ul-list li:hover .ld-img{
	box-shadow:0 5px 15px #606060;
	transition: 0.4s;
}
.ld-ul-list li:hover .ld-text p{
	color: #333333;
	transition: 0.4s;
}

/* ld-detail */
.about-ld-detail{
	margin-bottom: 70px;
}
.about-ld-detail-left{
	width: 285px;
	float: left;
}
.about-ld-detail-right{
	width: calc(100% - 360px);
	float: right;
}
.about-ld-detail-right .about-ld-detail-top{
	
}
.about-ld-detail-name{
	margin-bottom: 15px;
	margin-top: 8px;
}
.about-ld-detail-name h3{
	float: left;
	background: url(../images/p-ic1_06.png) left no-repeat;
	font-size: 24px;
	color: #38529d;
	padding-left: 35px;
	font-weight: bold;
}
.about-ld-detail-name span{
	float: right;
	background: url(../images/p-ic2_09.png) left no-repeat;
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	margin-top: 5px;
}
.about-ld-detail-top p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	
}
.about-ld-detail-text{
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.about-ld-detail-text p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 15px;
}

/* about-bj */
.about-bj-text{}
.about-bj-text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

/* mechanism-gc */
.mechanism-gc{}
.mechanism-gc-text{
	margin-bottom: 50px;
}
.mechanism-gc-text p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.mechanism-gc-div{
	margin-bottom: 35px;
}
.mechanism-gc-div h3{
	font-size: 18px;
	color: #38529d;
	font-weight: bold;
	margin-bottom: 10px;
}

/* mechanism-fw */
.mechanism-fw{}
.mechanism-fw-ul{
	border-top: 1px solid #eeeeee;
	padding-top: 25px;
}
.mechanism-fw-ul li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 25px;
}

.mechanism-fw-ul li .fw-img{
	width: 345px;
	overflow: hidden;
}
.mechanism-fw-ul li .fw-img img{
	width: 100%;
}
.mechanism-fw-ul li .fw-right{
	width: calc(100% - 410px);
	margin-left: auto;
	box-sizing: border-box;
	padding-right: 35px;
}
.mechanism-fw-ul li .fw-right h4{
	font-size: 18px;
	color: #38529d;
	font-weight: bold;
	margin-bottom: 10px;
}
.mechanism-fw-ul li .fw-right p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.mechanism-fw-ul li:hover{
	box-shadow: 0 0 8px #CCCCCC;
	transition: 0.4s;
}
.mechanism-fw-ul li:hover .fw-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.mechanism-bj-text{
	border-top: 1px solid #EEEEEE;
	padding-top: 25px;
}
.mechanism-bj-text p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.mechanism-bj-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.mechanism-bj-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 1px solid #cbdbf4;
	padding: 30px;
}
.mechanism-bj-ul li:nth-of-type(2n){
	margin-right: 0;
}
.mechanism-bj-ul li h3{
	font-size: 18px;
	color: #38529d;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}
.mechanism-bj-ul li h3::after{
	position: absolute;
	width: 8px;
	height: 8px;
	content: "";
	background: #f08200;
	transform: rotateZ(45deg);
	top: 8px;
	left: 0;
	
}
.research-text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.research-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.research-ul li{
	margin-right: 4%;
	width: 48%;
	background: #f8fafe;
	box-sizing: border-box;
	padding: 15px 15px;
	margin-bottom: 35px;
}
.research-ul li:nth-of-type(2n){
	margin-right: 0;
}
.research-ul li a{
	display: block;
}
.research-ul li a .research-ul-left{
	width: 180px;
	float: left;
	overflow: hidden;
}
.research-ul li a .research-ul-left img{
	width: 100%;
	transition: 0.4s;
}
.research-ul li a:hover .research-ul-left img{
	transform: scale(1.1);
	transition: 0.4s;
}
.research-ul li a .research-ul-right{
	width: calc(100% - 210px);
	box-sizing: border-box;
	padding: 5px 30px 5px 10px;
	float: right;
	margin-top: 20px;
}
.research-ul li a .research-ul-right h3{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.research-ul li a .research-ul-right p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
.research-ul li a .research-ul-right .time-div{
	text-align: right;
	font-size: 14px;
	color: #f08200;
	background: url(../images/t-img_09.png) left no-repeat;
	padding: 7px 10px 7px 33px;
	display: block;
	width: 75px;
	margin-left: auto;
}

.research-zl-ul{}
.research-zl-ul{
	width: 100%;
	margin-top: 40px;
}
.research-zl-ul tr{
	text-align: center;
}
.research-zl-ul tr{
	
	width: 100%;
}
.research-zl-ul tr.first-li td{
	font-size: 16px;
	color: #171717;
}
.research-zl-ul tr td{
	font-size: 16px;
	color: #999999;
	border: 1px solid #dadada;
	margin-top: -1px;
	margin-left: -1px;
	padding: 17px 10px;
	box-sizing: border-box;
}
.research-zl-ul tr .a-span1{
	width: 45%;
}
.research-zl-ul tr .a-span2{
	width: 35%;
}
.research-zl-ul tr .a-span3{
	width: 20%;
}
.research-zl-ul tr:hover td{
	background: #eaf1ff;
}

.nei-text{
	padding: 25px 0;
}
.nei-text.xian{
	border-top: 1px solid #eeeeee;
}
.nei-text h4,.nei-text h3{
	font-size: 18px;
	color: #38529d;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
}
.nei-text p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 8px
}
.nei-text span{
	display:inline;
}
.industry-cy-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.industry-cy-ul li{
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.industry-cy-ul li .cy-img{
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: flex-end;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.industry-cy-ul li .cy-img img{
	max-height: 100px;
}
.industry-cy-ul li p{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.industry-cy-ul li:hover{
	background: #f2f4fa;
}

.dt-ul{}
.dt-ul li{
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
.dt-ul li a{
	display: block;
}
.dt-ul li a .dt-left-img{
	width: 275px;
	overflow: hidden;
	float: left;
}
.dt-ul li a .dt-left-img img{
	width: 100%;
	transition: 0.4s;
}
.dt-ul li a .dt-right-text{
	width: calc(100% - 325px);
	float: right;
	margin-top: 14px;
}
.dt-ul li a .dt-right-text h4{
	margin-bottom: 12px;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	transition: 0.4s;
}
.dt-ul li a .dt-right-text p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.dt-ul li a .dt-right-text span{
	font-size: 14px;
	color: #f08200;
}
.dt-ul li a:hover .dt-left-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.dt-ul li a:hover .dt-right-text h4{
	color: #F08200;
	transition: 0.4s;
}
.dt-ul li a:hover .dt-right-text p{
	color: #333333;
	transition: 0.4s;
}

.dt-detail{}
.dt-detail-title{
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
.dt-detail-title h3{
	font-size: 24px;
	color: #1e1e1e;
	margin-bottom: 15px;
}
.dt-detail-title span{
	font-size: 14px;
}
.dt-detail-title .d-infor{
	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;
}
.dt-detail-title .d-infor p{
	font-size: 14px;
	color: #666666;
	margin-left: 15px;
}
.dt-detail-title .d-infor p a{
	font-size: 14px;
	color: #666666;
	padding: 0 5px;
	cursor: pointer;
}
.dt-detail-title .d-infor p a:hover{
	color: #000000;
}
.dt-detail-top{
	box-sizing: border-box;
	padding: 30px 50px;
}
.dt-detail-top p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
	color: #666666;
}
.dt-detail-top table{
border-collapse: collapse;
}
.dt-detail-top table td{
    padding: 0 5px;
}
.dt-detail-top.bg p{
	font-size: 20px;
	line-height: 34px;
}
.dt-detail-top.md p{
	font-size: 18px;
	line-height: 32px;
}
.dt-detail-top.sm p{
	font-size: 16px;
}
.dt-detail-else{
	border-top: 1px solid #EEEEEE;
	padding: 45px 0;
}
.dt-detail-else .dt-detail-else-left{
	width: 60%;
	float: left;
}
.dt-detail-else .dt-detail-else-left a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom: 8px;
}
.dt-detail-else .dt-detail-else-left a i{
	font-size: 14px;
	color: #333333;
	width: 65px;
}
.dt-detail-else .dt-detail-else-left a span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666666;
	width: calc(100% - 65px);
}
.dt-detail-else .dt-detail-else-left a:hover span{
	color: #F08200;
}
.dt-detail-else-right{
	float: right;
}
.dt-detail-else-right a{
	color: #FFFFFF;
	padding: 10px 35px;
	background: #00468e;
	font-size: 14px;
}
.dt-detail-else-right a:hover{
	background: #F08200;
}

/* join */
.hr-join-search{
	 display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom: 20px;
}

.hr-join-search p{
	width: 24%;
	height: 45px;
	border: 1px solid #e5e5e5;
	margin-right: 15px;
	
	padding-right: 10px;
	box-sizing: border-box;
}
.hr-join-search p select{
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	box-sizing: border-box;
	padding: 0 15px;
}

.hr-join-table{
	min-height: 250px;
}
.hr-join-ul{}
.hr-join-ul li{}
.hr-join-ul li .hr-div{
	text-align: center;
	background: #FFFFFF;
	border-bottom: 1px solid #dcdfe2;
	padding: 15px 0;
	cursor: pointer;
}
.hr-join-ul li .hr-div span{
	font-size: 14px;
	color: #666666;
	display: block;
	float: left;
	width: 16.6666%;
	box-sizing: border-box;
}
.hr-join-ul li .hr-div .zw{
	width: 25%;
	text-align: left;
	padding-left: 25px;
}
.hr-join-ul li .hr-div .tu{
	width: 7%;
}
.hr-join-ul li .hr-div .tu i{
	width: 25px;
	height: 25px;
	
	position: relative;
	cursor: pointer;
	transition: 0.4s;
	background: #5167a8;
	border-radius: 100%;
}
.hr-join-ul li .hr-div.active i{
	background: #F08200;
}
.hr-join-ul li .hr-div .tu i::after{
	width: 15px;
	height: 2px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	background: #FFFFFF;
	top: 11px;
}
.hr-join-ul li .hr-div .tu i::before{
	width: 2px;
	height: 15px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	background: #FFFFFF;
	top: 5px;
}
.hr-join-ul li.active .tu i{
	transform: rotateZ(90deg);
	transition: 0.4s;
}
.hr-join-ul li.active .tu i::after{
	opacity: 0;
	transition: 0.4s;
}




.hr-join-ul li.first-li .hr-div{
	background: #38529d;
}
.hr-join-ul li.first-li .hr-div span{
	color: #FFFFFF;
}
.hr-div-text{
	background: #f1f3f6;
	box-sizing: border-box;
	padding: 25px;
	display: none;
	border-bottom: 1px solid #dcdfe2;
}
.hr-div-text h3{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}
.hr-div-text p{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-bottom: 5px;
}
.hr-div-text .hr-sq-a{
	margin-top: 30px;
}
.hr-div-text .hr-sq-a a{
	font-size: 14px;
	border-radius: 100px;
	background: #2e66a1;
	padding: 10px 35px;
	color: #FFFFFF;
}

/* qt */
.qt-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.qt-ul li{
	width: 32%;
	margin-right: 2%;
	background: #f7f7f7;
	margin-bottom: 25px;
}
.qt-ul li:nth-of-type(3n){
	margin-right: 0;
}
.qt-ul li a{
	display: block;
}
.qt-ul li a .qt-img{
	height: 250px;
	overflow: hidden;
}
.qt-ul li a .qt-img img{
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.qt-ul li a h4{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 15px;
	transition: 0.4s;
}
.qt-ul li a span.rli{
	font-size: 14px;
	color: #666666;
	background: url(../images/rli_15.png) left no-repeat;
	padding-left: 30px;
}
.qt-ul li a .qt-text{
	padding:20px 25px;
	box-sizing: border-box;
}
.qt-ul li a:hover .qt-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.qt-ul li a:hover h4{
	color: #F08200;
	transition: 0.4s;
}


.news-bg-ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
.news-bg-ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.news-bg-ul li:nth-of-type(3n){
	margin-right: 0;
}
.news-bg-ul li a{
	display: block;
}
.news-bg-ul li a .news-bg-img{
	height: 255px;
	overflow: hidden;
}
.news-bg-ul li a .news-bg-img img{
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.news-bg-ul li a .news-bg-text{
	padding: 25px 15px;
	box-sizing: border-box;
}
.news-bg-ul li a .news-bg-text h3{
	font-size: 22px;
	color: #000000;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-bg-ul li a .news-bg-text p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
}
.news-bg-ul li a:hover .news-bg-text h3{
	color: #F08200;
	transition: 0.4s;
}
.news-bg-ul li a:hover .news-bg-text p{
	color: #333333;
	transition: 0.4s;
}
.news-bg-ul li a p.pp1{
	background-image: url(../images/t1_03.png);
}
.news-bg-ul li a p.pp2{
	background-image: url(../images/t2_07.png);
}
.news-bg-ul li a p.pp3{
	background-image: url(../images/t3_15.png);
}
.news-bg-ul li a:hover .news-bg-img img{
	transform: scale(1.1);
	transition: 0.4s;
}

/* news-gg-zb */
.news-gg-zb{}
.news-gg-zb li{
	box-sizing: border-box;
}
.news-gg-zb li a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	transition: 0.4s;
}
.news-gg-zb li a h4{
	background: url(../images/zb-icon_06.png) left no-repeat;
	font-size: 16px;
	color: #666666;
	padding: 12px 45px;
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.4s;
}
.news-gg-zb li a span{
	width: 15%;
	display: block;
	margin-left: auto;
	font-size: 14px;
	color: #999999;
	text-align: center;
	transition: 0.4s;
}
.news-gg-zb li a:hover h4{
	background-image: url(../images/zb-icon-h_03.png);
	color: #000000;
	transition: 0.4s;
}
.news-gg-zb li a:hover span{
	color: #000000;
	transition: 0.4s;
}
.news-gg-zb li a:hover{
	border: 1px solid #EEEEEE;
	box-shadow: 0 2px 3px #EEEEEE;
	transition: 0.4s;
}

.news-gs .news-gg-zb li a h4{
	background-image: url(../images/gs_06.png);
}
.news-gs .news-gg-zb li a:hover h4{
	background-image: url(../images/gs-h_03.png);
}

/* pt */
.nei-text p em{
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-size: 14px;
	color: #00468E;
	text-align: center;
}

.platform-ul{}
.platform-ul li{
	box-sizing: border-box;
	padding: 50px;
	border: 1px solid #EEEEEE;
	background: url(../images/c-bac_07.jpg) center no-repeat;
	background-size: cover;
	margin-top: 25px;
}
.platform-ul li a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.platform-ul li a .platform-left{
	width: calc(100% - 450px);
	box-sizing: border-box;
	padding: 0 45px;
}
.platform-ul li a .platform-left h3{
	font-size: 24px;
	color: #141414;
	font-weight: bold;
	margin-bottom: 12px;
}
.platform-ul li a .platform-left h5{
	font-size: 18px;
	color: #046cc4;
	margin-bottom: 12px;
}
.platform-ul li a .platform-left p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.platform-ul li a .platform-left span{
	font-size: 14px;
	color: #FFFFFF;
	background: #0068b7;
	border-radius: 100px;
	padding: 8px 25px;
	margin-top: 30px;
}
.platform-ul li a .platform-right{
	width: 350px;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	transition: 0.4s;
}
.platform-ul li a .platform-right img{
	max-height: 300px;
	transition: 0.4s;
}
.platform-ul li a:hover .platform-left h3{
	color: #F08200;
	transition: 0.4s;
}
.platform-ul li a .platform-left span:hover{
	background: #F08200;
	transition: 0.4s;
}
.platform-ul li a:hover .platform-right{
	transform: scale(1.1);
	transition: 0.4s;
}
.file-down{
	text-align: center;
	margin-top: 35px;
}
.file-down a{
	background: #38529d url(../images/fj-img_07.png) no-repeat;
	padding: 15px 50px 15px 100px;
	text-align: left;
	background-position: 45px center;
	transition: 0.4s;
}
.file-down a:hover{
	background-color: #f08200;
	transition: 0.4s;
}
.file-down a b{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}
.file-down a p{
	color: #FFFFFF;
	font-size: 14px;
}

/* platform-cs-detail */
.platform-cs-detail{}

.platform-cs-detail-top{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #EEEEEE;
	padding: 35px 0;
}
.platform-cs-detail-top .platform-cs-detail-img{
	width: 500px;
	overflow: hidden;
}
.platform-cs-detail-top .platform-cs-detail-text{
	width: calc(100% - 570px);
	margin-left: auto;
	margin-top: 40px;
}
.platform-cs-detail-top .platform-cs-detail-text li{
	margin-bottom: 20px;
}
.platform-cs-detail-top .platform-cs-detail-text li span{
	font-size: 14px;
	color: #000000;
	float: left;
	width: 100px;
	font-weight: bold;
}
.platform-cs-detail-top .platform-cs-detail-text li p{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width: calc(100% - 100px);
}

/* dsj */
.about-dsj{}
.dsj-div{
	margin-top: 40px;
}
.dsj-div ul{}
.dsj-div ul li{
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 50px;
}
.dsj-div ul li::after{
	position: absolute;
	left: 30px;
	top: 5px;
	content: "";
	border-left: 1px dashed #a0a0a0;
	height: 100%;
	width: 1px;
}
.dsj-div ul li h4{
	font-size: 18px;
	color: #38529d;
	font-weight: bold;
	margin-bottom: 5px;
}
.dsj-div ul li p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 8px;
}
.dsj-div ul li img{
	display: block;
	margin-top: 5px;
}
.dsj-div ul li h4{
	position: relative;
}
.dsj-div ul li h4::after{
	position: absolute;
	content: "";
	left: -40px;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background: #ed6d01;
	z-index: 9;
	top: 2px;
}
.index-about-box{
	overflow: hidden;
}


/*22/3/1*/
.mechanism-fw-ul li .fw-new{
	width: 100%;
	padding: 25px;
}
.dt-detail-top span{
	display: inline;
}



/*22/03/09*/
/* add */
.platform-cs-list-ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.platform-cs-list-ul li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 14px;
	background: #f8fafe;
}
.platform-cs-list-ul li:nth-of-type(2n){
	margin-right: 0;
}
.platform-cs-list-ul li a{
	display: block;
}
.platform-cs-list-ul li a .cs-list-left{
	width: 180px;
	overflow: hidden;
	float: left;
}
.platform-cs-list-ul li a .cs-list-left img{
	width: 100%;
	transition: 0.4s;
}
.platform-cs-list-ul li a .cs-list-right{
	width: calc(100% - 180px);
	float: left;
	box-sizing: border-box;
	padding: 25px 50px;
}
.platform-cs-list-ul li a .cs-list-right h4{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
	transition: 0.4s;
}
.platform-cs-list-ul li a .cs-list-right p{
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.platform-cs-list-ul li a:hover .cs-list-right h4{
	color: #F08200;
	transition: 0.4s;
}
.platform-cs-list-ul li a:hover .cs-list-left img{
	transform: scale(1.1);
	transition: 0.4s;
}
.platform-xz-ul{
	
}
.platform-xz-ul li{
	border-bottom: 1px dashed #dde8e2;
}
.platform-xz-ul li a{
	box-sizing: border-box;
	display: block;
	padding: 20px 10px 20px 20px;
}
.platform-xz-ul li a .platform-xz-left{
	float: left;
	width: calc(100% - 300px);
}
.platform-xz-ul li a .platform-xz-left h4{
	font-size: 16px;
	color: #666666;
	background: url(../images/ceshi-icon_06.png) left no-repeat;
	padding: 12px 0 12px 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.platform-xz-ul li a .platform-xz-right{
	width: 120px;
	float: right;
	text-align: center;
	    margin-top: 12px;
}
.platform-xz-ul li a .platform-xz-right span{
	font-size: 14px;
	color: #999999;
}
.platform-xz-ul li:hover{
	    box-shadow: 0 1px 5px #cccccc;
	border-bottom: 1px solid #eeeeee;
	transition: 0.4s;
}
.platform-xz-ul li:hover a .platform-xz-left h4{
	color: #000000;
	background-image: url(../images/ceshi-icon_03.png);
	transition: 0.4s;
}
.platform-xz-ul li:hover a .platform-xz-right span{
	color: #000000;
	transition: 0.4s;
}
.platform-xz-ul{
	margin-top: 35px;
}
/* add */

.industry-cy-ul li .cy-img{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	min-height: 100px;
}
.hr-join-ul li .hr-div{
	display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	   -webkit-box-align: center;
	       -ms-flex-align: center;
	       -webkit-align-items: center;
	       align-items: center;
}

.header-logo a .logo-mob{
	display: none;
}

.research-ul li{
	margin-right: 2%;
	width: 23.5%;
}
.research-ul li:nth-of-type(2n){
	margin-right: 2%;
}
.research-ul li:nth-of-type(4n){
	margin-right: 0;
}
.research-ul li a .research-ul-right{
	width: 100%;
	padding-right: 10px;
}
.research-ul li a .research-ul-left{
	width: 100%;
}
.research-ul li a .research-ul-right p,.research-ul li a .research-ul-right .time-div{
	display: none;
}
.research-zl-list{
	display: flex;
	flex-wrap: wrap;
}
.research-zl-list li{
	margin-right: 2%;
	width: 23.5%;
	margin-bottom: 35px;
	box-sizing: border-box;
}
.research-zl-list li:nth-of-type(4n){
	margin-right: 0;
}
.research-zl-list li .zl-li-img{
	width: 100%;
	background: #EEEEEE;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}
.research-zl-list li .zl-li-img img{
	max-width: 95%;
	transition: 0.4s;
}
.research-zl-list li:hover .zl-li-img img{
	transform: scale(1.1);
	transition: 0.4s;
}
.research-zl-list li h4{
	font-size: 18px;
	    color: #000000;
	    font-weight: bold;
	    margin-bottom: 15px;
		box-sizing: border-box;
		padding: 15px;
}

.ld-ul-list li{
	width: 48%;
}
.ld-ul-list li:nth-of-type(3n){
	margin-right: 0;
}
.ld-ul-list li:nth-of-type(2n){
	margin-right: 0;
}
.header-logo{width: 34%;}
.header-logo a{width: 100% !important; }

.logo-ico-pc{display:none;}


.index-baogao-left a .index-baogao-left-img{height: 275px;}
.index-baogao-left-text{
box-sizing: border-box;
    padding: 29px 20px;
}
.index-baogao-left-text h3{
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.on .logo-ico-pc1,.active .logo-ico-pc1{display:none;}
.on .logo-ico-pc,.active .logo-ico-pc{display:inline-block;}









@media (max-width:1660px) {
	
	
	.index-yj-swiper{
		box-sizing: border-box;
		padding: 0 60px;
	}
	.index-yj-swiper .swiper-button-next{
		right: 0px;
	}
	.index-yj-swiper .swiper-button-prev{
		left: 0px;
	}
}

@media (max-width:1520px) {
	.header-nav ul li>a{
		font-size: 16px;
		padding: 0 8px;
	}
	.h-nav-top dd a{
		font-size: 16px;
	}
	
}
@media (max-width:1440px) {
	.header-nav ul li>a{
		font-size: 15px;
		padding: 0 8px;
	}
	.h-nav-top dd a{
		font-size: 15px;
	}
	.title-text h3{
		font-size: 26px;
	}
	.index-about-right a h3{
		font-size: 30px;
	}
	.index-about-right a h3,.index-about-left li a h4{
		font-size: 22px;
	}
	.index-baogao-right ul li a .index-baogao-text h3,.index-baogao-left-text h3{
		font-size: 18px;
	}
	.index-baogao-right ul li a .index-baogao-img{
		height: 250px;
	}
	.index-yj-swiper .swiper-slide a .yj-div{
		padding: 35px 20px;
		box-sizing: border-box;
	}
	.nei-nav .nei-ul li a{
		font-size: 16px;
		padding: 0 30px;
	}
	.nei-nav{
		height: 65px;
		line-height: 65px;
	}
	.top-nav{
		padding: 25px 0;
	}
	.n-title h3{
		font-size: 22px;
	}
	.title-text .xian-span{
		height: 4px;
	}
	.ld-ul-list li a .ld-text h3{
		font-size: 18px;
	}
	.about-ld-detail-name h3{
		font-size: 20px;
	}
	.research-ul li a .research-ul-right .time-div{
		padding: 7px 10px 7px 30px;
		width: 80px;
	}
	.dt-detail-title h3{
		font-size: 22px;
	}
	.n-banner .n-text h3{
		font-size: 34px;
	}
	.platform-ul li a .platform-left h3{
		font-size: 20px;
	}
	.news-bg-ul li a .news-bg-img{
		height: 235px;
	}
	.news-bg-ul li a .news-bg-text h3{
		font-size: 18px;
	}
	
	.research-zl-list li h4{
		font-size: 16px;
	}
	
}


@media (max-width:1366px) {
	.header-nav ul li>a{
		padding: 0 5px;
	}
	
	
	
}

@media (max-width:1280px) {
	html {
		/* width: 1280px; */
		margin: auto;
	}
	.wrap-nav{
		width: 1280px;
		margin: auto;
		max-width: 94%;
	}
	.wrap {
		width: 1280px;
		margin: auto;
		max-width: 94%;
	}

	.wrap2 {
		width: 1200px;
		margin: auto;
		max-width: 94%;
		
	}

	.header-logo{
		width: 32%;
	}
	.header-logo a{
		width: 47.5%;
	}
	.header {
	    height: 80px;
	    line-height: 80px;
	}
	.search .search-btn{
		width: 30px;
		height: 30px;
	}
	.search{
		margin-top: 24px;
	}
.title-text h3 {
    font-size: 24px;
}
.index-news-right .index-news-div a .index-news-text h4{
	font-size: 16px;
}
.index-about-right a h3, .index-about-left li a h4{
	font-size: 20px;
}
.index-about-right a p{
	font-size: 16px;
}
.index-banner .swiper-slide .slide-text h3,.index-banner .swiper-slide .slide-text h1{
	font-size: 38px;
}
.n-banner .n-text h3 {
    font-size: 30px;
}


}


@media (max-width:1200px) {
	.menu{
		display: block;
		margin-left: 20px;
		margin-top: 29px;
	}
	.header-logo {
	    width: 550px;
	}
	.index-news-box .index-news-right {
	    margin-left: auto;
	    width: calc(100% - 560px);
	}
	.index-news-box .index-news-left {
	    width: 535px;
	}
	.index-banner .swiper-slide{
		background-position: left center;
	}
	.index-banner{
		height: 800px;
	}
	.menu span{
		background: #f08200;
	}
	.header-nav {
	    border-top: 1px solid #38529D;
	    position: absolute;
	    top: 100%;
	    width: 450px;
	    background: #fff;
	    
	    right: -470px;
	    margin: auto;
		box-sizing: border-box;
		    padding: 0 3%;
			    height: calc(100vh - 80px);
			overflow-y: overlay;
			padding-bottom: 20px;
			transition: 0.4s;
	}
	.header-nav.on{
		right: 0;
		transition: 0.4s;
	}
	.header-nav ul li{
		width: 100%;
		border-bottom: 1px solid #efefef;
		line-height: normal;
	}
	.header-nav ul li>a {
	    padding: 20px 5px;
		
	}
	.h-nav-top,.h-nav-top dd .dd-top{
		position: unset;
		position: initial;
		background: none;
		display: none;
		padding: 0 20px;
		background: #F7F7F7;
	}
	.h-nav-top dd a,.h-nav-top dd .dd-top a{
		color: #333333;
		background: none;
		border-bottom: 1px dashed #dbdbdb;
	}
	.h-nav-top dd>a{
		padding-left: 5px;
		border-bottom: 1px solid #cccccc;
	}
	.h-nav-top dd{
		/* border-bottom: 1px dashed #ccc; */
	}
	.header-nav ul li>a{
		color: #333333;
	}
	#header.white{
		background: #FFFFFF;
	}
	.header-nav ul li>i{
		position: absolute;
		    width: 30px;
		        height: 30px;
		        background: #000;
		        right: 15px;
		        top: 15px;
				background: url(../images/rj-t.png) center no-repeat;
				background-size: 22px;
				transition: 0.4s;
	}
	.h-nav-top dd i{
		position: absolute;
		    width: 30px;
		        height: 30px;
		        background: #000;
		        right: 15px;
		        top: 10px;
				background: url(../images/rj-t.png) center no-repeat;
				background-size: 22px;
				transition: 0.4s;
	}
	.header-nav ul li>i.on,.h-nav-top dd i.on{
		transform: rotateZ(90deg);
		transition: 0.4s;
	}
	.header-nav ul li:hover .h-nav-top,.h-nav-top dd:hover .dd-top{
		display: none;
	}
	.h-nav-top dd:hover>a{
		background: none;
	}
	.top-nav a{
		padding: 0 10px;
	}
	.research-ul li a .research-ul-right{
		    width: 100%;
	}
	.research-ul li a .research-ul-right h3{
		font-size: 16px;
	}
	.platform-ul li{
		padding: 35px;
	}
	.platform-ul li a .platform-left{
		padding: 0 15px;
	}
	.platform-cs-list-ul li a .cs-list-right{
		padding: 25px 20px;
	}
	.qt-ul li a .qt-img,.news-bg-ul li a .news-bg-img{
		height: 200px;
	}
	
	
	
}

@media (max-width:992px) {
	.index-news-box .index-news-left{
		width: 100%;
	}
	.index-news-box .index-news-right{
		width: 100%;
		margin-top: 25px;
	}
	.index-banner {
	    height: 580px;
	}
	.index-about-right{
		width: 525px;
	}
	.index-about-left li a span{
		width: 50px;
		height: 50px;
	}
	.index-about-right a h3, .index-about-left li a h4{
		font-size: 18px;
	}
	.index-about-left li{
		height: 175px;
	}
	.n-banner .n-ban{
		height: 425px;
	}
	.padd-30 {
	    padding: 30px 35px;
	}
	.ld-ul-list li a{
		    padding: 25px 25px;
	}
	.ld-ul-list li a .ld-img{
		height: 170px;
		width: 170px;
	}
	.about-ld-detail-left{
		width: 225px;
	}
	.about-ld-detail-right {
	    width: calc(100% - 260px);
	}
	.about-ld-detail-text {
	    margin-top: 20px;
	    padding-top: 20px;
	    
	}
	.mechanism-fw-ul li .fw-right{
		    width: calc(100% - 300px);
	}
	.mechanism-fw-ul li .fw-img {
	    width: 275px;
	    overflow: hidden;
	}
	.mechanism-fw-ul li .fw-new{
		width: 100%;
	}
	.research-ul li{
		width: 100%;
		margin-right: 0;
	}
	.dt-detail-top {
	    box-sizing: border-box;
	    padding: 30px 25px;
	}
	.n-banner .n-text h3 {
	    font-size: 24px;
	}
	.n-title h3{
		font-size: 20px;
	}
	.platform-ul li a .platform-right{
		width: 250px;
	}
	.platform-ul li a .platform-left{
		    width: calc(100% - 265px);
	}
	.platform-cs-detail-top .platform-cs-detail-text {
	    width: calc(100% - 300px);
	   
	}
	.platform-cs-detail-top .platform-cs-detail-img {
	    width: 250px;
	    overflow: hidden;
	}
	.platform-cs-list-ul li{
		width: 100%;
		margin-right: 0;
	}
	.platform-cs-list-ul li a .cs-list-left{
		width: 200px;
	}
	.platform-cs-list-ul li a .cs-list-right{
		    width: calc(100% - 220px);
			float: right;
	}
	.qt-ul li a .qt-img, .news-bg-ul li a .news-bg-img {
	    height: 175px;
	}
	.marg-40 {
	    margin: 25px auto;
	}
	
	
	.research-ul li{
		width: 32%;
		margin-right: 2%;
	}
	.research-ul li:nth-of-type(3n){
		margin-right: 0;
	}
	.research-ul li:nth-of-type(4n){
		margin-right: 2%;
	}
	.research-zl-list li{
		width: 32%;
		margin-right: 2%;
	}
	.research-zl-list li:nth-of-type(3n){
		margin-right: 0;
	}
	.research-zl-list li:nth-of-type(4n){
		margin-right: 2%;
	}
}

@media (max-width:750px) {
	.logo-pc-on2{display:none !important ;}
	
	.footer-left{
		width: 100%;
	}
	.footer-center{
		width: 100%;
		margin: 0;
	}
	.footer-right{
		width: 100%;
	}
	.index-banner .swiper-slide .slide-text h3, .index-banner .swiper-slide .slide-text h1 {
	    font-size: 18px;
	}
	.index-banner .swiper-pagination-bullet {
	    border-radius: 5px;
	    background: #fff;
	    width: 30px;
	    height: 2px;
	    margin: 0 4px!important;
	}
	.index-banner .swiper-slide .slide-text{
		padding: 0;
	}
	.index-banner .swiper-slide .slide-text h5{
		font-size: 12px;
		width: 80%;
		line-height: 15px;
		    margin-top: 10px;
	}
	.header-logo{
		
	}
	.index-about-left{
		width: 100%;
	}
	.index-about-right {
	    width: 100%;
	    margin-left: 0;
	}
	.index-banner {
	    height: 315px;
	}
	.index-banner .swiper-slide .slide-text{
		width: 100%;
	}
	.header {
	    height: 60px;
	    line-height: 60px;
	}
	.search {
	    margin-top: 16px;
	}
	.menu{
		margin-top: 21px;
	}
	.header-nav{
		width: 100%;
		height: calc(100vh - 60px);
	}
	.title-text h3{
		font-size: 18px;
		margin-bottom: 11px;
	}
	.title-text .xian-span{
		width: 85px;
		height: 3px;
	}
	.padd-60{
		padding: 30px 0;
	}
	.title-text{
		margin-bottom: 20px;
	}
	.index-news-right .index-news-div a{
		padding: 12px 10px 12px 10px;
	}
	.index-news-box .index-news-right{
		margin-top: 15px;
	}
	.index-news-right .index-news-div a .index-news-text h4{
		font-size: 15px;
		line-height: 24px;
		height: 48px;
	}
	.index-news-right .index-news-div a .index-news-text .time-span{
		font-size: 12px;
		padding-left: 25px;
	}
	.index-news-list a img,.index-news-list a span{
		width: 40px;
		height: 40px;
	}
	.index-news-list a{
		margin-bottom: 15px;
	}
	.index-news-list{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.title-text p {
	    font-size: 14px;
	    line-height: 26px;
		box-sizing: border-box;
		    padding: 0 20px;
	}
	.index-yj.on .index-yj-swiper .swiper-slide:nth-of-type(even){
		margin-top: 0;
	}
	.index-yj.on .index-yj-swiper .swiper-slide:nth-of-type(odd){
		margin-top: 0;
	}
	.index-yj-swiper .swiper-button-white{
		width: 35px;
		height: 35px;
		    background-size: 10px;
	}
	.index-yj-swiper {
	    box-sizing: border-box;
	    padding: 0 50px;
	}
	.index-yj-swiper .swiper-container{
		padding: 0;
	}
	.index-yj-swiper .swiper-slide a .yj-div span{
		height: 3px;
	}
	.index-about-left{
		margin-left: 0;
		float: none;
		margin-top: 0;
	}
	.index-about-right a h3, .index-about-left li a h4{
		font-size: 16px;
	}
	.index-about-left li a span {
	    width: 40px;
	    height: 40px;
	}
	.index-about-left li {
	    
	}
	.index-about-left li {
	    height: 150px;
	    margin-bottom: 5px;
		width: 100%;
	}
	.index-about-right a p{
		font-size: 14px;
		line-height: 28px;
	}
	.index-about-right a i{
		height: 3px;
	}
	.index-about-right a .index-about-text{
		padding: 0 20px;
	}
	.index-about-right a span{
		font-size: 12px;
		padding: 8px 35px 8px 25px;
		background-position: 80px;
		    margin-top: 29px;
	}
	
	.index-about-right a{
		padding: 180px 0;
	}
	.index-about-right{
		height: auto;
	}
	.index-baogao-left{
		width: 100%;
		margin-bottom: 10px;
	}
	.index-baogao-left a .index-baogao-left-img{
		height: 225px;
	}
	.index-baogao-right{
		width: 100%;
	}
	.index-baogao-right ul li {
	    width: 100%;
	    margin-right: 0;
		margin-bottom: 10px;
	}
	.index-baogao-right ul li a .index-baogao-text h3, .index-baogao-left-text h3{
		font-size: 16px;
	}
	.index-baogao-left-text{
		position: relative;
		padding: 15px;
		background: #cccccc;
	}
	.index-baogao-right ul li a .index-baogao-text{
		padding: 15px;
	}
	.more-a{
		margin-top: 30px;
	}
	.more-a a{
		font-size: 14px;
		background-size: 35px;
		padding: 18px 0 18px 50px;
	}
	.footer-left {
	    width: 76%;
	}
	.n-banner .n-text h3 {
	    font-size: 18px;
	}
	.nei-nav{
		display: none;
	}
	.n-banner .n-text p{
		font-size: 14px;
		line-height: 28px;
		    box-sizing: border-box;
		    padding: 0 25px;
	}
	.n-banner .n-text span img{
		display: block;
		margin: auto;
		height: 100%;
	}
	.n-banner .n-text span {
	    display: block;
	    margin: 12px auto;
	    height: 3px;
	}
	.n-banner .n-ban {
	    height: 285px;
	}
	.about-gs-text p,.about-gs-left p,.about-ld-detail-text p,.about-bj-text p,.mechanism-gc-text p,.mechanism-gc>p,.mechanism-bj-text p
	,.research-text p,.nei-text p{
		font-size: 14px!important;
		line-height: 28px!important;
	}
	.n-title h3 {
	    font-size: 16px;
	}
	.n-title {
	    margin-bottom: 10px;
	}
	.padd-30 {
	    padding: 20px 10px;
	}
	.about-gs-left h3{
		font-size: 15px;
	}
	.about-gs-left {
	    width: 100%;
	}
	.about-gs-right {
	    width: 100%;
		margin-top: 15px;
	}
	.top-nav{
		display: none;
	}
	.ld-ul-list li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 15px;
	    text-align: center;
	}
	.ld-ul-list li a .ld-img{
		height: auto;
	}
	.ld-ul-list li a .ld-img img{
		max-height: 170px;
	}
	.ld-ul-list li:hover .ld-img {
	    box-shadow: none;
	    transition: 0.4s;
	}
	.ld-ul-list li a .ld-text h3 {
	    font-size: 16px;
	}
	._page_container {
	    margin: 35px auto!important;
	}
	._page_container ._prev, ._page_container ._next, ._page_container ._home, ._page_container ._last {
	    font-size: 12px!important;
	}
	._page_container ._home, ._page_container ._last, ._page_container ._prev_text, ._page_container ._next_text{
			padding: 0 3px!important;
		}
		._page_container,._page_container ._prev, ._page_container ._next, ._page_container ._home, ._page_container ._last{
			font-size: 12px!important;
		}
		._page_container ._pages li{
			min-width: 18px!important;
			margin: 0 3px!important;
			padding: 0 3px!important;
		}
		._page_container{
			height: 25px!important;
			line-height: 25px!important;
		}
		._page_container ._jumper{
			margin-top: 15px!important;
		}
	
	.about-ld-detail-right {
	    width: 100%;
	    margin-top: 25px;
	}
	.about-ld-detail-left {
	    width: 100%;
	    text-align: center;
	}
	.about-ld-detail-name h3 {
	    font-size: 16px;
	}
	.dsj-div ul li h4{
		font-size: 15px;
	}
	.dsj-div ul li h4::after{
		width: 12px;
		height: 12px;
		left: -25px;
	}
	.dsj-div ul li{
		padding-left: 35px;
		    padding-bottom: 25px;
	}
	.dsj-div ul li::after{
		left: 16px;
	}
	.dsj-div ul li p,.dsj-div ul li p span{
		font-size: 14px!important;
		line-height: 28px;
	}
	.dsj-div {
	    margin-top: 30px;
	}
	.mechanism-gc-div h3,.mechanism-gc-text h3,.mechanism-gc>h3{
		font-size: 15px!important;
	}
	.mechanism-fw-ul li .fw-img {
	    width: 100%;
	    overflow: hidden;
	}
	.mechanism-fw-ul li .fw-right {
	    width: 100%;
	    margin-top: 13px;
		padding-right: 0;
	}
	.mechanism-fw-ul li .fw-right h4{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.mechanism-fw-ul li .fw-right p{
		font-size: 14px;
		line-height: 28px;
	}
	.mechanism-fw-ul li{
		margin-bottom: 15px;
	}
	
	.mechanism-fw-ul li .fw-new{
		padding: 0;
	}
	.mechanism-bj-ul li{
		width: 100%;
		padding: 15px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.mechanism-bj-ul li h3{
		font-size: 14px;
	}
	.mechanism-bj-ul li h3::after{
		width: 6px;
		height: 6px;
	}
	.research-ul li a .research-ul-left{
		width: 95px;
	}
	.research-ul li a .research-ul-right{
		
		padding: 5px 0px 5px 10px;
		width: calc(100% - 100px);
		margin-top: 0px;
	
	}
	.research-ul li a .research-ul-right p{
		font-size: 14px;
		height: auto;
		max-height: 96px;
		overflow: hidden;
		line-height: 24px;
	}
	.research-ul li a .research-ul-right h3{
		font-size: 15px;
		margin-bottom: 3px;
	}
	.research-ul li a .research-ul-right .time-div{
		font-size: 12px;
		padding: 7px 10px 7px 17px;
		    width: 73px;
		    background-size: 16px;
	}
	.research-ul li{
		margin-bottom: 15px;
	}
	.research-zl-ul tr td{
		font-size: 14px;
	}
	.research-zl-ul tr td{
		padding: 7px 7px;
	}
	.research-zl-ul tr.first-li td{
		font-size: 15px;
	}
	.nei-text h4, .nei-text h3{
		font-size: 15px!important;
		    margin-bottom: 10px;
	}
	.nei-text {
	    padding: 15px 0;
	}
	.industry-cy-ul li .cy-img img {
	    max-height: 55px;
	}
	.industry-cy-ul li .cy-img {
	   -webkit-box-align: center;
	       -ms-flex-align: center;
	       -webkit-align-items: center;
	       align-items: center;
	    min-height: 57px;
	}
	.industry-cy-ul li{
		width: 50%;
		padding: 10px;
	}
	.nei-text p span{
		font-size: 14px!important;
		line-height: 28px!important;
	}
	.dt-ul li a .dt-left-img{
		width: 100%;
	}
	.dt-ul li a .dt-right-text{
		width: 100%;
	}
	.dt-ul li a .dt-right-text h4{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.dt-ul li a .dt-right-text p{
		height: auto;
		margin-bottom: 10px;
	}
	.dt-ul li a .dt-right-text span{
		font-size: 12px;
	}
	.dt-ul li{
		padding: 13px 0;
	}
	.dt-detail-title h3 {
	    font-size: 15px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.dt-detail-title{
		padding: 13px 0;
	}
	.dt-detail-title span,.dt-detail-title .d-infor p a,.dt-detail-title .d-infor p{
	    font-size: 12px;
	}
	.dt-detail-top p{
		font-size: 14px;
	}
	.dt-detail-top {
	    box-sizing: border-box;
	    padding: 15px 5px;
	}
	.dt-detail-top.bg p{
		font-size: 18px;
	}
	.dt-detail-top.md p{
		font-size: 16px;
	}
	.dt-detail-top.sm p{
		font-size: 14px;
	}
	.dt-detail-else .dt-detail-else-left{
		width: 100%;
	}
	.dt-detail-else-right a {
	   
	    padding: 7px 20px;
	    
	}
	.dt-detail-else-right{
		margin-top: 8px;
	}
	.industry-cy-ul li p{
		font-size: 13px;
	}
	.hr-join-ul li .hr-div .zw{
		padding-left: 6px;
		    padding-right: 5px;
	}
	.hr-join-ul li .hr-div .tu i{
		width: 20px;
		height: 20px;
	}
	.hr-join-ul li .hr-div .tu i::before{
		height: 12px;
		top: 4px;
	}
	.hr-join-ul li .hr-div .tu i::after{
		width: 12px;
		top: 9px;
	}
	.hr-div-text{
		padding: 10px;
	}
	.hr-join-search p{
		width: 100%;
		height: 40px;
		margin-right: 0;
	}
	.hr-join-search{
		margin-bottom: 13px;
	}
	.qt-ul li {
	    width: 100%;
	    margin-right: 0;
	    background: #f7f7f7;
	    margin-bottom: 14px;
	}
	.qt-ul li a h4{
		font-size: 15px;
		height: auto;
		line-height: 24px;
	}
	.qt-ul li a .qt-text span{
		font-size: 12px;
	}
	.qt-ul li a .qt-text {
	    padding: 12px 9px;
	    box-sizing: border-box;
	}
	.dt-detail-top p span{
		font-size: 14px!important;
		line-height: 28px;
	}
	.platform-ul li {
	    padding: 10px;
	}
	.platform-ul li a .platform-left {
	    width: 100%;
		    padding: 0 5px;
			margin-top: 9px;
	}
	.platform-ul li a .platform-right {
	    width: 100%;
	}
	.platform-ul li a{
		    flex-direction: column-reverse;
	}
	.platform-ul li a .platform-left h3 {
	    font-size: 15px;
		    margin-bottom: 6px;
	}
	.platform-ul li a .platform-left h5{
		font-size: 14px;
		    margin-bottom: 6px;
	}
	.platform-ul li a .platform-left span{
		font-size: 12px;
		padding: 7px 20px;
		    margin-top: 21px;
	}
	.platform-cs-detail-top .platform-cs-detail-img {
	    width: 100%;
	    overflow: hidden;
		text-align: center;
	}
	.platform-cs-detail-top .platform-cs-detail-text {
	    width: 100%;
	}
	.platform-cs-detail-top{
		padding: 20px 0;
	}
	.platform-cs-detail-top .platform-cs-detail-text li {
	    margin-bottom: 12px;
	}
	.file-down a b{
		font-size: 15px;
	}
	.file-down a{
		padding: 10px 20px 10px 60px;
		background-position: 20px center;
		    transition: 0.4s;
		    background-size: 25px;
	}
	.platform-xz-ul li a .platform-xz-right span{
		font-size: 12px;
	}
	.platform-xz-ul li a .platform-xz-right{
		width: 80px;
		    margin-top: 0px;
	}
	.platform-xz-ul li a{
		padding: 10px 10px 10px 10px;
	}
	.platform-xz-ul li a .platform-xz-left h4{
		font-size: 15px;
		background-size: 24px;
		    padding: 8px 0 8px 35px;
	}
	.platform-xz-ul li a .platform-xz-left {
	    
	    width: 100%;
	}
	.platform-cs-list-ul li a .cs-list-left {
	    width: 100%;
	}
	.platform-cs-list-ul li a .cs-list-right{
		width: 100%;
	}
	.platform-cs-list-ul li a .cs-list-right {
	    padding: 15px 10px;
	}
	.platform-cs-list-ul li a .cs-list-right h4{
		font-size: 15px;
		margin-bottom: 8px;
	}
	.news-bg-ul li {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 13px;
	}
	
	.news-bg-ul li a .news-bg-text h3 {
	    font-size: 15px;
	}
	.news-bg-ul li a .news-bg-text {
	    padding: 13px 12px;
	    box-sizing: border-box;
	}
	.news-gg-zb li a h4{
		font-size: 15px;
		    color: #666666;
		    padding: 8px 0 8px 29px;
		    width: 100%;
			background-size: 21px;
	}
	.news-gg-zb li a span{
		width: 100%;
		text-align: right;
		font-size: 13px;
	}
	.search-box p{
		height: 35px;
		    width: 85%;
	}
	.search-ul li a h3{
		font-size: 15px;
	}
	
	.header-logo a .logo-pc{
		display: none;
	}
.logo-ico-pc{
		display: none;
	}
	.header-logo a .logo-mob{
		display: block;
	}

.header-logo a img{
width: 50px;
}

.logo-ico-pc,.logo-ico-pc1{display:none!important;}
.header-logo a .logo-mob1{    margin-right: 20px;}
	.header-logo a{
		width: 45px;
		padding-right: 0;
		float: left;
		display: flex;
		margin-top: 8px;
	}
	.wrap-nav{
		height: 100%;
	}
	.header-logo{
		width: 125px;
		    
		    height: 100%;
	}
	.header-logo a::after{
		width: 1px;
		    height: 38px;
			right: -8px;
			background: rgba(255,255,255,0.5);
	}
	
	.research-ul li{
		width: 100%;
		margin-right: 0%;
	}
	
	.research-ul li a .research-ul-left {
	    width: 100%;
	}
	.research-ul li a .research-ul-right {
	    padding: 15px 0px 5px 10px;
	    width: 100%;
	    margin-top: 0px;
	    text-align: center;
	}
	
	.research-zl-list li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 0;
	}
	.research-zl-list li h4 {
	    font-size: 14px;
	}
	
	
	
	
}

@media (max-width:500px) {}


.logo-mob-on2{display:none;}
.logo-pc2{display:none;}
.logo-pc-on2{display:inline-block;}
.on  .logo-pc-on2{display:none;}
.on .logo-pc2{display:inline-block;}

#header:hover .logo-pc2{ display:inline-block ;}
#header:hover .logo-pc-on2{ display:none ;}