/*
*********表层框架start*********
*/
/*顶部start*/
.head1 {
	height: 2.25rem;
	line-height: 2.25rem;
	position: relative;
	z-index: 5;
	background: #FFF;
	overflow: hidden;
}

.head1.blue {
	background: #1d6ea6;
}

.logo {
	float: left;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-left: .5rem;
	margin-top: .35rem;
}
.logo a{
	display: block;
	height: 1.5rem;
	width: 8rem;
	background-size: auto 100%; 
	background-position: left center ;
	background-repeat:  no-repeat;
}
.logo img {
	display: block;
	height: 1.5rem;
}

.head1R {
	overflow: hidden;
}

.head1R a {
	overflow: hidden;
	float: left;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	color: #666;
	line-height: 2.25rem;
	font-size: 1.2rem;
}

a.langue-switch {
	font-size: .9rem;
	color: #ee9f43;
}

.top-search:before {
	position: relative;
	top: -.05rem;
}

.menuBtn {
	display: block;
	width: 2.25rem;
	height: 2rem;
	position: fixed;
	background: #1d6ea6;
	right: 0px;
	top: 0px;
	text-align: center;
	z-index: 8;
	padding-top: .25rem;
}

/*.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: 1.3rem;
	height: .1rem;
	background-color: #FFF;
	display: block;
	margin: .4rem 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: #FFF;
}

.menuBtn.active .line {
	background: #FFF;
}

.menuBtn.active .line:nth-child(2) {
	opacity: 0;
}

.menuBg1 {
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

.menuBtn.active .line:nth-child(1) {
	-webkit-transform: translateY(.45rem) rotate(45deg);
	-ms-transform: translateY(.45rem) rotate(45deg);
	-o-transform: translateY(.45rem) rotate(45deg);
	transform: translateY(.45rem) rotate(45deg);
}

.menuBtn.active .line:nth-child(3) {
	-webkit-transform: translateY(-.55rem) rotate(-45deg);
	-ms-transform: translateY(-.55rem) rotate(-45deg);
	-o-transform: translateY(-.55rem) rotate(-45deg);
	transform: translateY(-.55rem) rotate(-45deg);
}

.head1R {
	float: right;
	color: #666666;
	font-size: .7rem;
	padding-left: 1rem;
	background-size: auto .9rem;
	margin-right: 2.75rem;
}
/*搜索 start*/
.searchMain{
	display: flex;
	position: relative;
	z-index: 9;
	padding: 0.5rem;
}
.searchMain .inpBox{
	flex: 1;
	display: flex;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
}
.searchMain .inpBox .auiFont{
	width: 1.8rem;
	text-align: center;
	line-height: 1.5rem;
	color: #666;
	font-size: 0.8rem;
}
.searchMain .inpBox input{
	display: block;
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    border: none;
    color: #666;
    background-size: 0.75rem 0.75rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    color: #999;
    font-family: "Microsoft yahei";
    padding: 0px 5px 0px 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}
.searchClose{
    width: 2.25rem;
    height: 1.5rem;
    overflow: hidden;
    font-size: 0.6rem;
    color: #999;
    text-align: center;
    line-height: 1.6rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0.3rem;
}
.searchBtn{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
    width: 2.25rem;
    height: 1.5rem;
    overflow: hidden;
    font-size: 0.6rem;
    color: #999;
    text-align: center;
    line-height: 1.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    display: none;
}
.searchBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.4s ease;
}
.searchBox.show{
	transform: translateX(0);
    opacity: 1;
}
.searchBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*搜索 end*/
/*顶部end*/
/**
 * page
 * @author 杨朝杰
 * @return
 */
.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;
}
/*导航start*/
.menuPage {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 5;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 2.25rem 0 0;
}

.menuPage.active {
	opacity: 1;
	visibility: visible;
}

.menuPageC1 {
	clear: both;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 2;
	height: 100%;
}

.menuPage.active .menuBg1 {
	visibility: visible;
	opacity: 1;
}

.menuPageC1Pd {
	padding-top: 4.25rem;
}

.menuPageList {
	overflow: hidden;
	background: #f5f5f5;
	padding-bottom: 3rem;
	height: 100%;
}

.menuPageList dd {
	overflow: hidden;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span: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: 3rem;
	line-height: 3rem;
	text-align: left;
	font-size: .75rem;
	color: #1f1f1f;
	padding: 0 .75rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width: 2.25rem;
	height: 3rem;
	text-align: center;
	line-height: 2.25rem;
	font-size: 1.5rem;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	background-image: url(/subsiteSrc/cnWap/images/jia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.8rem;
	z-index: 1
}

.menuPageList dd span em.icn2 {
	background-image: url(/subsiteSrc/cnWap/images/jian.png);
}

.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: .5rem .75rem;
	display: none;
	background: #FFF;
}

.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(/subsiteSrc/cnWap/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(/subsiteSrc/cnWap/images/jian2.png);
}

.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #1d6ea6;
	font-size: .7rem;
	padding-left: 0rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .ej a:before {
	display: none;
	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: #1d6ea6;
	color: #FFF;
}

.menuPageList dd.hover span em {
	color: #FFF;
}

/*二级页面底部导航start*/
#mobileSubNav {
	height: 2rem;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	overflow: hidden;
}

#mobileSubNav:before {
	display: block;
	width: 2rem;
	height: 2rem;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	z-index: 20
}

#mobileSubNav:after {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 100
}

.mobileSubNav_title {
	height: 2rem;
	background: #FFF;
	position: relative;
	z-index: 9;
	width: 100%;
}

.mobileSubNav_title ul {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 2rem 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0px;
	overflow-x: auto;
	white-space: nowrap;
}

.mobileSubNav_title ul li {
	display: inline-block;
	height: 2rem;
	font-size: 0.7rem;
	position: relative;
	padding: 0 .5rem;
}

.mobileSubNav_title ul li.hover a {
	color: #1d6ea6;
	border-bottom: 2px solid #1d6ea6;
	line-height: 1.9rem;
}

.mobileSubNav_title ul li a {
	display: block;
	line-height: 2rem;
	text-align: center;
}

/*二级页面底部导航end*/
/* 三级 start */
.three_dl{
	font-size: 0;
	text-align: center;
	padding: 0.8rem 0 ;
	background: #fff;
}
.three_dl dd{
	display: inline-block;
	width: 5rem;
	line-height: 1.8rem;
	margin: 0 0.2rem;
}
.three_dl a{
	display: block;
	font-size: 0.7rem;
	color: #333;
	text-align: center;
}
.three_dl dd.hover a{
	background: #1d6ea6;
	color: #fff;
	
}
/* 三级 start */
/*导航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;
	text-align: center;
	font-size: 1rem;
}

.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 .icn {
	color: #ee9f43;
}

.footerList .item.hover .text {
	color: #ee9f43;
}

/*底部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(/subsiteSrc/cnWap/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*/
/* 分享 start*/
.shareBt{display: inline-block;width:20px;position: relative;}
.shareClose{line-height:2rem;text-align:center;padding:3px 0 0 0;font-size:0.8rem;}
.shareBt:after{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;background: url(/subsiteSrc/cnWap/images/share/share.png) no-repeat center center;background-size: 100% 100%;position: absolute;left: 50%;bottom:-4px;}
.shareBox{width:100%;overflow: hidden;background: #fff;position: fixed;left: 0px;bottom:-100%;z-index: 10000;-webkit-transition: bottom 0.8s;-o-transition: bottom 0.8s;transition: bottom 0.8s;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.shareBox.show{bottom:0px;}
.shareCont{overflow: hidden;padding:0.5rem 0px 0.25rem;}
.bdsharebuttonbox p{display: block;width:20%;overflow: hidden;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0.25rem;}
.bdsharebuttonbox a{display: block;width: 100%;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:0px !important;padding:0 0.5rem !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 0.75rem;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{ font-style: normal; clear:both;display: block;font-size:0.6rem;color:#666;text-align: center;overflow: hidden;margin:5px 0px;}
.boxShadow{position: fixed;left: 0px;top:0px;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,0.6);z-index: 999;display: none;}
.bdsharebuttonbox a:before{display: block;content: "";overflow: hidden;width: 100%;padding-top: 100%;}
/* 分享 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: .3rem;
	height: .3rem;
	border: .05rem solid #FFF;
	border-radius: .4rem;
	text-align: center;
	color: #FFF;
	opacity: 1;
	background: none;
}

.indexBanner .indexBannerDot span.swiper-pagination-bullet-active {
	background: #FFF;
}

/*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 .pic {
	width: 60%;
	margin: 0 auto;
}

.indexMenuList dd .pic: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: 2.5rem;
	line-height: 2.5rem;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.indexT span {
	font-weight: normal
}

.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*/
/*column1 start*/
.column1 {
	padding: .5rem;
}

.column1Up {
	overflow: hidden;
	position: relative;
}

.column1Up .swiper-slide {
	position: relative;
}

.column1Up .swiper-slide:before {
	display: block;
	content: '';
	padding-top: 56.0241%;
}

.column1Up .swiper-slide a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.column1Up .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.column1Up .swiper-slide span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0 4.7rem 0 .75rem;
	background: rgba(0, 0, 0, .5);
	color: #FFF;
	font-size: .7rem;
	height: 1.75rem;
	line-height: 1.75rem;
}

.column1Up .column1UpDot {
	text-align: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0px;
	padding-right: .5rem;
	position: absolute;
	left: 0px;
	bottom: .6rem !important;
	z-index: 1;
}

.column1Up .column1UpDot span {
	width: .3rem;
	height: .3rem;
	border: .05rem solid #FFF;
	border-radius: .4rem;
	text-align: center;
	color: #FFF;
	opacity: 1;
	background: none;
}

.column1Up .column1UpDot span.swiper-pagination-bullet-active {
	background: #FFF;
}

.column1List {
	overflow: hidden;
}

.column1List dd {
	overflow: hidden;
}

.column1List dd a {
	overflow: hidden;
	padding: .5rem 0;
	display: block;
}

.column1List dd .text {
	overflow: hidden;
}

.column1List dd .text .title {
	height: 1.5rem;
	line-height: 1.5rem;
	color: #4c4c4c;
	font-size: .7rem;
	overflow: hidden;
}

.column1List dd .text .time {
	height: 1.25rem;
	line-height: 1.25rem;
	color: #999999;
	font-size: .6rem;
	overflow: hidden;
}

.column1List dd .text .info {
	height: 1.8rem;
	line-height: .9rem;
	color: #858585;
	font-size: .6rem;
	overflow: hidden;
}

.column1List dd:last-child:after {
	display: none
}

.indexBtn {
	text-align: center;
	padding: .5rem .5rem 0;
}

.indexBtn a {
	min-width: 5.25rem;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0  1.2rem 0 .4rem;
	color: #fff;
	font-size: 0.65rem;
	text-transform: uppercase;
	background-image: url(/subsiteSrc/cnWap/images/more.png);
	background-position: right 0.4rem center;
	background-repeat: no-repeat;
	background-size: 0.9rem;
}

/*column1 end*/
/*column2 start*/
.column2C {
	position: relative;
}

.column2C:before {
	display: block;
	content: '';
	padding-top: 57.2222%;
}

.column2CBigImg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.column2C .img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.column2CScrollBox {
	position: absolute;
	left: 1.75rem;
	bottom: -1rem;
	right: 35px;
	height: 3.5rem;
	background: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	padding: 0 1.75rem;
	z-index: 2
}

.column2CScroll {
	overflow: hidden;
}

.column2CScroll a {
	display: block;
	height: 2.7rem;
	text-align: center;
	padding: .4rem 0;
}

.column2CScroll .icn {
	height: 1.6rem;
	line-height: 1.6rem;
}

.column2CScroll .icn img {
	display: block;
	height: 1.4rem;
	margin: 0 auto;
}

.column2CScroll .icn img.img2 {
	display: none;
}

.column2CScroll .text {
	height: 1rem;
	line-height: 1rem;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.column2CScroll .swiper-slide-thumb-active img.img1 {
	display: none;
}

.column2CScroll .swiper-slide-thumb-active img.img2 {
	display: block;
}

.column2CScroll .swiper-slide-thumb-active:after {
	display: block;
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fd9f3e;
}

.column2CScroll .swiper-slide-thumb-active .text {
	color: #fd9f3e;
}

.column2CBigImgnext {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1.75rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	outline: none;
}

.column2CBigImgprev {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1.75rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	outline: none;
}

/*column2 end*/
/*column3 start*/
.column3Text {
	line-height: 1rem;
	color: #222222;
	font-size: .6rem;
	overflow: hidden;
	padding: 0 .5rem;
}

/*column3 end*/
/*column4 start*/
.column4Up {
	margin: 0 .5rem;
	position: relative;
}

.column4Up:before {
	display: block;
	content: '';
	padding-top: 56.6256%;
}

.column4Up img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.column4Dn {
	overflow: hidden;
}

.column4Dn dd {
	width: 50%;
	float: left;
}

.column4Dn dd .pic:before {
	padding-top: 101.667%;
}

/*column4 end*/
.copyright {
	padding: .5rem;
	line-height: 1rem;
	color: #6a6a6a;
	font-size: .6rem;
	text-align: center;
	background: #ebebeb;
}
.copyright p{
	text-align: center;
}
/*
*********首页内容end*********
*/
/* 二级框架 */
.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;
}

.headTitle {
	text-align: center;
	font-size: 0.8rem;
	color: #666;
}

.subBanner {
	padding-top: 45%;
	position: relative;
}

.subBanner a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.subBanner2 {
	padding-top: 60%;
	position: relative;
}

.subBanner2 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
/* 产业 start */
.channelTxt{
	font-size: 0.65rem;
	color: #666;
	line-height: 1.2rem;
	padding: 0.5rem;
	text-indent: 2em;
}
.mapMain{
	margin: 0.5rem;
	overflow: hidden;
	padding: 0.5rem 0;
}
.mapMain .mapBox{
	height: 10rem;
}
.mapMain img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.maptype{
	text-align: center;
	font-size: 0;
}
.maptype dd{
	width: 4rem;
	background: #f3f3f3;
	color: #666;
	line-height: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	font-size: 0.7rem;
	border-radius: 1.5rem;
	position: relative;
	margin: 0 0.25rem;
	text-align: center;
}
.maptype dd.hover{
	background: #1d6ea6;
	color: #fff;
}
.maptype dd:after{
	content: '';
	display: block;
	border: 5px solid #1d6ea6;
	border-top-color:transparent ;
	border-right-color:transparent ;
	border-left-color:transparent ;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	opacity: 0;
}
.maptype dd.hover:after{
	opacity: 1;
}
.industryList{
	background: #fff;
	overflow: hidden;
	padding: 0.25rem;
}
.industryList dd{
	width: 25%;
	float: left;
	display: inline;
	box-sizing: border-box;
	padding: 0.25rem;
}
.industryList a{
	display: block;
	margin: 0 auto;
	max-width: 4rem;
	background: url(/subsiteSrc/cnWap/images/cyBtn3.png) center center;
	background-size: 100% 100%;
}
.industryList .icon{
	height: 1.6rem;
	background-position: center bottom ;
	background-repeat:no-repeat;
	background-size: 1.3rem;
}
.industryList span{
	padding-top: 0.2rem;
	display: block;
	height: 1.5rem;
	line-height: 1.2rem;
	color: #fff;
	font-size: 0.6rem;
	text-align: center;
}
.industryList .dd1 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco1.png);background-size: 1.5rem;}
.industryList .dd2 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco2.png);}
.industryList .dd3 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco3.png);}
.industryList .dd4 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco4.png);}
.industryList .dd5 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco5.png);}
.industryList .dd6 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco6.png);}
.industryList .dd7 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco7.png);}
.industryList .dd8 .icon{background-image: url(/subsiteSrc/cnWap/images/induIco8.png);}
.industryClass{
	text-align: center;
}
.industryClass span{
	display: inline-block;
	margin: 0 0.5rem;
	position: relative;
	font-size: 0.65rem;
	color: #9e733a;
}
.industryClass span.class2{
	color: #debe61;
}
.industryClass span:after{
	content: '';
	display: block;
	border-radius: 50%;
	background: #9e733a;
	border: 3px solid #ece3d8;
	position: absolute;
	left: -0.8rem;
	height: 6px;
	width: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.industryClass span.class2:after{
	background: #debe61;
	border: 3px solid #f8f2df;
}
/* 产业 end */
<!--耗时1776244669.7751秒-->