


html{
	overflow-y: scroll;
}

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

/*静止移动设备滑动*/
.sure{
	touch-action: none; 
}

.padding-lr-1x{
	padding-left: 4.5%;
	padding-right: 4.5%;
}
.padding-lr-2x{
	padding-left: 10%;
	padding-right: 10%;
}
@media (max-width: 1450px) {
	.padding-lr-1x{
		padding-left: 3%;
		padding-right: 3%;
	}	
}

.ztimg-div img{
	width: 100%;
}	

.sratit-kaisa{
	text-align: center;
	line-height: 1.6;
}	
.sratit-kaisa h3{
	font-size: 36px;
	color: #292829;
}
@media (max-width: 768px){
	.sratit-kaisa h3{
		font-size: 24px;
	}	
}
	
.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: #0D7944;
}		

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


.mbartg{
	background-color: #EFEFEF;
	padding-top: 23px;
	padding-bottom: 23px;
}	
.mbartg-xsret-right{
	color: #8C8C8C;
	padding-left: 15px;
}
.mbartg-xsret-right a:hover{
	color: #0D7944;
}

@media (max-width: 768px){
	.mbartg-xsret-left img{
		width: 18px;
	}
	.mbartg-xsret-right{
		font-size: 12px;
		padding-left: 8px;
	}
	.mbartg{
		padding-top: 16px;
		padding-bottom: 16px;		
	}
}


/*栅格*/
.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;
}

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








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

.header-pc{
	border-bottom: 1px solid rgba(90,90,90,.3);
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.header-pc,
.header-pc-gao{
	height: 94px;
}
.header-pc-deratx{
	padding-left: 15px;
	padding-right: 15px;
}	
.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 30px;
	color: #FFF;
	font-size: 16px;
}
.header-pc-nav-div ul li.on > a{
	border-bottom-color: #0D7944;
	color: #0D7944;
}

.header-pc-cenrtx{
	padding-right: .3rem;
}
.header-pc-ertdg{
	position: absolute;
	left: 50%;
	top: 100%;
	background-color: rgba(255,255,255,.85);
	width: 150px;
	margin-left: -75px;
	z-index: 100;
	text-align: center;
	padding: 15px 0;
	display: none;
	border: 1px solid rgba(255,255,255,.85);
}	
.header-pc-ertdg a{
	font-size: 14px;
	display: block;
	color: #676767;
	line-height: 2;
}
.header-pc-ertdg a:hover{
	color: #0D7944;
}	

.header-ss-pc-zyw{
	position: relative;
	margin-left: 45px;
}
.header-ss-pc-zyw > a{
	color: #FFF;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 10px;
}
.header-ss-pc-zyw > a:hover{
	color: #0D7944;
}
.header-ss-pc-zyw  > a.on{
	background-color: #0D7944;
	color: #FFF;
	text-decoration: none;
}
	
/*搜索*/
.header-ss-pc{
	position: relative;
	margin-left: 8px;
	padding-bottom: 1px;
}	
.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 #0D7944;
  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: #0D7944;
  border: none;
  cursor: pointer;
  transition: all 0.15s linear;
}	
.search-ss-pc-submit input:hover{
	background-color: #0B673A;
}		
@media (max-width: 1450px) {
	.header-pc-nav-div ul li > a{
		padding: 0 25px;
		font-size: 16px;
	}		
}
@media (max-width: 1250px) {
	.header-pc-nav-div ul li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}	


.header-ss-erxl{
	display: inline-block;
}	
.header-ss-erxl a.on {
  background-color: #0D7944;
  color: #FFF;
  text-decoration: none;
  
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 10px;  
}	
.header-ss-pc-zyw{
	position: relative;
}	
.qimgrv{
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
	width: 78%;
	text-align: center;
	background-color: #0D7944;
	display: none;
	
}	
.qimgrv a{
	display: block;
	color: #FFF;
	line-height: 38px;
	border-top: 1px solid #0C7140;
}
.qimgrv a:first-child{
	font-size: 14px;
}
.qimgrv a:hover{
	background-color: #0B673B;
}
.header-ss-erxl:hover .qimgrv{
	display: block;
}


/*头部-移动端*/
@media (min-width: 1250px) {
	.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: 136px;
}
.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: 100;
  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 #0D7944;
}
.header-wap-nav_kai ul li.on > a{
	color: #0D7944;
}

.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: #0D7944;
}
.header-wap-ertdg dl a:hover:after{
	background-color: #0D7944;
}
.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: #0D7944;
	font-size: 15px;
}

.header-wap-dsf{
	padding-top: 30px;
}
.header-wap-dsf a{
	margin-left: 10px;
	margin-right: 10px;
}

/*搜索*/
.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: #0D7944;
  border: none;
  cursor: pointer;
  transition: all 0.15s linear;
}	
.search-ss-wap-submit input:hover{
	background-color: #0B673A;
}		
/*/头部-移动端*/	

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









/*--------------------------------通用底部---------------------------------*/

/*底部-PC*/
@media (max-width: 1200px){
	.footer-pc{
		display: none;
	}
}		

.footer-pc{
	background-color: #161616;
}
.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: 15px;
}

.footer-pc-tiert-nav_sul{
	margin-top: 28px;
}
.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{
	padding-right: 5%;
}

.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: 18px 0;
}	
.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 #262626;
}
.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: #626262;
	font-size: 14px;
}
.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-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;
	background-color: #252525;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	overflow: hidden;
}
.footer-pc-icos a:hover{
	background-color: #0D7944;
}
/*/底部-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 #0D7944;
}
.footer-wap-list_h3.on h3{
	color: #0D7944;
}

.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: #0D7944;
}
.footer-wap-ertdg dl a:hover:after {
	background-color: #0D7944;
}

.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;
}
/*/底部-移动端*/	

/*--------------------------------/通用底部---------------------------------*/











/*--------------------------------内容页模板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: 36px;
  color: #0D7944;
  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 #0D7944;
}
@media (max-width: 767px) {
	.pc-slide{
		float: none;
		width: 100%;
	}
	.pc-simerg{
		float: none;
		width: 100%;		
	}
	.pc-simerg-tit h5 {
    font-size: 26px;
    color: #0D7944;
    margin: 0;
    padding-top: 8%;
	text-align: center;
	}	
	.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:  #0D7944;
  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:  #0D7944;
	  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'%230D7944'%2F%3E%3C%2Fsvg%3E") !important;
	display: inline-block;
	z-index: 99;
}
.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'%230D7944'%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: 99;
}  
/*--------------------------------/内容页模板2--------------------------------*/





/*-----------------------------------分页-----------------------------------*/
.page1{
	padding-top: 75px;
}
.page1-cenrat ul{
	text-align: left;
	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: 12px 18px;
	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: #0D7944;
	border-color: #0D7944;
	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;
	}
}
/*-----------------------------------/分页-----------------------------------*/




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

/*笔记本以下*/
@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) {
	
}

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