/*==========reset index=========*/
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-rendering:optimizelegibility}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
article,aside,blockquote,body,button,code,dd,details,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,html,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul{margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}
audio,canvas,video{display:inline-block}
body,button,input,select,textarea{font:400 14px/1.8 PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
li,ul{list-style:none}
.art-content li,.art-content ul{list-style:inherit}
a{text-decoration:none}
a:hover{text-decoration:none}
small{font-size:.9em}
input,textarea,button{outline:0}
h1,h2,h3,h4,h5,h6{font-family:PingFang SC,Verdana,Helvetica Neue,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;font-size:100%;font-weight:600;color:#000;line-height:1.35}
code,pre,pre tt{font-family:Courier,'Courier New',monospace}
pre{background:#f8f8f8;border:1px solid #ddd;padding:1em 1.5em;display:block;-webkit-overflow-scrolling:touch}
hr{border:none;border-bottom:1px solid #cfcfcf;margin-bottom:.8em;height:10px}
.textwrap,.textwrap td,.textwrap th{word-wrap:break-word;word-break:break-all}
.textwrap-table{table-layout:fixed}
.serif{font-family:Palatino,Optima,Georgia,serif}
img{max-width:100%}
/*==========global color=========*/
html{color:#333;background:#f1f1f1}
a{color:#1a1a1a}
a:hover{color:#d50000}
::selection{background:#d50000;color:#fff}
::-moz-selection{background:#d50000;color:#fff}
/*==========public class=========*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clear{clear:both}
.fl{float:left}
.fr{float:right}
.bn{border:none!important}
.pd{padding:1.5em}
.mb{margin-bottom:20px}
.mt{margin-top:20px}
.mr{margin-right:20px}
.br{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.sb{box-shadow:0 1px 3px rgba(26,26,26,.2);background:#fff}
.nav-sb{box-shadow: 0 3px 14px 0 rgba(199,209,215,.4);background:#fff}
.container{max-width:1240px;margin:0 auto}
.transition{-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}
.img-cover{object-fit:cover}
/*==单行文本溢出省略==*/
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/*==两行文本溢出省略==*/
.multi-ellipsis{position:relative;line-height:1.4em!important;height:2.8em!important;overflow:hidden}
.multi-ellipsis:after{content:"";font-weight:700;position:absolute;bottom:0;right:0;padding-left:20px;background:-webkit-linear-gradient(left,transparent,#fff 62%);background:-o-linear-gradient(right,transparent,#fff 62%);background:-moz-linear-gradient(right,transparent,#fff 62%);background:linear-gradient(to right,transparent,#fff 62%)}
/*==hover时提升按钮颜色明度==*/
.brightness:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2);-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}
/*==修改不同视口下公共类属性的值==*/
@media screen and (max-width:1200px){.mb{margin-bottom:10px}
.m-multi-ellipsis{position:relative;line-height:1.4em!important;height:2.8em!important;overflow:hidden}
.m-multi-ellipsis:after{content:"";font-weight:700;position:absolute;bottom:0;right:0;padding-left:20px;background:-webkit-linear-gradient(left,transparent,#fff 62%);background:-o-linear-gradient(right,transparent,#fff 62%);background:-moz-linear-gradient(right,transparent,#fff 62%);background:linear-gradient(to right,transparent,#fff 62%)}
}
/*===不同视口下对html的显隐===*/
.hidden{display:none}
@media screen and (max-width:1200px){.hidden-sm-md-lg{display:none!important}}
@media screen and (max-width:768px){.hidden-sm{display:none!important}}
@media screen and (min-width:769px) and (max-width:992px){.hidden-md{display:none!important}}
@media screen and (min-width:993px) and (max-width:1200px){.hidden-lg{display:none!important}}
@media screen and (min-width:1201px){.hidden-xl{display:none!important}}

/*animate.css*/
@-webkit-keyframes fadeInUpMenu{from{opacity:0;visibility:hidden;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
to{opacity:1;visibility:visible;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpMenu{from{opacity:0;visibility:hidden;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}
to{visibility:visible;opacity:1;-webkit-transform:none;transform:none}
}
.fadeInUpMenu{-webkit-animation-name:fadeInUpMenu;animation-name:fadeInUpMenu}
.animated-fast{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;-webkit-transition:none!important;transition:none!important}
}
/*==========图片放大transform=========*/
.img-post img,#aside_hot_comment img,#aside_new img,#aside_random img,.double-list .item img,.customer .thumbnail img{-webkit-transition:all .4s;transition:all .4s}
.img-post .a:hover img,#aside_hot_comment .list:hover img,#aside_new .list:hover img,#aside_random .list:hover img,.double-list .item:hover img,.customer .item:hover img{border-radius:0;-webkit-transform:scale(1.2);transform:scale(1.2);-ms-transform:scale(1.2)}
/*==========图片左移transform===========*/
.article-list .figure img,.full-post .figure img,.xiehui .item img,.related-item .img{position:relative;max-width:none;width:calc(100% + 40px);-webkit-transition:opacity .35s,-webkit-transform .45s;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}
.article-list:hover img,.full-post .img-list:hover img,.xiehui .item:hover img,.related-item:hover img{filter:alpha(opacity=60);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
/*========模块标题栏样式========*/
.double-list,.flink,.full-post,.text-post,.img-post,.post-comment,.xiehui,.customer,.related-art,.widget{padding:1.5em}
.c-title{font-size:18px;color: #d50000; border-bottom:1px solid #eee;padding-bottom:.5em;margin-top:-.5em;position:relative; font-weight: 500;}
.c-title:after{content:"";background-color:#d50000;left:1px;width:34px;height:2px;bottom:-1px;position:absolute;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}
.double-list:hover .c-title::after,.flink:hover .c-title::after,.full-post:hover .c-title::after,.text-post:hover .c-title::after,.img-post:hover .c-title::after,.new-post:hover .c-title::after,.post-comment:hover .c-title::after,.xiehui:hover .c-title::after,.customer:hover .c-title::after,.related-art:hover .c-title::after,.widget:hover .c-title::after{width:70px}

/*========header========*/
.header{height:170px;font-size:100%;width:100%;}
.h-wrap{height:170px;position:relative}
.logo-area{width: 100%; height: 120px;}
.logo-area .logo{width: 30%;}
.logo img{max-height: 120px; float: left;}
.logo-area .topads{max-height: 120px;overflow: hidden; padding-top: 10px;}
.logo h2{margin-top: 24px; margin-left: 135px; font-size: 18px;}
.logo h1{padding-top: 10px;font-size: 18px;}
.pc-nav{width:100%;height:50px; background-color: #d50000; }
.pc-nav li{float:left}
.pc-nav li a{height:50px;line-height:50px;padding:0 20px;font-size:16px; font-weight: 500; display:block}
.pc-nav li:hover{background-color: #fff;}
.pc-nav li:first-child:hover{background-color: #d50000;}
.pc-nav li a:after{content:"\e606";font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.pc-nav .sub-nav a:after{content:"\e64b";font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.pc-nav .sub-nav:before{content:"";height:15px;width:15px;background-color:#fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border-left:0;border-bottom:0;position:absolute;top:-8px;left:44px;border-top:1px solid #eee;border-right:1px solid #eee}
.pc-nav .sub-nav .sub-nav:before{content:"";height:15px;width:15px;background-color:#fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border-left:0;border-bottom:0;position:absolute;top:32px;left:-8px;border-top:1px solid #eee;border-left:1px solid #eee;border-right:none}
.pc-nav .sub-nav a:hover{color:#ffffff}
.pc-nav li a:only-child::after{content:""}
.pc-nav .li-cate{position:relative}
.pc-nav .active{color:#ffffff}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0}
.dropdown-nav{position:absolute;top:44px;left:0;z-index:1000;display:none;float:left;margin:0;padding:0;background-color:#323841;list-style:none}
.dropdown-nav .active a,.dropdown-nav .active a:hover,.dropdown-nav li a:hover{background-color:#d50000;color:#fff}
.pc-nav{font-size:14px;margin-right:10px}
.pc-nav li{position:relative;list-style:none;display:block;float:left}
.pc-nav li a{text-transform:none;line-height:50px;height:50px;padding:0 18px;display:block}
.pc-nav li a i.iconfont{padding-right:3px;position:relative;top:0}
.pc-nav li .sub-nav{text-align:left;position:absolute;top:50px;left:0px;display:none;background:#fff;border: 1px solid #eaeeef;}
.pc-nav li .sub-nav li{float:none;height:40px;min-height:40px}
.pc-nav li .sub-nav li a{line-height:40px;height:40px;padding:0 35px;color:#1a1a1a;white-space:nowrap;min-width:110px}
.pc-nav li .sub-nav li a i.iconfont{padding-right:3px}
.pc-nav li .sub-nav li a:hover{background-color:#d50000;color:#fff}
.pc-nav .active a,.pc-nav .active a:focus{color:#fff}
.pc-nav li>ul>li a.current-menu-item{background:0 0}
.pc-nav li.current-menu-ancestor a,.pc-nav li.current-menu-item a,.pc-nav li.current-post-ancestor a,.pc-nav li:hover a{position:relative}
.pc-nav li .icons{margin-right:5px;font-size:17px;top:1px;position:relative}
.pc-nav .nav-ul>li:hover>.sub-nav{display:block;padding:20px 0}
.nav-ul>li,.nav-ul>li>li{float:left}
.pc-nav .nav-ul li ul li:hover>.sub-nav{display:block;padding:20px 0}
.pc-nav li ul li .sub-nav{top:-20px;left:100%}
.pc-nav li ul.sub-nav li>a.menu-th3:after{content:".";display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-left:4px solid;border-bottom:4px solid transparent;border-top:4px solid transparent;position:relative;left:5px;overflow:hidden}
.pc-nav .has-child>a:after{content:".";display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;position:relative;left:5px;overflow:hidden}
.m-nav-btn,.nav-sousuo,span.toggle-btn{display:none}
#search-area{position:absolute;bottom:-84px;right:0;z-index:2;width:28%;background:rgba(255,255,255,1)}
.header .login{width:60px;height:80px;line-height:80px;text-align: center;margin-right:-15px;}
.header .login a{display:block;color:#333;}
.header .login i.iconfont{font-size:24px;}
.search-button{cursor:pointer;width:60px;height:80px;line-height:80px;display:block;text-align:center; margin-top: -65px;}
.search-button i.iconfont,.search-button{font-size:16px;color: aliceblue;}
.searchform{width:100%}
.s-input{width:78%;border:none;background:0 0;font-weight:400;padding:1.2em;color:#333}
.s-button{width:20%;border:none;cursor:pointer;height:60px;line-height:60px;background-color:#d50000;color:#fff;border-top-left-radius:0!important;border-bottom-left-radius:0!important}
.mask-hidden{position:fixed;z-index:1;left:0;right:0;top:0;bottom:0;opacity:0;background:#000;visibility:hidden}
.mask-show{visibility:visible;opacity:.4}

.topnews{text-align: center; margin: 10px auto; background-color: white; padding: 20px 10px 15px;}
.topnews h1{font-size: 32px;}
.topnews p{line-height: 35px; color: #666; text-align: left; padding: 10px 32px 0 32px;}

/* ====幻灯片及右侧新闻==== */
.cont {
	overflow: hidden;
	margin-top: 10px;
	padding: 20px;
	background: #fff;
	zoom: 1;
}
.cnfzw-news {
	overflow: hidden;
	height: 331px;
}
.Slide {
	position: relative;
	overflow: hidden;
	width: 58%;
	height: 331px;
}
.slide-cont {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 331px;
}
.slide-item {
	position: absolute;
	left: -665px;
	width: 100%;
	height: 100%;
}
.slide-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-item img {
	width: 100%;
	height: 331px;
}
.slide-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 54px;
}
.slide-txt .txt_bg {
	width: 100%;
	height: 54px;
	background: #0f0f0f;
	opacity: .7;
	filter: alpha(opacity=70);
}
.slide-txt a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 54px;
	color: #fff;
	font-size: 20px;
	line-height: 54px;
	text-indent: 2%;
}
.slide-nav {
	position: absolute;
	right: 20px;
	bottom: 21px;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	width: auto;
	height: 11px;
}
.slide-nav a {
	float: left;
	display: block;
	overflow: hidden;
	margin-left: 5px;
	width: 11px;
	height: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #929292;
	text-indent: -99em;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
}
.slide-nav .nownav {
	width: 21px;
	background: #ff4939;
}
#prev, #next {
	position: absolute;
	top: 129px;
	display: none;
	width: 57px;
	height: 72px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 72px;
}
#prev {
	left: 0
}
#next {
	right: 0
}
#prev i, #next i {
	font-size: 60px;
	line-height: 72px;
	color: rgba(0, 0, 0, 0.25);
}
#prev: hover, #next: hover {
	background: #FF4939
}
#prev: hover i, #next: hover i {
	color: #fff
}
.News_box {
	float: right;
	overflow: hidden;
	width: 40%;
	height: 331px;
}
.News_box .hd {
	height: 120px;
	border-bottom: 1px dotted #dcdcdc;
}
.News_box .hd_tit {
	height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
	overflow: hidden;
}
.News_box .hd_tit a {
	color: #ff4939;
}
.News_box .hd_art {
	overflow: hidden;
	padding: 6px 0;
	height: 48px;
	color: #a6a6a6;
	line-height: 24px;
}
.News_box .hd_art a {
	color: #ff4939;
	font-size: 12px;
	margin-left: 10px;
}
.News_box .bd {
	overflow: hidden;
	padding-top: 12px;
	font-size: 16px;
	line-height: 34px;
}
.News_box .bd li {
	float: left;
	width: 100%;
	overflow: hidden;
	height: 34px;
}
.News_box .bd li em {
	float: left;
	display: block;
	width: 42px;
	height: 34px;
	color: #ff4939;
	cursor: default;
}
.News_box .bd li a {
	float: left;
	width: 77%;
	overflow: hidden;
}
.News_box .bd li span {
	float: right;
	color: #a6a6a6;
	font-size: 14px;
}

@media (max-width: 960px) {

.zone_news .news dl, .foot_about .fr, .Slide, .News_box {
	float: none;
}
 .Slide, .News_box,.big {
	width: 100%
}
.Slide, .cnfzw-news, .News_box {
	height: auto;
}
.cnfzw-news {
	overflow: none;
}
.Slide {
	display: block;
}
.News_box {
	overflow: none;
}
.column .bd .art {
	width: 60%
}
.column .bd .art h4 {
	font-size: 20px;
	line-height: 28px;
	height: 28px;
}
}

@media (max-width: 660px) {
	
.slide-cont {
	height: 200px;
}

.slide-item img {
	height: 200px;
}
.slide-nav, .tongji {
	display: none
}
.slide-txt a {
	font-size: 14px
}

}


/*========主内容区域======*/
.index-breadcrumb{height:1px;padding-top:104px}
.breadcrumb{padding:24px 0 8px 0;color:#888}
.breadcrumb a{color:#888}
#mainbox{width:70.4%}
/*--本会热点--*/
.xiehui .item i.iconfont{padding-right:5px;color:#666}
.xiehui .item:nth-child(3n+0){margin-right:0}
.xiehui .item{width:31.2%;margin-top:1.5em;margin-right:3.2%;position:relative}
.xiehui .thumbnail{display:block;overflow:hidden}
.xiehui .thumbnail img{height:160px}
.xiehui .num{padding:0 5px;color:#999}
.xiehui .category{position:absolute;top:.5em;left:.5em;z-index:1;background-color:#d50000;opacity:.9;padding:.1em .5em;color:#fff;font-size:12px}
.xiehui .item .title{width:100%;font-weight:400;padding:0 5px;font-size:16px}
.xiehui .author,.xiehui .comment,.xiehui .thumb,.xiehui .view{padding-right:1em;max-width:8em}
.xiehui .thumb{padding-right:0}
.xiehui time{padding-top:2px}
/*--会员推荐--*/
.customer .item{width:48.4%;margin-top:1.5em;margin-right:3.2%;position:relative}
.customer .item:nth-of-type(even){margin-right:0}
.customer .category{border:1px solid #0084ff;padding:.1em .5em;color:#0084ff;font-size:12px}
.customer .category:hover{background-color:#0084ff;color:#fff}
.customer .title-wrap{font-size:16px;margin-bottom:10px}
.customer .title{padding:.1em .5em;font-weight:400;max-width:84%}
.customer .intro{color:#999;background:#f8f8f8;padding:0 16px 0 16px;height:80px;position:relative;overflow: hidden;}
.customer .intro:before{content:"";height:10px;width:10px;background-color:#f8f8f8;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);border-left:0;border-bottom:0;position:absolute;top:34px;left:-5px}
.customer .fr-wrap{margin-left:80px}
.customer .thumbnail{display:block;overflow:hidden;width:80px;height:80px}
.customer .thumbnail img{width:80px;height:80px}

/*--最新文章+文章列表[多页面共用]--*/
.article-list{width:100%;padding:1.5em;position:relative}
.article-list:hover{box-shadow:0 6px 12px rgba(26,26,26,.1);-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-ms-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}
.article-list .istop{color:#f33;padding:0 3px;border:2px solid #f33;border-radius:4px;font-size:14px;vertical-align:middle;display:inline-block;margin-right:5px;font-weight:700}
.article-list .figure{width:240px;height:160px;overflow:hidden}
.article-list .thumbnail{display:block;overflow:hidden}
.article-list .figure img{height:160px}
.article-list .content{margin-left:260px;color:#888}
.article-list .content .title{font-size:20px;font-weight:400}
.article-list .colcon .title{font-size:20px;font-weight:400}
.article-list .content i.iconfont{padding-right:5px;color:#666}
.article-list .intro{padding:1em 0}
.article-list .author,.article-list .time,.article-list .view{padding-right:1em}
.article-list .tag{max-width:22em}
.article-list .tag a{color:#666;padding-right:8px}
.article-list .tag a:hover{color:#333;text-decoration:underline}
.searchnew{background-color: white; text-align: center; line-height: 35px; padding: 1em 0;}
.searchnew h3{padding: 10px 0;}
/*--首页重点栏目--*/
.double-list{width:48.81%}
.double-list:nth-of-type(even){margin-right:0}
.double-list .more{position:absolute;right:0;height:35px;line-height:35px}
.double-list .more i.iconfont{font-size:24px}
.double-list .item .title{height:3em;line-height:3em;font-size:16px;width:100%;font-weight:400;padding:0 5px;color:#ffffff;position:relative;border-bottom:1px solid rgba(255,255,255,.4)}
.double-list .icon-quote{position:absolute;top:80px;left:1em;color:rgba(255,255,255,.8)!important;z-index:2}
.double-list .item i.iconfont{padding-right:5px;color:#eee}
.double-list .thumbnail{position:relative;color:#eee;display:block;overflow:hidden}
.double-list .thumbnail img{display:block;width:100%;height:200px}
.double-list .absolute{width:100%;padding:.5em .5em;position:absolute;bottom:0;left:0;z-index:2;background: rgba(66, 66, 66, 0.5);}
.double-list .mask{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-image:linear-gradient(180deg,rgba(0,0,0,.01) 30%,rgba(0,0,0,.65))}
.double-list .num{padding-top:5px}
.double-list .comment,.double-list .thumb,.double-list .view{padding-right:1em;max-width:8em}
.double-list .thumb{padding-right:0}
.double-list .ul .title{line-height:2.4em}
.double-list .ul .a {max-width: 80%;}
.double-list .ul .time{color:#999;line-height:2.4em}
/*--首页通栏文章--*/
.full-post .more{position:absolute;right:0;height:35px;line-height:35px}
.full-post .more i.iconfont{font-size:24px}
.full-post .img-list{width:47.99%;margin-right:4%}
.full-post .img-list:nth-of-type(even){margin-right:0}
.full-post .figure{width:180px;height:120px;overflow:hidden}
.full-post .thumbnail{display:block;overflow:hidden}
.full-post .figure img{height:100%}
.full-post .content{margin-left:200px;color:#888}
.full-post .content .title{font-size:18px;font-weight:400}
.full-post .content i.iconfont{padding-right:5px;color:#666}
.full-post .intro{padding:.5em 0}
.full-post .author,.full-post .time,.full-post .view{padding-right:1em}
.full-post .read-more{border:1px solid #d50000;border-radius:100px;padding:.1em 1em;text-align:center;color:#d50000;font-size:12px}
.full-post .read-more:hover{background-color:#d50000;color:#fff}
.full-post .list{padding-top:.6em;width:47.99%;margin-right:4%}
.full-post .list .iconfont{font-size:14px;padding-right:2px}
.full-post .list .a{max-width:76%}
.full-post .list:nth-of-type(even){margin-right:0}
.full-post .list-time,.full-post .time{color:#999}
/*--首页普通栏目--*/
.text-post-wrap{width:100%}
.text-post {width:32.262%;margin-right:1.6%}
.text-post:nth-child(3n+0){margin-right:0}
.text-post .more{position:absolute;right:0;height:35px;line-height:35px}
.text-post .more i.iconfont{font-size:24px}
.text-post .list{padding-top:.6em;width:100%;margin-right:4%}
.text-post .list .iconfont{font-size:14px;padding-right:2px}
.text-post .list .a{max-width:76%}
.text-post .list:nth-of-type(even){margin-right:0}
.text-post .list-time,.full-post .time{color:#999}
/*--首页活动回顾----*/
.img-post .more{position:absolute;right:0;height:35px;line-height:35px}
.img-post .more i.iconfont{font-size:24px}
.img-post .img{display: block}
.img-post article .a{position:relative;display:block}
.img-post .mask{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;background-image:linear-gradient(180deg,rgba(0,0,0,.01) 80%,rgba(0,0,0,.85))}
.img-post .title{position:absolute;bottom:0;left:0;z-index:2;color:#fff;padding:1em;font-weight:normal;width: 100%}
.img-post .left{width:30%;overflow:hidden}
.img-post .left .img{width:100%;height:480px}
.img-post .top-wrap{width:100%;height:220px}
.img-post .top{width:33.19%;margin-left:1.8%;overflow:hidden}
.img-post .top .img{width:100%;height:220px}
.img-post .bottom{width:21.52%;margin-left:1.8%;margin-top:20px;overflow:hidden}
.img-post .bottom:nth-child(3n+0){margin-right:0}
.img-post .bottom .img{width:100%;height:240px}

/*========侧边栏======*/
#sidebar{width:28%}
#sidebar .aside_ad{display:block;line-height:0;margin:-1.5em}
#sidebar .aside_ad img{width:100%}
#divCatalog li{width:50%;display:inline-block}
#divCatalog li:nth-of-type(even){text-align:right}
#divCatalog li a{width:96%;display:inline-block;text-align:center;border:1px solid #ddd;border-radius:3px;padding:.5em 0;margin-top:.5em}
#divCatalog li a:hover{background-color:#d50000;color:#fff;border:1px solid #d50000}
#divPrevious li{list-style:circle;list-style-position:inside;border-bottom:1px dashed #ddd;padding:.5em 0}
#divPrevious li:last-child{border:none;padding-bottom:0}
#divPrevious li:first-child{padding-top:0}
#divTags li{display:inline-block}
#divTags .tag-count{font-size:12px;font-weight:100}
#divTags li a{display:inline-block;text-align:center;background:#f1f1f1;padding:.2em .6em;margin:.5em .2em 0 0}
ul.divTags{margin-top:-.5em}
#divTags li a:hover{background-color:#d50000;color:#fff;-webkit-transition:all ease .2s;-moz-transition:all ease .24s;-ms-transition:all ease .2s;-o-transition:all ease .2s;transition:all ease .2s}
#divMisc li{display:inline-block;padding-right:5%}
#divAuthors li,#divFavorites li,#divLinkage li{display:inline-block;padding-right:1em}
#divArchives li,#divNavBar li,#divStatistics li{display:inline-block;width:49.2%}
#divContorPanel .cp-login a,#divContorPanel .cp-vrs a{width:48.3%;display:inline-block;text-align:center;border:1px solid #ddd;border-radius:3px;padding:.5em 0;margin-top:.5em}
#divContorPanel .cp-login a:hover,#divContorPanel .cp-vrs a:hover{background-color:#d50000;color:#fff;border:1px solid #d50000}
#tbCalendar{width:100%}
#tbCalendar a{width:40px;height:40px;color:#d50000}
#tbCalendar tbody a{display:inline-block;background-color:#d50000;color:#fff;border-radius:3px}
#tbCalendar caption{height:60px;line-height:60px}
#tbCalendar td,#tbCalendar th{width:40px;height:40px;line-height:40px}
#tbCalendar caption{font-size:18px}
#tbCalendar tbody{text-align:center}
#divSearchPanel input[type=text]{width:78%;border:none;background:0 0;font-weight:400;padding:.5em;color:#333;border:1px solid #ddd;border-radius:3px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}
#divSearchPanel input[type=submit]{width:21.9%;border:none;cursor:pointer;padding:.5em;background-color:#d50000;color:#fff;border:1px solid #d50000;border-radius:3px;border-top-left-radius:0!important;border-bottom-left-radius:0!important;margin-left:-6px}
/*--重要通知信息--*/
#cnfzw_about{padding:0;}
#cnfzw_about .bg{width:348px;height:142px}
#cnfzw_about .avatar{width:100%;text-align:center;margin-top:-42px}
#cnfzw_about .img{width:70px;height:70px;margin:0 auto;border-radius:100px;border:5px solid rgba(255,255,255,.8)}
#cnfzw_about .wrap{padding-top:0}
#cnfzw_about .title{text-align:center;font-size:20px;color:#333}
#cnfzw_about .info{color:#666;padding-top:5px;line-height:26px;overflow:hidden}
#cnfzw_about .ul{position:relative;margin-top:17px}
#cnfzw_about .line{position:absolute;left:46%;top:5px;z-index:1;color:#aaa;font-size:22px}
#cnfzw_about .li{width:49.5%;text-align:center}
#cnfzw_about .num{text-align:center;font-size:22px;font-weight:100;line-height:10px}
#cnfzw_about small{display:block;color:#999}
/*--热点关注--*/
#cnfzw_hot li{border-bottom:1px dashed #ddd;padding:.5em 0}
#cnfzw_hot li:first-child{padding-top:0}
#cnfzw_hot li:last-child{border:none;padding-bottom:0}
#cnfzw_hot li a{margin-left:25px;display:block}
#cnfzw_hot .list{float:left;font-size:16px;font-style:italic;color:#888;font-weight:800}
#cnfzw_hot .list-1,#cnfzw_hot .list-2,#cnfzw_hot .list-3{color:#d50000}
/*--随机图文--*/
#cnfzw_random .list{padding:.6em 0}
#cnfzw_random li:first-child{padding-top:0}
#cnfzw_random li:last-child{padding-bottom:0}
#cnfzw_random .comment,#cnfzw_random .time{color:#999;padding-right:1.5em}
#cnfzw_random .comment i.iconfont,#cnfzw_random .time i.iconfont{padding-right:2px}
#cnfzw_random .list .img-wrap{float:left;overflow:hidden;display:block;height:70px;width:100px}
#cnfzw_random .random-img{width:100px;height:70px}
#cnfzw_random .random-text{margin-left:120px}
#cnfzw_random .title{line-height:1.6em}
/*--最新文章--*/ 
#cnfzw_new .list{padding:.6em 0}
#cnfzw_new li:first-child{padding-top:0}
#cnfzw_new li:last-child{padding-bottom:0}
#cnfzw_new .time,#cnfzw_new .view{color:#999;padding-right:1.5em}
#cnfzw_new .time i.iconfont,#cnfzw_new .view i.iconfont{padding-right:2px}
#cnfzw_new .list .img-wrap{float:left;overflow:hidden;display:block;height:70px;width:100px}
#cnfzw_new .random-img{float:left;width:100px;height:70px}
#cnfzw_new .new-text{margin-left:120px}
#cnfzw_new .title{line-height:1.6em}
/*--热门评论--*/ 
#cnfzw_hot_comment .list{padding:.6em 0}
#cnfzw_hot_comment li:first-child{padding-top:0}
#cnfzw_hot_comment li:last-child{padding-bottom:0}
#cnfzw_hot_comment .comment,#cnfzw_hot_comment .time{color:#999;padding-right:.5em}
#cnfzw_hot_comment .comment i.iconfont,#cnfzw_hot_comment .time i.iconfont{padding-right:2px}
#cnfzw_hot_comment .list .img-wrap{float:left;overflow:hidden;display:block;height:70px;width:100px}
#cnfzw_hot_comment .random-img{width:100px;height:70px}
#cnfzw_hot_comment .new-text{margin-left:120px}
#cnfzw_hot_comment .title{line-height:1.6em}

#aside_hot li{border-bottom:1px dashed #ddd;padding:.5em 0}
#aside_hot li:first-child{padding-top:0}
#aside_hot li:last-child{border:none;padding-bottom:0}
#aside_hot li a{margin-left:25px;display:block}
#aside_hot .list{float:left;font-size:16px;font-style:italic;color:#888;font-weight:800}
#aside_hot .list-1,#aside_hot .list-2,#aside_hot .list-3{color:#d50000}

/*--文章页作者信息--*/ 
#widget_cnfzw_author .title{margin:-1.5em;background:#f8f8f8;padding:1.5em;background-size:100%!important}
#widget_cnfzw_author .img{border-radius:100px;width:70px;height:70px;margin:0 auto;display:block;border:5px solid rgba(255,255,255,.8)}
#widget_cnfzw_author .avatar{margin-top:50px;display:block}
#widget_cnfzw_author .name{font-size:22px;text-align:center}
#widget_cnfzw_author .level{font-size:12px;background-color:#d50000;padding:2px 6px;color:#fff;text-align:center;display:inline-block;vertical-align:middle}
#widget_cnfzw_author .intro{color:#888;text-align:center}
/*--首页友情链接--*/ 
.flink{margin-bottom:20px}
.flink .iconfont{color:#333}
.flink a.iconfont:hover{color:#d50000}
.flink .rule{font-size:14px;font-weight:400;padding-left:2em;color:#999}
.flink .f-list li{float:left;padding-right:2em}
.flink .f-list li a{font-size:14px}
/*--文章详情页--*/
.art-main{padding:2em 3em}
.art-main .art-title{font-size:28px}
.art-main .head-info{color:#999;padding-top:5px}
.art-main .head-info i.iconfont{padding-right:2px}
.art-main .head-info .author,.art-main .head-info .comment,.art-main .head-info .edit,.art-main .head-info .time,.art-main .head-info .view{padding-right:1em}
.art-main .art-content{padding-top:10px;position:relative;font-size:16px;width:100%;word-break:break-all}
.art-content a{color:#d50000}
.art-content a:hover{border-bottom:1px dashed #d50000}
.art-content h1,.art-content h2,.art-content h3,.art-content h4,.art-content h5,.art-content h6{margin:10px 0}
.art-content h1{font-size:1.8em}
.art-content h2{font-size:1.6em}
.art-content h3{font-size:1.4em}
.art-content h4{font-size:1.2em}
.art-content h5{font-size:1em}
.art-content h6{font-size:0.8em}
.art-content blockquote{color:#666;font-weight:400;border-left:4px solid #d50000;padding:.5em 1em;background-color:#f9f9f9}
.art-content img {
    max-width: 100% !important;
    height: auto !important;
}
.art-content table {border-collapse:collapse;empty-cells:show;border-spacing:0}
.art-content table tr.firstRow{font-weight:bold;background-color:#f8f8f8;text-align:left}
.art-content table th,.art-content table td{padding:.3em .5em;margin:0;vertical-align:top;border:1px solid #ddd}
.art-content blockquote,.art-content dl,.art-content form,.art-content hr,.art-content ol,.art-content p,.art-content pre,.art-content table,.art-content ul{font-weight:400;margin-bottom:1rem}
.art-content blockquote p,.art-content ul p{margin-bottom:0}
.art-content li{margin-left:1.2em}
.art-content hr{border:none;margin-top:1.5rem;margin-bottom:1.5rem;border-top:1px solid #eee;height:1px;background:0 0}
.art-content audio,.art-content img,.art-content video{}
.art-content b,.art-content strong{font-weight:700;}
.art-content .padding{padding-right:.5em}
.art-content .art-copyright,.art-content .tag-wrap{font-size:14px}
.art-content .tags{border:1px solid #ddd;padding:.1em .5em;text-align:center;color:#333}
.art-content .tags:hover{background-color:#d50000;color:#fff;border:1px solid #d50000}
.art-copyright{background:#f8f8f8;padding:1em 1.5em}
.art-copyright .copyright{font-weight:700;padding-top:10px}
.prev-next{padding:1.5em}
.prev-next strong{font-weight:400}
.prev-next .post-next,.prev-next .post-prev{width:46%;color:#999;font-size:16px}
.prev-next .post-next{text-align:right}
.prev-next .next,.prev-next .prev{display:block;font-size:14px}
.quick-prev-next .next,.quick-prev-next .prev{position:fixed;z-index:1;top:45%;height:50px;line-height:50px;width:50px;font-size:50px;color:#888}
.quick-prev-next .next:hover,.quick-prev-next .prev:hover{color:#333}
.quick-prev-next .prev{left:0}
.quick-prev-next .next{right:0}
/*--分享--*/
.social-widget{min-height:50px}
.bds_qzone,.bds_sqq,.bds_tsina,.bds_weixin{background-image:none!important;text-indent:0!important;width:40px!important;height:40px!important;line-height:40px!important;border-radius:100px}
.bd_weixin_popup{width:240px!important;height:310px!important}
.bdsharebuttonbox .iconfont{font-size:26px;padding-left:7px;color:#fff}
.bdsharebuttonbox .iconfont:hover{color:#fff}
.bds_weixin{background:#59d55c}
.bds_qzone{background:#f1d519}
.bds_tsina{background:#ff5a5a}
.bds_sqq{background:#4a8aff}

/*--相关文章--*/
.related-item{width:31%;margin-right:3.4%}
.related-item a{display:block;overflow:hidden}
.related-item .img{height:160px}
.related-item .titile{height:3.2em;overflow:hidden}
.related-item:nth-child(3n+0){margin-right:0}

/*--分页--*/
.pagebar{text-align:center}
.page-numbers{padding:0 1em;line-height:34px;text-align:center;margin:0 0 0 5px;display:inline-block;background-color:#d50000;color:#fff}
a.page-numbers{background:#fff;color:#1a1a1a}
a.page-numbers:hover{background-color:#d50000;color:#fff}
/*格 展 网 络分页样式*/
.pages{clear: both;margin:20px auto 20px auto; padding-top:20px; overflow: hidden; text-align: center;font-size:14px; }
.pages ul li{display:inline-block;border: 1px solid #ccc;padding: 6px 15px;margin: 0 1px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pages ul li:hover{background:#d50000;color:#fff;border: 1px solid #d50000}
.pages ul li:hover a{color:#fff;}
.pages ul li.thisclass{display: inline-block;border: 1px solid #d50000;padding:6px 15px;margin: 0 1px;background: #d50000;color: #fff;}
.pages ul li.thisclass a{color: #fff;}
.pages ul li a{display:block;color:#999}
.pages ul li a:hover{color: #fff;}

.ias-spinner{background:url(../images/loading.gif) no-repeat center;float:inherit;width:98%;margin:0 auto;height:35px}
.ias-trigger-next{cursor:pointer;float:inherit;text-align:center;padding:1.5em 0}
.ias-trigger-next a{background:#fff;color:#333;padding:.8em 2em;line-height:100%;border-radius:2px;box-shadow:0 1px 2px 0 rgba(51,51,51,.3)}
.ias-trigger-next a:hover{box-shadow:0 3px 2px 0 rgba(51,51,51,.2)}
.ias-trigger-next i{margin-right:5px}
/*========广告位======*/
.ad a{display:block;line-height:0}
.ad img{width:100%}
/*========footer======*/
.footer{width:100%;background:#455468;color:#ffffff}
.footer .main{padding:0 1em}
.footer .intro{margin-bottom:.5em}
.footer small{color:#6e6f7d}
.footer small .icp{padding-left:1em;}
.footer a{color:#6e6f7d}
.footer a:hover{color:#888b98}
.footer .title{font-size:18px;padding-bottom:1em}
.f-about,.f-contact,.f-qr{display:inline-block}
.f-about{width:46%;padding:3% 0}
.f-contact{width:40%;padding:3% 10%}
.f-contact i.iconfont{padding-right:5px}
.f-qr{width:120px;padding:3% 0}
.f-qr .img{width:100px;height:100px}
/*--贴边工具栏--*/
.toolbar{bottom:80px;position:fixed;right:0;margin-right:15px;cursor:pointer}
#totop{display:none}
.toolbar i.iconfont{color:#666;font-size:32px}
.toolbar .btn{display:block;padding:12px;margin-bottom:5px;width:auto;height:auto;line-height:18px;vertical-align:middle;text-align:center}
#qr:hover,.btn.qq:hover,.toolbar .btn:hover{background-color:#d50000}
#qr:hover a,.btn.qq:hover a,.toolbar .btn:hover i{color:#fff}
#qr #qr-img{position:absolute;display:none}
#qr-img{left:-200px;bottom:5px;max-width:180px;padding:8px}
/*==========responsive==========*/
@media screen and (max-width:1200px){
	 header{position:fixed;top:0;left:0;z-index:99;height: 80px;}
	 .cont{margin-top: 80px;}
	.h-wrap,.header{height:80px; }
	.logo-area{padding:5px 0 0 0; height: 80px; }
	.logo-area .logo{width: 100%; text-align: center;}
	.logo img{max-height: 50px; float: none;}
	.logo h3{font-size: 14px; margin-top: -5px;}
	.m-nav-btn{display:block;height:0}
	.pc-nav{margin-right:0}
	.responsive-nav{width:60%;height:100%;position:fixed;left:0;top:0;bottom:0;background-color:rgba(93, 28, 11, 0.9);overflow-x:hidden;overflow-y:auto;z-index:9;display:none}
	.nav-sb{box-shadow:none}
	.m-nav{margin-top:60px;width:100%}
	.m-nav-btn i.iconfont{position:absolute;top:0;left:0;font-size:24px;cursor:pointer;width:60px;height:60px;line-height:56px;text-align:center}
	.m-nav-btn i.active{color:#fff;z-index:10}
	.nav-ul>li{line-height:38px;position:relative;width:100%;display:inherit;margin-right:0;text-align:left}
	.nav-ul>li:first-child{border-top:none}
	.nav-ul>li>a{height:50px;font-size:16px;display:block;text-indent:4vw;color:#fff;line-height:50px;border-bottom:1px solid rgba(255,255,255,.1)}
	.nav-ul>li>a i.iconfont{font-size:1em;padding-right:3px}
	span.toggle-btn{position:absolute;height:50px;width:50px;line-height:50px;color:#aaa;text-align:center;top:0;right:0;cursor:pointer;z-index:100;border-left:1px solid rgba(255,255,255,.1);display:block}
	span.toggle-btn i.iconfont{color:#eee;font-size:18px}
	.m-nav-btn .active:before{content:"\e696"; font-size: 16px;}
	.toggle-btn .active:before{content:"\e61f"}
	.m-nav .sub-nav{background-color:rgba(0,119,230,.8);text-align:left;position:relative;left:0;min-width:100%;z-index:10;font-size:14px;top:0;border-radius:0}
	.m-nav .sub-nav>li{position:relative;text-align:left;line-height:50px;float:left;width: 100%;border-bottom:1px solid rgba(255,255,255,.1)}
	.sub-nav li:last-child{border-bottom:0 solid transparent}
	.m-nav .sub-nav>li>a{text-indent:1.5em;color:#fff;display:block;height:50px;font-size:16px;text-indent:2em}
	.m-nav .sub-nav>li ul li>a{text-indent:3em}
	.index-breadcrumb{padding-top:70px}
	.breadcrumb,.breadcrumb2{padding:86px 0 5px 10px!important;color:#888}
	.header .login {width: 60px;height: 60px;line-height: 60px;text-align: center;margin-right: 0px;position: absolute;right: 0px;top: 0px;display:block!important
}
.search-button{position:absolute;right:10px;z-index:1;height:60px;width:60px;display:block}
.search-button i.iconfont{height:60px;    margin-top: -15px;line-height:60px;text-align:center;display:block;font-size:18px; }
.search-button i.iconfont,.search-button{font-size:18px;color: #333;}
#search-area{left:0;width:96%;bottom:-70px}
.double-list,.flink,.full-post,.post-comment,.xiehui,.customer,.related-art,.widget{padding:20px 15px 15px 15px}
#mainbox{width:100%}
.swiper-container{margin-bottom:10px!important;width:100%;height:150px}
.swiper-slide .p{font-size:16px;bottom:1em}

.swiper-pagination-bullet{width:.5em;border-radius:100px}

.xiehui .item{width:48.4%;display:none}
.xiehui .item:nth-child(-n+2){display:block}
.xiehui .item:nth-child(2){margin-right:0}
.xiehui .thumbnail img{height:30vw}
.xiehui .item .title{font-size:14px}
.customer .item{width:100%}
.customer .intro{padding:2.8vw;line-height:1.5}
.article-list .figure{width:34%;height:24vw}
.article-list .content{margin-left:38%;padding-top:5px}
.article-list{padding:3vw}
.article-list .content .title{font-size:16px;white-space:unset;line-height:1.6}
.article-list .data{padding-top:1vw}
.double-list{width:100%}
.double-list .ul .a{max-width:80%}
.double-list .ul .title{list-style-type:none}
.full-post .img-list{width:100%}
.full-post .figure{width:30%;height:20vw}
.full-post .content{margin-left:34%}
.full-post .content .title{font-size:16px;white-space:unset}
.full-post .info{padding-top:1vw}
.full-post .list{width:100%}
.text-post {width:100%}
.img-post .left,.img-post .top,.img-post .bottom{width:100%;overflow:hidden;}
.img-post .title{padding:0 1em 1.5em 1em;}
.img-post .top,.img-post .bottom{margin-left:0;}
.img-post .top{margin-top:20px;}
.flink{margin-bottom:10px}
.f-about{width:100%}
.f-contact{width:100%;padding:3% 0}
.f-qr{width:100%}
.art-main{padding:4vw}
.art-main .art-content{font-size:14px}
.art-main .art-title{font-size:22px}
.art-main h1,.art-main h2,.art-main h3{font-size:20px}
#reward-img{margin:45% 5%}
.reward-widget{position:static;margin-bottom:20px}
.quick-prev-next .next,.quick-prev-next .prev{background:rgba(255,255,255,.8);color:#333;font-size:24px;text-align:center;width:40px;box-shadow:0 1px 3px rgba(26,26,26,.2)}
.quick-prev-next .prev{border-radius:0 100px 100px 0}
.quick-prev-next .next{border-radius:100px 0 0 100px}
.related-art .ul{margin-bottom:3vw}
.related-item{width:48.4%;margin-right:3%}
.related-item .img{height:100px}
.related-item:nth-child(2n+0){margin-right:0}
.related-item:nth-child(3){margin-right:3%}
.page-numbers{margin-top:10px}
.compost .com-info li{width:100%;padding-right:0%}
.compost .com-info li .verify{right:0}
.footer .main{padding:1em}
}
.pcd_ad{display:block;}

.mbd_ad{ display:none}

@media(max-width:768px) {
	.header{position:fixed;top:0;left:0;z-index:99;}

.pcd_ad{display:none !important;}

.mbd_ad{display:block !important;}

}
.meihua_1 {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #ea4c89;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(15,39,65,0.1);
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 .meihua_2_1 {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 20px;
}
.meihua_2 .meihua_2_1 p {
	margin: 5px auto!important;
}
.meihua_2 .meihua_2_1 .meihua_btn {
float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    border-radius: 2px;
	background: url(../images/30.png) no-repeat 5px 3px #4abd96;
    border: 1px solid #4abd96;
    color: #FFF;
    text-decoration: none;    padding-right: 10px;
}
.meihua_2 .meihua_2_1 .meihua_btn i {
	margin-right: 5px
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
	background-color: #3169b0
}
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.short-btn {
    float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    border-radius: 2px;
    background: url(../images/10.png) no-repeat 5px 3px #4abd96;
    border: 1px solid #4abd96;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.short-btn:hover {
	background-color: #3169b0
}
.shoucang{float: right;}
.shoucang #addsc{
font-size: 12px;
    background-color: #ff5a5a;
    padding: 2px 6px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;	
}


.g_list3{border-top:none;font-size:14px;margin-bottom:20px;background:#fff;}
.g_list3 dt{font-size:16px; font-weight:bold; padding:20px 0;color:#e74c3c ;}
.g_list3 dd{padding-bottom:20px; margin:0}
.g_list3 dd a{float:left; height:28px;line-height:28px;margin:2px 6px 4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color: #f1f1f1; color: #615f5f; padding:0 15px; text-align:center;}

.zjdl1{ margin:10px auto; width:350px; text-align:center;}
.zjdl1 img{width:100%;}
.zjdl1 dt{font-size:24px; line-height:40px;}
.zjdl1 dd{font-size:14px; line-height:30px;}

.zjdl2{ margin:30px auto; width:100%; text-align:center; float:left;}
.zjdl2 img{width:90%; height:170px;}
.zjdl2 dt{font-size:24px; line-height:40px;}
.zjdl2 dd{font-size:14px; line-height:30px;}

.zjdl3{ margin:30px auto; text-align:center; float:left;padding-left:10px;}
.zjdl3 img{width: 90px; height: 118px; }
.zjdl3 dt{font-size:18px; line-height:40px;}
.zjdl3 dd{font-size:14px; line-height:30px;}

.zjdl4{ clear:both;margin:50px 0 90px 10px; }
.zjdl4 dt{font-size:22px; font-family:"黑体"; font-weight:700; border-bottom:1px solid #CCC;}
.zjdl4 dt i{font-size:12px; padding-left:8px;}
.zjdl4 dd{float:left; width:20%; line-height:60px; height:60px; font-size:16px; font-weight:700;}
.zzjg{background-color: white; border: 1px solid #ccc; padding: 1em;}
.zzjg p{line-height: 2em; padding: 15px; font-size: 14px;}
/*******会员新页面**********/
.hycon{width:100%; margin-top:15px; height:160px;}
.hycon h1,.hypro h1{font-size:24px; line-height:50px; height:50px;}
.w340{width:340px;} .w340 img{width:100px;}
.hypro{width:100%; margin-top:15px;}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  
}