@charset "utf-8";

html{
    font-size: calc(100vw / 360* 20);
}
body{
    overflow-x: hidden;
}

.mobileTop{ overflow: hidden; position: fixed; z-index:999; box-shadow: 0px 0px 5px rgba(0,0,0,0.1);width:100%;}
.mobileFooter{ overflow: hidden; position: relative; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); z-index: 3;}

/*
*********外层框架start*********
*/
/*顶部start*/
.head1 {
	height: 80px;
	line-height:80px;
	position: relative;
	z-index: 5;
	background: #FFF;
	overflow: hidden;
}

.head1.blue {
	background: #0a5ca6;
}

.logo {
	float: left;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-left: .5rem;
	margin-top: .35rem;
}
.logo a{
	display: block;
	height:40px;
	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: #0a5ca6;
	right: 0px;
	top: 0px;
	text-align: center;
	z-index:1001;
	padding-top: 17px;
}

/*.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: 30px;
    height: 2px;
	background-color: #FFF;
	display: block;
	margin:10px 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(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.menuBtn.active .line:nth-child(3) {
	-webkit-transform: translateY(-16px) rotate(-45deg);
	-ms-transform: translateY(-16px) rotate(-45deg);
	-o-transform: translateY(-16px) rotate(-45deg);
	transform: translateY(-16px) 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: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	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:48px;
	line-height:48px;
	text-align: left;
	font-size: 14px;
	color: #1f1f1f;
	padding: 0 14px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width:48px;
	height: 48px;
	text-align: center;
	line-height:48px;
	font-size: 30px;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	background-image: url(../images/jia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 15px;
	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:8px 12px;
	display: none;
	background: #FFF;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
	margin-bottom:8px;
}

.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:32px;
	line-height: 32px;
	overflow: hidden;
	color: #0a5ca6;
	font-size: 13px;
	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: #0a5ca6;
	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: #0a5ca6;
	border-bottom: 2px solid #0a5ca6;
	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: #0a5ca6;
	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(../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(../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;
	margin-top: 45px;
}

.indexBanner img {
	width: 100%;
	display: block;
}

.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(../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;
	margin-top: 0.4rem;
}

/*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: #0a5ca6;
	color: #fff;
}
.maptype dd:after{
	content: '';
	display: block;
	border: 5px solid #0a5ca6;
	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(../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(../images/induIco1.png);background-size: 1.5rem;}
.industryList .dd2 .icon{background-image: url(../images/induIco2.png);}
.industryList .dd3 .icon{background-image: url(../images/induIco3.png);}
.industryList .dd4 .icon{background-image: url(../images/induIco4.png);}
.industryList .dd5 .icon{background-image: url(../images/induIco5.png);}
.industryList .dd6 .icon{background-image: url(../images/induIco6.png);}
.industryList .dd7 .icon{background-image: url(../images/induIco7.png);}
.industryList .dd8 .icon{background-image: url(../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;
}
/*按钮*/
a.myBtn{ display: inline-block; height: 1.75rem; line-height: 1.75rem; padding: 0 1rem; background: #ee9f43; color: #FFF; font-size: .7rem; border-radius: 3px; text-align: center;}

.wrapper{
    padding:0 12px;
}
.mb_about_wrap{
    background: #f5f5f5;
}
.mb_about{
    padding:30px 0;
}
.mb_titbox{
    
}
.mb_titbox .tit{
    font-size:22px;
    color:#186fb0;
    font-weight: bold;
    text-align: center;
}
.mb_titbox p{
    text-align: center;
    padding-top: 6px;
    max-width: 70%;
    margin:0 auto 20px;
}
.mb_about .desc{
    font-size:16px;
    padding:15px 0 20px;
    line-height: 1.5;
}
.mb_about .img img{
    width: 100%;
}
.mb_about .list{
    display: flex;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-top: 15px;
    flex-wrap: wrap;
}
.mb_about .list dd{
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.mb_about .list dd:nth-child(-n+2){
    padding-bottom: 20px;
}
.mb_about .list dd:nth-child(-n+2):before{
    width: 100%;
    height:1px;
    background: #eee;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom:10px;
}
.mb_about .list dd:nth-child(2n):after{
    width: 1px;
    height: 100%;
    background: #eee;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.mb_about .list .dataNum{
    padding-bottom: 5px;
}
.mb_about .list dd span{
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.mb_about .list dd em{
    font-size:12px;
    color:#777;
}

.mb_product{
    padding:30px 0;
}
.mb_product_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: solid 1px #eeeeee;
    border-right: none;
    border-bottom: none;
}
.mb_product_list .item{
    position: relative;
    width: 50%;
    cursor: pointer;
    border: solid 1px #eee;
    padding:15px;
    box-sizing: border-box;
    line-height: 1;
    border-top: none;
    border-left: none;
}
.mb_product_list .item:first-child {
    background: url(../images/a28.png) no-repeat left top;
    background-size: 60px;
}
.mb_product_list .item .con{
    margin-bottom: 10px;
    text-align: right;
}
.mb_product_list .item .con h4{
    font-size:16px;
    font-weight: normal;
    color:#1a1b1c;
    margin-bottom: 6px;
}
.mb_product_list .item .img img{
    height: 110px;
    transition: all ease .5s;
}

/* mb_news_wrap */

.mb_news_wrap{
    background: #f5f5f5;
    padding:30px 0;
}

.mb_news_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.mb_news_list .item{
    width: 50%;
    box-sizing: border-box;
    padding:6px;
}
.mb_news_list .item a{
    display: block;
    background: #fff;
}
.mb_news_list .item .img img{
    height: 120px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.mb_news_list .item .item_con{
    padding:12px;
}
.mb_news_list .item .item_con .column{
    height: 23px;
    line-height: 21px;
    border:1px solid #d2d2d2;
    color:#444;
    display: inline-block;
    padding:0 10px;
}
.mb_news_list .item .item_con .tit{
    font-size: 14px;
    color: #444;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
    height: 44px;
    overflow: hidden;
}
.mb_news_list .item .item_con .time{
    font-size:14px;
    color:#999;
    margin-top: 7px;
}
/*.mb_news_list .item a:hover{*/
/*    background: var(--theme-color);*/
/*}*/
/*.mb_news_list .item a:hover .item_con .column{*/
/*    background: #fff;*/
/*    border-color: #fff;*/
/*    color:var(--theme-color);*/
/*}*/
/*.mb_news_list .item a:hover .item_con .tit{*/
/*    color:#fff;*/
/*}*/
/*.mb_news_list .item a:hover .item_con .time{*/
/*    color:rgba(255,255,255,.7);*/
/*}*/




@media screen and ( max-width: 1079px){
    .mb_none{
        display: none;
    }
    .wrap{
        width: 100%;
        padding:0 20px;
    }
    .logo{
        height: auto;
        float: none;
        margin-top: 15px;
    }
    .logo img{
        height: 100%;
    }
    .logo a{
        height: 50px;
        width: auto;
    }
    .menuBtn{
        box-sizing: border-box;
        height: 80px;
        width: 80px;
    }
    .page_banner{
        margin-top: 80px;
    }
    html{
        font-size:24px;
    }
    .footer2 {
        background: #0a5ca6;
        overflow: hidden;
        margin-top: 20px;
        padding: 15px 10px;
        color: #fff;
        font-size: 12px;
    }
    .footer2 a{
        color:#fff;
    }
    .footer2>.wrap{
        text-align: center;
    }
}
@media screen and ( max-width: 992px){
    
    body{
        background: #fff;
    }
    .page_banner .img img{
        height: 150px;
        object-fit: cover;
    }
    .page_banner .con{
        width: 60%;
        background-size: 100% 100%;
    }
    .page_banner .con p{
        font-size:14px;
    }
    .page_banner .con h4{
        font-size:22px;
    }
    .page_menu{
        height: 40px;
    }
    .page_menu ul li a{
        padding:0 15px;
        line-height: 40px;
        font-size:14px;
    }
    .page_tit .pos{
        font-size:12px;
    }
    .wrap{
        width: 100%;
        padding:0 12px;
    }
    .page_tit{
        padding-bottom: 20px;
    }
    .page_about_1 .con .img img{
        padding-left: 0;
    }
    .page_about_1 h4{
        font-size:20px;
    }
    .page_about_1 h4:after{
        width: 30px;
        height: 2px;
        margin-top: 5px;
    }
    .page_about_1 .con p{
        font-size:14px;
    }
    .page_about_3{
        padding:30px 0;
    }
    .tit_box1 h4{
        font-size:20px;
    }
    .tit_box1 h4:after{
        margin-top: 5px;
        width: 30px;
        height: 2px;
    }
    .page_about_3 ul{
        flex-wrap: wrap;
        margin:20px -6px 0;
    }
    .page_about_3 ul li{
        flex: auto;
        margin:4px;
        padding:20px 0;
    }
    .page_about_3 ul li .img img{
        width: 40px;
        height: 40px;
    }
    .page_about_3 ul li .con{
        font-size:12px;
        margin-top: 10px;
    }
    .page_joinus_tit{
        font-size:20px;
        padding-bottom: 10px;
    }
    .page_joinus .list .item{
        padding:20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .page_joinus .list .item .item_con{
        flex: auto;
    }
    .page_joinus .list .item .item_con .tit{
        font-size:18px;
    }
    .page_joinus .list .item .item_con .desc{
        font-size:12px;
        display: block;
    }
    .page_joinus .list .item .item_con .desc .i{
        margin-right: 10px;
        display: inline-block;
    }
    .page_joinus .list .item .item_more{
        font-size: 14px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
    }
    .page_honor{
        flex-wrap: wrap;
    }
    .page_honor_menu_wrap{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page_honor_menu{
        width: 100%;
        display: flex;
    }
    .page_honor_menu a{
        flex:1;
        height: 40px;
        line-height: 40px;
    }
    .navFix{
        top: 46px;
    }
    .page_honor_list{
        padding:15px;
    }
    .page_honor_list .item_list{
        margin:0 -6px 10px;
    }
    .page_honor_list .item_list li{
        width: 50%;
        padding:6px;
    }
    .page_honor_list .item_list li .img img{
        height: 150px;
    }
    .page_honor_list .item_list li .tit{
        font-size:12px;
        text-align: center;
        line-height:18px;
        margin-top: 5px;
        height: 35px;
    }
    .page_cases .item{
        margin-bottom: 20px;
    }
    .page_cases .item .item_img{
        width: 120px;
        height: 80px;
    }
    .page_cases .item .item_con .time h4{
        font-size:16px;
    }
    .page_cases .item .item_con .more{
        display: none;
    }
    .page_cases .item .item_con .time{
        width: 90px;
    }
    .page_cases .item .item_con .con h4{
        font-size:16px;
    }
    .page_cases .item .item_con .time p{
        margin-top: 0;
        font-size:12px;
    }
    .page_cases .item .item_con .time h4:after{
        height: 1px;
        bottom: 0;
    }
    .wrap.flex{
        flex-wrap: wrap;
    }
    .page_case_detail{
        width: 100%;
        margin-right: 0;
    }
    .page_case_detail .tit h1{
        font-size:24px;
    }
    .page_case_detail .tit p{
        padding:10px 0 20px;
        font-size:14px;
    }
    .page_case_detail .tit p span{
        margin-right: 20px;
    }
    .hot_cases{
        border:none;
        padding-left: 0;
    }
    .page_news{
        margin:-15px -6px 0;
    }
    .page_news .item{
        width: 50%;
        padding:6px;
    }
    .page_news .item .img img{
        height: 130px;
    }
    .page_news .item .item_con{
        padding:10px;
    }
    .page_news .item .item_con .tit{
        font-size:14px;
        overflow: hidden;
        height: 40px;
    }
    .page_news_detail_wrap{
        flex-direction:column-reverse;
        flex-wrap: wrap;
    }
    .page_news_detail{
        width: 100%;
        margin-left: 0;
    }
    .page_news_detail .tit h1{
        font-size:24px;
        line-height: 1.4;
    }
    .page_news_detail .tit p span{
        margin:0 10px;
    }
    .hot_news{
        border:none;
        padding-right: 0;
    }
    .page_contact .list{
        margin: 0;
    }
    .page_contact .list .item_wrap{
        width: 100%;
        padding:10px 0;
    }
    .page_contact .list .item{
        padding:30px;
    }
    .page_contact .list .item h4{
        font-size:18px;
    }
    .page_contact .tit h4{
        font-size:24px;
    }
    .page_contact .tit p{
        font-size:13px;
    }
    .page_product_details_top{
        flex-wrap: wrap;
    }
    .ppd_scroll{
        width: 100%;
        height:280px;
    }
    .ppd_content{
        flex: auto;
        padding-top: 20px;
        padding-left: 0;
    }
    .ppd_content .tit{
        font-size:24px;
    }
    .ppd_content .desc{
        height: auto;
    }
    .page_product_tit{
        font-size:30px;
        margin:0;
    }
    .page_product_menu{
        margin:20px 0 30px;
        height: 50px;
    }
    .product_table{
        max-width: 100%;
        padding:0 12px;
    }
    .page_product_menu a{
        font-size:14px;
        line-height: 41px;
    }
    .page_about_2 ul{
        flex-wrap: wrap;
    }
    .page_about_2 li{
        margin-bottom: 30px;
        width: 50%;
    }
    .page_news .item a:hover{
        background: #fff;
    }
    .page_news .item a:hover .item_con .column{
        background:#fff;
        border-color: #d2d2d2;
        color:#444;
    }
    .page_news .item a:hover .item_con .tit{
        color:var(--theme-color);
    }
    .page_news .item a:hover .item_con .time{
        color:#999;
    }

}
@media screen and ( max-width: 768px){
    .head1{
        height: 60px;
        line-height: 60px;
    }
    .logo{
        margin-top: 13px;
    }
    .logo a{
        height: 34px;
    }
    .menuBtn{
        height: 60px;
        width: 60px;
        padding-top: 8px;
    }
    .page_banner{
        margin-top: 60px;
    }
}
