﻿@charset "utf-8";


html{
	overflow-y: scroll;
}

body{
	font-family:;
	background:;
	color:;
	font-size:;
	line-height:;
}

/*静止移动设备滑动*/
.sure{
	touch-action: none; 
}
.padding-lr50{
	padding-left: 50px;
	padding-right: 50px;
}
.padding-lr5x{
	padding-left: 10%;
	padding-right: 10%;
}
.padding-lr6x{
	padding-left: 13%;
	padding-right: 13%;
}
@media (max-width: 1650px) {
	.padding-lr5x{
		padding-left: 6%;
		padding-right: 6%;
	}	
}
@media (max-width: 1550px) {
	.padding-lr5x{
		padding-left: 5%;
		padding-right: 5%;
	}	
}
@media (max-width: 768px) {
	.padding-lr50{
		padding-left: 15px;
		padding-right: 15px;
	}	
}


.atrmalv-mnrgsa{
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 40px;
}	
.atrmalv-mnrgsa h3{
	color: #010101;
	font-size: 30px;
	position: relative;
	padding-bottom: 28px;
}	
.atrmalv-mnrgsa h3:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -43px;
	bottom: -2px;
	z-index: 1;
	width: 86px;
	height: 3px;
	background-color: #1C9B96;
}		

@media (max-width: 768px){
	.atrmalv-mnrgsa h3{
		font-size: 20px;
		padding-bottom: 18px;
	}		
	.atrmalv-mnrgsa h3:after{
		margin-left: -30px;
		width: 60px;
		height: 3px;
	}											
}	


/*栅格*/
.width-x{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;	
}
.width-1600{
	width: 1630px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}
.width-1400{
	width: 1430px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}
.width-1300{
	width: 1330px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}
.width-1200{
	width: 1230px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1650px) {
	.width-1600{
		width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media (max-width: 1450px) {
	.width-1600,
	.width-1400{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1250px) {
	.width-1600,
	.width-1400,
	.width-1200{
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1074px) {
	.width-1600,
	.width-1400,
	.width-1200{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*/栅格*/


/*--------------------------------动画、过渡--------------------------------*/

/*通用过度*/
.transition {
	transition: all .25s linear;
}

/*针对图片-缩放*/
.transition-img {
	transition: transform 0.25s linear;
}
.transition:hover .transition-img{
	transform:scale(1.07);
}

/*针对文字-变色*/
.transition-color {
	transition: color 0.3s linear;
}
.transition:hover.transition-color,
.transition:hover .transition-color{
	color: #C1162A;
}
.transition:hover.color1,
.transition:hover .color1{
	color: #C1162A;
}

.transition:hover.color2,
.transition:hover .color2{
	color: #FFF;
}

/*针对文字-变背景*/
.transition-background {
	transition: background-color 0.3s linear;
}
.transition:hover.transition-background,
.transition:hover .transition-background{
	background-color: #293256;
}
.transition:hover.transition-background1,
.transition:hover .transition-background1{
	background-color: #293256;
}

/*--------------------------------/动画、过渡--------------------------------*/





/*--------------------------------内容页模板1--------------------------------*/
.news-show{
	padding-top: 70px;
	padding-bottom: 70px;
}	
.show-tit h5{
  font-size: 24px;
  color: #171717;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}	
.show-tit p {
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
  padding-top: 15px;
}
.show-tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.show-nanst{
	padding-top: 15px;
}
.show-nanst p {
  text-align: left;
  font-size: 15px;
  color: #515151;
  line-height: 2;
  margin-bottom: 2%;
}
.news-show .link {
  margin: 3.5% auto 0;
}
.news-show .link p {
  padding-top: 15px;
}
.news-show .link p a {
  font-size: 14px;
  color: #a8a8a8;
}
.news-show .link p a:hover{
	color: #C1162A;
}
.show-nanst img{
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100%;
	margin: 0 auto;
}


@media (max-width: 767px) {
	.news-show {
    padding-top: 35px;
    padding-bottom: 50px;
	}	
}
/*--------------------------------/内容页模板1--------------------------------*/







/*--------------------------------内容页模板2--------------------------------*/
.pc-slide{
	width: 47%;
	float: left;
}	
.pc-simerg{
	float: right;
	width: 49%;
}
.preview .swiper-slide img{
	display: block;
	width: 100%; 
	cursor: pointer;
}
.view .swiper-slide img{
	display: block;
	width: 100%; 
	cursor: pointer;
}
.preview{
	margin-top: 14px;
}
.pc-simerg-tit h5{
  font-size: 16px;
  color: #383838;
  margin: 3% 0;
}
.pc-simerg-txt{
	margin: 6% 0;
}
.pc-simerg-txt p {
  margin: 4px 0;
  line-height: 150%;
  font-size: 14px;
  color: #787878;
}
.kbrtga{
	padding: 2% 0;
}
.preview .swiper-slide{
	padding: 0 1px;
}
.preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 1px;
}
.preview .active-nav img {
  border: 1px solid #1C9B96;
}
@media (max-width: 767px) {
	.pc-slide{
		float: none;
		width: 100%;
	}
	.pc-simerg{
		float: none;
		width: 100%;		
	}
	.pc-simerg-tit h5 {
    font-size: 21px;
    color: #1C9B96;
    margin: 0;
    padding-top: 8%;
	}	
	.pc-simerg-txt {
	  margin: 3% 0;
	}	
}

.nb-cpzxrg{
  /*margin: 4% 0;*/
  padding: 3% 0;
  border-top: 1px solid #eee;
}	
.nb-cpzxrg-tit{
  margin-bottom: 3%;
  border-bottom: 1px solid #eee;
}
.nb-cpzxrg-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1C9B96;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.nb-cpzxrg-news{
	line-height: 1.75;
	font-size: 14px;
  color: #787878;
}


.link {
  /*margin: 3.5% auto 0;*/
  font-size: 15px;
}
.link p {
  padding-top: 15px;
}
.link p a {
  font-size: 14px;
  color: #a8a8a8;
}
.link p a:hover {
  color: #1C9B96;
}

@media (max-width: 768px) {
	.nb-cpzxrg-tit h5{
	  width: 100px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  background: #1C9B96;
	  color: #fff;
	  font-size: 14px;
	}
	.nb-cpzxrg-news{
	  font-size: 13px;
	}
}


.kbrtga {
	padding-top: 6%;
	padding-bottom: 10%;
}
.preview {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.arrow-left {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231C9B96'%2F%3E%3C%2Fsvg%3E") !important;
	display: inline-block;
	z-index: 99999999;
}
.arrow-right {
	cursor: pointer;
	width: 26px;
	height: 26px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231C9B96'%2F%3E%3C%2Fsvg%3E") !important;
	transform: rotate(180deg);
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	z-index: 99999999;
}  
/*--------------------------------/内容页模板2--------------------------------*/





/*-----------------------------------分页-----------------------------------*/
.page1-cenrat ul{
	text-align: center;
	font-size: 0;
}
.page1-cenrat ul li{
	display: inline-block;
	margin: 0 2.5px;	
	vertical-align: middle;
	padding-bottom: 15px;
}
.page1-cenrat ul li *{
	color: #6f6f6f;
	font-size: 14px;	
}
.page1-cenrat ul li a,
.page1-cenrat ul li span{
	border: 1px solid #D3D3D3;
	padding: 5px 12px;
	line-height: initial;
	display: block;
}
.page1-cenrat ul li a[href]:hover,
.page1-cenrat ul li a[href]:hover span{
	background-color: #EFEFEF;
	color: initial;
}
.page1-cenrat ul li a,
.page1-cenrat ul li span{
	color: #c5c5c5;
}
.page1-cenrat ul li a[href]{
	color: #6f6f6f;
}
.page1-cenrat ul li.active a,
.page1-cenrat ul li span.current{
	background-color: #CD1E19;
	border-color: #CD1E19;
	color: #FFF;		
}
.page1-cenrat ul li.page1-num{
	color: #C89C5A;
	font-size: 14px;
	margin-left: 20px;		
}
@media (max-width: 768px){
	.page1-cenrat ul li.page1-num{
		display: none;
	}
}
/*-----------------------------------/分页-----------------------------------*/


 


/*--------------------------------通用头部---------------------------------*/	
.header-pc,
.header-pc-gao{
	display: none;
}
@media (min-width: 1200px) {
	.header-pc,
	.header-pc-gao{
		display: block;
	}
}

.header-pc{
	border-bottom: 1px solid #EAEAEA;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
}
.header-pc,
.header-pc-gao{
	height: 91px;
}
.header-pc-div{
	background-color: #E89631;
}
.header-pc-top{
	padding-left: 15px;
	padding-right: 15px;
}
.header-pc-right{
	position: relative;
}
.header-pc-logo_tit{
	padding-top: 0px;
	line-height: 1.6;
	padding-left: 20px;
	margin-left: 20px;
	color: #2A2A2A;
	font-size: 15px;
	border-left: 1px solid #A3A3A3;
}	
.header-pc-dh{
	text-align: right;
	padding-right: 12px;
}
.header-pc-dh-titx{
	width: 100%;
}
.header-pc-dh-titx h5{
	color: #636363;
	font-size: 15px;
}
.header-pc-dh-titx h6{
	color: #636363;
	font-size: 15px;
}
.header-pc-dh-titx h6 b{
	font-weight: 100;
	font-size: 17px;
	color: #FA6222;
	padding-left: 10px;
}
.header-pc-dsf{
	margin-left: 25px;
}
.header-pc-dsf a{
	margin-left: 15px;
}
.header-pc-nav-div ul li{
	position: relative;
}
.header-pc-nav-div ul li > a{
	display: block;
	line-height: 60px;
	padding: 0 .3rem;
	color: #434343;
	font-size: 16px;
	font-weight: bold;
}
.header-pc-nav-div ul li.on > a{
	color: #D20001;
}

.header-pc-ertdg{
	position: absolute;
	left: 50%;
	top: 100%;
	width: 150px;
	margin-left: -75px;
	z-index: 100;
	text-align: center;
	padding-top: 12px;
	display: none;
}	
.header-pc-ertdg dl{
	border: 1px solid #ECECEC;
	background-color: #FFF;	
	padding: 15px 0;
}	
.header-pc-ertdg a{
	font-size: 14px;
	display: block;
	color: #676767;
	line-height: 2;
}
.header-pc-ertdg a:hover{
	color: #D20001;
}	

@media (max-width: 1550px) {
	.header-pc-nav-div ul li > a {
    padding: 0 .25rem;
    font-size: 15px;
	}		
}	


/*搜索*/
.header-ss-pc{
	position: relative;
}	
.header-ss-pc img {
  cursor: pointer;
  position: relative;
  top: 1px;
}	
.search-ss-pc {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 999;
  width: 300px;
  background-color: #FFF;
  border-top: 3px solid #D20001;
  box-shadow: 0 3px 10px #929292;
}		
.search-ss-pc-form-div {
  width: 100%;
}	
.search-ss-pc-text input {
  display: block;
  width: 100%;
  height: 52px;
  background-color: #FFF;
  font-size: 14px;
  border: none;
  padding: 0 15px;
}	
.search-ss-pc-submit {
  padding-right: 13px;
}	
.search-ss-pc-submit input {
  width: 58px;
  height: 32px;
  font-size: 14px;
  color: #FFF;
  background-color: #D20001;
  border: none;
  cursor: pointer;
  transition: all 0.15s linear;
}	
.search-ss-pc-submit input:hover{
	background-color: #B10001;
}			

@media (max-width: 1400px) {
	.header-pc-loste img{
		width: 148px;
	}	
	.header-ss-pc img{
		width: 18px;
	}
	.header-pc-ertdg {
    padding-top: 15px;
	}		
}	


/*头部-移动端*/
@media (min-width: 1200px) {
	.header-wap{
		display: none;
	}	
}	

.header-wap-gao,
.header-wap-baow{
	height: 60px;
	background-color: #FFF;
}
.header-wap-baow{
	padding: 0 15px;
	border-bottom: 1px solid #EAEAEA;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.header-wap-logo a img{
	width: 100px;
}
.header-wap-ico-zk{
	display: block;
	width: 24px; 
}
.header-wap-ico-gb{
	display: none;
	width: 26px; 
}
 
.header-wap-zeten{
	position: fixed;
	width: 100%;
  left: 0;
  top: 60px;
  z-index: 99;
  background-color: #212125;
  height: calc(100% - 60px);
  padding: 15px 15px 35px;
  overflow-y: auto;
  display: none;
}
.header-wap-nav_kai ul li > a {
  color: #EAEAEA;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #2A2A2A;
  display: block;
  padding: 13px 15px;
  position: relative;
}
.header-wap-nav_kai ul li > a.header-wap-jt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 5px solid transparent;
  border-top: 5px solid #EAEAEA;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}
.header-wap-nav_kai ul li.on > a.header-wap-jt:after {
  border-top: 5px solid #D20001;
}
.header-wap-nav_kai ul li.on > a{
	color: #D20001;
}

.header-wap-ertdg {
  position: relative;
  right: 0px;
  padding-top: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  display: none;
  border-bottom: 1px solid #2A2A2A;
}
.header-wap-ertdg dl {
  background-color: transparent;
  padding: 13px 0;
  padding-left: 0;
}
.header-wap-ertdg dl a {
  color: #EAEAEA;
  font-weight: 100;
  line-height: 24px;
  font-size: 13px;
  display: block;
  padding: 0 15px;
  padding-left: 30px;
  position: relative;
}
.header-wap-ertdg dl a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
  width: 4px;
  height: 4px;
  background-color: #EAEAEA;
  overflow: hidden;
  border-radius: 100px;
}
.header-wap-ertdg dl a:hover{
	color: #D20001;
}
.header-wap-ertdg dl a:hover:after{
	background-color: #D20001;
}
.header-wap-dh{
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
}
.header-wap-dh-titx{
	padding-left: 10px;
}
.header-wap-dh-titx h5{
	color: #EAEAEA;
	font-size: 15px;
}
.header-wap-dh-titx h6{
	color: #CD281E;
	font-size: 15px;
}
.header-wap-dsf a{
	margin-left: 7.5px;
	margin-right: 7.5px;
}

/*搜索*/
.header-ss-wap{
	position: relative;
}	
.header-ss-wap img {
  cursor: pointer;
  position: relative;
  top: 1px;
}	
.search-ss-wap {
  width: 100%;
  background-color: #FFF;
  border-top: none;
  margin-bottom: 15px;
}		
.search-ss-wap-form-div {
  width: 100%;
}	
.search-ss-wap-text input {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #FFF;
  font-size: 14px;
  border: none;
  padding: 0 15px;
}	
.search-ss-wap-submit {
  padding-right: 8px;
}	
.search-ss-wap-submit input {
  width: 58px;
  height: 32px;
  font-size: 14px;
  color: #FFF;
  background-color: #D20001;
  border: none;
  cursor: pointer;
  transition: all 0.15s linear;
}	
.search-ss-wap-submit input:hover{
	background-color: #7BA828;
}		
/*/头部-移动端*/	

/*--------------------------------通用头部---------------------------------*/	



.dt a{
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	height: 492px;
}		
.kaorgx{
	text-align: left;
	line-height: 1.6;
	height: 100%;
}	
.kaorgx h5{
	font-size: 21px;
	color: #FFF;
	position: relative;
	border-bottom: 3px solid #D20001;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 6px;
}
.kaorgx h6{
	font-size: 28px;
	color: #FFF;	
	line-height: 1.4;
}	
@media (max-width: 1400px) {
	.dt a{
		height: 350px;
	}
}		
@media (max-width: 1250px) {
	.dt a{
		height: 320px;
	}
}	
@media (max-width: 1074px) {
	.kaorgx h5{
		font-size: .46rem;
	}
	.kaorgx h6{
		font-size: .38rem;
	}	
	
	.kaorgx{
		-moz-box-pack: center;
		-webkit-box-pack: center;
		-o-box-pack: center;
		-ms-flex-pack: center;
		box-pack: center;			
	}	
}
@media (max-width: 768px) {
	.kaorgx h5{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.kaorgx h6{
		font-size: 14px;
	}				
	.dt a{
		height: 200px;
	}		
}











.dt-lb1 .swiper-slide a{
	display: block;
	position: relative;
	cursor: -webkit-grab;
}	
.dt-lb1-swiper-img img{
	width: 100%;
}	

.dt-lb1-swiper-tits{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #FFF;
	line-height: 1.5;
}
.dt-lb1-swiper-strt{
	width: 6.7rem;
}
.dt-lb1-swiper-strt h3{
	font-size: .48rem;
	margin-bottom: .4rem;
	text-shadow:2px 2px 5px #333333;
}
.dt-lb1-swiper-strt p{
	font-size: .18rem;
	text-shadow:2px 2px 5px #333333;
}
.dt-lb1-swiper-gd{
	background-color: #0D97FF;
	color: #FFF;
	font-size: .16rem;
	text-align: center;
	border-radius: 100px;
	display: inline-block;
	width: 1.6rem;
	line-height: .4rem;
	margin-top: .55rem;
	cursor: pointer;
}

/*左右箭头设置*/
.swiper-container .hide{
  opacity:0;
}
.dt-lb1 .swiper-button-next,
.dt-lb1 .swiper-button-prev{
  transition:opacity 0.5s;
}

.dt-lb1 .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
	left: 25px;
	width: 23px;
	height: 40px;	
	background-size: 23px auto;
}
.dt-lb1 .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
	transform:rotate(180deg);
	right: 25px;
	width: 23px;
	height: 40px;
	background-size: 23px auto;
}	

/*渐显*/
.dt-lb1 .swiper-slide-active{
	animation-name: opacity2;
	animation-duration: 1.3s;
}
@keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}	
	
/*分页器设置*/
.dt-lb1 .swiper-pagination{
	bottom: .4rem;
}
.dt-lb1 .swiper-pagination-bullet{
  opacity: 1;
  background: transparent;	
  border: 2px solid rgba(255,255,255,.5); 
  width: 14px;
  height: 14px;
  margin: 0 6px !important;
}
.dt-lb1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
  border-color: #FFF;
}

@media (max-width: 1350px) {
	.dt-lb1 .swiper-button-prev {
		left: 15px;
		width: 20px;
		height: 36px;	
		background-size: 20px auto;
	}
	.dt-lb1 .swiper-button-next {
		right: 15px;
		width: 20px;
		height: 36px;
		background-size: 20px auto;
	}			
}
@media (max-width: 1074px) {
	.dt-lb1 .swiper-pagination-bullet{
	  width: 10px;
	  height: 10px;
	  margin: 0 4px !important;
	}		
	.dt-lb1 .swiper-pagination{
		bottom: .75rem;
	}		
	.dt-lb1 .swiper-button-next,
	.dt-lb1 .swiper-button-prev{
		opacity: 0 !important;
	}
}





.meirtgc-qyrgm{
	text-align: center;
	min-height: 240px;
	padding-top: 75px;
	background: url(../images/p3.png) center top no-repeat;
}	
.meirtgc-qyrgm-tis{
	font-size: 32px;
	font-weight: bold;
	color: #D20001;
}	
.meirtgc-qyrgm-img{
	padding: 23px 0;
}
.meirtgc-qyrgm-img img{
	margin: 0 auto;
	display: block;
}	
.meirtgc-qyrgm-fnrtg{
	color: #666666;
	font-size: 20px;
	line-height: 1.5;
}	

@media (max-width: 1074px) {
	.meirtgc-qyrgm-tis {
    font-size: 24px;
	}	
	.meirtgc-qyrgm-img{
		padding: 12px 0;
	}
	.meirtgc-qyrgm-img img {
    width: 160px;
	}
	.meirtgc-qyrgm-fnrtg {
    font-size: 16px;
	}
	.meirtgc-qyrgm {
	  padding-top: 35px;
	  background-size: cover !important;
	  min-height: auto;
	  padding-bottom: 50px;
	}	
}

.meirtgc{
	padding-bottom: 100px;
}	
.kmrtfc{
	margin-top: 50px;
}	
.kmrtfc-left-a1{
	padding-top: 20px;
}	
.kmrtfc-left-a1 h4{
	font-size: 26px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
	line-height: 1.4;
}	
.kmrtfc-left-a1 h4:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100px;
	height: 3px;
	background-color: #D20001;
}
.kmrtfc-durgmx{
	color: #666666;
	font-size: 16px;
	line-height: 1.9;
	margin-top: 38px;
}

.kmrtfc-left{
	width: 50%;
	float: left;
}
.kmrtfc-right{
	width: 50%;
	float: right;
	padding-left: 28px;
}
.kmrtfc-right-milurt{
	border-bottom: 28px solid #D20001;
	border-right: 28px solid #D20001;
	position: relative;
}
.kmrtfc-right-milurt img{
	width: 100%;
}
.kmrtfc-right-milurt:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -28px;
	z-index: 1;
	width: 28px;
	height: 28px;
	background-color: #FFF;
}
.kmrtfc-butdc{
	margin-top: 28px;
}
.kmrtfc-butdc a{
	display: inline-block;
	background-color: #D20001;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	width: 128px;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
	transition: background-color .25s linear;
}
.kmrtfc-butdc a:hover{
	background-color: #B10001;
}

.kmrtfc-xianrtgx{
	line-height: 2.1;
}

.kmrtfc-heant-ragart{
	width: 30px;
	height: 30px;
	border-radius: 100px;
	overflow: hidden;
	background-color: #FFF;
	border: 2px solid #BFBEC0;
	position: relative;
}
.kmrtfc-heant-ragart:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: #BFBEC0; 
	border-radius: 100px;
	overflow: hidden;
}

.kmrtfc-heant li.on .kmrtfc-heant-ragart{
	background-color: #FFF;
	border: 2px solid #D20001;
}
.kmrtfc-heant li.on .kmrtfc-heant-ragart:after{
	background-color: #D20001; 
}

.kmrtfc-heant-ragart{
	margin-left: 24px;
}
.kmrtfc-heant-img img{
	display: none;
}
.kmrtfc-heant-img img:first-child{
	display: block;
}

.kmrtfc-heant ul{
	margin-top: -1.7rem;
}
.kmrtfc-heant li{
	margin-top: 1.7rem;
}

.kmrtfc-heant li.on .kmrtfc-heant-img img{
	display: block;
}
.kmrtfc-heant li.on .kmrtfc-heant-img img:first-child{
	display: none;
}
.kmrtfc-namtyg{
	padding-right: 50px;
}
.kmrtfc-heant{
	height: 100%;
}
.kmrtfc-heant ul{
	position: relative;
}
.kmrtfc-heant ul:after{
	content: "";
	position: absolute;
	right: 14px;
	top: 40px;
	z-index: -1;
	width: 1px;
	background-color: #E4E4E4;
	height: calc(100% - 60px);
}

@media (max-width: 1400px) {
	.kmrtfc-namtyg{
		display: none;
	}
	.kmrtfc-left-a1 h4 {
    font-size: 21px;
    padding-bottom: 15px;
    line-height: 1.4;
	}	
	.kmrtfc-heant-img img {
		width: 46px;
	}

	.kmrtfc-heant-ragart{
		width: 20px;
		height: 20px;
	}
	.kmrtfc-heant-ragart:after{
		margin-left: -5px;
		margin-top: -5px;
		width: 10px;
		height: 10px;
	}
	.kmrtfc-heant ul:after {
    right: 9px;
    top: 30px;
	}	
	.kmrtfc-right-milurt {
    border-bottom: 15px solid #D20001;
    border-right: 15px solid #D20001;
	}
	.kmrtfc-right-milurt:after {
    bottom: -20px;
    width: 20px;
    height: 20px;
	}
}

@media (max-width: 1200px) {
	.kmrtfc-right{
		display: none;
	}
	.kmrtfc-left{
		width: 100%;
	}
	.kmrtfc-left-a1 {
    padding-top: 0px;
	}
	.kmrtfc {
    margin-top: 20px;
	}
	.kmrtfc-durgmx {
    margin-top: 25px;
	}
	.meirtgc {
    padding-bottom: 50px;
	} 
}

.jiemtfg{
	background: url(../images/t2.jpg) center top no-repeat;
	background-size: cover;
	height: 577px;
}	
.jiemtfg-tits{
	text-align: center;
}
.jiemtfg-tits h4{
	position: relative;
	font-size: 48px;
	color: #FFF;
	padding-bottom: 35px;
}
.jiemtfg-tits h4:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	z-index: 1;
	width: 100px;
	height: 4px;
	background-color: #D20001;
}
.jiemtfg-newtx{
	color: #FFF;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
	max-width: 870px;
	margin: 0 auto;
	margin-top: 45px;
}
.jiemtfg-buts{
	text-align: center;
	margin-top: 50px;
}
.jiemtfg-buts a{
	display: inline-block;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	border-radius: 5px;
	color: #FFF;
	width: 196px;
	line-height: 48px;
	transition: all 0.25s linear;
}
.jiemtfg-buts a:hover{
	background-color: #FFF;
	color: #000; 
}

@media (max-width: 1400px) {
	.jiemtfg{
		height: 410px;
	}
	.jiemtfg-div {
		zoom: .8;
	}
}

@media (max-width: 768px) {
	.jiemtfg-tits h4 {
    font-size: 36px;
    padding-bottom: 25px;
	}	
	.jiemtfg-tits h4:after {
    margin-left: -40px;
    width: 80px;
    height: 3px;
	}		
	.jiemtfg-newtx {
    line-height: 1.5;
    font-size: 16px;
    max-width: 870px;
    margin-top: 30px;
	}		
	.jiemtfg-buts {
    margin-top: 30px;
	}
	.jiemtfg{
		height: 350px;
	}	
}


.qidamrt .meirtgc-qyrgm {
	background: none;
}	


.wenndrt ul{
	margin-left: -1px;
	overflow: hidden;
}
.wenndrt ul li{
	width: 33.3333%;
	float: left;
	border-left: 1px solid #B8B5B7;
}	
.wenndrt ul li a{
	display: block;
	background-color: #DCDADB;
	padding-bottom: 35px;
}	
.wenndrt-img img{
	width: 100%;
}
.wenndrt-tit{
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	transition: color .25s linear;
	height: 57px;
}
.wenndrt ul li a:hover .wenndrt-tit{
	color: #D20001;
}

@media (max-width: 1400px) {
	.wenndrt-tit{
		font-size: 26px;
		padding-top: 13px;
	}	
}
@media (max-width: 768px) {
	.wenndrt-tit{
		font-size: 16px;
		font-weight: 300;
		padding: 0 15px;
		padding-top: 13px;
		line-height: 1.5;
	}	
	.wenndrt ul li a {
		padding-top: 20px;
    padding-bottom: 20px;
	}	
	.qidamrt .meirtgc-qyrgm{
		padding-bottom: 25px;
	}
}



.gaowolrt-lisrtg{
	margin-top: 25px;
}	
.gaowolrt-lisrtg ul{
	overflow: hidden;
}
.gaowolrt-lisrtg ul li{
	float: left;
	width: 25%;
	border: 2px solid #EDEDED;
	padding: 0 60px;
	padding-top: .9rem;
	padding-bottom: 30px;
	cursor: pointer;
	transition: background-color .25s linear;
}	

@media (min-width: 1074px) {
	.gaowolrt-lisrtg ul li:nth-child(2),
	.gaowolrt-lisrtg ul li:nth-child(3){
		border-left-width: 1px;
		border-right-width: 1px;
	}
}

.gaowolrt-sra-a3{
	color: #393939;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.4;
	padding-left: 35px;
	transition: color .25s linear;
}
.gaowolrt-sra-a4{
	font-size: 16px;
	color: #666666;
	line-height: 1.7;
	margin-top: 38px;
	height: 185px;
	overflow: hidden;
	transition: color .25s linear;
}

.gaowolrt-sra-a2 img{
	display: none;
}
.gaowolrt-sra-a2 img:first-child{
	display: block;
}

.gaowolrt-lisrtg ul li:hover{
	background-color: #D20001;
}
.gaowolrt-lisrtg ul li:hover .gaowolrt-sra-a3{
	color: #FFF;
}
.gaowolrt-lisrtg ul li:hover .gaowolrt-sra-a4{
	color: #FFF;
}

.gaowolrt-lisrtg ul li:hover .gaowolrt-sra-a2 img{
	display: block;
}
.gaowolrt-lisrtg ul li:hover .gaowolrt-sra-a2 img:first-child{
	display: none;
}

@media (max-width: 1400px) {
	.gaowolrt-lisrtg ul li {
		padding: 0 30px;
		padding-top: .6rem;
	}
	.gaowolrt-sra-a2 img{
		width: 60px;
	}
	.gaowolrt-sra-a3 {
    font-size: 18px;
    padding-left: 22px;
	}
	.gaowolrt-sra-a4 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 25px;
    height: 185px;
	}
}
@media (max-width: 1250px) {
	.gaowolrt-sra-a2 img {
	  width: 52px;
	}	
	.gaowolrt-sra-a3 {
    font-size: 16px;
    padding-left: 15px;
	}
}
@media (max-width: 1074px) {
	.gaowolrt-lisrtg ul li {
		width: 50%;
	}
	.gaowolrt-lisrtg ul{
		border: 1px solid #EDEDED;
	}	
}
@media (max-width: 768px) {
	.gaowolrt-lisrtg ul li {
		width: 100%;
		margin-top: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gaowolrt-lisrtg ul {
    border: none;
	}
	.gaowolrt-sra-a4 {
    margin-top: 15px;
    height: auto;
	}
}


.cmshrba-div article{
	display: flex;
	margin-top: 16px;
}	
.cmshrba-div article:first-child{
	margin-top: 0;
}
.cmshrba-icwam{
	position: relative;
}
.cmshrba-tyox{
	overflow: hidden;
	border-radius: 10px;
}
.cmshrba-tyox a{
	display: block;
}
.cmshrba-stit{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 40px;
	transition: opacity .25s linear;
	background-color: rgba(0,0,0,.5);
}
.cmshrba-ylaim{
	line-height: 1.5;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(143,196,46,.8);
	text-align: center;
	padding: 0 14%;
	transition: opacity .25s linear;
}
.cmshrba-ylaim h5{
	font-size: 20px;
	padding-bottom: 15px;
}
.cmshrba-jnes{
	font-size: 14px;
	line-height: 1.65;
}
.cmshrba-simg img{
	width: 100%;
}
.cmshrba-right{
	margin-left: 16px;
}
.cmshrba-right .cmshrba-tyox:nth-child(2){
	margin-top: 16px;
}


.cmshrba-div article:nth-child(even){
	flex-direction: row-reverse;
}
.cmshrba-div article:nth-child(even) .cmshrba-right {
  margin-left: 0;
  margin-right: 16px;
}
.cmshrba{
	margin-top: 2.5%;
}

.cmshrba-left{
	flex: 1;
}
.cmshrba-right{
	flex: 1.036;
}	

@media (max-width: 1680px){
	.cmshrba-left{
		flex: 1;
	}
	.cmshrba-right{
		flex: 1.034;
	}		
}
@media (max-width: 1500px){
	.cmshrba-right{
		flex: 1.03;
	}		
}

@media (max-width: 1250px){
	.cmshrba-left{
		flex: 1;
	}
	.cmshrba-right{
		flex: 1.02;
	}	
}
@media (max-width: 768px){
	.cmshrba-right{
		margin-left: 5px;
	}
	.cmshrba-right .cmshrba-tyox:nth-child(2){
		margin-top: 5px;
	}	
	.cmshrba-ylaim{
		display: none !important;
	}
	.cmshrba-stit {
    bottom: auto;
    top: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    font-size: 16px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 10px #000;
	}	
	.cmshrba-div article{
		display: flex;
		margin-top: 5px;
	}	
	.cmshrba-div article:first-child{
		margin-top: 0;
	}	
	.cmshrba-div article:nth-child(even) .cmshrba-right {
	  margin-left: 0;
	  margin-right: 5px;
	}	
}

.cmshrba-mostg{
	font-size: 18px;
	color: #FFF;
	line-height: 1.5;
	border-bottom: 2px solid #FFF;
	display: inline-block;
}
.cmshrba-mostg span{
	padding-left: 20px;
	position: relative;
	top: 3px;
}
.cmshrba-tstrc{
	color: #FFF;
	font-size: 28px;	
	line-height: 1.5;
}
.cmshrba-cuobbe{
	margin-top: 35px;
}
.cmshrba-stit{
	padding-left: 50px;
	padding-right: 50px;
}

.cmshrba{
	margin-top: -21px;
	/*margin-bottom: 30px;*/
}
.cmshrba-dunrtg{
	background-color: #D20001;
	font-size: 15px;
	color: #FFF;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
	line-height: 40px;
	width: 140px;
	text-align: center;
}

.cmshrba-right .cmshrba-tstrc{
	font-size: 22px;
}
.cmshrba-right .cmshrba-stit {
	padding-bottom: 20px;
}
.cmshrba-right .cmshrba-cuobbe {
  margin-top: 20px;
}
.cmshrba-right .cmshrba {
  margin-bottom: 23px;
}

.cmshrba-qsimbv{
	margin-top: 60px;
}



@media (max-width: 1074px){
	.cmshrba-cuobbe{
		display: none !important;
	}
	.cmshrba-tstrc {
    font-size: 16px !important;
	}
	.cmshrba-stit {
    padding: 15px;
	}
	.cmshrba-dunrtg {
    font-size: 13px;
    line-height: 33px;
    width: 118px;
	}
	.cmshrba {
    /*margin-bottom: 10px;*/
    margin-top: -25px;
	}
	.cmshrba-right .cmshrba-stit {
    padding-bottom: 20px;
	}
}
@media (max-width: 768px){
	.cmshrba-right{
	}
	.cmshrba-div article{
		display: block !important;
	}
	.cmshrba-left{
		width: 100%;
	}
	.cmshrba-stit{
		top: auto;
		bottom: 0;
	}
	.cmshrba-right{
		margin-top: 10px;
	}
	.cmshrba-right .cmshrba-tyox:nth-child(2) {
    margin-top: 10px;
	}
	.cmshrba-right {
		margin-left: 0;
	}
	
	.clisrtg .meirtgc-qyrgm{
		padding-left: 15px;
		padding-right: 15px;
	}
	.cmshrba-qsimbv{
		margin-top: 15px;
	}
	.cmshrba-tstrc {
    font-size: 14px !important;
	}
	.cmshrba {
   margin-top: -31px;
	}
}





.hamentg{
	height: 80px;
}
@media (max-width: 1250px) {
	.hamentg{
		height: 65px;
	}	
}
@media (max-width: 1074px) {
	.hamentg{
		height: 50px;
	}	
}
@media (max-width: 768px) {
	.hamentg{
		height: 23px;
	}	
}




	/*--------------------------------通用底部---------------------------------*/
	
	/*底部-PC*/
	@media (max-width: 1200px){
		.footer-pc{
			display: none;
		}
	}		
	
	.footer-pc{
		background-color: #23292F;
	}
	.footer-pc-categ-div{
		padding-left: 50px;
		padding-right: 50px;
	}
	.footer-pc-ggy{
		background-color: #1285CB;
		padding: 20px 0;
	}	
	.footer-pc-ggy_left{
		color: #FFF;
		font-size: 15px;
	}
	.footer-pc-ggy_left font{
		font-size: 18px;
	}
	.footer-pc-ggy_right a span{
		color: #ABCBE7;
		font-size: 15px;
		padding-right: 12px;
	}
	.footer-pc-ggy_right a img{
		width: 6px;
	}
	.footer-pc-ggy_right a:hover span{
		color: #FFF;
	}
	
	
	
	
	.footer-pc-categ{
		padding-top: 75px;
		padding-bottom: 56px;
	}
	.footer-pc-tiert1{
		width: 580px;
	}
	.footer-pc-tiert_top h3{
		color: #FFF;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.footer-pc-tiert_top p{
		line-height: 1.5;
		color: #BBBBBB;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.footer-pc-tiert_top a{
		color: #0174A1;
		font-size: 14px;
	}
	.footer-pc-tiert_top a:hover{
		text-decoration: underline;
	}
	
	.footer-pc-tiert_bot h3{
		color: #666666;
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 35px;
	}
	.footer-pc-tiert_bot p{
		line-height: 1.7;
		color: #666666;
		font-size: 12px;
		margin-bottom: 30px;
	}
	.footer-pc-tiert_bot p span{
		padding: 0 8px;
	}
	.footer-pc-tiert-nav h3{
		color: #FFF;
		font-size: 18px;
	}
	
	.footer-pc-tiert-nav_sul{
		margin-top: 22px;
	}
	.footer-pc-tiert-nav_sul ul li{
		line-height: 1.8;
	}
	.footer-pc-tiert-nav_sul ul li a{
		font-size: 14px;
		color: #BBBBBB;
	}
	.footer-pc-tiert-nav_sul ul li a:hover{
		color: #FFF;
	}
	
	.footer-pc-tiert-rwma h5{
		color: #666666;
		font-size: 14px;
	}
	.footer-pc-tiert-rwm_tit{
		margin-left: -30px;
		margin-top: 10px;
	}
	.footer-pc-tiert-rwm_tit dl{
		margin-left: 30px;
	}
	.footer-pc-tiert-rwm_tit dd{
		color: #666666;
		font-size: 12px;
		text-align: center;
		line-height: 1.5;
		padding-top: 5px;
	} 
	
	.footer-pc-tiert-rwm_img{
		padding: 0 30px;
		margin-top: 25px;
	}
	
	.footer-pc-tiert-btisr{
		color: #666666;
		font-size: 14px;
		line-height: 1.5;
	}
	.footer-pc-tiert-btisr h4{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-pc-tiert-btisr p{
		font-size: 12px;
	}
	.footer-pc-tiert-btisr p span{
		display: block;
	}
	
	.footer-pc-tiert3,
	.footer-pc-tiert4{
		padding-top: 57px;
	}
	.footer-pc-tiert5{
		width: 350px;
	}
	
	.footer-pc-ico{
		margin-left: -12px;
	}
	.footer-pc-ico a{
		padding: 0 12px;
	}
	
	@media (max-width: 1450px) {
		.footer-pc-tiert1{
			width: 450px;
		}
	}
	@media (max-width: 1250px) {
		.footer-pc-tiert1{
			width: 300px;
		}
	}
	
	.footer-pc-lbsurt{
		padding: 25px 50px;
	}	
	.footer-pc-lbsurt{
		color: #999999;
		font-size: 14px;
		line-height: 1.5;
	}
	.footer-pc-lbsurt a:hover{
		color: #FFF;
	}
	.footer-pc-srtgex{
		margin-top: 20px;
	}
	.footer-pc-dsf a{
		display: inline-block;
		margin-left: 10px;
	}
	.footer-pc-dhrt{
		color: #000000;
		font-size: 24px;
		line-height: 1.5;
		margin-top: 25px;
	}
	.footer-pc-tmie{
		color: #585858;
		font-size: 14px;	
		line-height: 1.5;
		margin-top: 5px;
	}
	.crtmab{
		text-align: right;
	}
	.footer-pc-tiert-nav h3{
		color: #000000;
	}
	.footer-pc-tiert-nav_sul ul li a {
	  font-size: 14px;
	  color: #585858;
	}
	.footer-pc-tiert-nav_sul ul li a:hover{
		color: #000;
	}
	.footer-pc-lbsurt-tsite{
		color: #868686;
		font-size: 14px;
	}
	.footer-pc-lbsurt-tsite span{
		padding: 0 18px;
	}
	.footer-pc-lbsurt-tsite a{
		color: #868686;
	}
	.footer-pc-lbsurt-tsite a:hover{
		color: #000;
	}
	
	
	
	
	
	.footer-pc-lbsurt{
		border-top: 1px solid #15181C;
		background-color: #15181C;
	}
	.footer-pc-dsf a{
		display: inline-block;
		margin-left: 10px;
	}
	.footer-pc-dhrt{
		color: #000000;
		font-size: 24px;
		line-height: 1.5;
		margin-top: 25px;
	}
	.footer-pc-tmie{
		color: #585858;
		font-size: 14px;	
		line-height: 1.5;
		margin-top: 5px;
	}
	.crtmab{
		text-align: right;
	}
	.footer-pc-tiert-nav h3{
		color: #FFF;
	}
	.footer-pc-tiert-nav_sul ul li a {
	  font-size: 14px;
	  color: #C8C8C8
	}
	.footer-pc-tiert-nav_sul ul li a:hover{
		color: #FFF;
		text-decoration: underline;
	}
	.footer-pc-lbsurt-tsite{
		color: #E0E0E0;
		font-size: 13px;
	}
	.footer-pc-lbsurt-tsite span{
		padding: 0 18px;
	}
	.footer-pc-lbsurt-tsite a{
		color: #626262;
	}
	.footer-pc-lbsurt-tsite a:hover{
		color: #FFF;
	}
	.footer-pc-lbsurt-div{
		text-align: center;
	}
	
	.footer-pc-tiert-nav_sul ul li.titsrex a:hover{
		color: #C8C8C8;
		text-decoration: none;
	}	
	
	.footer-pc-icos{
		margin-top: -5px;
	}
	.footer-pc-icos a{
		margin-left: 10px;
	}
	
	.footer-pc-categ-div article{
		border-left: 1px solid #383D42;
		padding-left: 4.6%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer-pc-categ-div article:first-child{
		border-left: 0;
		padding-left: 0;
	}
	
	
	@media (max-width: 1450px) {
		.footer-pc-categ-div article{
			padding-left: 3.3%;
		}
	}

	@media (max-width: 1400px) {
		.footer-pc-categ-div article{
			padding-left: 3.3%;
		}
		.footer-pc-tiert-nav h3 {
    	font-size: 16px;
		}
		.footer-pc-tiert-nav_sul ul li a {
	    font-size: 13px;
		}		
	}	
	/*/底部-PC*/
	
	
	/*底部-移动端*/
	
	@media (min-width: 1200px){
		.footer-wap{
			display: none;
		}
	}	
	
	.footer-wap{
		background-color: #1E1E1E;
		padding: 15px 15px 25px;
	}	
	.footer-wap-list_h3{
	  border-bottom: 1px solid #2A2A2A;
	}
	.footer-wap-list_h3 h3{
		font-size: 14px;
		font-weight: 100;
		color: #EAEAEA;
		position: relative;	
		padding: 13px 15px;
	}
	.footer-wap-list_h3 h3:after {
	  content: "";
	  position: absolute;
	  right: 15px;
	  top: 50%;
	  margin-top: -3px;
	  z-index: 1;
	  width: 0;
	  height: 0;
	  overflow: hidden;
	  border-left: 5px solid transparent;
	  border-top: 5px solid #EAEAEA;
	  border-bottom: 5px solid transparent;
	  border-right: 5px solid transparent;
	}
	.footer-wap-list_h3.on h3:after {
	  border-top: 5px solid #CD281E;
	}
	.footer-wap-list_h3.on h3{
		color: #CD281E;
	}
	
	.footer-wap-ertdg {
	  position: relative;
	  right: 0px;
	  padding-top: 0px;
	  top: 0px;
	  z-index: 1;
	  width: 100%;
	  display: none;
	  border-bottom: 1px solid #2A2A2A;
	}
	.footer-wap-ertdg dl {
	  background-color: transparent;
	  padding: 8px 0;
	  padding-left: 0;
	}
	.footer-wap-ertdg dl a {
	  color: #EAEAEA;
	  font-weight: 100;
	  line-height: 24px;
	  font-size: 13px;
	  display: block;
	  padding: 0 15px;
	  padding-left: 30px;
	  position: relative;
	}
	.footer-wap-ertdg dl a:after {
	  content: "";
	  position: absolute;
	  left: 15px;
	  top: 50%;
	  margin-top: -2px;
	  z-index: 1;
	  width: 4px;
	  height: 4px;
	  background-color: #EAEAEA;
	  overflow: hidden;
	  border-radius: 100px;
	}
	.footer-wap-ertdg dl a:hover{
		color: #CD281E;
	}
	.footer-wap-titse{
		color: #EAEAEA;
		font-size: 12px;
		padding: 10px 15px;
		line-height: 20px;
	}
	
	.footer-wap-ewrtgx_imgrt{
		padding: 20px 0 20px;	
		border-bottom: 1px solid #2A2A2A;
	}
	.footer-wap-ewrtgx_ewm{
		margin: 0 10px;
	}
	.footer-wap-ewrtgx_ewm h6{
		color: #666666;
		font-size: 12px;
		line-height: 2.1;
		text-align: center;
	}
	.footer-wap-fenx{
		padding-top: 18px;
	}
	.footer-wap-fenx a{
		margin: 0 12px;
	}
	.footer-wap-bqxrt{
		color: #666666;
		font-size: 12px;	
		line-height: 1.8;
		padding-top: 18px;
	}
	/*/底部-移动端*/	
	
	/*--------------------------------/通用底部---------------------------------*/
	
	



.nlieutg-namrga{
	color: #0A0A0A;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
}	

.nlieutg-div{
	padding-top: 85px;
	padding-bottom: 85px;
}
.nlieutg-namwetx{
	line-height: 1.7;
	margin-top: 20px;
}
.nlieutg-namwetx-left{
	width: 50%;
	float: left;
	color: #666666;
	font-size: 16px;
	padding-right: 30px;
	word-break:break-all;
}
.nlieutg-namwetx-right{
	width: 50%;
	float: left;
	color: #666666;
	font-size: 16px;	
	padding-left: 30px;
	word-break:break-all;
}

@media (max-width: 1250px) {
	.nlieutg-namwetx-left,
	.nlieutg-namwetx-right{
		width: 100%;
		float: none;
	}
	.nlieutg-namwetx-left{
		padding-right: 0px;
		font-size: 14px;
	}	
	.nlieutg-namwetx-right{
		padding-left: 0;
		margin-top: 20px;
		font-size: 14px;
	}
	.nlieutg-namrga {
    font-size: 22px;
	}
	.nlieutg-div {
    padding-top: 40px;
    padding-bottom: 40px;
	}
}




.qidamrt-rtgamx ul{
	text-align: center;
}
.qidamrt-rtgamx ul li{
	display: inline-block;
	padding: 0 18px;
	margin-bottom: 35px;
}
.qidamrt-rtgamx ul li a{
	font-size: 26px;
	font-weight: bold;
	color: #0A0A0A;
	border-bottom: 4px solid transparent;
	padding: 0 10px;
	padding-bottom: 5px;
}
.qidamrt-rtgamx ul li a:hover{
	color: #D20001;
}
.qidamrt-rtgamx ul li.on a{
	color: #D20001;
	border-bottom: 4px solid #D20001;
}
.qidamrt{
	padding-top: 80px;
}

@media (max-width: 768px) {
	.qidamrt-rtgamx ul li a{
		font-size: 14px;
	}
	.qidamrt-rtgamx ul li {
    padding: 0 10px;
	}
	.qidamrt-rtgamx ul li a {
    border-bottom: 2px solid transparent;
    padding: 0 5px;
    padding-bottom: 4px;
	}
	.qidamrt-rtgamx ul li.on a {
    border-bottom: 2px solid #D20001;
	}		
	.qidamrt {
		padding-top: 40px;
	}	
}	
	
	
	
/*------------------------------媒体查询------------------------------*/

/*笔记本以下*/
@media (max-width: 1250px) {
	
}

/*PC端*/
@media (min-width: 1201px){
	
}

/*笔记本*/
@media (min-width: 1025px) and (max-width: 1200px) {
	
}

/*平板*/
@media (min-width: 768px) and (max-width: 1024px) {
	
}

/*手机端*/
@media (min-width: 320px) and (max-width: 767px) {
	
}

/*------------------------------/媒体查询------------------------------*/
