/*
	text-overflow: ellipsis;
	white-space: nowrap;
	
	-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;
	
	box-shadow: 0px 0px 5px rgba(153,153,153,0.5);		
	
*/
/* 全局  */
@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: hidden;
}

body {
	font-family: Helvetica;
	background: #fff;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	outline: none
}

i {
	font-style: normal;
}

a {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #666;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

a:visited {
	color: #666;
	outline: none;
}

a:hover {
	color: #fc8b1c;
	outline: none;
}

a:active {
	color: #666;
	outline: none;
}

ul,
ol {
	list-style: none;
	vertical-align: middle;
}

img {
	border: 0px;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
#youku-playerBox{height: 200px !important;}
.fl {
	float: left;
	display: inline;
}
.articleBox video{width: 100%;height: auto;object-fit: contant;}

.fr {
	float: right;
	display: inline;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

.h5 {
	height: 5px;
	clear: both;
}

.h10 {
	height: 10px;
	clear: both;
}

.h15 {
	height: 15px;
	clear: both;
}

.h20 {
	height: 20px;
	clear: both;
}

.h25 {
	height: 25px;
	clear: both;
}

.h30 {
	height: 30px;
	clear: both;
}

/**
 * 框架部分 begin
 * @return
 */
#mobileTop {
	clear: both;
	position: fixed;
	z-index: 5;
	width: 100%;
}

#mobileCon {
	overflow: hidden !important;
	overflow-y: auto !important;
	clear: both;
	background: #f2f2f2;
	position: relative;
	z-index: 4;
}

#mobileFooter {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 4;
	left: 0;
}

#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 9999;
	background: #1f1a17;
	right: -250px;
	overflow: hidden;
	overflow-y: auto;
}

#mobileBg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	z-index: 50;
	left: 0;
	top: 0px;
	z-index: 6;
	display: none;
}

#mobileConH {
	overflow: hidden;
}

#menuBg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	z-index: 50;
	left: 0;
	top: 0px;
	z-index: 6;
	display: none;
}

#mobileTop.hide,
#mobileCon.hide,
#mobileFooter.hide,
#mobileMenu.hide {
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: translateX(-250px);
}

/*导航展开*/
#mobileTop.show,
#mobileCon.show,
#mobileFooter.show,
#mobileMenu.show {
	-webkit-transition: all 0.5s ease-out;
	-webkit-transform: translateX(0);
}

/*导航关闭*/
#mobileBg.hide {
	-webkit-transition: all 0.6s;
	-webkit-transform: translateX(-250px);
}

#mobileBg.show {
	-webkit-transition: all 0.6s;
}

#mobileCon.ov {
	overflow: hidden;
}

#menuBg.hide {
	-webkit-transition: all 0.6s;
	-webkit-transform: translateX(-250px);
}

#menuBg.show {
	-webkit-transition: all 0.6s;
}

/**
 * 手机顶部
 * @return
 */
#toolbarnav {
	display: block;
	height: 45px;
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #fff;
	background: #e7af18;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#toolbarnav h1 {
	text-align: center;
	display: block;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 0 0;
}

#go-back {
	position: absolute;
	top: 0;
	width: 40px;
	height: 45px;
	display: block;
	left: 0;
	font-size: 20px;
	opacity: 0.7;
}

#go-back span {
	color: #fff;
	font-size: 24px;
	display: block;
	margin: 10px 0 0 12px;
}

#menu-btn {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

#menu-btn span {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	margin-top: 12px;
	margin-left: 10px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

#menu-btn .i1 {
	display: block;
	content: "";
	overflow: hidden;
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 21px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

#menu-btn .i2 {
	display: block;
	content: "";
	overflow: hidden;
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 30px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

#menu-btn.show span {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	margin-top: 21px;
}

#menu-btn.hide span {
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	margin-top: 12px;
}

#menu-btn.show .i2 {
	transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	top: 21px;
}

#menu-btn.hide .i2 {
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	top: 30px;
}

#menu-btn.show .i1 {
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
}

#menu-btn.hide .i1 {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	top: 21px;
}

/*#menu-btn span{font-size:20px;color:#fff; opacity:0.7;height:45px; line-height:45px; text-align:center;}
#menu-btn em{font-size:20px;color:#fff; opacity:0.7;display: none;height:45px; line-height:45px; text-align:center;}*/
#sub-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
}

#sub-btn span {
	font-size: 20px;
	color: #fff;
	margin: 12px 0 0 16px;
	display: block;
}

#articleTool {
	position: relative;
	display: block;
	height: 45px;
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #333;
	background: #f9fafb;
}

#articleTool:after {
	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;
}

#articleTool h1 {
	overflow: hidden;
	text-align: center;
	display: block;
	text-align: center;
	line-height: 45px;
	color: #333;
	font-size: 16px;
	margin: 0 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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;
}

#articleTool #go-back span {
	color: #333;
}

.caseTxt span{white-space: unset !important;}
/*
* 边框公共部分
*/
/*底部start*/
.footerList{ height: 100%; 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: .4rem; color: #333;}
.footerList .item .icn{ height: 1.2rem; line-height: 1.2rem; font-size: 24px; text-align: center;}
.footerList .item .icn img{ height: .75rem; display: block; margin: 0 auto;}
.footerList .item .text{ height: 1.3rem; line-height: 1.3rem; text-align: center; font-size: 12px;}
.footerList .item.hover a{color: #f9be12;}
/*底部end*/
/**
 * 一级导航
 * @return
 */
#mobileMenu header {
	display: block;
	background: #0d5d8b;
	height: 45px;
	position: relative;
}

#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 16px;
	position: relative;
}

#mobileMenu header:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: -1px;
	border-bottom: 1px solid #085c8b;
	-webkit-transform-origin: scaleY(0.5);
	transform-origin: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

#mobileMenu ul {
	height: 100%;
}

#mobileMenu ul li {
	display: block;
	overflow: hidden;
}

#mobileMenu ul li.hover span {
	background: #e7af18;
}

#mobileMenu ul li span {
	display: block;
	height: 45px;
	font-size: 14px;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #2b2826;
	position: relative;
	text-align: center;
	line-height: 45px;
}
#mobileMenu ul li span .icn{
	position: absolute;
	width: 14px;
	height: 45px;
	background: url(../images/right.png) no-repeat center;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	right: 10px;
	top: 0;
}
#mobileMenu ul li span .icn.on{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
}
#mobileMenu ul li span a{color: #fff;}
#mobileMenu ul li span:after {
	content: " ";
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 100%;
	height: -1px;
	border-bottom: 1px solid #001219;
	-webkit-transform-origin: scaleY(0.5);
	transform-origin: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

#mobileMenu ul li.hover span:before {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #001219;
	position: absolute;
	left: 2px;
	top: 0px;
}

#mobileMenu ul li.hover span:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #001219;
	position: absolute;
	left: 2px;
	bottom: 0px;
}

#mobileMenu ul li a span {
	display: block;
	line-height: 45px;
}

#mobileMenu ul li.hover a span {
	color: #fff
}

#mobileMenu ul li dl {
	background: #454341;
	display: none;
}

#mobileMenu ul li dl dd {
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#mobileMenu ul li dl dd a {
	background: none;
	font-size: 12px;
	color: #fff;
}

/**
 * 二级导航
 */
#mobileSubNav {
	height: 40px;
	position: relative;
	z-index: 999999999999999;
	margin: 0 auto;
}

#mobileSubNav.navNum1 {
	display: none;
}

#mobileSubNav.navNum2 .SubNav_open {
	display: none;
}

#mobileSubNav.navNum2 .mobileSubNav_title ul {
	padding: 0
}

#mobileSubNav.navNum2 .mobileSubNav_title ul li {
	width: 50%;
}

#mobileSubNav.navNum2 .mobileSubNav_title ul li:last-child:after {
	display: none;
}

#mobileSubNav.navNum3 .mobileSubNav_title ul {
	padding: 0
}

#mobileSubNav.navNum3 .mobileSubNav_title ul li:last-child:after {
	display: none;
}

.mobileSubNav_title {
	height: 40px;
	background: #e3e3e3;
	position: relative;
	z-index: 999999999999999999;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden
}

.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;
}

.SubNav_open {
	width: 40px;
	height: 40px;
	display: block;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999999999999999999999999999;
}

.SubNav_open:after {
	content: " ";
	position: absolute;
	right: -2px;
	top: 0;
	width: 1px;
	height: 40px;
	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 {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #4c4c4c;
	text-align: center;

}

.mobileSubNav_title ul {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mobileSubNav_title ul li {
	display: block;
	height: 40px;
	float: left;
	font-size: 14px;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.mobileSubNav_title ul li a {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #333;
	position: relative;
}

.mobileSubNav_title ul li a:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #2553b3;
	display: none;
}

.mobileSubNav_title ul li.hover a {
	color: #2553b3;
}

.mobileSubNav_title ul li.hover a:before {
	display: block
}

#mobileSubBg {
	width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	z-index: 50;
	left: 0;
	top: 0px;
	display: none;
}

#mobileSubNav dl {
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 90;
	padding: 6px 0;
	overflow: hidden;
	background: #fff;
	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: 33.3%;
	display: block;
	float: left;
}

#mobileSubNav dl dd a {
	display: block;
	background: #fff;
	color: #333;
	margin: 5px;
	line-height: 25px;
	text-align: center;
	padding: 3px 0 0 0;
	position: relative;
	border-radius: 35px;
	font-size: 13px;
}

#mobileSubNav dl dd a:after {
	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;
	border-radius: 35px;
}

#mobileSubNav dl dd.hover a {
	color: #1370a5;
	background: #e0f1fe;
}

#mobileSubNav dl dd.hover a:after {
	border: 1px solid #1370a5;
}

/**
 * 固定的底部
 * @return
 */
.footerBar {
	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: 50px;
	box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
}

/*
修改固定的底部
*/

.ftabbar {
	left: 0;
	bottom: 0;
	padding: 2.7vw;
	width: 80%;
	z-index: 3;
	margin-left: 10%;
	position: fixed;
	align-items: center;
	display: flex;
}

.ftabbar a {

	text-decoration: none;
	color: #4F5055;

}


.aic {
	align-items: center;
	display: flex;
}


.bgc[data-v-f1a9bc48] {
	background-image: url(/uploadDir/svg/dbg.png);
	border-radius: 8vw;
	padding: 3.73333vw 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 70%;
	height: 42px;
	margin:0 auto;
}



.jcc {
	justify-content: center;
	width: 100%;
	align-items: center;
	display: flex;
}


.por {
	position: relative;
	align-items: center;
	display: flex;
}


.ani[data-v-f1a9bc48] {
	-webkit-animation-name: tada-data-v-f1a9bc48;
	animation-name: tada-data-v-f1a9bc48;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.numbar[data-v-f1a9bc48] {
	width: 3.4vw;
	height: 3.4vw;
	line-height: 3.8vw;
	font-size: 2.66667vw;
	margin-left: 5vw;
	background-color: #e60012;
	color: #fff;
	top: 0;
	right: 2.66667vw;
}

*,
:after,
:before {
	box-sizing: border-box;
}


.logoimg[data-v-f1a9bc48] {
	width: 6.66667vw;
	height: 6.66667vw;
	fill: #4f5055;
	margin-right: 4vw;
}

.lianxilogo[data-v-f1a9bc48] {
	width: 7.46667vw;
	height: 7.46667vw;
}

svg:not(:root) {
	overflow: hidden;
}

.f16 {
	font-size: 4.24vw;
	color: #000000;
}


/* .index_booter{
	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:48px;
	background:#e7b700db;
}

.foot{
	    
		background-color: #e7b700db;
	    position: fixed;
	    bottom: 13px;
	    width: 57%;
	    height: 40px;
	    left: 23%;
	    border-radius: 65px;
	
}

.ul_tabBar{
	
	    list-style-type: none;
	    margin-left: -5%;
	
}
.ul_tabBar ul{
	
	    margin-top: 0;
	    margin-bottom: 1rem;
	
}
.tabBar_font p{
	
	    margin-top: 0;
	    margin-bottom: 1rem;
} */





/**
 * 返回顶部
 * @return
 */
#scrollTop {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 99;
	display: none;
}

#scrollTop em {
	font-size: 26px;
	color: #fff;
	padding: 3px 0 0 0;
}

/**/
#scrollTop2 {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background: rgba(231, 175, 24, 0.9);
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 99;
	display: none;
}

#scrollTop2 em {
	font-size: 26px;
	color: #fff;
	padding: 3px 0 0 0;
}

/**/
#scrollTop3 {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background: rgba(231, 175, 24, 0.9) url(../images/9999.png) no-repeat center 7px;
	background-size: auto 20px;
	position: fixed;
	right: 10px;
	bottom: 140px;
	z-index: 99;
	display: none;
}


/**
 * page
 * @return
 */
.ajaxLoad {
	color: #666;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
}

.ajaxLoad i {
	font-size: 16px;
	margin: 0 5px 0 0;
	color: #fc8b1c;
}

/**
 * 文章阅读页
 * @return
 */
/*.articleBox{line-height:30px;color:#444444;padding:10px;font-size:15px;background:#fff;}
.articleBox img{max-width:100%;}
.articleTitle{clear: both;text-align: center;padding:5px 10px 0 10px;line-height:25px;font-size: 16px;color:#444;}
.articleTime{display: block;clear: both;text-align: center;color: #999;font-size:11px;padding:0 10px 5px 10px;}

.articleTop{
	overflow:hidden;
	background:#f9fafb;
	padding:10px 0;
	}
.articleTop .articleTitle{
	font-size:18px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	padding:0 50px;
	line-height:30px;
	}
.articleTop .articleTime{
	text-align:center;
	padding:10px 0 0 0;
	}

.articleHand{
    clear:both;
    font-size:15px;
    padding:0 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 0 10px;
    float:left;
    clear: both;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a i{
	padding:0 5px 0  0;
	}
.articleHand a.word{color:#37a6ff !important; }
.articleHand a.ppt{color:#ff7735 !important;}
.articleHand a.excel{color:#15bf44 !important; }
.articleHand a.pdf{color:#1369c0 !important; }
.articleHand a.zip{color:#ff9779 !important; }*/

/**
 * 分享
 * @return
 */
/*.shareBt{display: inline-block;width: 20px;position: relative;}
.shareClose{line-height:40px;text-align:center;padding:3px 0 0 0;font-size:15px;}
.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:10px 0px 5px;}
.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:5px;}
.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: 0px 10px !important;background: none !important;height: auto !important;}
.bdsharebuttonbox span{display: block;width: 100%;overflow: hidden;padding: 0px 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bdsharebuttonbox i{clear:both;display: block;font-size:12px;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%;}

.bdsharebuttonbox a.bds_tsina:before{background: url(../images/share/shareBt1.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_tqq:before{background: url(../images/share/shareBt2.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_qzone:before{background: url(../images/share/shareBt3.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_douban:before{background: url(../images/share/shareBt4.png) no-repeat center center;background-size:100%;}
.bdsharebuttonbox a.bds_sqq:before{background: url(../images/share/shareBt6.png) no-repeat center center;background-size:100%;}
*/
/**
 * 音乐播放器
 * @return
 */
.audio {
	width: 40px;
	height: 40px;
	margin-top: 10px;
}

.audiojs {
	background: url(../images/icon4.png) no-repeat center center;
	background-size: auto 100%;
}

.audiojs.playing {
	background: url(../images/icon5.png) no-repeat center center;
	background-size: auto 100%;
}

.audio-tips {
	margin-top: 10px;
	color: #b1b1b1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.audio-detail {
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f8f8f8;
	position: relative;
}

.audio-detail:after {
	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;
	z-index: 1;
}

.audio .info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	line-height: 45px;
}

.audio .info p {
	margin: 0;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	text-indent: 0;
}

.audio .info .audio-title {
	-webkit-box-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	line-height: 24px;
	font-size: 14px;
}

.audio .info .audio-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 16px;
	color: #999 !important;
	font-size: 12px !important;
}

.audio .info .audio-desc span {
	padding: 0 15px 0 0;
	color: #ff000;
}

/**++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++以上为模板框架部分（尽量少改）+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
/**
 * 首页banner图
 * @return
 */
.bannerBox2 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.bannerBox2 .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.bannerBox2 .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
	background: #9b9b9b;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bannerBox2 .hd li.on {
	background: #e7af18;
}

.bannerBox2 .bd {
	position: relative;
	z-index: 0;
}

.bannerBox2 .bd li {
	position: relative;
	text-align: center;
	width: 100%;
}

.bannerBox2 .bd li:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 75%;
}

.bannerBox2 .bd li img {
	display: none;
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
}

.bannerBox2 .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bannerBox {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.bannerBox .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.bannerBox .hd li {
	display: inline-block;
	width: 24px;
	height: 4px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
	background: #ffffff;
}

.bannerBox .hd li.on {
	background: #ff0018;
}

.bannerBox .bd {
	position: relative;
	z-index: 0;
}

.bannerBox .bd li {
	position: relative;
	text-align: center;
}

.bannerBox .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
}

.bannerBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
* 顶部搜索
*/
.indSeach {
	overflow: hidden;
	padding: 0 20px 5px 20px;
	background: #fff;
}

.indSeach a {
	display: block;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #f5f5f5;
	text-align: center;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 30px;
}

.indSeach a .fa {
	color: #b2b2b2;
}

/*
* 搜索 begin
*/
.searchPage {
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.searchPage.show {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.searchPageBox {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.searchTop {
	width: 100%;
	overflow: hidden;
	padding: 7px 60px 7px 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}

.searchTop input {
	display: block;
	width: 100%;
	height: 31px;
	overflow: hidden;
	border: none;
	background: #f5f5f5 url(../images/topSearchIcon.png) no-repeat 5px center;
	background-size: 15px 15px;
	;
	border-radius: 5px;
	line-height: 31px;
	font-size: 12px;
	color: #999;
	font-family: "Microsoft yahei";
	padding: 0px 5px 0px 25px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.goSearch {
	display: block;
	width: 45px;
	height: 31px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 31px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.goSearch.hover {
	background: #f5f5f5;
}

.searchBody {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.hotSearch {
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

.searchBody a {
	display: block;
	float: left;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	padding: 5px 10px;
	background: #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin: 5px;
}

/******项目代码*******/
.logo {
	width: 119px;
	height: 45px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat 10px center;
	background-size: auto 30px;
}

#menuBg2 {
	position: fixed;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9;
}

#getA {
	display: block;
	width: 30px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff !important;
	font-size: 36px;
}

/**/
.htBox {
	height: 40px;
	background: #fff;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
}

.htBox .divT {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #1f1a17;
	font-size: 13px;
	font-weight: bold;
}

.htCont {}

.htBox .div_a {
	width: 76%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 0px;
}

.htBox .div_a a {
	display: inline-block;
	color: #e7b018;
	padding: 0 5px;
	font-size: 15px;
}

.htBox .more {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	color: #e7b018;
	background: #fff;
	line-height: 40px;
	padding-left: 5px;
	font-size: 15px;
}

/**/
.menuDl {
	padding: 25px 10px 10px 10px;
	overflow: hidden;
	background: #fff;
}

.menuDl dd {
	display: inline;
	float: left;
	width: 25%;
	overflow: hidden;
	margin-bottom: 10px;
}

.menuDl dd a {
	display: block;
	overflow: hidden;
}

.menuDl dd a em {
	display: block;
	overflow: hidden;
	padding: 0 20%;
}

.menuDl dd a em img {
	display: block;
	width: 100%;
}

.menuDl dd a span {
	display: block;
	clear: both;
	height: 30px;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	color: #333;
	font-size: 13px;
}

/**/
.ixBox {
	clear: both;
	overflow: hidden;
	padding: 10px;
	padding-bottom: 45px;
}

.ixBox_t {
	clear: both;
	overflow: hidden;
	height: 40px;
}

.ixBox_tL {
	height: 24px;
	overflow: hidden;
	position: relative;
	line-height: 24px;
	margin-top: 8px;
}

.ixBox_tL em {
	display: block;
	width: 30px;
	height: 2px;
	background: #e7af18;
	position: absolute;
	top: 0;
	left: 0;
}

.ixBox_tL span {
	display: inline;
	float: left;
	color: #1f1a17;
	font-size: 13px;
	font-weight: bold;
}

.ixBox_tL i {
	display: inline;
	float: left;
	color: #999;
	font-size: 13px;
	padding-left: 5px;
}

.ixBox_tR {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}

.ixBox_tR a {
	display: inline;
	float: left;
	color: #666;
	font-size: 13px;
	padding-left: 10px;
	margin-left: 5px;
	background: url(../images/icon2.png) no-repeat left center;
}

.ixBox_tR a:nth-child(1) {
	padding-left: 23px;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: auto 1px;
}

.ixBox_tR a.hover {
	color: #e7af18
}

/**/
.tabBoxC .div {
	display: none
}

.list1 {
	margin: 0 -5px;
}

.list1.case dd,
.list1.img dd {
	width: 100%;
}

.list1 dd {
	display: inline;
	float: left;
	overflow: hidden;
	width: 50%;
	margin-bottom: 10px;
}

.list1 dd a {
	display: block;
	margin: 0 5px;
	overflow: hidden;
}

.list1.case dd a .pic {
	padding-top: 66.6666;
}

.list1 dd a .pic {
	width: 100%;
	padding-top: 62.758%;
	position: relative;
}

.list1.typ1 a .pic {
	padding-top: 75.47%;
	position: relative;
}

.list1.typ1 a .pic .text {
	position: absolute;
	width: 45px;
	height: 53px;
	background: #f9be12;
	border-bottom-left-radius: 45%;
	border-bottom-right-radius: 41%;
	top: 0;
	right: 9px;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 12px;
	font-size: 10px;
	color: #333333;
	line-height: 13px;
	text-align: center;
}

.list1.typ1 a .pic .text i {
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
}

.list1.typ2 a .pic {
	padding-top: 62.07%;
	border-radius: 4px;
	overflow: hidden;
}

.list1.typ3 a .pic {
	padding-top: 58.62%;
}

.list1 dd a .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}

.list1.case dd a span {
	text-align: left;
	height: 45px;
	line-height: 45px;
	background: #fff;
	font-size: 13px;
	color: #333;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
}

.list1.case dd a span i {
	font-size: 11px;
	color: #999999;
}

.list1 dd a span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #efefef;
	color: #777;
}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.list1.case dd .text {
	padding: 15px;
	margin: 0 5px;
	background: #fff;
	overflow: hidden;
}

.list1.case dd .text .btn {
	width: 105px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
	background: #f9be12 url(../images/yybtn.png) no-repeat center left 11px /12px;
	margin-left: 10px;
	float: right;
	display: inline;
	font-size: 13px;
	color: #f9f9f9;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.list1.case dd .text .con {
	overflow: hidden;
}

.list1.case dd .text .con .icn {
	width: 40px;
	height: 40px;
	float: left;
	display: inline;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.list1.case dd .text .con .icn img {
	display: block;
	width: 100%;
	height: 100%;
}

.list1.case dd .text .con .info {
	overflow: hidden;
	padding-top: 6px;
}

.list1.case dd .text .con .info .title {
	font-size: 12px;
	color: #666;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
	margin-bottom: 5px;
}

.list1.case dd .text .con .info .titlec {
	font-size: 12px;
	color: #666;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
}

.list1.case dd .text .more {
	clear: both;
	height: 40px;
	overflow: hidden;
}

.list1 .more {
	clear: both;
}

.list1 {
	overflow: hidden;
}

.more a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e7af18;
	color: #fff;
	font-size: 13px;
}

/**/
.list2 dt {
	clear: both;
	height: 30px;
	overflow: hidden;
	background: #e7af18;
}

.list2 dt span {
	display: inline;
	float: left;
	width: 31.33%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	text-align: center;
	position: relative;
}

.list2 dt span:nth-child(2),
.list2 dt span:nth-child(3) {
	width: 18.6666%;
}

.list2 dt span:after {
	content: "";
	display: block;
	width: 1px;
	height: 200%;
	position: absolute;
	right: 0;
	top: -50%;
	background: #fff;
}

.list2 dt span:nth-child(6):after {
	display: none
}

.list2 dd {
	clear: both;
	height: 40px;
	overflow: hidden;
}

.list2 dd:nth-child(2n+1) {
	background: #efefef
}

.list2 dd span {
	display: inline;
	float: left;
	width: 31.33%;
	height: 35px;
	overflow: hidden;
	line-height: 40px;
	color: #555555;
	text-align: center;
}

.list2 dd span:nth-child(2),
.list2 dd span:nth-child(3) {
	width: 18.6666%;
}

.list2 dd span a {
	display: block;
	width: 90px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #999;
	border-radius: 3px;
	margin: 6px auto;
}

.list2 dd span a:hover {
	background: #000;
	border-radius: 0;
}

/**/
.pageBox {
	clear: both;
	padding: 5px 10px;
	background: #fff;
	overflow: hidden;
	/* overflow-y: scroll;
	overflow-x: hidden;
	height: 180px; */
}

.chooseDl {
	padding: 10px;
	overflow: hidden;
	background: #fff;
}

.chooseDl dd {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.chooseDl dd .spanT {
	line-height: 24px;
	height: 24px;
	text-align: right;
	color: #333333;
}

.chooseDl dd .ddR {
	overflow: hidden;
}

.chooseDl dd .ddR a {
	display: inline;
	float: left;
	color: #333333;
	line-height: 24px;
	margin: 0 5px;
}

.chooseDl dd .ddR a.hover {
	color: #e75218
}

.chooseDl dd .ddR .inputT {
	height: 24px;
	line-height: 24px;
	border: 1px solid #b6b6b6;
	padding: 0 5px;
	width: 120px;
	background: none;
	margin-left: 5px;
}

.chooseDl dd .ddR .bt {
	display: inline;
	float: left;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #e7af18;
	color: #fff;
}

/**/
.offerBox {
	width: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	left: 200%;
	bottom: 48px;
	z-index: 999;
}

/*.offerBox.hide{height:50px;transform:scaleY(0);-webkit-transform:scaleY(0);}
.offerBox.show{height:200px;transform:scaleY(100%);-webkit-transform:scaleY(100%);}*/
.offerBoxC {
	overflow: hidden;
	padding: 50px 10px 10px 10px;
	background: url(../images/t1.png) no-repeat center 18px;
	background-size: auto 25px;

}

.offerBoxC .div {
	width: 50%;
	overflow: hidden;
}

.offerBoxC .div .inputT {
	display: block;
	width: 95%;
	height: 35px;
	border: none;
	background: #fff;
	line-height: 35px;
	padding: 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	outline: none;
}

.offerBoxC .div .inputT::-webkit-input-placeholder {
	color: #999
}

.offerBoxC .div .inputT:-moz-placeholder {
	color: #999
}

.offerBoxC .div .inputT::-moz-placeholder {
	color: #999
}

.offerBoxC .div .inputT:-ms-input-placeholder {
	color: #999
}

.offerBoxC .bt {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	background: #e7af18;
	color: #fff;
	font-size: 13px;
}

#caseSlide {
	padding-bottom: 28px
}

#caseSlide .divT {
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 28px;
	font-size: 13px;
}

.caseT {
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: left;
	color: #333333;
	font-size: 13px;
}

.caseTxt {
	overflow: hidden;
	line-height: 20px;
	text-align: left;
}

.casePic {
	width: 150px;
	overflow: hidden;
}

.casePic img {
	display: block;
	width: 150px;
}

.caseBoxR {
	overflow: hidden;
	padding-left: 10px;
}

.caseBoxR .spanT {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #333;
	font-size: 13px;
}

.caseBoxR .spanT:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #333333;
	position: absolute;
	left: 0;
	bottom: 0;
}

.caseTxt2 {
	clear: both;
	overflow: hidden;
	color: #666;
	line-height: 20px;
	margin-top: 8px;
	position: relative;
}

.caseTxt2 a {
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background: #fff;
	padding: 0 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #e7af18;
}

/**/
.ixT2 {
	clear: both;
	height: 30px;
	overflow: hidden;
	position: relative;
	color: #e7af18;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.ixT2:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #e7af18;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}

.list1.typ2 dd a .box {
	clear: both;
	background: #f9f9f9;
	padding: 5px;
}

.list1.typ2 dd a .box span {
	display: block;
	background: none;
	overflow: hidden;
	color: #1f1a17;
	text-align: left;
	height: 20px;
	line-height: 20px;
	background: url(../images/icon3.png) no-repeat right center;
	background-size: auto 16px;
}

.list1.typ2 dd a .box em {
	display: block;
	background: none;
	color: #1f1a17;
	text-align: left;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-style: normal;
}

.egFm_t span {
	display: block;
	clear: both;
	text-align: center;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

.egFm_t span i {
	color: #e7af18
}

.egFm_t em {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #888;
	font-style: normal;
}

.egFm_pic {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.egFm_pic img {
	display: block;
	width: 100%;
}

.egFmDl dd {
	clear: both;
}

.egFmDl dd .spanT {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #333;
}

.egFmDl dd .divR {
	overflow: hidden;
	display: flex;
}

.egFmDl dd .divR .inputT {
	flex: 1;
	height: 30px;
	border: 1px solid #d8d8d8;
	line-height: 30px;
	padding: 0 5px;
	text-align: left;
	color: #666666;
	background: none;
}

.egFmDl dd .divR i {
	display: block;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	color: #e75218;
}

.egFmDl dd .divR .select {
	flex: 1;
	height: 30px;
	border: 1px solid #d8d8d8;
	line-height: 30px;
	padding: 0 5px;
	text-align: left;
	color: #666666;
	background: none;
	outline: none;
}

.egFmDl dd .divR textarea {
	flex: 1;
	height: 90px;
	border: 1px solid #d8d8d8;
	line-height: 30px;
	padding: 0 5px;
	text-align: left;
	color: #666666;
	background: none;
	outline: none;
}

.egFmDl dd .divR textarea::-webkit-input-placeholder {
	color: #666666
}

.egFmDl dd .divR textarea:-moz-placeholder {
	color: #666666
}

.egFmDl dd .divR textarea::-moz-placeholder {
	color: #666666
}

.egFmDl dd .divR textarea:-ms-input-placeholder {
	color: #666666
}

.egFmDl dd .divR .code {
	margin: 0 15px 0 10px;
	overflow: hidden;
	height: 30px;
}

.egFmDl dd .divR .code img {
	display: block;
	height: 30px;
}

.egFmDl dd .bt {
	display: block;
	width: 110px;
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
	background: #e7af18;
	line-height: 35px;
	text-align: center;
	color: #fff;
}

.pageBox_a a {
	display: inline;
	float: left;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	background: #f2f2f2;
	color: #000;
	margin-bottom: 5px;
}

.pageBox_a a.hover {
	background: #000;
	color: #fff
}

.pageBox.bd_b {
	border-bottom: 1px dotted #ccc
}

.pageBox_a2 a {
	display: inline;
	float: left;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	background: #000;
	color: #fff;
	margin-bottom: 5px;
	border-radius: 10px;
}

.pageBox_tBox {
	clear: both;
	text-align: center;
}

.pageBox_tBox .div {
	display: inline-block;
}

.pageBox_tBox .div .a1 {
	display: inline;
	float: left;
	height: 35px;
	color: #666;
	padding-right: 15px;
	margin-left: 10px;
	background: url(../images/icon2.png) no-repeat right center;
	line-height: 35px;
}

.pageBox_tBox .div .a1.hover {
	color: #e7af18;
	text-decoration: underline;
	font-weight: bold
}

.spchBox {
	height: 30px;
	overflow: hidden;
	padding: 0 10px;
	border-radius: 20px;
	background: #f3f3f3;
	margin-left: 10px;
}

.spchBox .inputT {
	width: 100px;
	height: 30px;
	background: none;
	border: none;
	text-align: left;
	color: #999999;
	line-height: 30px;
}

.spchBox .bt {
	display: inline;
	float: right;
	width: 20px;
	height: 30px;
	background: url(../images/icon4.png) no-repeat center center;
	background-size: auto 18px;
}

.lohasPic {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.lohasPic img {
	display: block;
	width: 100%;
}

.lohasTxt {
	clear: both;
	overflow: hidden;
	color: #666;
	line-height: 20px;
	text-align: center;
	padding-top: 30px;
	background: url(../images/icon5.png) no-repeat center top;
}

.lohasDl dd {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 -5px;
}

.lohasDl dd .icon {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 18.09%;
	left: 50%;
	margin-left: -25px;
	z-index: 999;
	background: url(../images/pk.png) no-repeat center center;
	background-size: 100%;
}

.lohasDl dd .div {
	display: inline;
	float: left;
	width: 50%;
	overflow: hidden;
	padding: 0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}

.lohasDl dd .div .pic {
	width: 100%;
	padding-top: 65.51%;
	position: relative;
}

.lohasDl dd .div .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.lohasDl dd .div .txt {
	clear: both;
	height: 40px;
	overflow: hidden;
	padding: 10px;
	background: #f9f9f9;
}

.lohasDl dd .div .txt .span1 {
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #555555;
}

.lohasDl dd .div .txt .span2 {
	display: block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #888888;
}

.list3 dd {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.list3 dd a {
	display: block;
	overflow: hidden;
	padding: 10px;
	background: #f9f9f9;
}

.list3 dd a .pic {
	width: 150px;
	height: 100px;
	overflow: hidden;
}

.list3 dd a .pic img {
	display: block;
	width: 150px;
	height: 100px;
}

.list3 dd a .ddR {
	height: 100px;
	overflow: hidden;
	padding-left: 10px;
}

.list3 dd a .ddR .spanT1 {
	display: block;
	clear: both;
	color: #1f1a17;
	height: 20px;
	line-height: 20px;
	text-align: left;
	margin-top: 5px;
}

.list3 dd a .ddR .spanT2 {
	display: block;
	clear: both;
	color: #1f1a17;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

.list3 dd a .ddR .txt {
	height: 42px;
	overflow: hidden;
	color: #666666;
	line-height: 14px;
	margin-top: 5px;
}

/**/
.articleTitle {
	clear: both;
	height: 20px;
	overflow: hidden;
	text-align: center;
	color: #141414;
	line-height: 20px;
	font-size: 14px;
}

.articleTime {
	clear: both;
	height: 20px;
	overflow: hidden;
	text-align: center;
	color: #666666;
	line-height: 20px;
}

.articleTime i {
	color: #e75218;
	font-weight: bold;
}

.articleBox {
	line-height: 20px;
	color: #666666;
	padding: 0 10px
}

.articleBox img {
	max-width: 100%;
	height: auto !important
}

.shareBox a {
	width: 38px;
	height: 30px !important;
}

.shareBox .bds_weixin {
	background: url(../images/icon34.png) no-repeat 0 center !important;
}

.shareBox .bds_qzone {
	background: url(../images/icon34.png) no-repeat -38px center !important;
}

.shareBox .bds_tsina {
	background: url(../images/icon34.png) no-repeat -76px center !important;
}

.shareBox span {
	line-height: 42px;
	color: #888;
}

.praise {
	margin-top: 11px;
	height: 20px;
	line-height: 20px;
	color: #d71717;
	padding: 0 5px 0 20px;
	background: url(../images/icon35.png) no-repeat 5px center;
	background-size: auto 15px;
	border-radius: 5px;
	border: 1px solid #d71717;
	cursor: pointer;
}

.articlePage {
	clear: both;
	overflow: hidden;
}

.articlePage span {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: left;
	color: #888888;
}

.articlePage span a {
	color: #888888;
}

.articlePage span a:hover {
	color: #e7af18;
}

#hotSlide .bt {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 999;
}

#hotSlide .bt.prev {
	right: 30px;
	background: url(../images/bt.jpg) no-repeat left center;
	background-size: auto 30px;
}

#hotSlide .bt.next {
	right: 0px;
	background: url(../images/bt.jpg) no-repeat right center;
	background-size: auto 30px;
}

#hotSlide2 .div {
	display: inline;
	float: left;
	width: 50%;
	overflow: hidden;
}

#hotSlide2 .bd ul li {
	margin: 0 -5px;
}

#hotSlide2 .div a {
	display: block;
	padding-top: 70.68%;
	margin: 0 5px;
	position: relative;
}

#hotSlide2 .div img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**/
.msgDl2 {
	clear: both;
	overflow: hidden;
	background: #fff;
}

.msgDl2 dt {
	clear: both;
	height: 35px;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 10px;
}

.msgDl2 dd {
	clear: both;
	padding: 0 10px;
}

.msgDl2 dd .inputT {
	width: 48%;
	height: 35px;
	background: #f5f5f5;
	padding: 0 5px;
	line-height: 35px;
	border: none;
	color: #999999;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.msgDl2 dd textarea {
	clear: both;
	display: block;
	width: 100%;
	height: 100px;
	background: #f5f5f5;
	padding: 5px;
	line-height: 20px;
	border: none;
	color: #999999;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.msgDl2 dd .code {
	width: 100px;
	height: 35px;
	overflow: hidden;
	margin-left: 15px;
}

.msgDl2 dd .code img {
	display: block;
	width: 100px;
	height: 35px;
}

.msgDl2 dd .bt {
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #e7af18;
}

.msgDl2 dd .bt:hover {
	background: #f3b819;
}

.egSpch {
	width: 90%;
	height: 35px;
	border: 1px solid #b7b7b7;
	border-radius: 20px;
	margin: 0 auto;
}

.egSpch input {
	display: inline;
	float: left;
	width: 70%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	padding: 0 20px;
	text-align: left;
	color: #999999;
	background: none;
	border: none;
}

.egSpch a {
	display: inline;
	float: right;
	width: 30px;
	height: 35px;
	margin-right: 10px;
	background: url(../images/8888.png) no-repeat center center;
	background-size: auto 30px;
}

/* 	增加 */
.hiddent {
	height: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.list1.typ2.img dd a .box span {
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: none;
}

.list1.typ2.img dd {
	margin-bottom: 15px;
}

.list1.typ2.img dd .box {
	background: #fff;
}

.qyjs1 {
	padding: 38px 10px 30px 10px;
	background: #fff;
}

.qyjstitle {
	text-align: center;
	font-size: 20px;
	color: #333;
	height: 21px;
	line-height: 21px;
	margin-bottom: 25px;
}

.qyjstitle.baise {
	color: #fff;
}

.qyjs1List {
	overflow: hidden;
	margin-bottom: 20px;
}

.qyjs1List dd {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 20px 0;
	text-align: center;
	float: left;
	display: inline;
}

.qyjs1List dd:nth-child(2n) {
	border-right: none;
}

.qyjs1List dd:last-child,
.qyjs1List dd:nth-last-child(2) {
	border-bottom: none;
	padding-bottom: 0;
}

.qyjs1List dd span {
	display: block;
	font-size: 11px;
	color: #b2b2b2;
	height: 12px;
	line-height: 12px;
	margin-bottom: 8px;
}

.qyjs1List dd span i {
	font-size: 20px;
	color: #333;
	font-style: normal;
}

.qyjs1 .info {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	margin-bottom: 25px;
}

.qyjs1List dd:nth-child(1),
.qyjs1List dd:nth-child(2) {
	padding-top: .2rem;
}

.qyjs2 {
	background: #151515 url(../images/col2bg.png) no-repeat top center;
	padding-top: 40px;
}

.conBox {
	padding: 0 10px;
	height: 350px;
	overflow-y: auto;
	position: relative;
}

.conBox .con {
	position: relative;
}

.qyjs2List dd {
	margin-bottom: 25px;
	overflow: hidden;
}

.qyjs2List dd .time {
	width: 80px;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #f9be12;
	float: left;
	display: inline;
	position: relative;
	top: -2px;
}

.qyjs2List dd .time::before {
	display: block;
	content: "";
	position: absolute;
	right: -5px;
	top: 6px;
	width: 16px;
	height: 12px;
	background: url(../images/yuan.png) no-repeat center /100%;
}

.qyjs2List dd .info {
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

.conBox .con::before {
	display: block;
	content: "";
	left: 74px;
	height: 110%;
	width: 1px;
	background: #e6e6e6;
	top: 0;
	position: absolute;
}

.qyjs2List dd:last-child {
	margin-bottom: 0;
}

.qyjs3 {
	padding: 40px 10px;
	background: #fff;
	margin-bottom: 10px;
}

.qyjs3Slick .picBox {
	padding: 15px;
	margin-bottom: 15px;
	border: 2px solid #f5f5f5;
}


.qyjs3Slick .text {
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	color: #333;
	text-align: center;
	padding: 0 5px;
}

.qyjs3Slick .slick-list {
	overflow: visible;
	margin: -10px;
}

.qyjs3Slick .myslide {
	float: left;
	display: inline;
}

.qyjs3Slick .slickCon {
	display: block;
	margin: 10px;
}

.qyjs4 {
	background: #fff;
	padding: 30px 10px 25px;
}

.qyjs4List dd {
	margin-bottom: 10px;
	overflow: hidden;
}

.qyjs4List dd .picBox {
	width: 150px;
	margin-right: 12px;
	float: left;
	display: inline;
}

.qyjs4List dd .pic {
	padding-top: 66.6666%;
	position: relative;
}
.qyjs4List dd .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qyjs4List dd .text {
	overflow: hidden;
	padding-top: 13px;
}

.qyjs4List dd .text .title {
	font-size: 15px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-bottom: 15px;
}

.qyjs4List dd .text .info {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	height: 36px;
}

.qyjs5 {
	background: #fff;
	padding: 30px 10px 35px;
	margin-bottom: 10px;
}

.qyjs5 img {
	width: 100%;
	display: block;
}

.qyjs6 {
	background: #fff;
	padding: 30px 10px 40px;
}

.qyjs6List dd {
	margin-bottom: 20px;
}

.qyjs6List dd .title {
	font-size: 15px;
	color: #333;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

.qyjs6List dd .title .titlec {
	position: relative;
	z-index: 2;
}

.qyjs6List dd .title::before {
	display: block;
	content: "";
	width: 100%;
	height: 7px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #f9be12;
}

.qyjs6List dd .info {
	clear: both;
	font-size: 12px;
	line-height: 17px;
	color: #999999;
}


/* 新增文章相关推荐start */
.artTuijianList{ padding:0 10px}
.artTuijianListT{height: 40px;line-height: 40px;color: #f9be12;font-size: 18px;}
.artTuijianListC .list{overflow: hidden;}
.artTuijianListC .list dd{ float: left; display: inline; width: 100%;}
.artTuijianListC .list dd .con{overflow: hidden;height: 33px;line-height: 33px;}
.artTuijianListC .list dd .con span{float: right;display: inline;color: #a8a8a8;font-size: 14px;margin-left: 20px;}
.artTuijianListC .list dd .con a{display: block;overflow: hidden;color: #666666;font-size: 14px;padding-left: 16px;background: url(../images/artTuijianIcn1.png) no-repeat left center / auto 8px;word-break: break-all;display: -webkit-box !important;-webkit-line-clamp: 1 !important;-webkit-box-orient: vertical;overflow: hidden;}
.artTuijianListC .list dd .con a:hover{ color: #f9be12;}
/* 新增文章相关推荐end */
.newV2 .pic,.newV2Box .pic{position: relative;}
.newV2 .pic::before,.newV2Box .pic::before{display: block;content: "";padding-top: 60%;}
.newV2 .pic img,.newV2Box .pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}

.newV2T{background: #fff;padding: 20px 10px 15px;margin-bottom: 10px;}
.subTitle{line-height: 36px;height: 36px;overflow: hidden;margin-bottom: 10px;background: url(../images/titleBg.png) no-repeat center;background-size: cover;border-radius: 18px;}
.subTitle .title{color: #333333;display: inline;float: left;padding-left: 15px;font-size: 16px;font-weight: 550;}
.subTitle a{width: 115px;height: 36px;border-radius: 18px;background-color: #f1be35;display: inline;float: right;z-index: 2;position: relative;text-align: center;color: #fff;font-size: 16px;}
.newV2Slick {position: relative;}
.newV2Slick .pic::before{padding-top: 66.9014%;}
.newV2Slick .pic{margin-bottom: 10px;}
.newV2 .info{height: 0;overflow: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.newV2 .info .con{font-size: 16px;line-height: 24px;color: #666;}
.newV2 .btn{height: 15px;background: url(../images/newbtn.png) no-repeat center /15px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.newV2 .btn.active{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);}
.newVB{padding: 25px 10px;background: #fff;}
.newVB .title{font-size: 15px;color: #333333;font-weight: bold;margin-bottom: 15px;position: relative;height: 17px;line-height: 17px;overflow: hidden;padding-left: 10px;}
.newVB .title::before{display: block;content: "";width: 3px;height: 14px;position: absolute;left: 0;top: 50%;margin-top: -7px;background: #e9b72f;}

.newV2Dl{margin-right: -10px;overflow: hidden;}
.newV2Dl dd{width: 50%;display: inline;float: left;margin-bottom: 10px;}
.newV2Dl dd .con{margin-right: 10px;}
.newV2Dl dd .con .pic::before{padding-top: 66.6666%;}
.newV2Dl dd .con .pic{margin-bottom: 10px;}
.newV2Dl dd .con .text{font-size: 13px;font-weight: bold;color: #333333;height: 15px;line-height: 15px;overflow: hidden;margin-bottom: 8px;}
.newV2Dl dd .con .textc{font-size: 12px;color: #333333;height: 14px;line-height: 14px;overflow: hidden;margin-bottom: 10px;}

.newV2Mbg{position: fixed;z-index: 9998;width: 100%;top: 0;left: 0;height: 100%;background: rgb(0,0,0,0.8);transform: translateX(-100%);-webkit-transform: translateX(-100%);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;border-radius: 50%;}
.newV2Box{padding: 0 10px;position: fixed;z-index: 9999;width: 100%;top: 50%;left: 0;transform: translate(-100%,-50%);-webkit-transform: translate(-100%,-50%);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.newV2Mbg.on{transform: translateX(0);-webkit-transform: translateX(0);border-radius: 0;}
.newV2Box.on{transform: translate(0,-50%);-webkit-transform: translateX(0,-50%);}
.newV2Box .close{width: 20px;height: 20px;position: absolute;right: 15px;top: 15px;background: url(../images/nclose.png) no-repeat center /100%;}
.newV2MSlick{width: 100%;padding: 15px 15px 5px 15px;background: #fff;position: relative;}
.newV2MSlick .path{margin-bottom: 25px;text-align: center;font-size: 13px;color: #999999;}
.newV2MSlick .path span{font-size: 18px;color: #e9b72f;}
.newV2MSlick .path i{font-style: normal;font-size: 13px;color: #999999;}
.newV2MSlick .pic::before{padding-top: 66.6666%;}
.newV2MSlick .pic{margin-bottom: 10px;}
.newV2MSlick .info{height: 0;overflow: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.newV2MSlick .info .con{font-size: 16px;line-height: 24px;color: #666;}
.newV2MSlick .btn{height: 15px;background: url(../images/newbtn.png) no-repeat center /15px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.newV2MSlick .btn.active{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);}
.newV2MSlick .myslide{outline: none;}
/* 检索 */
#mobileFooter.on{z-index: 3;}
.shai{background: #fff;height: 94px;}
.shai .bg{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;background: rgba(0,0,0,0.4);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;opacity: 0;}
.shai .bg.on{opacity: 1;z-index: 9;}
.shaiTop{overflow-x: auto;white-space: nowrap;border-bottom: 2px solid #ebebeb;padding: 0 10px;margin-bottom: 0;position: relative;z-index: 10;background: #fff;position: fixed;top: 45px;left: 0;width: 100%;}
.shaiTop::-webkit-scrollbar {background:#fff;height: 0;width: 0;}
.shaiTop dd{margin-right: 32px;display: inline-block;}
.shaiTop dd a{display: block;height: 50px;line-height: 50px;position: relative;font-size: 16px;color: #333333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.shaiTop dd a::before{display: block;content: "";width: 100%;background: #f9be12;height: 0;position: absolute;bottom: 0;left: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.shaiTop dd.hover a{color: #f9be12;}
.shaiTop dd.hover a::before{height: 2px;}
.shaiCon{position: relative;overflow-x: auto;white-space: nowrap;border-bottom: 1px solid #ebebeb;padding: 0 10px;margin-bottom: 0;z-index: 10;background: #fff;position: fixed;top: 97px;left: 0;width: 100%;}
.shaiCon::-webkit-scrollbar {background:#fff;height: 0;width: 0;}
.shaiCon dd{margin-right: 30px;display: inline-block;}
.shaiCon dd .title{line-height: 44px;height: 44px;font-size: 14px;color: #333333;}
.shaiCon dd .title em{display: inline-block;width: 10px;height: 7px;position: relative;top: -2px;background: url(../images/shaibtn.png) no-repeat center / 10px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;margin-left: 5px;}
.shaiCon dd.hover .title{color: #f9be12;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.shaiCon dd.hover .title em{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);background-image: url(../images/shaibtnon.png);}
.shaiBot{width: 100%;background: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 15px 10px 5px;display: none;position: relative;z-index: 10;position: fixed;top: 142px;left: 0;width: 100%;}
.shaiBot ul{margin-right: -25px;overflow: hidden;margin-bottom: 0;display: none;}
.shaiBot ul li{width: 33.3333%;float: left;display: inline;margin-bottom: 10px;}
.shaiBot ul li a{display: block;margin-right: 25px;height: 25px;line-height: 25px;text-align: center;font-size: 12px;color: #666666;border: 1px solid #ededed;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.shaiBot ul li.hover a{color: #f9be12;border-color: #f9be12;}



