/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html { 
	overflow-x:hidden; 
	-webkit-text-size-adjust:none;
}

body {
	min-width: 320px;
	color: #222;
	font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
	-webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
  list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus { 
	text-decoration:none!important; 
	outline:none; 
	star: expression_r(this.onFocus=this.blur());
}
a {
  color: #222;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }
 
/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
	clear:both; 
	display:block; 
	height:0; 
	visibility:hidden; 
	line-height:0; 
	content:'\20';
}

.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}



/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input[type="button"],input[type="text"], textarea{-webkit-appearance:none;} 
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #aaaaaa;}
input:-moz-placeholder{ color: #aaaaaa;}   
input::-moz-placeholder{ color: #aaaaaa;}
input:-ms-input-placeholder{ color: #aaaaaa;} 

textarea::-webkit-input-placeholder{ color: #aaaaaa;}
textarea:-moz-placeholder{ color: #aaaaaa;}   
textarea::-moz-placeholder{ color: #aaaaaa;}
textarea:-ms-input-placeholder{ color: #aaaaaa;} 

/*RESET IMAGES*/
img { 
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}
/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-wrap{
	position: relative;
	overflow: hidden;
	padding-top: 1.1rem;
}
#bsWXBox {
    box-sizing: content-box;
}



/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.header{ position:fixed; top:0; right:0; width: 100%; height:1.1rem; background: #FFFFFF; border-bottom: 1px solid #FFFFFF; z-index: 999; box-shadow:0 0 0.2rem rgba(0,0,0,.2); -webkit-box-shadow:0 0 0.2rem rgba(0,0,0,.2); }
.header .logo img{ height:100%; }
.header .top{ position: absolute; left:0.29166666rem; top:50%; margin-top:-0.36rem; }
.header .top a{ float: left; display:block; width:0.72rem; height:0.72rem;}
.header .top .lan{ background-image: url(../images/ico_lan.png);}
.header .top .search{ margin-left: 0.15625rem; background-image: url(../images/ico_search.png);}
.nav-ico{ position: absolute; right:0.46666666rem; top: 50%; margin-top:-0.36rem; width:0.72rem; height:0.72rem; cursor: pointer; background-image:url(../images/ico_menu.png);}

.header-hyaline{ background: none;}
.header-hyaline .top .lan{ background-image: url(../images/ico_lan_white.png);}
.header-hyaline .top .search{ background-image: url(../images/ico_search_white.png);}

.search-div{ display: none; position: absolute; top:1.1rem; right:0px; width:100%; background: #FFFFFF; padding:0.3rem 1.1rem 0.3rem 0.3rem; -webkit-box-shadow:0 0.10416666rem 0.2rem rgba(0,0,0,.08); box-shadow:0 0 0.2rem rgba(0,0,0,.08);}
.search-div.show{ display: block;}
.search-div .in{ width:100%; font-size:0.32rem; height:0.8rem; line-height:0.5rem; padding:0.15rem; border: none; background: #f5f5f5; }
.search-div .bt{ border: none; position: absolute; top:0.3rem; right:0.3rem; width:0.8rem; height:0.8rem; background-color: #FFFFFF; background-size: cover; background-image:url(../images/search_button.png); }



/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; right: 0; top: 0; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; left: 100%; top: 0;  width: 70%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF;  -webkit-box-shadow:0 0 30px rgba(26,24,24,.1) inset;  box-shadow:0 0 30px rgba(26,24,24,.1) inset;}
.menu li { position: relative;}
.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.4rem; line-height: 1.4rem; color: #767676; font-size: 0.36rem; border-bottom: 1px solid #e9e9e9;}
.menu ul li>span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #e6061f; border-radius: 100%;}
.menu ul li a{ color: #322e2d;}
.menu ul li>span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg.png) no-repeat; background-size: cover;}
.menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; height: 1.4rem; line-height: 1.4rem; font-size: 0.34rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width:0.266666rem; height:0.266666rem; background: url(../images/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { background: #e6061f; color: #FFFFFF;}
.menu li>span.active a { color: #e6061f;}
.menu li>span.active::before { color: #fff; background: #e6061f; border-color: #e6061f;}
.menu li>span.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/menu_bg2.png) no-repeat center;}


/* ========== */
/* = FOOTER = */
/* ========== */
.footer{ width: 100%; padding:0.41666666rem 0.78125rem 0.3125rem; background-image: url(../images/footer_bg.jpg); color: #b7b7b7;}
.footer .foot-logo{ width:1.25rem; float: left; }
.footer .share{ float: right; font-size:0.3125rem;}
.footer .share span{ display: inline-block; vertical-align: middle;}
.footer .share a{ margin-left: 0.22rem; display: inline-block; vertical-align: middle; width:0.9375rem; height: 0.9375rem; background-size: cover; position: relative;}
.footer .share .ico-weixin{ background-image: url(../images/ico_weixin.png);}
.footer .share .ico-weibo{ background-image: url(../images/ico_weibo.png);}
.footer .text{ text-align:center;font-size:0.3125rem; line-height:0.5rem; color: #b7b7b7;}
.footer .text a{ color: #b7b7b7;}


/* ========== */
/* = VIDEO-POP = */
/* ========== */
.pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.6); text-align: center; z-index: 99999;}
.pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.pop .content{ position: relative; display: inline-block; width:90%; vertical-align: middle;}
.pop .close{ position: absolute; top: -0.6875rem; right: 0; cursor: pointer; width:0.6875rem; height: 0.6875rem; background-image: url(../images/video_close.jpg); background-size: cover;}

.video-pop .content{  background: #000000;}
.video-pop .content video{ display: block; width: 100%; }

.erweima-pop .content{ width:50%; background: #FFFFFF; padding-bottom: 0.41666666rem; font-size: 0.32rem;}
.erweima-pop .content img{ width: 100%;}



/* ========== */
/* = 404 = */
/* ========== */
.main-404{ padding:1.2rem 0.52083333rem 2.4rem; text-align:center;  font-size:0.20833333rem; line-height: 0.5rem;}
.main-404 img{ max-width:90%;}


/* ========== */
/* = SITEMAP = */
/* ========== */
.sitemap{ padding:1.3rem 1.2rem;}
.sitemap ul{ margin-top: 0.52083333rem;  border-top: 1px solid #222222;}
.sitemap li{ padding:0.625rem 0;  border-bottom: 1px solid #222222;}
.sitemap li span{display: block;}
.sitemap li span a{ font-size:0.38rem; font-weight: bold;}
.sitemap li div{ margin-top: 0.41666666rem;}
.sitemap li div a{ font-size:0.34rem; margin-right: 0.3125rem;}
.sitemap li div a:last-child{ margin-right: 0;}



/* ========== */
/* = SEARCH = */
/* ========== */
.search-top{  padding: 0.41666666rem 0.52083333rem 1.61458333rem;}
.search-top .search-letter{ max-width:6.875rem; margin:0 auto;}
.search-top .theme{ margin-top: -0.72916666rem; color: #000000; text-align: center;}
.search-content{ margin-top: 0.52083333rem; width: 100%; height: 0.9375rem; padding-right: 1.09375rem; position: relative; background: #f0f0f1; border-radius:0.07291666rem; overflow: hidden;}
.search-content .in{ width: 100%; background-color: #f0f0f1; height: 0.9375rem; padding:0.3125rem; line-height: 0.3125rem; border: none; font-size:0.33333333rem;}
.search-content .button{ position: absolute; top:0; right:0; width: 1.09375rem; height: 0.9375rem;  border: none; background-color: #f0f0f1; background-image: url(../images/search_bt.png); background-size:cover;}

.search-page{ padding: 0 0.46875rem 1.77083333rem;}
.search-page .theme{ text-align: center;}
.search-page .result{  padding: 0.36458333rem 0 0.41666666rem; font-size: 0.38rem;  border-bottom:1px solid #222222; text-align: center;}
.search-page .red{ color: #e6061f;}
.search-box{ margin-top: 1.04166666rem; }
.search-tit{ font-size: 0.46rem; font-weight: bold; padding: 0 0.36458333rem;}
.search-box ul{ margin-top:0.20833333rem; border-bottom:1px solid #222222;  border-top:1px solid #222222; padding:0.41666666rem 0;}
.search-box li{ margin-top:0.625rem; padding:0 0.375rem;}
.search-box li:first-child{ margin-top:0; border-top: none; padding-top: 0;}

.search-expert li{ border-top:1px solid #222222; padding-top:0.41666666rem;}
.search-expert li a{ display:block;  font-size: 0.38rem; line-height: 0.58rem; }
.search-expert li .tit{ font-weight: bold;}
.search-expert li .con{ margin-top: 0.26041666rem;}

.search-case li a{ display:block;}
.search-case li .img img{ width: 2.60416666rem;}
.search-case li .con{ margin-top: 0.36458333rem;  font-size: 0.38rem; line-height: 0.58rem; }

.search-list li .img{  position:relative;}
.search-list li .img div{ overflow: hidden; width: 100%;}
.search-list li .img div:after{ content:""; position: absolute; top:0; left:0; z-index: 1; height: 100%; width: 100%; background: rgba(0,0,0,.2);}
.search-list li .img img{ position: relative; z-index:0; width: 100%;}
.search-list li .img span{ position: absolute; top:50%; left:50%; width: 0.83333333rem; height:0.83333333rem; margin-left:-0.41666666rem; margin-top: -0.41666666rem; background-image: url(../images/video/red_play.png); background-size:cover; z-index: 1;}

.search-list .video-con i{ margin-top: 0.1875rem; font-style: normal; padding:0.04166666rem 0.20833333rem; background: #dd061f; font-size: 0.22916666rem; color: #FFFFFF; display: inline-block;}
.search-list .video-con p{ margin-top:0.22916666rem; font-size: 0.38rem; line-height: 0.58rem; }

.search-list .media-con .tit{ margin-top: 0.36458333rem;  font-size: 0.38rem; line-height: 0.58rem; }
.search-list .media-con .source{ margin-top:0.20833333rem;}
.search-list .media-con .source span{ margin-right: 0.67708333rem; display:inline-block; position: relative; color:#999999; padding-left:0.46875rem; font-size:0.3rem; line-height:0.38rem;}
.search-list .media-con .source span:before{ content: ""; position: absolute; top:0; left:0; width:0.38rem; height:0.38rem; background-size: cover;}
.search-list .media-con .source span:nth-child(1):before{ background-image: url(../images/ico_article.png);}
.search-list .media-con .source span:nth-child(2):before{ background-image: url(../images/ico_date.png);}

.search-list .dongtai-con .tit{ margin-top: 0.3125rem; font-size: 0.38rem; line-height: 0.58rem;  height:1.16rem; overflow: hidden;}
.search-list .dongtai-con i{ margin-top: 0.15625rem; font-style: normal;display: block; color: #666666; font-size: 0.3rem;}