.header{
	/*height: 100px;*/
	background: #fff;
	padding: 24px 0 20px;
}
.header .centerBox{
	/*height: 100%;*/
}
.logo{
	/*height: 100%;*/
}
.logo a{
	display: block;
	/*height: 100%;*/
}
.logo img{
	height: 100%;
	display: block;
}
.nav ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 56px;
	margin-left: 52px;
}
.nav ul li.active{
	color: #e60012;
}
.nav ul li a{
	display: block;
}
.menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    display: none;
    cursor: pointer;
}
.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.nav-m {
    display: block;
    width: 46%;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 999;
    background: #ffffff;
    height: 100%;
    transform: translate(100%,0px);
    transition: all 0.5s;
}   
.nav-left {
    width: 54%;
    position: fixed;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 80px;
    transform: translate(-100%,0px);
    transition: all 0.5s;
}
.l {
    position: relative;
}
.a {
    font-size: 16px;
    width: 100%;
    line-height: 60px;
    padding-left: 14%;
    display: block;
    box-sizing: border-box;
}



.banner .img{
	width: 100%;
	padding: 244px 0 204px;
}
.banner .prev,
.banner .next{
	background: none;
	width: 18px;
	height: 40px;
	outline: none;
	top: 49%;
}
.banner .prev{
	left: 46px;
}
.banner .next{
	right: 46px;
}
.banner .prev img,
.banner .next img{
	width: 100%;
	display: block;
}
.banner h3{
	font-size: 45px;
	line-height: 70px;
	color: #fff;
}
.index_box{
	background: url(../images/bj_02.jpg)no-repeat center;
	background-size: 100% 100%;
	padding: 70px 0 88px;
}
.index_title h3{
	font-size: 30px;
	color: #e60012;
	line-height: 60px;
	position: relative;
}
.index_title h3:after{
	position: absolute;
	content: "";
	width: 90px;
	height: 1px;
	background: #b1b1b1;
	left: 0;
	bottom: 0;
}
.index_title span{
	font-size: 18px;
	line-height: 44px;
	color: #666;
	text-transform: uppercase;
}
.index_research{
	width: 36.25%;
}
.index_news{
	width: 57.8%;
}
.index_title .more{
	width: 148px;
	height: 50px;
	background: #050501;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 18px;
}
.research{
	margin-top: 10px;
}
.research .swiper-slide img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.research .prev,
.research .next{
	background: rgba(0,0,0,0.67);
	width: 38px;
	height: 48px;
	outline: none;
	top: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.research .prev{
	left: 10px;
}
.research .next{
	right: 10px;
}
.research .prev img,
.research .next img{
	width: 14px;
	display: block;
}
.research .text{
	background: #fff;
	padding: 14px 32px 22px 24px;
}
.research .text p{
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.research .text .txt{
	height: 80px;
	overflow: hidden;
}
.research .text .txt,
.research .text .txt *{
	font-size: 14px;
	line-height: 20px;
}
.news_list ul li{
	background: #fff;
	padding: 13px 15px 17px;
	margin-top: 10px;
}
.news_list ul li a{
	display: flex;
}
.news_list ul li span{
	padding: 0 8px;
	font-size: 14px;
	color: #fff;
	background: #595957;
	margin-right: 14px;
	display: flex;
	align-items: center;
}
.news_list ul li .text{
	flex: 1;
}
.news_list ul li .text h3{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
}
.news_list ul li .text h4{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	height: 20px;
	margin-bottom: 8px;
}
.news_list ul li:hover span{
	background: #e60012;
}
.news_list ul li:hover h3{
	color: #e60012;
}
.index_service{
	padding: 66px 0 56px;
}
.index_service .index_title{
	text-align: center;
}
.index_service .index_title h3:after{
	left: 0;
	right: 0;
	margin: auto;
}
.service_swiper{
	margin-top: 20px;
	position: relative;
}
.service_swiper .prev,
.service_swiper .next{
	background: none;
	width: 14px;
	height: 30px;
	outline: none;
	top: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_swiper .prev{
	left: 10px;
}
.service_swiper .next{
	right: 10px;
}
.service_swiper .prev img,
.service_swiper .next img{
	width: 14px;
	display: block;
}
.service_swiper .swiper-container{
	max-width: 1070px;
	width: 89%;
	margin: auto;
}
.service_swiper .swiper-slide .img{
	border: 1px solid #e60012;
	height: 186px;
	width: 98%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_swiper .swiper-slide .img img{
	max-width: 100px;
	display: block;
}
.service_swiper .swiper-slide p{
	font-size: 16px;
	line-height: 58px;
	text-align: center;
}
.footer{
	background: #e6e6e6;
	padding: 70px 0 0;
}
.fot_cop{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #666;
	padding: 15px 0;
	border-top: 1px solid #d3d3d3;
}
.fot_nav:nth-child(1){
	width: 25%;
}
.fot_nav{
	width: 21%;
}
.fot_text{
	width: 39%;
}
.fot_wechat{
	width: 15%;
	text-align: right;
}
.fot_wechat>div{
	display: inline-block;
	text-align: center;
}
.fot_nav h3{
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 4px;
}
.fot_nav ul li,
.fot_text .txt,
.fot_text .txt *{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.fot_wechat img{
	margin-top: -10px;
	width: 100%;
	display: block;
}
.fot_wechat p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: 6px;
}
.fot_cop{
	margin-top: 48px!important;
}

.main_banner_w{
	position: relative;
}

.main_banner a{
	position: absolute;
	top: -100px;
	right: 0;
	font-size: 20px;
	color: #fff;

}
.main_banner{
	padding: 150px 0 140px;
	color: #fff;

}
.main_banner h3{
	font-size: 48px;
	line-height: 80px;
}
.main_banner h4{
	font-size: 26px;
	line-height: 40px;
}
.government{
	padding: 70px 0 58px;
}
.government ul li{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.government ul li:nth-child(3n){
	margin-right: 0;
}
.government ul li .img{
	width: 100%;
}
.government ul li .img img{
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 295px;
	object-fit: cover;
	display: block;
}
.government ul li p{
	border: 1px solid #c3c3c3;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	font-size: 18px;
	text-align: center;
	padding: 18px 0 16px;
}
.gui_main{
	padding: 80px 0 88px;
}
.gui_title{
	position: relative;
	text-align: center;
	padding-bottom: 4px;
}
.gui_title:after{
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	background: #e60012;
	border-radius: 4px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.gui_title span{
	font-size: 30px;
	line-height: 70px;
	position: relative;
}
.gui_title span:after,
.gui_title span:before{
	position: absolute;
	content: "";
	width: 255px;
	background: #333333;
	height: 2px;
	top: 48%;
}
.gui_title span:before{
	left: -284px;
}
.gui_title span:after{
	right: -284px;
}
.gui_a{
	padding: 120px 0 110px;
	position: relative;
}
.gui_a .txt{
	margin-top: 10px;
	margin-bottom: 26px;
	padding-left: 50px;
}
.gui_a .txt,.gui_a .txt *{
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}
.gui_a .sy{
	position: absolute;
	width: 60px;
	display: block;
	left: 0;
	top: 60px;
}
.gui_a .xy{
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 60px;
	display: block;
	transform: rotate(180deg);
}
.gui_b .img{
	width: 41.6%;
}
.gui_b .img img{
	width: 100%;
	display: block;
}
.gui_b .text{
	width: 58.4%;
/*	padding-left: 40px;*/
}
.gui_b .text ul li{
	margin-bottom: 46px;
}
.gui_b .text ul li:last-child{
	margin-bottom: 0;
}
.gui_b .text ul li h3{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.gui_b .text ul li .txt,
.gui_b .text ul li .txt *{
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.gui_lc{
	padding: 100px 0 0;
}
.gui_lc ul{
	margin-top: 50px;
	text-align: center;
}
.gui_lc ul li{
	position: relative;
	background: url(../images/bj.png)no-repeat center;
	background-size: 100%;
	width: 120px;
	height: 120px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 30px;
	padding: 45px 0;
	text-align: center;
	color: #fff;
	margin: 0 55px;
}
.gui_lc ul li p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.gui_lc ul li:after{
	position: absolute;
	content: "";
	background: url(../images/jt.png)no-repeat center;
	width: 50px;
	height: 100%;
	right: -80px;
    top: 0;
}
.gui_lc ul li:last-child:after{
	display: none;
}
.gui_lc ul:after{
	display: block;
	content: :"";
	clear: both;
}
.gui_main .government{
	padding: 90px 0 0;
}
.gui_main .government ul li{
	margin-top: 36px;
	width: 23%;
	float: left;
	margin-right: 2.666%;
}
.gui_main .government ul li:nth-child(3n){
	margin-right: 2.666%;
}
.gui_main .government ul li:nth-child(4n){
	margin-right: 0%;
}
.gui_main .government ul li img{
	height: 195px;
}
.gui_main .government ul li p{
	font-size: 16px;
	padding: 30px 0;
}
.topic ul{
	margin-top: -76px;
}
.topic ul li{
	margin-top: 76px;
	width: 46.66%;
	margin-right: 6.68%;
}
.topic ul li:nth-child(3n){
	margin-right: 6.68%;
}
.topic ul li:nth-child(2n){
	margin-right: 0;
}
.topic ul li p{
	font-size: 16px;
	padding: 40px 0;
}
.topic ul li .img img{
	height: 284px;
}
.she_title{
	font-size: 24px;
	line-height: 60px;
	color: #cc9f29;
	text-align: center;
	margin-bottom: 36px;
}
.she_title img{
	display: block;
	margin: auto;
}
.she_han{
	padding-top: 50px;
	position: relative;
}
.she_han img{
	width: 600px;
	margin: auto;
	display: block;
}
.she_han ul{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.she_han ul li{
	position: absolute;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.she_han ul li:nth-child(1){
	bottom: 40px;
	padding-right: 24px;
	text-align: right;
	left: 0;
}
.she_han ul li:nth-child(2){
	bottom: 50%;
	margin-bottom: 10px;
	left: 0;
	text-align: right;
	width: 340px;
}
.she_han ul li:nth-child(3){
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.she_han ul li:nth-child(4){
	bottom: 50%;
	margin-bottom: 10px;
	right: 0;
	text-align: left;
	width: 340px;
}
.she_han ul li:nth-child(5){
	bottom: 40px;
	padding-left: 24px;
	text-align: left;
	right: 0;
}
.she_ts{
	padding: 80px 0 134px;
}
.ts_a{
	padding: 40px 0 0;
}
.ts_quan{
	position: relative;
	padding-top: 20px;
}
.ts_quan img{
	width: 620px;
	display: block;
	margin: auto;
}
.ts_quan ul{
	position: absolute;
	width: 79%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.ts_quan ul li{
	width: 25%;
	position: absolute;
}
.ts_quan ul li,
.ts_quan ul li *{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.ts_quan ul li:nth-child(1){
	top: 50%;
	left: 0;
	margin-top: 40px;
	padding: 0 12px;
}
.ts_quan ul li:nth-child(2){
	top: 0;
	left: 22%;
	padding: 0 10px;
}
.ts_quan ul li:nth-child(3){
	top: 0;
	right: 22%;
	padding: 0 10px;
}
.ts_quan ul li:nth-child(4){
	top: 50%;
	margin-top: 40px;
	right: 0;
	padding: 0 12px;
}
.ts_b{
	padding-top: 60px;
}
.ts_c{
	padding-top: 70px;
}
.ts_d{
	padding-top: 50px;
}
.ts_kx img,
.ts_dy img,
.ts_jg img,
.she_lc img,
.shang_img img{
	max-width: 100%;
	height: auto!important;
	display: block;
	margin: auto;
}
.she_lc{
	padding-bottom: 84px;
}
.lc_img{
	margin-top: 50px;
}
.ling{
	margin-top: 70px;
	background: #fff;
	padding: 40px 0 0 54px;
	border-bottom: 2px solid #e5e5e5;
}
.ling h3,.hang h3{
	font-size: 24px;
	line-height: 40px;
	color: #7b7b7b;
	font-weight: bold;
	margin-bottom: 20px;
}
.ling dl dd{
	font-size: 16px;
	color: #797979;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-bottom: 40px;
}
.ling dl dd a{
	display: block;
}
.hang{
	margin-top: 40px;
}
.yw_main{
	padding: 0;
}
.yw_main .government{
	padding: 78px 0 54px;
}
.yw_main .government ul li{
	margin-bottom: 24px;
	margin-top: 0;
}
.yw_main .government ul li img{
	height: 254px;
}
.yw_main .government ul li p{
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 84px;
	overflow: hidden;
}
.about{
	padding: 60px 0 14px;
}
.about ul{
	margin-top: 30px;
}
.about ul li{
	margin-bottom: 36px;
}
.about ul li h3{
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}
.about ul li .txt,
.about ul li .txt *{
	font-size: 16px;
	line-height: 30px;
}
.he{
	padding-bottom: 60px;
}
.he ul{
	margin-top: 64px;
}
.he ul li{
	float: left;
	width: 138px;
	height: 138px;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff;
	margin-right: 72px;
	margin-bottom: 40px;
}
.he ul li h2{
	text-align: center;
	display: none;
}
.he ul li .cg{
	opacity: 0;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 50%;
	padding: 30px 20px;
	z-index: 999;
	box-shadow: 3px 3px 5px 5px #cccccc;
	left: 50%;
	transform:translate(-50%,-50%) scale(1);
	 transition:all 0.5s;
}
.he ul li p{
	text-align: center;
	display: none;
}
.he ul li:hover h2{
	display: block;
}
.he ul li:hover p{
	display: block;
}
.he ul li:hover .cg{
	   opacity: 1;
    transition:all 0.5s;
    transform:translate(-50%,-50%) scale(1.5);
}
.he ul li:nth-child(6n){
	margin-right: 0;
}
.he ul li img{
	display: block;
	margin: auto;
	border: 1px solid #a6a6a6;
	width: 100%;
	border-radius: 100%;
	max-height: 100%;
}
.shangshi{
	padding: 60px 0 80px;
}
.shang_a .gui_title{
	margin-bottom: 44px;
}
.a_box{
	margin-bottom: 70px;
}
.shang_b .shang_img{
	margin-top: 30px;
}
.shang_c{
	margin-top: 74px;
}
.shang_c .gui_title{
	margin-bottom: 40px;
}
.yy .centerBox{
	background: #fff;
	padding: 50px 0 40px;
	border-bottom: 4px solid #dedede;
}
.shu_title span:after,
.shu_title span:before{
	background: #e8eaf6;
}
.mt80{
	margin-top: 80px;
}
.hx9 ul{
	margin-top: 44px;
}
.yy ul{
	padding: 0 ;
	margin-top: 60px;
	font-size: 0;
	text-align: center;
}
.yy ul li{
	width: 22.5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}
.yy ul li p{
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: center;
	margin-bottom: 10px;
}
.yy ul li .img{
	height: 90px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yy ul li .img img{
	max-height: 90px;
	display: block;
}
.yy ul li h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: 10px 0 0;
}
.yy ul li h4{
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	color: #666;
}

.san_title h3{
	text-align: center;
}

.san_title img{
	margin: 0 auto; 
	display: block;
}

.san_title{
font-size: 24px;
    line-height: 60px;
    color: #cc9f29;
    text-align: center;
    margin-bottom: 36px;
}
.zf_ri{
	display: none;
}
.banner .swiper-pagination-bullet {
	display: none;
    width: 12px;
    height: 12px;
    background: none;
    opacity: 1;
    border: none;
    background: #e6e6e6;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
}
.banner .swiper-pagination-bullet-active {
    background: #e60012;
}
.index20{
	display: none;
}
.tutu1{
	display: none;
	width: 100%;
}
.pc_banner,.pc_lsit{
    display: block;
}
.sj_banner,.sj_list{
    display: none;
}