/***********框架部分start***********/

/*网页内容区start*/
.mobileBody{ transition: 0.5s;  flex-grow: 1; background: green; overflow: hidden; position: relative; z-index: 1; background: #f2f2f2; flex-basis: 0; overflow: hidden; overflow-y: auto;-webkit-overflow-scrolling: touch;}
.mobileBody.bai{ background: #FFF;}
.mobileBodyC{min-height:calc(100% - 5.45rem);}
.mobileBody.active{ transform: translateX(-8rem);}
/*网页内容区end*/

/*网页顶部and底部start*/
.mobileTop{transition: 0.5s; overflow: hidden; position: relative; z-index: 5; box-shadow: 0px 0px 5px rgba(0,0,0,0.1)}
.mobileTop.active{ transform: translateX(-8rem);}
.mobileFooter{transition: 0.5s; overflow: hidden; position: relative; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); z-index: 1;}
.mobileFooter.active{ transform: translateX(-8rem);}
/*网页顶部and底部end*/

/***********框架部分end***********/
/*
*********外层框架start*********
*/
/*顶部start*/
.head1{ height: 2.25rem; line-height: 2.25rem; position: relative; z-index: 5; background: #FFF; overflow: hidden;}
.logo{ float: left; margin-left: .5rem; margin-top: .2rem;}
.logo img{ display: block; height: 1.8rem;}

.menuBtn{
	display: block;
	width:2.25rem;
	height:1.95rem; 
	float: right; 
	display: inline; 
	text-align:center; 
	z-index: 6; 
	padding-top: .4rem; 
	position: absolute; 
	right: 0px; 
	top: 0px;
}
/*.menuBtn:before{ display: block; content: ''; width: 0px; height: 100%; border-left: 1px solid #dedede; position: absolute; left: 0px; top: 0px; transform: scaleX(0.5); -webkit-transform: scaleX(0.5)}*/
.menuBtn .line{
  width: 24px;
  height: 2px;
  background-color: #a5a5a5;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuBtn .line:nth-child(2){ background: #a5a5a5;}
.menuBtn.active .line{ background: #a5a5a5;}
.menuBtn.active .line:nth-child(2){
  opacity: 0;
}

.menuBtn.active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.menuBtn.active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.menuPhone{ float: right; color: #666666; font-size: .7rem; padding-left: 1rem; background: url(../images/icn1.png) no-repeat left center; background-size: auto .9rem; margin-right:2.75rem;}
/*顶部end*/
/*导航start*/
.menuPage {
	position: fixed !important;
	width: 10rem;
	height: 100vh;
	background: #fff;
	right: 0;
	top: 0px;
	z-index: 99;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translateX(10rem);
}
.menuBg1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 98;
}
.menuPage.active {
	transform: translateX(0);
}
.menuPage.active~.menuBg1{
	opacity: 1;
	visibility: visible;
	transform: translateX(-10rem);
}
.menuPageC1 {
	clear: both;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.menuPage.active .menuPageC1 {
	display: block;
}
.menuPageC1Pd {
	padding-top: 4.25rem;
}
.menuPageList {
	overflow: hidden;
}
.menuPageList dd {
	overflow: hidden;
	position: relative;
}
.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}
.menuPageList dd:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}
.menuPageList dd span a {
	display: block;
	overflow: hidden;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: left;
	font-size: .70rem;
	color: #1f1f1f;
	padding: 0 .75rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menuPageList dd span em {
	display: none;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	line-height: 2.25rem;
	font-size: 1.5rem;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	background-image: url(../images/menuIco.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.6rem !important;
	z-index: 1
}
.menuPageList dd span em.icn2 {
	background-image: url(../images/jian.png);
}
.menuPageList dd span em.active {
	display: block;
}
.menuPageList dd .ejBox {
	padding: .4rem .75rem;
	display: none;
	background: #f4f4f4;
}
.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
	margin-bottom: .5rem;
}
.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}
.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(../images/jia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.7rem;
	display: none;
	z-index: 20
}
.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}
.menuPageList dd .ejBox .ejdd .ej em.icn3 {
	background-image: url(../images/jian2.png);
}
.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .65rem;
	padding-left: .5rem;
	position: relative
}
.menuPageList dd .ejBox .ejdd .ej a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -.1rem;
	width: .15rem;
	height: .15rem;
	background: #666666;
}
.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: .25rem .75rem;
	display: none;
}
.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: 1rem;
	position: relative
}
.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: 0;
	width: .25rem;
	height: 1px;
	background: #666666;
}
.menuPageList dd.hover span a {
	background: #c9151e;
	color: #FFF;
}
.menuPageList dd.hover span em {
	color: #FFF;
	background: url(../images/menuIco_h.png) center center no-repeat;
	
}
/*导航end*/
/*底部start*/
.footerList{ height: 2.25rem; overflow: hidden; display: flex; background: #FFF;}
.footerList .item{ flex: 1;}
.footerList .item a{ display: block; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: .1rem;}
.footerList .item .icn{ height: 1rem; padding: 0.1rem 0;}
.footerList .item .icn img{ height: 1rem; display: block; margin: 0 auto;}
.footerList .item .text{ height: 1rem; line-height: 1rem; text-align: center; font-size: .6rem;}
.footerList .item.hover .text{color: #d82230;}
/*底部end*/

/* 固定的底部2 start*/	
.footerBar2{
	font-size:12px;
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	height:45px;
	background:#fff;
	position:relative;
}
.footerBar2:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-top:1px solid #ededed;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	z-index:1;
	}
.footerBar2 .shareBt:after{ display:none;}

.footerBar2 div{
	overflow:hidden;
	position:relative;
	z-index:2;
	}
.phoneBt{
	width:30%;
	float:right;
	}
.phoneBt a {
    width: 100%;
    display: block;
    line-height: 45px;
    background: #ff7800;
    color: #fff !important;
    text-align: center;
}
.goBack2{
	width:16%;
	float:left;
	}
.goBack2 a{
    display: block;
    height:45px;
    background: url(../images/jt6.png) no-repeat 10px center;
    background-size: 26px;
    color: #666 !important;
    text-align: center;
	}
.marker, .shareDiv{
	float:right;
	line-height:45px;
	font-size:14px;
	padding:0 15px 0 0;
	}

.shareDiv .shareBt{ width:100%;}

.marker span, .shareDiv span{padding:0 0 0 6px;}
.marker em, .shareDiv em{color:#999;}
/* 固定的底部2 end*/	
/* 返回顶部 start*/	
#scrollTop{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background:rgba(255,255,255,0.9);
	position: fixed;
	right:10px;
	bottom:60px;
	z-index:5;
	display:none;
	-webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	
	-moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	 
	box-shadow:0px 0px 5px rgba(153,153,153,0.5);	   
	}
#scrollTop em{font-size:26px;color:#666;padding:3px 0 0 0;}
/* 返回顶部 end*/
/*
*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*banner start*/
.indexBanner{ width: 100%; position: relative; z-index: 1;}
.indexBanner img{ width: 100%;}
.indexBanner .indexBannerDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 0px; position: absolute; left: 0px; bottom: 0px; z-index: 1;}
.indexBanner .indexBannerDot span{ width: .6rem; height: .2rem; border-radius: 0.2rem; text-align: center; line-height: 0.4rem; font-size: .6rem; background: #ffffff; color: #FFF; opacity: 1;}
.indexBanner .indexBannerDot span.swiper-pagination-bullet-active{ background: #d8212f;}
/*banner end*/
/*indexMenu start*/
.indexMenu{ width: 100%; position: relative; z-index: 1;}
.indexMenu .indexMenuDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 0px; position: absolute; left: 0px; bottom: 0px; z-index: 1;}
.indexMenu .indexMenuDot span{ width: .6rem; height: .2rem; border-radius: 0.2rem; text-align: center; line-height: 0.4rem; font-size: .6rem; background: #f3f3f3; color: #FFF; opacity: 1;}
.indexMenu .indexMenuDot span.swiper-pagination-bullet-active{ background: #d8212f;}

.indexMenuList{ overflow: hidden; padding: .75rem 0;}
.indexMenuList dd{ float: left; width: 25%;}
.indexMenuList dd a{ display: block; }
.indexMenuList dd .menuIco{ 
	width:60%;
	margin: 0 auto; 
	border: 2px solid #d6000f;
	border-radius: 50%;
	background-size: 1.4rem;
	background-repeat: no-repeat;
	background-position: center center;
}
.indexMenuList dd .menuIco:after{
	display: block;
	content: '';
	padding-top: 100%;
}
.indexMenuList dd .menuIco:before{ padding-top: 100%;}
.indexMenuList dd .text{ height: 1.75rem; line-height: 1.75rem; text-align: center; color: #545454; font-size: .65rem;}
/*indexMenu end*/
/*首页title start*/
.indexT{ height: 2rem; line-height: 2rem; overflow: hidden;}
.indexT .titleL{ color: #333333; font-size: .8rem;}
.indexT .titleL span{color: #999; font-size: 0.6rem;text-transform: uppercase;}
.indexT .titleR{ line-height: 1.65rem;}
.indexT .titleR a{ color: #999; font-size: .6rem;}
.indexT .titleR a span{ color: #c7c7c7; font-size: .8rem; margin-left: .25rem;}
.indexT .list{ overflow: hidden; margin-right: 2rem;}
.indexT .list a{ color: #666666; font-size: .6rem;float: left; margin-left: .75rem;}
.indexT .list a.hover{ color: #d8212f;}

.indexT2{ overflow: hidden; padding: 0 .5rem; position: relative;}
.indexT2 .up{ height: 1.75rem; line-height: 1.75rem; color: #333333; font-size: .8rem;}
.indexT2 .dn{ height: 1.4rem; line-height: 1.4rem;}
.indexT2 .dn .dnR{float: right;height: 1.4rem;line-height: 1.1rem;}
.indexT2 .dn .dnR a{ color: #666666; font-size: .6rem;}
.indexT2 .dn .dnR a span{ color: #c7c7c7; font-size: .8rem; margin-left: .25rem;}
.indexT2 .dn .list{color: #666666;font-size: 0rem;overflow: hidden;overflow-x: auto;white-space: nowrap;height: 1.4rem;}
.indexT2 .dn .list a{ display: inline-block; font-size: .65rem; margin-right: .8rem; height: 1.4rem; line-height: 1.4rem; position: relative;}
.indexT2 .dn .list a:before{ display: block; content: ''; width: 100%; position: absolute; left: 0px; bottom: 0px; height: .15rem; background: #cc3333; display: none;}
.indexT2 .dn .list a.hover:before{ display: block;}
/*首页title end*/

/* 新闻中心 start*/
.newsList{clear:both;overflow: hidden;}
.newsList dd{
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:rgba(255,255,255,1);
	position:relative;
	clear:both;
}
.newsList dd:after {
    content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom:0;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.newsList dd:last-of-type:after{
	display: none;
}
.newsList dd:hover{background:#f9f9f9;}
.newsList dd a{display: block;overflow: hidden;padding: 0.5rem 0;}
.newsList dd .pic_box {
	padding-top: 66.6666%;
    overflow: hidden;
    position:relative;
    background:#efeff4 url(../images/loading.gif) no-repeat center center;
	margin:0 10px 0 0;
}
.newsList dd .pic_box img {
    width:100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
	object-fit: cover;
}

.newsList .divText{overflow: hidden;}
.newsList .divText .listTit{
	height:1.3rem;
	line-height:1.3rem;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	font-size:0.7rem;
	position:relative;
	color: #333;
}
.newsList .divText span{
	padding:3px 0 0 0;
	max-height:2rem;
    overflow: hidden;
    font-size:0.6rem;
    color: #666;
    line-height:1rem;
	word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	margin-bottom: 0.25rem;
}
.newsList .divText em{
	font-style: normal;
	font-size: 0.6rem;
	color: #999;
}
/* 新闻中心 end*/

/*项目展示 start*/
.column2{ padding: 0 .5rem .5rem; position: relative;}
.column2C{ position: relative; overflow: hidden;}
.column2C:before{ display: block; content: ''; padding-top: 75%;}
.column2Scroll{ position: absolute; left: 50%; top: 50%; width: 90%; transform: translate(-50%,-50%);}
.column2Scroll a{ display: block;}
.column2Scroll .pic { width: 100%; height: 100%;}
.column2Scroll .pic img{ display: block; width: 100%; height: 100%;}
.column2Scroll .pic span{ display: block; height: 1.5rem; line-height: 1.5rem; text-align: center; background: rgba(0,0,0,0.5); color: #FFF; width: 100%; position: absolute; left: 0px; bottom: 0px; font-size: .7rem;}
.column2ScrollDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 0px; position: absolute; left: 0px; bottom: .4rem; z-index: 1; width: 100%;}
.column2ScrollDot span{ width: .6rem; height: .2rem; border-radius: 0.2rem; text-align: center; line-height: 0.4rem; font-size: .6rem; background: #f3f3f3; color: #FFF; opacity: 1; margin: 0 .15rem;}
.column2ScrollDot span.swiper-pagination-bullet-active{ background: #d8212f;}
/*项目展示 end*/

/*footer1 start*/
.footer1{ padding: .5rem 0; line-height: 1rem; color: #6a6a6a; font-size: .7rem; text-align: center;}
.footer1 em{ margin: 0 .25rem;}
.footer1 a{ color: #6a6a6a;}
.footer2{ padding: .5rem; line-height: 1rem; color: #6a6a6a; font-size: .6rem; text-align: center;}
/*footer1 end*/
.replayTc{ background: #f5f5f5; padding: .25rem;}
.replayTc textarea{ width: 100%; height: 7.5rem; background: none; border: none; line-height: 1rem; font-size: .7rem;}
/*
*********首页内容end*********
*/
/**************************** 二级框架 start ******************/
.head2{ height: 2.25rem; line-height: 2.25rem; position: relative; z-index: 5; background: #FFF; overflow: hidden;}
.goBack{ font-size: 1.2rem; position: absolute;left: 0;top: 0;width: 2rem;  text-align: center;}
.goBack i{line-height: 2.25rem;}
.headTitle{text-align: center; font-size: 0.8rem; color: #666;}

/* subBanner start*/	
.subBanner{padding-top: 45%;position: relative; z-index: 51;}
.subBanner a{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background-size: cover; background-repeat: no-repeat;}
/* subBanner end*/	

/* 二级导航 start*/	
#mobileSubNav{
	height:2rem;position:relative;z-index:10;margin:0 auto;}
.mobileSubNav_title{height:2rem;background:#fff;position:relative;z-index:999999999999999999; width:100%;}
.mobileSubNav_title:before{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	display:none;
}

.location{
	line-height:2rem;
	float:left;
	font-size:0.6rem;
	padding:0 0 0 10px;
	}
.location a.hover{ color:#c9151e;}

.SubNav_open{
	height:2rem;
	line-height: 2rem;
	display:block;
	color:#c9151e;
	font-size: 0.65rem;
	text-align: center;
	z-index:999999999999999999999999999999;
}
.SubNav_open:after{
    content: " ";
    position:absolute;
    right:-2px;
    top: 0;
    width:1px;
    height:2rem;
	
    border-right:1px solid #d9d9d9;
    -webkit-transform-origin:scaleX(0.3);
    transform-origin:scaleX(0.3);
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
}
.SubNav_open span{
	font-size: 0.7rem;
	position: relative;
	top:0;
	padding:0 0.2rem;
	transition: 0.4s ease;
	transform-origin:center center ;
}
.SubNav_open.close span{
	transform: rotate(180deg);
}
	
	
#mobileSubBg{
	width:100%;
	height: 100%;
	position:fixed;
	background:rgba(0,0,0,0.3);
	z-index:50;
	left:0;
	top:0px;
	display:none;
}
#mobileSubNav dl{
	width:100%;
	/* height:30rem; */
	top:2rem;
	position:absolute;
	z-index:90;
	padding:0.3rem 0;
	overflow:hidden;
	overflow-y:auto;
	background: #f5f5f5;
	display:none;
	z-index:999999999999999999;
	}
#mobileSubNav dl dt{display:block;clear:both;line-height:30px;border-bottom:1px dotted #ccc;padding:0 0 0 5px;font-size:16px;margin:0 0 5px 0;text-align:center;}
#mobileSubNav dl dd{width:100%;display:block; position:relative;height:2rem; margin-bottom:0.25rem;}
#mobileSubNav dl dd a{
	display:block;
	background:#fff;
	color: #333;
	line-height:2rem;
	text-align:center; 
	position:relative;
	font-size:0.65rem;
	}
#mobileSubNav dl dd:after {
    content: " ";
    width: 200%;
    height:1px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*border-bottom:1px solid #e6e6e6;*/
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#mobileSubNav dl dd.hover a{ color:#c9151e; /*background:#e0f1fe;*/}
/* 二级导航 end*/

/* 三级导航 start*/
.locaMenu{
    position: relative;
    z-index: 9;
}
.loca_a{
    display: flex;
    height: 2rem;
    overflow: hidden;
    line-height: 2rem;
    font-size: 0.7rem;
    color:#333;
    padding: 0px 10px;
    background: #fff;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a span{
    display: block;
    flex: 1;
    overflow: hidden;
}
.loca_a i{
    display: block;
    width: 1.0rem;
    height: 2.0rem;
    overflow: hidden;
    text-align: center;
    line-height: 2.0rem;
    font-size: 1.0rem;
    color:#666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loca_a.shadow{
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.loca_a.hover i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loca_ul{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 2.0rem;
    max-height: calc(100vh - 9.75rem);
    background: #fff;
    z-index: 4;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.loca_ul li{
    display: block;
    line-height: 1.75rem;
    overflow: hidden;
    position: relative;
}
.loca_ul li:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: 0px;
    top:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.loca_ul li a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    padding: 0px 0.5rem;
}
.loca_ul li.hover a{
    color:#d6000f;
}
#thirdMenuBg {
    display: none;
    width: 100%;
    height: 200vh;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
/* 三级导航 end*/

/* page */
.ajaxLoad{color:#666;height:2rem;line-height:2rem;text-align:center;clear:both;position:relative;background:#fff;margin:5px 0 0 0; font-size:0.7rem;}
.ajaxLoad i{font-size:0.8rem;margin:0 5px 0 0;color:#fc8b1c;}
.NotMore{ font-size:0.7rem; line-height:1.5rem; text-align:center;padding:8px 0; background:#fff; position:relative;}
.NotMore:after {
    content: " ";
    width:120%;
    height: 1px;
    position: absolute;
    top:50%;
    left:20%;
    border-bottom:1px solid #e0dede;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	z-index:0;
}
.NotMore span{
	display:inline-block;
	padding:0 10px;
	background:#fff;
	position:relative;
	z-index:8;
	color:#e0dede;
}
/**************************** 二级框架 end ******************/

.nhead{background: #c9151e;padding: 2%;}
.nhead li{float: left;width: 33%;height: 33px;line-height: 33px;text-align: center;}
.nhead li a{display: block;color: #fff;}

.nind1{background: #fff;padding: 0 3% 5%;}
.nindtit{font-size: 20px;font-weight: bold;color: #000;text-align: center;padding: 5% 0 3%;}
.nind1_con{color: #000;display: block;line-height: 30px;}
.nind1 img{margin-top:3%;}
.nind1 a{display: block;width: 40%;text-align: center;height: 30px;line-height: 30px;background: #c9151e;color: #fff;margin: 5% auto 0;border-radius: 15px;}

.nind2{background: url(../images/nk12.jpg)no-repeat top center;padding: 0 3% 5%;}
.nind2 ul li{width: 46%;float: left;margin:2% 2% 0;}
.nind2 ul li img{width: 100%;}
.nind2 ul li p{text-align: center;height: 35px;line-height: 35px;background: #c9151e;color:#fff;overflow: hidden;}

.page_info{padding:5px 0;text-align: center;clear: both;font-size: 12px;padding: 3%;}
.page_list{padding:5px 0;text-align: center;clear: both;font-size: 12px;padding: 3%;}
.page_list a{display: inline-block;overflow: hidden;padding:4px 6px;color:#999999;border-radius:1px;background: #fff;margin: 0 2px;}
.page_list a:hover{background: #cc0000;color: #fff;}
.page_list a.on{background: #cc0000;color: #fff;}
.page_list a.hover{background: #cc0000;color: #fff;}
.page_list input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page_list input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page_list label{color:#999999;position: relative;top: -11px;}
.page_list input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.zs-plan{}
.zs-plan .left h2{padding:3% 0;font-size:16px;color:#333;font-weight:bold;text-align:center;line-height: 36px;}
.zs-plan .left .item{margin-bottom:10px;position:relative}
.zs-plan .left .item .name{padding:0 16px 0 0;width:100px;/*float:left;*/line-height:30px;font-size:14px;color:#333;/*text-align: right*/}
.zs-plan .left .item .name em{color:#ff0000;font-size:18px;padding:0 5px 0 0;line-height:30px;vertical-align: middle}
.zs-plan .left .item .sr{/*float:left; width:554px;*/position:relative}
.zs-plan .left .item .sr input[type="text"]{width:98%;padding:0 15px;height:35px;border:1px solid #D9D9D9; font-size: 14px;box-sizing: border-box;}
input[type="text"]:-webkit-autofill {background-color: #f5f5f5; background-image: none; color: #000; }
.zs-plan .left .item .sr select{width:362px;height:45px; font-size: 14px;padding:0 15px;border:1px solid #D9D9D9;background: url(../images/public/upa.png) no-repeat scroll 337px center;display:inline-block;appearance:none; -moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
.zs-plan .left .item .sr span{font-size:14px;color:#da004c;padding-left:18px;display:block;position:absolute;left:0;bottom: -21px;background:url(../images/icons/tishi.png) no-repeat left center;}
.zs-plan .left .item .red{font-size:14px;color:#da004c;line-height:48px;background:url(../images/icons/tishi.png) no-repeat left center;padding-left:18px;    position: absolute;
    left:0; bottom: -38px;}
.zs-plan .left .item .sr ul li{width:40%;float:left;height:15px;line-height:15px;margin-bottom:12px;}
.zs-plan .left .item .sr ul li:nth-child(2n){width:60%}
.zs-plan .left .item .sr ul li:nth-child(25){margin-bottom: 0}
.zs-plan .left .item .sr ul li:nth-child(26){margin-bottom:0}
.zs-plan .left .item .sr ul li input[type="checkbox"]{vertical-align: middle;margin-right:5px;}
.zs-plan .left .item .sr ul li label{font-size:14px;color:#333;display:inline-block}
.zs-plan .left .item .sr input[type="submit"]{width:40%;height:35px;border:none;border-radius:2px;background:#ccc;font-size:16px;color:#fff;display:inline-block;margin-right:13px;cursor: pointer}
.zs-plan .left .item .sr input[type="submit"].active{background: -webkit-linear-gradient(left, #c9151e, #c9151e);
    background: -o-linear-gradient(right, #c9151e, #c9151e);
    background: -moz-linear-gradient(right, #c9151e, #c9151e);
    background: linear-gradient(to right, #c9151e, #c9151e);}
.zs-plan .left .item .sr input[type="reset"]{width:40%;height:35px;border:none;display:inline-block;font-size:16px;color:#000;border-radius:2px;background:#f2f2f2;cursor: pointer}

.zs-plan .left  form h3{font-size: 24px; color: #333; font-weight: bold;margin:0 0 15px;}
.zs-plan .left  form p{color:#999;margin-bottom:20px;}