@charset "utf-8";

html{
	overflow-y: scroll;
}

body{
	font-family:;
	background:;
	color:;
	font-size:;
	line-height:;
	overflow-x: hidden;
}

/*静止移动设备滑动*/
.sure{
	touch-action: none; 
} 
body.sure{
	position: fixed;
	width: 100%;
} 

.dt{
	position: relative;
}
.dt a{
	display: block;
}
.dt a img{
	width: 100%;
}
.kaorgx{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.6;
}	
.kaorgx h5{
	font-size: .38rem;
	color: #0050A5;
}
.kaorgx h6{
	font-size: .26rem;
	color: #0050A5;	
}

@media (max-width: 1074px) {
	.kaorgx h5{
		font-size: .46rem;
	}
	.kaorgx h6{
		font-size: .38rem;
	}		
}
@media (max-width: 768px) {
	.kaorgx h5{
		font-size: 16px;
	}
	.kaorgx h6{
		font-size: 12px;
	}				
}

/*栅格*/
.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-top: 50px;
	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: #0071C6;
}

/*--------------------------------/动画、过渡--------------------------------*/



/*搜索*/
.search{
	display: none;
}
/*/搜索*/

/*--------------------------------通用头部--------------------------------*/


/*头部-PC*/
@media (max-width: 1074px) {
	.header-pc{
		display: none;
	}	
}

@media (max-width: 1450px) {
	.header-pc-top .width,
	.header-pc-nav.width{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1250px) {
	.header-pc-top .width,
	.header-pc-nav.width{
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1074px) {
	.header-pc-top .width,
	.header-pc-nav.width{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.header-pc-div{
	/* background-color: rgba(190,97,29,.7); */
	background-color: #ED7822;
	border-radius: 8px;
}
.header-pc-div.index_header{
	background-color: rgba(190,97,29,.7);
}
.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{
	width: 100%;
}
.header-pc-nav-div ul li{
	position: relative;
}
.header-pc-nav-div ul li > a{
	display: block;
	line-height: 60px;
	padding: 0 15px;
	color: #FFFFFF;
	font-size: 14px;
}
.header-pc-nav-div ul li.on > a{
	border-bottom-color: #EE7D01;
}

.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 #ECECEC;
}	
.header-pc-ertdg a{
	font-size: 14px;
	display: block;
	color: #676767;
	line-height: 2;
}
.header-pc-ertdg a:hover{
	color: #EE7D01;
}


.header-pc{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 999;
	left: 50%;
	margin-left: -615px;
}	

.header-pc-top-snav{
	/*background-color: #E89631;*/
}		
.gscz-search-text input{
	border: none;
	background-color: transparent;
	color: #FFF;
	font-size: 14px;
	padding-right: 15px;
}
.gscz-search-submit input{
	border: none;
	background: url(../images/ss.png) center center no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}	
.header-pc-right{
	padding: 0 5.5%;
}
.header-pc-ertdg {
	top: 100%;
}
.header-pc-nav-div ul li > a {
	line-height: 70px;
}

.jielsmt{
	position: relative;
}
.jielsmt-div{
	cursor: pointer;
	pointer-events: none;
}	
.jielsmt-cen{
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	pointer-events: auto;
	font-size: 14px;
}	
.jielsmt-right{
	pointer-events: auto;
}

.jielsmt-durtg{
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  padding-top: 15px;
  display: none;
}
.jielsmt-durtg a{
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;	
  padding-top: 8px;
  padding-bottom: 8px;	
  background-color: #FFF;
}
.jielsmt:hover .jielsmt-durtg{
	display: block;
}
.jielsmt-durtg a:hover{
	background-color: #d2c1b5;
}

@media (max-width: 1250px) {
	.header-pc-logo_tit{
		display: none;
	}
	.header-pc-nav-div ul li > a {
    padding: 0 10px;
	}
	.header-pc-nav-div ul li > a {
    line-height: 50px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
	}	
	.header-pc-right {
    top: 12px;
	}	
}


@media (max-width: 1250px) {
	.header-pc{
		left: 50%;
		margin-left: -512px;
	}			
	.header-pc-right{
		padding: 0 5%;
	}		
	.header-pc-right {
  	top: 0;
	}
	.header-pc-ertdg {
    top: 107%;
	}
	.header-pc-nav-div ul li > a {
    line-height: 62px;
    border-bottom: none;
    font-size: 15px;
	}
	.header-pc-ertdg {
		top: 100%;
	}		
	.header-pc-logo_img img{
		width: 52px;
	}
}





.header-pc-hxirtg{
	margin-right: 20px;
	position: relative;
	border-right: 1px solid #c1733b;
	padding-right: 20px;
}
.header-pc-shrtg img{
	display: none;
	cursor: pointer;
}
.header-pc-shrtg img:first-child{
	display: block;
}
.gscz-search-text{
	display: block;
	max-width: 142px;
}
.header-pc-hxirtg{
	position: relative;
}	
.header-pc-shrtg{
	position: relative;
	z-index: 10;
}
.nb-header-gscz{
	position: absolute;
	right: 23px;
	top: -29px;
	z-index: 1;
	width: 236px;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
}	
.gscz-search{
	height: 100%;
}
.gscz-search-text input{
	height: 32px;
	width: 100%;
	display: block;
	background-color: #FFF;
	color: #363636;
	padding: 0 10px;
}
.gscz-search-submit input{
  width: 58px;
  height: 32px;
  font-size: 14px;
  color: #ffffff;
  background: #cd7e46;
  border: none;
  cursor: pointer;
  transition: all 0.15s linear;
  border-left: 1px solid #d08047;
}
.gscz-search-submit input:hover{
	background-color: #B46731;
}
.nb-header-gscz{
	display: none;	
}
@media (max-width: 1250px){
	.nb-header-gscz {
    height: 62px;
	}	
	.nb-header-gscz {
		top: -21px;
	}
	.header-pc-logo_img img {
    width: 90px;
	}
	.header-pc-logo_img img {
    width: 56px;
	}
	.header-pc-right {
    padding-left: 2.2%;
	}
	.coartg {
    margin-right: 30px;
	}
}

.coartg{
	color: #FFF;
	font-size: 14px;
	margin-right: 65px;
}
.coartg-right{
	padding-left: 10px;
}

@media (max-width: 1250px){
	.coartg {
    margin-right: 30px;
	}
}


/*/头部-PC*/


/*头部-移动端*/
@media (min-width: 1074px) {
	.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 #CBCBCB;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.header-wap-logo a img{
	width: 50px;
}
.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 #EE7D01;
}
.header-wap-nav_kai ul li.on > a{
	color: #EE7D01;
}

.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: #EE7D01;
}
.header-wap-ertdg dl a:hover:after{
	background-color: #EE7D01;
}
.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: #EE7D01;
	font-size: 15px;
}
.header-wap-dsf a{
	margin-left: 7.5px;
	margin-right: 7.5px;
}

.sourtgcx{
	background-color: #FFF;
}	
.sourtgcx-text input {
  height: 46px;
  padding: 0 12px;
  line-height: initial;
	display: block;
  width: 100%;
  background-color: #FFF;
  font-size: 14px;
  border: none; 
}	
.sourtgcx-submit input {
  width: 58px;
  height: 32px;
  font-size: 14px;
  color: #FFF;
  background-color: #EE7D01;
  border: none;
  cursor: pointer;
  transition: all 0.15s linear;
}
.search-submit input:hover input{
	background-color: #B05D01;
}
.sourtgcx-submit {
  padding-right: 8px;
}
.header-wap-nav_div{
	margin-top: 25px;
}
/*/头部-移动端*/

/*--------------------------------/通用头部--------------------------------*/


/*--------------------------------通用底部---------------------------------*/

/*底部-PC*/
@media (max-width: 1074px){
	.footer-pc{
		display: none;
	}
}		
.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{
	background-color: #333333;
	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: 16px;
}

.footer-pc-tiert-nav_sul{
	margin-top: 28px;
}
.footer-pc-tiert-nav_sul ul li{
	line-height: 2;
}
.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-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{
	background-color: #262626; 
	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: 20px;
}
.footer-pc-tmie{
	color: #585858;
	font-size: 14px;	
	line-height: 1.5;
	margin-top: 5px !important;
	padding-top: 8px;
}
.footer-pc-lbsurt{
	background-color: #F8F8F8;
}
.footer-pc-categ{
	background-color: #F8F8F8;
}
.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-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;
}
.footer-pc-lbsurt{
	background-color: #F8F8F8;
}
.footer-pc-categ{
	background-color: #F8F8F8;
}
.crtmab{
	text-align: right;
}
.footer-pc-tiert-nav h3{
	color: #000000;
	font-size: 18px;
}
.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-zuansrt{
	margin-top: 28px;
}
.footer-pc-zuansrt dl dd{
  color: #000;
  font-size: 16px;
  line-height: 1.5;	
  padding-left: 15px;
}

/*/底部-PC*/

/*底部-移动端*/

@media (min-width: 1074px){
	.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 #EE7D01;
}
.footer-wap-list_h3.on h3{
	color: #EE7D01;
}

.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-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;
}

.footer-wap-srtgex{
	padding: 0 15px;
	padding-bottom: 15px;
}	
.footer-wap-srtgex .search-text input {
  height: 38px;
  font-size: 12px;
  padding: 0 12px;
}	
.footer-wap-srtgex .search-submit input{
	width: 38px;
  height: 38px;	
}

.footer-wap-dhrt{
	color: #B6B6B6;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}
.footer-wap-tmie{
	color: #585858;
	font-size: 14px;	
	line-height: 1.5;
	margin-top: 5px;
}	
.footer-wap-fenx a{
  margin: 0 8px;
}
.footer-wap-fenx a img{
	width: 30px;
}
.footer-wap-fenx {
  padding-top: 0;
}
.footer-wap-gusrtg{
	padding-top: 15px;
}
/*/底部-移动端*/

/*--------------------------------/通用底部--------------------------------*/

/*内容页模板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 #EE7D00;
}
@media (max-width: 767px) {
	.pc-slide{
		float: none;
		width: 100%;
	}
	.pc-simerg{
		float: none;
		width: 100%;		
	}
	.pc-simerg-tit h5 {
    font-size: 22px;
    color: #666;
    margin: 5% 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: #EEEEEE;
  color: #9a9a9a;
  font-size: 16px;
  margin-bottom: 0;
}
.nb-cpzxrg-news{
	line-height: 1.75;
	font-size: 14px;
  color: #787878;
}
@media (max-width: 767px) {
	.nb-cpzxrg-tit h5{
	  width: 100px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  color: #9a9a9a;
	  font-size: 14px;
	}
	.nb-cpzxrg-news{
	  font-size: 13px;
	}
}
/*------------------------------/内页2------------------------------*/









.chzuort{
	padding-top: 50px;
	padding-bottom: 50px;
}	
.chzuort-tare{}
.chzuort-tare ul{
	overflow: hidden;
}
.chzuort-tare li{
	width: 25%;
	float: left;
}	
.chzuort-tare li img{
	margin: 0 auto;
	max-width: 88%;
}
.chzuort-tits{
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	color: #1A1A1A;
	padding-top: 20px;
}

@media (max-width: 768px) {
	.chzuort-tare ul{
		margin-top: -20px;
	}
	.chzuort-tare li{
		width: 50%;
		margin-top: 20px;
	}		
	.chzuort-tits {
    font-size: 15px;
    padding-top: 10px;
	}
}















.waikdmb{
	background: url(../images/t7.jpg) center top no-repeat;
	background-size: cover;
	height: auto;
	padding-top: 65px;
	padding-bottom: 65px;
}	

.waikdmb-cosmgc{
	background-color: #FFF;
}
.waikdmb-sarpx a{
	color: #FE8B36;
	font-size: 14px;
}
.waikdmb-sarpx a:hover{
	color: #CF5901;
}

.waikdmb-left{
	float: left;
	width: calc(50% - 10px);
	overflow: hidden;
	border-radius: 8px;
}
.waikdmb-tits{
	color: #676767;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 35px;
	margin-bottom: 35px;
}
.waikdmb-cosmgc{
	padding: 28px;
}

.waikdmb-right{
	width: calc(50% - 10px);
	float: right;
	background-color: #FFF;
	padding: 28px 20px;
	overflow: hidden;
	border-radius: 8px;
}
.waikdmb-astitr a{
	color: #FE8B36;
	font-size: 14px;
}
.waikdmb-astitr a:hover{
	color: #CF5901;
}

.waikdmb-srater-axiaox{
	padding-left: 18px;
}
.waikdmb-srater-axiaox h3{
	color: #000000;
	font-size: 16px;
}
.waikdmb-srater-sjcscx{
	border-radius: 6px;
	overflow: hidden;
}
.waikdmb-srater-stite{
	color: #676767;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.waikdmb-srater-gejuex{
	margin-top: 15px;
}
.waikdmb-srater {
  margin-top: 18px;
}
.waikdmb-srater-gejuex a:hover .waikdmb-srater-axiaox h3{
	color: #FE8B36;
}

@media (max-width: 1250px) {
	.waikdmb-left{
		width: 100%;
	}
	.waikdmb-right{
		width: 100%;
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	.waikdmb-left{
		display: block !important;
	}
	.waikdmb-srater-sjcscx{
		display: none;
	}
	.waikdmb-srater-axiaox{
		padding-left: 0;
	}
	.waikdmb-srater-axiaox h3 {
    font-size: 15px;
	}
	.waikdmb-srater-gejuex{
		border-top: 1px solid #eaeaea;
		padding-top: 15px;
	}
	.waikdmb-srater .waikdmb-srater-gejuex:first-child{
		border-top: none;
	}
	.waikdmb-srater {
    margin-top: 0;
	}
	.waikdmb-cosmgc {
    padding: 20px;
	}
	.waikdmb-tits {
    margin-top: 18px;
    margin-bottom: 18px;
	}
	.waikdmb {
    padding-top: 30px;
    padding-bottom: 30px;
	}
}














.dt-lb1 .swiper-slide a{
	display: block;
	position: relative;
	/*cursor: -webkit-grab;*/
	height: 960px;
	background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat;
}	

@media (max-width: 1400px){
	.dt-lb1 .swiper-slide a{
		height: 680px;
	}	
}
@media (max-width: 1250px){
	.dt-lb1 .swiper-slide a{
		height: 500px;
	}
}
@media (max-width: 1074px){
	.dt-lb1 .swiper-slide a{
		height: 400px;
	}		
}
@media (max-width: 768px){
	.dt-lb1 .swiper-slide a{
		height: 230px;
	}		
}	


/*左右箭头设置*/
.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: .43rem;
}
.dt-lb1 .swiper-pagination-bullet{
  opacity: 1;
  background: #FFF;	
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}
.dt-lb1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ED7822;
  border-color: #ED7822;
}

@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{
	  border: 1px solid rgba(255,255,255,.5); 
	  width: 10px;
	  height: 10px;
	  margin: 0 4px !important;
	}		
	.dt-lb1 .swiper-pagination{
		bottom: .6rem;
	}		
	.dt-lb1 .swiper-button-next,
	.dt-lb1 .swiper-button-prev{
		opacity: 0 !important;
	}
}






/*------------------------------页面排版布局------------------------------*/

.tw3-tit-left{
	color: #C6C6C6;
	font-size: 14px;
	line-height: 2.2;
	width: 6.96rem;
}
.tw3-tit-left img{
	width: 100%;
}
.tw3-tit-right{
	color: #666666;
	padding-left: 4.2%;
}
.tw3-tit-right h3{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 100;
	margin-bottom: 5%;
	color: #000000;
}
.tw3-tit-news{
	font-size: 14px;
	line-height: 2;
}
@media (max-width: 1074px){
	.tw3-tit{
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		box-orient: vertical;			
	}
	.tw3-tit-left{
		color: #C6C6C6;
		font-size: 14px;
		line-height: 2.2;
		width: 80%;
		margin: 0 auto;
	}
	.tw3-tit-right{
		width: 100%;
		padding-left: 0;
		margin-top: 3.5%;
	}
	.tw3-tit-right h3{
		font-size: 26px;
		line-height: 1.5;
		font-weight: 100;
		margin-bottom: 2.5%;
	}		
}

.nb-mk1{
	background-color: #F8F8F8;
	/*background-color: #F8F8F8;*/
	padding: .55rem 0;
}	
.nb-mk1-wxlbs ul li{
	width: 33.3333%;
	float: left;
	border-left: 1px solid #D0D0D0;
}
.nb-mk1-wxlbs ul li:first-child{
	border-left: none;
}
.nb-mk1-wxlbs2{
	color: #FFF;
	text-align: center;
}	
.nb-mk1-wxlbs3{
	padding-left: 0;
}
.nb-mk1-wxlbs3 h3{
	font-size: .46rem;
	color: #EE7D00;
	font-weight: bold;
}
.nb-mk1-wxlbs3 span{
	font-size: 15px;
	padding-left: 5px;
	font-size: .46rem;
	color: #EE7D00;
	font-weight: bold;	
}
.nb-mk1-wxlbs3 span.snrt{
	font-size: 13px;
	padding-left: .06rem;
	position: relative;
	/*bottom: .05rem;*/
}

.nb-mk1-wxlbs2 h4{
	color: #2E2E2E;
	font-size: .16rem;
	padding-top: 15px;
	line-height: 1.7;
	height: .67rem;
}
@media (max-width: 1074px) {
	.nb-mk1-wxlbs ul{
		padding: 0;
	}	
	.nb-mk1-wxlbs ul li{
		width: 100%;
		border: none !important;
		padding: .95rem 0 !important;
		border-top: 1px solid #D0D0D0 !important;
	}
	.nb-mk1-wxlbs ul li:first-child{
		border-top: none !important;
	}
	.nb-mk1-wxlbs3 {
    padding-left: .5rem;
	}
	.nb-mk1 {
    padding: 0;
	}
	.nb-mk1-wxlbs3 h3 {
    font-size: 20px;
    padding-right: 5px;
	}	
	.nb-mk1-wxlbs2 h4 {
    height: auto;
	}	
}	


.plsmrtg{
	text-align: center;
	background-color: #F5F4F4;
}	
.plsmrtg-nbrtg{
	padding-top: 5%;
	padding-bottom: 5%;	
}

.plsmrtg-nanfrt{
	margin-top: 25px;
}
.plsmrtg-nanfrt a{
	color: #EE7D00;
	font-weight: bold;
	margin: 0 25px;
	display: inline-block;
}	
.plsmrtg-news{
	font-size: 14px;
	line-height: 1.7;
	margin-top: 30px;
}

.plsmrtg-news-a{
	text-align: center;
	margin-top: 40px;
}
.plsmrtg-news-a a{
	color: #EF8D21;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #EE7F04;
	border-radius: 100px;
	padding: 10px 22px;
	transition: background-color, color .25s;
}
.plsmrtg-news-a a:hover{
	background-color: #EE7F04;
	color: #FFF;
}

@media (max-width: 1074px) {
	.plsmrtg-nanfrt a {
    margin: 0 15px;
    font-size: 13px;
	}
	.plsmrtg-nanfrt {
    margin-top: 12px;
	}
	.plsmrtg-news {
    font-size: 12px;
    line-height: 1.5;
	}
	.plsmrtg-news-a {
    margin-top: 20px;
	}
	.plsmrtg-nbrtg {
    padding-bottom: 8%;
	}
}




.ansmrtgx{
	text-align: center;
}
.ansmrtgx h3{
	color: #000000;
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
}
@media (max-width: 1074px) {
	.ansmrtgx h3 {
	  font-size: 26px;
	}
}













.mbsret-left h3{
	color: #000;
	font-size: 26px;
	position: relative;
	padding-bottom: 18px;
	font-weight: bold;
}	
.mbsret-left h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 60px;
	height: 2px;
	background-color: #EE7D00; 
}
.mbsret-right ul{
	overflow: hidden;
	margin-left: -15px;
}
.mbsret-right ul li{
	float: left;
	margin-left: 15px;
}
.mbsret-right a{
	color: #8E8E8E;
	font-size: 16px;
	padding: 0 14px;
	height: 48px;
	line-height: 48px;
	display: block;
}
.mbsret-right a:hover{
	color: #EE7D00;
}
.mbsret-right ul li.on a{
	border: 1px solid #EE7D00;
	color: #EE7D00;
}

@media (max-width: 1074px){	
	.mbsret-div{
		display: block !important;
	}
	.mbsret-left h3 {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: bold;
	}
	.mbsret-left h3:after {
    width: 40px;
    height: 1px;
	}	
	
	.mbsret-right{
		margin-top: 15px;
	}
	.mbsret-right a {
    font-size: 12px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
	}
	.mbsret-right ul{
		margin-left: -8px;
	}
	.mbsret-right ul li {
    margin-left: 8px;
	}
}







.tpdjwz-4-imstrg ul{
	overflow: hidden;
	margin-left: -2.5%;
	margin-top: -2.5%;
}
.tpdjwz-4-imstrg ul li{
	float: left;
	width: 33.3333%;
	padding-left: 2.5%;
	margin-top: 2.5%;
}	
.tpdjwz-4-sprtax-img img{
	width: 100%;
}
.tpdjwz-4-sprtax h5{
	font-size: 14px;
	color: #D8AF71;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}
.tpdjwz-4-imstrg ul li a{
	position: relative;
	display: block;
}
.tpdjwz-4-sprtax-img{
	position: relative;
}
.tpdjwz-4-sprtax-img:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: opacity .25s linear;
}
.tpdjwz-4-sprtax-img:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -58px;
	z-index: 2;
	width: 50px;
	height: 50px;
	background: url(../images/c5.png) left top no-repeat;
	background-size: 50px 50px;
	opacity: 0;
	transition: opacity .25s linear;	
}
.tpdjwz-4-xbtir{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(255,255,255,.7);
	line-height: 1.5;
	padding: 12px 15px;
	opacity: 0;
	transition: opacity .25s linear;	
}
.tpdjwz-4-xbtir h5{
	text-align: left;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}
.tpdjwz-4-xbtir h6{
	color: #656565;
	font-size: 16px;
}
.tpdjwz-4-imstrg ul li a:hover .tpdjwz-4-sprtax-img:after,
.tpdjwz-4-imstrg ul li a:hover .tpdjwz-4-sprtax-img:before,
.tpdjwz-4-imstrg ul li a:hover .tpdjwz-4-xbtir{
	opacity: 1;
}

@media (max-width: 1250px){
	.tpdjwz-4-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}
@media (max-width: 768px){
	.tpdjwz-4-imstrg ul{
		margin-top: -6%;
	}
	.tpdjwz-4-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}		
	.tpdjwz-4-sprtax h5 {
    font-size: 13px;
    margin-top: 8px;
	}	
	.tpdjwz-4-imstrg ul li a:hover .tpdjwz-4-sprtax-img:after,
	.tpdjwz-4-imstrg ul li a:hover .tpdjwz-4-sprtax-img:before{
		display: none;
	}	
	
	.tpdjwz-4-xbtir{
		opacity: 1;
		padding: 6px 10px 5px;
	}
	.tpdjwz-4-xbtir h5{
		margin-top: 0;
	}
	.tpdjwz-4-xbtir h6 {
    font-size: 12px;
	}
}








.tptits2-imstrg ul{
	overflow: hidden;
	margin-left: -2.5%;
	margin-top: -7%;
}
.tptits2-imstrg ul li{
	float: left;
	width: 25%;
	padding-left: 2.5%;
	margin-top: 7%;
}	
.tptits2-sprtax-img{
	border: 3px solid #D5BA77;
}
.tptits2-sprtax-img img{
	width: 100%;
}
.tptits2-sprtax h5{
	font-size: 16px;
	color: #D8AF71;
	line-height: 1.5;
	margin-top: 15px;
	text-align: left;
}
.tptits2-sprtax-tit{
	font-size: 14px;
	color: #D8AF71;
	line-height: 1.5;
	margin-top: 8px;	
	height: 41px;	
}
@media (max-width: 1250px){
	.tptits2-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}
@media (max-width: 768px){
	.tptits2-imstrg ul{
		margin-top: -6%;
	}
	.tptits2-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}		
	.tptits2-sprtax h5 {
    font-size: 13px;
    margin-top: 8px;
	}	
}	







.xiaolsrg-tilse{
	line-height: 1.5;
}	
.xiaolsrg-tilse h3{
	color: #2F2F2F;
	font-size: 22px;
	padding-bottom: 6px;
}	
.xiaolsrg-tilse p{
	font-size: 14px;
	color: #666666;
}	
.nb-form2-ty{
	margin-top: 30px;
}
.nb-form2-ty input{
	display: block;
	width: 100%;
	border: 1px solid #D1D1D1;
	background-color: transparent;
	font-size: 14px;
	padding: 12px 18px;
	color: #666666;
}
.nb-form2-ty textarea{
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #D1D1D1;
	background-color: transparent;
	font-size: 14px;
	padding: 15px 10px;	
	color: #666666;
	line-height: 1.5;
}
.nb-form2-ty h6{
	font-size: 14px;
	color: #C89C5A;
	padding: 15px 10px;
}
.nb-form2{
	margin-top: 5px;
}
.nb-form2 h5{
	color: #C89C5A;
	font-size: 20px;
	padding-left: 8px;
}
.nb-form2-lr .nb-form2-ty{
	width: 50%;
	padding-left: 1%;
}
.nb-form2-lr .nb-form2-ty:first-child{
	padding-left: 0;
	padding-right: 1%;
}
.nb-form2-tj{
	margin-top: 30px;
	display: inline-block;
}
.nb-form2-tj input{
	color: #FFF; 
	background-color: #1B1B1B;
	width: 170px;
	line-height: 46px;
	border-radius: 0px;
	overflow: hidden;
	display: block;
	border: none;
	cursor: pointer;
	border: 1px solid #115EB8;
	transition: background-color .25s linear;
}
.nb-form2-tj.zuotrgx input{
	background-color: transparent;
	color: #C89C5A;
}	
.nb-form2-tj input:hover{
	background-color: #535353;
	border: 1px solid #535353;
	color: #FFF;
}
.nb-form2-bq{
	border-top: 2px solid #42464A;
	margin-top: 60px;
	color: #888888;
	font-size: 13px;
	padding: 23px 0;
	line-height: 1.7;
}
.nb-form2-tj{
	margin-right: 6%;
}	
.nb-form2-xinp{
	padding-left: 15px;
}
.nb-form2-xinp input{
	width: 100%;
}

@media (max-width: 768px){
	.nb-form2-lr{
		display: block !important;
	}
	.nb-form2-lr .nb-form2-ty {
    width: 100%;
    padding-left: 0;
	}		
	.nb-form2-lr .nb-form2-ty:first-child {
    padding-right: 0;
	}
	.nbrtsg{
		margin-right: -4%;
		text-align: center;
	}
	.nb-form2-tj {
    margin-top: 20px;
    width: 100%;
	}
	.nb-form2-tj {
  	margin-right: 0;
  	display: block;
	}
	.nb-form2-tj input {
		width: 100%;
		line-height: 42px;
	}
	.nb-form2-ty {
    margin-top: 10px;
	}
	.nb-form2{
		margin-top: 25px;
	}
	.nbrtsg {
	  margin-right: 0;
	}
	.nb-form2-ty input {
    padding: 15px 18px;
	}
	.nb-form2-tj input {
		border-radius: 6px;
	}
}








.husrtga-ratpxg{
	text-align: center;
}	
.husrtga-newrd{
	text-align: center;
	color: #2E2E2E;
	line-height: 1.7;
	font-size: 14px;
	margin-bottom: 10px;
}	
.husrtga-xianrt{
	width: 40px;
	height: 2px;
	background-color: #EE7D00;
	display: inline-block;
}



.lb1 .swiper-slide a{
	display: block;
}
.lb1 .swiper-slide a img{
	width: 100%;
}
.lb1 .swiper-button-prev,
.lb1 .swiper-button-next{
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-size: 50px 50px;
}
.lb1 .swiper-button-prev{
	background: url(../images/r14.png) left center no-repeat;
	left: 0;
}	
.lb1 .swiper-button-next{
	background: url(../images/r15.png) left center no-repeat;
	right: 0;
}

@media (max-width: 768px){
	.lb1 .swiper-button-prev,
	.lb1 .swiper-button-next{
	  width: 50px;
	  height: 50px;
	  margin-top: -25px;
	  background-size: 50px 50px;
	}		
}

.tw2-lrtu ul li{
	padding: 5% 0;
	border-bottom: 1px solid #1E1E1F;
}	
.tw2-lrtu-right {
	line-height: 1.5;
	padding-left: 4.5%;
}
.tw2-lrtu-right time{
	font-size: 13px;
	color: #AA854D;
}
.tw2-lrtu-right h3{
	color: #D8AF71;
	font-size: 18px;
	margin-top: 1.5%;
	position: relative;
	margin-bottom: 1.5%;
	padding-bottom: 1.5%;
}
.tw2-lrtu-right h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 40px;
	height: 1px;
	background-color: #8A6F46;
}
.tw2-lrtu-newat{
	color: #555555;
	font-size: 14px;
	line-height: 2.1;
}
.tw2-lrtu-gduar{
	color: #777777;
	font-size: 12px;
	font-weight: bold;	
	margin-top: 2%;	
}


@media (max-width: 1074px) {
	.tw2-lrtu-left img{
		width: 250px;
		height: auto;
	}
	.tw2-lrtu-right {
    padding-left: 3%;
	}
}
@media (max-width: 768px) {
	.tw2-lrtu-left{
		display: none;
	}
	.tw2-lrtu-right {
    padding-left: 0;
	}		
}



.asyetdx{
	padding-top: 5%;
	padding-bottom: 7%;
}	
.asyetdx .lb1-imstrg .swiper-slide	img{
	margin: 0 auto;
	display: block;
}
.asyetdx .lb1-imstrg .swiper-slide{
	text-align: center;
	line-height: 1.5;
	border-left: 1px solid #EEEEEE;
	cursor: -webkit-grab;
}
.asyetdx .lb1-imstrg .swiper-slide.swiper-slide-active{
	border-left: none;
}
.zajsmt1{
	color: #000000;
	font-size: 24px;
}
.zajsmt2{
	color: #191919;
	font-size: 14px;
	padding: 0 35px;
	margin-top: 15px;
}
.zajsmt3{
	margin-top: 80px;
}
.zajsmt3 img{
	max-width: 258px;
}
.zajsmt4{
	color: #191919;
	font-size: 14px;
	margin-top: 45px;
}
.zajsmt5{
	color: #191919;
	font-size: 22px;
}
.zajsmt6{
	color: #191919;
	font-size: 14px;
	text-align: center;
	margin-top: 25px;
}
.zajsmt6 a{
	display: inline-block !important;
	border: 1px solid #EFEFEF;
	padding: 13px 65px;
	border-radius: 5px;
	overflow: hidden;
	transition: all .25s;
}
.zajsmt6 a:hover{
	background-color: #E89631;
	color: #FFF;
}

@media (max-width: 1250px){
	.zajsmt3 img{
		max-width: 220px;
	}
	.asyetdx .asyetdx .swiper-button-prev, 
	.asyetdx .asyetdx .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
	}
	.zajsmt1 {
    font-size: 21px;
	}
	.zajsmt2 {
    padding: 0 30px;
    margin-top: 8px;
	}
}

@media (max-width: 1250px){
	.zajsmt3 {
		margin-top: 30px;
	}
	.zajsmt4 {
    margin-top: 30px;
	}
	.zajsmt5 {
    font-size: 20px;
	}	
	.zajsmt6 {
    margin-top: 20px;
	}
	.zajsmt6 a {
	  padding: 10px 45px;
	}	
	.asyetdx {
    padding-top: 10%;
    padding-bottom: 12%;
	}
}













.bk1{
	padding-top: 5%;
	padding-bottom: 5%;
}
.bk1-div{
	padding: 0;
}
.bk1-left{
	width: 50%;
}
.bk1-left img{
	width: 100%;
}
.bk1-right{
	width: 50%;
	color: #5C5C5C;
	font-size: 14px;
	line-height: 1.65;
}	

.bk1-div{
	box-shadow: 0 0 10px #e6e6e6;
}


@media (max-width: 1250px){
	.bk1-right{
		line-height: 1.4;
	}
}
@media (max-width: 1074px){
	.bk1-div{
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		box-orient: vertical;	
	}	
	.bk1-div {
    box-shadow: 0 0 0 #e6e6e6;
    padding-left: 15px;
    padding-right: 15px;
	}
	.bk1-left,
	.bk1-right{
		width: 100%;
	}
	.bk1-left img:first-child{
		display: none;
	}
	.bk1-right{
		font-size: 13px;
		padding-top: 15px;
	}
}

.flbt1{
	text-align: center;
}	
.flbt1-fbt{
	display: inline-block;
}
.flbt1 h4{
	color: #000000;
	font-size: 36px;
	margin-bottom: 15px;
}
.flbt1-fbt legend{
	text-align: center;
	padding: 0 15px;
	color: #5D5D5D;
	font-size: 16px;
} 	
.flbt1-fbt fieldset{
	border: none;
	border-top: 1px solid #313131;	
	padding: 0 82px;
}

@media (max-width: 1074px){
	.flbt1 h4 {
	  color: #000000;
	  font-size: 20px;
	  margin-bottom: 12px;
	}
	.flbt1-fbt legend {
    padding: 0 12px;
    font-size: 14px;
	}
	.flbt1-fbt fieldset {
    padding: 0 60px;
	}
}

.bk2{
	background: url(../images/bj2.jpg) center top no-repeat;
	padding-top: 3.5%;
	padding-bottom: 6%;
}
@media (max-width: 1074px){	
	.bk2{
		padding-top: 8%;
	}
}	
.qbnisr{
	padding-top: 5%;
}
.qbnisr-sr1{
	width: 50%;
}
.qbnisr-sr1 img{
	width: 100%;
}
.qbnisr-sr2{
	width: 50%;
	padding: 0 5%;
	background-color: rgba(255,255,255,.8);
}
.qbnisr-sr3{
	line-height: 1.5;
}
.qbnisr-sr3 h3{
	text-align: center;
	font-size: 28px;
	color: #000000;
	text-align: left;
}
.qbnisr-sr4{
	font-size: 14px;
	color: #424242;	
	line-height: 1.8;
	margin-top: 18px;
}


@media (min-width: 1074px){
	.qbnisr article:nth-child(2) .qbnisr-sr1{
		-moz-box-ordinal-group: 2;
		-webkit-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		box-ordinal-group: 2;		
	}
	.qbnisr article:nth-child(2) .qbnisr-sr2{
		-moz-box-ordinal-group: 1;
		-webkit-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		box-ordinal-group: 1;		
	}
}

@media (max-width: 1074px){
	.qbnisr article{
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		box-orient: vertical;		
	}
	.qbnisr-sr1,
	.qbnisr-sr2{
		width: 100%;
	}
	.qbnisr-sr2{
		padding-top: 20px;
		padding-bottom: 20px;
		background: #f5f5f5;
	}
	.qbnisr-sr3 h3 {
    font-size: 18px;
	}
	.qbnisr-sr4 {
    font-size: 14px;
    color: #424242;
    line-height: 1.8;
    margin-top: 7px;
	}
	
	.qbnisr article{
		margin-top: 15px;
	}
}
















.bk3{
	background: url(../images/bj3.jpg) center top no-repeat;
	padding-top: 5%;
}	
.bk3 .flbt1 h4{
	color: #FFF;
}
.bk3 .flbt1 .flbt1-fbt legend{
	color: #FFF;
}
.bk3 .flbt1 .flbt1-fbt fieldset {
  border-top: 1px solid #FFF;
}
.dt-tb1 .swiper-container{
	height: 760px;
}

.dt-tb1-imstrg{
	background: url(../images/abj1.png) center top no-repeat;
	background-size: cover;	
	position: relative;
	padding-top: 180px;
	padding-bottom: 40px;	
}
.dt-tb1-imstrg:after{
	position: absolute;
	left: 50%;
	content: "";
	top: 110px;
	z-index: 0;
	width: 1px;
	height: calc(100% - 110px);
	background-color: #C7C7C7;
}
 

/*大图-轮播切换1*/
.sibrtg{
	border-radius: 1000px;
	overflow: hidden;
	background-color: #FFFFFF;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 22px;
	color: #2E2D2D;
	border: 1px solid #D9D9D9;
}
.simdnrg{
	padding-left: 85px;
	padding-right: 85px;	
}
.simdnrg-left{
	width: calc(50% - 40px);
}
.simdnrg-right{
	width: calc(50% - 40px);
	padding-left: 48px;
}
.simdnrg-tnews {
	background-color: #F5F5F5;
	border: 1px solid #D9D9D9;
	border-radius: 9px;
	line-height: 1.6;
	font-size: 14px;
	padding: 12px 22px;
	position: relative;		
}
.simdnrg-msyrtg{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	display: box;
  text-overflow: ellipsis;
	-webkit-box-orient: vertical;  
	overflow: hidden;	
	-webkit-line-clamp: 3;	
}
.simdnrg-tnews:after{
  background: url(../images/c12.png) left center no-repeat;
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -9px;
  z-index: 1;
  width: 11px;
  height: 18px;
}	
.dt-tb1-imstrg .swiper-wrapper .swiper-slide:nth-child(even) .simdnrg-left{
	-moz-box-ordinal-group: 3;
	-webkit-box-ordinal-group: 3;
	-o-box-ordinal-group: 3;
	-ms-box-ordinal-group: 3;
	box-ordinal-group: 3;	
}
.dt-tb1-imstrg .swiper-wrapper .swiper-slide:nth-child(even) .sibrtg{
	-moz-box-ordinal-group: 2;
	-webkit-box-ordinal-group: 2;
	-o-box-ordinal-group: 2;
	-ms-box-ordinal-group: 2;
	box-ordinal-group: 2;	
}
.dt-tb1-imstrg .swiper-wrapper .swiper-slide:nth-child(even) .simdnrg-right{
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	-o-box-ordinal-group: 1;
	-ms-box-ordinal-group: 1;
	box-ordinal-group: 1;	
	padding-left: 0;
	padding-right: 48px;
}
.dt-tb1-imstrg .swiper-wrapper .swiper-slide:nth-child(even) .simdnrg-right .simdnrg-tnews:after{
  left: auto;
  right: -11px;
  transform:rotate(180deg);
}
.dt-tb1-imstrg .swiper-wrapper .swiper-slide{
	position: relative;
	z-index: 10;
}
.bk3-qh{
	margin-top: 50px;
	padding-bottom: 80px;
	box-shadow: 0 0 13px #dedede;
	margin-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
}
.dt-tb1-imstrg .swiper-button-next{
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: 105px;
	z-index: 1;
	width: 45px;
	height: 45px;
	background: url(../images/c34.png) center top no-repeat;
}
.dt-tb1-imstrg .swiper-button-prev{
	position: absolute;
	left: 50%;
	margin-left: -22px;
	top: auto;
	bottom: 0;
	z-index: 1;
	width: 45px;
	height: 45px;
	background: url(../images/c35.png) center top no-repeat;	
}
.dt-tb1 .swiper-button-next.swiper-button-disabled, 
.dt-tb1 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.dt-tb1 .swiper-slide-active .simdnrg-msyrtg {
	color: #FFF !important;
}
.dt-tb1 .swiper-slide-active .sibrtg{
	background-color: #E9A756;
	border-color: #E9A756;
	color: #FFF;
}
.dt-tb1 .swiper-slide-active .simdnrg-tnews{
	background-color: #E9A756;
	color: #FFF;
}
.dt-tb1 .swiper-slide-active .simdnrg-tnews:after{
  background: url(../images/c12-2.png) left center no-repeat;
}	
.dt-tb1 .swiper-slide .simdnrg-right{
	-moz-box-flex: 0.0001;
	-webkit-box-flex: 0.0001;
	-o-box-flex: 0.0001;
	-ms-flex: 0.0001;
	box-flex: 0.0001;
}	
@media (min-width: 1250px) {
	.bk3-qh{
		width: 1200px;
	}
}
@media (max-width: 1074px) {
	.dt-tb1 .swiper-slide .simdnrg-left{
		display: none;
	}
	.dt-tb1 .swiper-slide .sibrtg{
		-moz-box-ordinal-group: 1 !important;
		-webkit-box-ordinal-group: 1 !important;
		-o-box-ordinal-group: 1 !important;
		-ms-box-ordinal-group: 1 !important;
		box-ordinal-group: 1 !important;
	}
	.dt-tb1 .swiper-slide .simdnrg{
		padding-left: 15px !important;
		padding-right: 15px !important;		
	}
	.dt-tb1 .swiper-slide .simdnrg-right{
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		-o-box-flex: 1;
		-ms-flex: 1;
		box-flex: 1;
		-moz-box-ordinal-group: 20 !important;
		-webkit-box-ordinal-group: 20 !important;
		-o-box-ordinal-group: 20 !important;
		-ms-box-ordinal-group: 20 !important;
		box-ordinal-group: 20 !important;			
	}	
	.dt-tb1 .swiper-slide .simdnrg-right {
    padding-left: 25px !important;
    padding-right: 0 !important;
	}
	.sibrtg {
    border-radius: 1000px;
    overflow: hidden;
    background-color: #FFFFFF;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #2E2D2D;
    border: 1px solid #D9D9D9;
	}	
	.simdnrg-tnews:after {
    left: -11px !important;
    right: auto !important;
    transform: rotate(0deg) !important;
	}	
	.dt-tb1 .swiper-container {
    height: 320px;
	}
	.dt-tb1-imstrg:after {
    display: none;
	}
	.dt-tb1-imstrg .swiper-button-next {
    position: absolute;
    left: 24px;
    margin-left: 0px;
    top: 40px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
	}
	.dt-tb1-imstrg .swiper-button-prev {
    position: absolute;
    left: 24px;
    margin-left: 0px;
    bottom: 24px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
	}	
	.dt-tb1-imstrg {
	    background-size: cover;
	    padding-top: 50px;
	    padding-bottom: 40px;
	}	
}



.bk4{
	padding-top: 1.8%;
}	
.caonmsrg{
	line-height: 1.5;
	text-align: center;
}
.caonmsrg h4{
	color: #000;
	font-size: 34px;
	margin-bottom: 10px;
}
.caonmsrg p{
	color: #585858;
	font-size: 14px;	
}	

.tugstrg{
	margin-top: 3%;
}	
.tugstrg .swiper-container{
	padding-bottom: 50px;
}
.tugstrg .swiper-slide{
	height: 110px;
	padding: 0 10px;
}
.tugstrg .swiper-slide a img{
	margin: 0 auto;
	max-width: 100%;
}
.tugstrg .swiper-pagination{
	bottom: 0;
}
.tugstrg .swiper-pagination-bullet{
  opacity: 1;
  background: #DCDCDC;	
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
.tugstrg .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E89631;
  border-color: #E89631;
}

@media (max-width: 1074px) {
	.caonmsrg h4 {
	  font-size: 22px;
	  margin-bottom: 6px;
	}
	.tugstrg .swiper-slide{
		height: 80px;
	}	
}











.lxi1{
	padding-top: 5%;
	padding-bottom: 5%;
}	
.lxi1-srt1 h4{
	color: #E89631;
	font-size: 30px;
	padding-top: 10px;
}	
.lxi1-srt2{
	padding-left: 8%;
}
.lxi1-srt2 dl{
	line-height: 1.5;
	color: #5B5B5B;
	font-size: 16px;
	padding: 10px 0;
	padding-right: 5%;
}
.lxi1-srt2 dd{
	padding-left: 10px;
}
.lxi1-srt3{
	border-left: 1px solid #E5E5E5;
	padding-left: 5%;
}
.lxi1-srt3 h5{
	color: #000000;
	font-size: 24px;
}
.lxi1-srt4{
	color: #5B5B5B;
	font-size: 14px;
	line-height: 2.2;
	margin-top: 15px;
	display:flex;
	flex-wrap:wrap;
}
.lxi1-srt4 p{margin-right:10px;}
.lxi1-srt4 p span{display:block}
@media (max-width: 1250px) {
	.lxi1-srt2 dd{
		font-size: 14px;
	}	
	.lxi1-srt2{
		padding-left: 4%;
	}
	.lxi1-srt1 h4 {
    font-size: 26px;
	}
}
@media (max-width: 1074px) {
	.lxi-div{
		display: block !important;
	}
	.lxi1-srt1{
		display: block !important;
	}
	.lxi1-srt2 {
	  padding-left: 0;
	}	
	.lxi1-srt2 dl{
		line-height: 1.5;
		font-size: 16px;
		padding: 5px 0;
		padding-right: 5%;
	}	
	.lxi1-srt1 h4 {
    font-size: 20px;
    margin-bottom: 15px;
	}	
	.lxi1-srt3 {
    border-left: none;
    padding-left: 0;
	}	
	.lxi1-srt3 h5 {
    font-size: 20px;
	}	
	.lxi1-srt4 {
    margin-top: 8px;
	}	
	.lxi1-srt3{
		margin-top: 20px;
	}
}


.page1{
	padding-top: 5%;
	padding-bottom: 5%;
}
.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: 8px 15px;
	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: #E89631;
	border-color: #E89631;
	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;
	}
}


/*------------------------------/页面排版布局------------------------------*/


.gxiemtg-stitre {
	margin-bottom: 40px;
}
.gxiemtg-stitre h3 {
	font-size: 36px;
	color: #0d4689;
}

@media (max-width: 768px) {
	.gxiemtg-stitre {
		margin-bottom: 20px;
	}
	.gxiemtg-stitre h3 {
		font-size: 22px;
	}			
	.contents.product_detail .c1{
		margin-top: 0;
	}
	.contents.product_detail2{
		padding-top: 35px;
	}
}



/*------------------------------媒体查询------------------------------*/

/*笔记本以下*/
@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) {
	
}

/*------------------------------/媒体查询------------------------------*/