/* CSS Document */
body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
* {
	font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,h7,th,p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
}
.ftBlue{ color:#06C;}
.ftOrange{ color:#F90;}
.ftYellow{ color:#FF0;}
.ftRed{ color:#F00;}
.ftGray{ color:#666;}
.ftGreen{color:#360;}
.ftStrong{ font-weight:bold;}
body {
	font-size: 14px;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

header{
	position:relative;
	}
header h1{
	clear:both;
	overflow:hidden;
	padding-top:50px;
	text-align:center;}
header h1 img{
	}
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
		
@-webkit-keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}

@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
.mobile-inner-header{
	background-color:#8D0405;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index:10;
}
.mobile-inner-header .tel{
	float:left;
	background:url(../images/9.png) no-repeat left;
	text-indent:40px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	margin-left:10px;
	}
.websitename{
	float:left;
	line-height:50px;
	padding-left:10px;
	color:#fff;
	font-size:16px;
	width:120px;
	}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}	
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 10px 0 20px;
	display: none;
	z-index:10;
	height:150px;
	overflow-y:scroll;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 35px;
	text-decoration: none;
	width: 90%;
	margin-left: 5%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.swiper-container {
	width: 100%;
} 

.swiper-container img {
	display: block;
	width: 100%;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child {
    border-top: 0;
}
.rec-item {
    text-align: left;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child .inner-item {
    border-top: none !important;
}
.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}
.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}
.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}
.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
	margin-bottom:5px;
	overflow:hidden;
}
.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("//m.baidu.com/static/index/plus/public/tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}
.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}
.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content > div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    padding-top: 66.67%;
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.weui-tab__bd{
	padding-bottom:55px;}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
	padding:0 16px;
}
.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW¡­AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat;
}
.s-news-special-item-tpl-3 h2{
	width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
	font-weight: normal;
	}
.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', Î¢ÈíÑÅºÚ;
}
.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
	font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.s-news-special .from {
    width: 100%;
    position: relative;
	color: rgba(0,0,0,0.4);
    font-size: 13px;
	display:block;
	padding-top:8px;
}
.s-news-special .from .src-net {
    margin-right: 6px;
}
.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}
.s-news-special .src-net a,.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.4);
    color: #999\9;
}
.weui-tabbar{
	position:fixed;}
.weui-cells__title{
	font-size:18px;}

.weui-article{
	line-height:2em;}
.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}
.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
}
.rich_media_meta_list em {
    font-style: normal;
}
.rich_media_meta_text {
    color: #8c8c8c;
}
.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}
.yuedu_box{
	color: #8c8c8c;
	}

.contact-box .weui-cell__bd p{
	width:50px;}
.error {
	border: 1px solid #F00;
	background: #FFECEC;
	font-weight:normal;
	padding-top:5px;
	font-size:14px;
}
input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
	font-size: inherit;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
}
.content-block{
	padding:10px 15px 0;}
.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}
.tx_box {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    color: #666666;
    line-height: 25px;
}
.tx_box .tx {
    width: 75px;
    height: 75px;
    float: left;
    margin-top: 5px;
}
.jiben .tx img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 100%;
}
.tx_box ul {
    float: left;
    margin-left: 0.8rem;
    list-style: none;
    margin-top: 10px;
}
.tx_box ul li.shijian{
	font-size:.6rem;
	}
.myinfo {
    position: absolute;
    right: 10px;
    top: 25%;
    margin-top: 5px;
}
.sstfont {
    font-family: "sstfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sst-xiangyou:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 15px;
    right: 2px;
}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both}
.clearfix{*zoom:1}

.weui-form-preview__btn{
	color:red;}
.title_main{
	width:100%;
	float:left;
	text-align:center;
	padding:1rem 0 0.5rem 0;
	background:url(../images/5.jpg) no-repeat bottom;
	background-size:10% 1px;
	}
.title_main h2{
	font-size:1.2rem;
	font-weight:bold;
	display:block;
	}
.title_main h2 a{
	color:#1E1E1E;
	}
.title_main h2 a span{
	color:#A40506;
	}
.title_main h3{
	display:block;
	color:#888888;
	font-size:0.8rem;
	}
.content1{
	width:100%;
	float:left;
	background:url(../images/1.jpg) no-repeat top;
	background-size:cover;
	}
.content1 .position{
	width:92%;
	float:left;
	margin-left:4%;
	}
.content1 .position .video{
	width:100%;
	margin-top:1rem;
	float:left;
	}
.content1 .position .title2{
	text-align:center;
	float:left;
	width:100%;
	padding:0.5rem 0;
	}
.content1 .position .title2 a{
	display:block;
	font-size:1.2rem;
	color:#8B0102;
	}
.content1 .position .title2 p{
	display:block;
	font-size:0.8rem;
	color:#989898;
	}
.content1 .position .title3{
	width:100%;
	line-height:2rem;
	background:#A40506;
	text-align:center;
	float:left;
	font-size:0.6rem;
	}
.content1 .position .title3 a{
	color:#fff;
	}
.content1 .position .des{
	color:#757575;
	font-size:0.5rem;
	line-height:1.2rem;
	text-align:center;
	padding:0.5rem 0;
	float:left;
	}
.content1 .position .more{
	float:left;
	text-align:center;
	width:100%;
	padding:1rem 0 2rem 0;
	}
.content1 .position .more a{
	display:inline-block;
	padding:5px 15px;
	color:#8D8D8E;
	border:1px solid #8D8D8E;
	}
.content2{
	width:100%;
	float:left;
	background:url(../images/2.jpg) no-repeat top;
	background-size:cover;
	}
.content2 .position{
	width:92%;
	float:left;
	margin-left:4%;
	}
.content2 .position .box{
	width:100%;
	float:left;
	padding:0.75rem 0 0.5rem 0;
	border-bottom:1px dashed #D9999A;
	}
.content2 .position .box .img{
	width:38%;
	float:left;
	}
.content2 .position .box .img img{
	width:100%;
	}
.content2 .position .box .text{
	width:59%;
	float:right;
	}
.content2 .position .box .text .topic{
	display:block;
	font-size:0.8rem;
	color:#362F2F;
	margin-top:0.1rem;
	}
.content2 .position .box .text .date{
	color:#9C9C9C;
	font-size:0.8rem;
	}
.content2 .position .box .text .des{
	font-size:0.8rem;
	color:#787878;
	}
.content2 .position .box .text .des a{
	color:#A70E0F;
	}
.content2 .position .more{
	float:left;
	text-align:center;
	width:100%;
	padding:1rem 0 2rem 0;
	}
.content2 .position .more a{
	display:inline-block;
	padding:5px 15px;
	color:#8D8D8E;
	border:1px solid #8D8D8E;
	}

.content3{
	width:100%;
	float:left;
	background:url(../images/3.jpg) no-repeat top;
	background-size:cover;
	}
.content3 .position{
	width:92%;
	float:left;
	margin-left:4%;
	}
.content3 .position .more{
	float:left;
	text-align:center;
	width:100%;
	padding:1rem 0 2rem 0;
	display:block;
	}
.content3 .position .more a{
	display:inline-block;
	padding:5px 15px;
	color:#8D8D8E;
	border:1px solid #8D8D8E;
	}
.tabBox{ width:100%; float:left; margin-top:1rem;}
.tabBox .hd{ width:100%; margin-bottom:1rem;}
.tabBox .hd ul{ width:100%; text-align:center;}
.tabBox .hd ul li{ display:inline-block; text-align:center; padding:5px 15px; background:#929292; margin:0 5px;}
.tabBox .hd ul li a{ color:#fff;}
.tabBox .hd ul li.on{
	background:#A40506;
	}
.tabBox .hd ul li.on a{ color:#fff;}
.tabBox .bd{
	
	}
.tabBox .tempWrap{
	padding-bottom:4.5rem;
	}
.tabBox .bd ul{ width:100%; float:left;}
.tabBox .bd ul li{ width:48%; margin:1%; float:left; position:relative; height:8rem;}
.tabBox .bd ul li .img img{
	width:100%;
	height:8rem;
	}
.tabBox .bd ul li .topic{
	width:100%;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	background:rgba(0,0,0,0.5);
	color:#fff;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	}
.content4{
	width:100%;
	float:left;
	background:url(../images/4.jpg) no-repeat top;
	background-size:cover;
	}
.content4 .position{
	width:92%;
	float:left;
	margin-left:4%;
	padding-bottom:1rem;
	} 
.content4 .position .title3{
	width:100%;
	line-height:2rem;
	background:#A40506;
	text-align:center;
	float:left;
	font-size:0.8rem;
	margin:1rem 0;
	}
.content4 .position .title3 a{
	color:#fff;
	}
.content4 .position .main{
	width:100%;
	background:url(../images/6.png) no-repeat top;
	background-size:contain;
	float:left;
	}
.content4 .position .box{
	width:30%;
	margin:0 1.5%;
	height:4.5rem;
	float:left;
	margin-top:0.35rem;
	border-radius:5rem;
	}
.content4 .position .box4,.content4 .position .box9{
	margin-left:18%;
	}
.content5{
	width:100%;
	float:left;
	background:url(../images/4.jpg) no-repeat top;
	background-size:cover;
	}
.content5 .position{
	width:92%;
	float:left;
	margin-left:4%;
	padding-bottom:1rem;
	} 
.content5 .position .main{
	width:100%;
	float:left;
	margin-top:1rem;
	}
.content5 .position .main .box{
	width:48%;
	margin-left:2%;
	float:left;
	position:relative;
	margin-bottom:2%;
	}
.content5 .position .main .box .img{
	width:100%;
	display:block;
	height:6.5rem;
	}
.content5 .position .main .box .img img{
	width:100%;
	height:6.5rem;
	}
.content5 .position .main .box .topic{
	text-align:center;
	line-height:2rem;
	border:1px solid #252525;
	border-top:0;
	display:block;
	color:#000000;
	}
.content5 .position .more{
	float:left;
	text-align:center;
	width:100%;
	padding:1rem 0 2rem 0;
	display:block;
	}
.content5 .position .more a{
	display:inline-block;
	padding:5px 15px;
	color:#8D8D8E;
	border:1px solid #8D8D8E;
	}
.content6{
	width:100%;
	float:left;
	background:#8B2123;
	}
.content6 .position{
	width:92%;
	float:left;
	margin-left:4%;
	padding-bottom:1rem;
	} 
.weui-cells{
	background:none;
	}
.inde-input{
	width:100%;
	line-height:1.75rem;
	margin-bottom:0.25rem;
	border-radius:5px;
	border:none;
	text-indent:2rem;
	}
.title_x4{
	width:100%;
	line-height:2rem;
	background:#A40506;
	text-align:center;
	float:left;
	font-size:0.8rem;
	}
.title_x4 a{
	color:#FDDF00;
	}
.content7{
	width:100%;
	float:left;
	}
.content7 .position{
	width:92%;
	float:left;
	margin-left:4%;
	padding-bottom:1rem;
	text-align:center;
	} 
.content7 .position h3{
	font-size:1.8rem;
	color:#292929;
	line-height:1.8rem;
	padding-top:0.8rem;
	}
.content7 .position h4{
	font-size:2rem;
	color:#A71112;
	line-height:2rem;
	padding-top:0.5rem;
	}