﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button{padding:0;margin:0;font-size:100%}
* { 
	margin:0px; padding:0px;
}
body{
	font: 16px/1.5 "Microsoft YaHei","宋体",Arial,Sans-Serif;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
html{
	font-size:62.5%;
	}
ul, li, dl, dt, dd {
	display:block;
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
}
img{border:0;max-width:100%;_width:100%;}
td {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}
th{
	font-weight: normal;
}
div {
    margin: 0 auto;
}
.clear {
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover  {
	color: #FF0000;
	text-decoration: none;
}

.tle { margin-bottom:10px; position:relative}
.tle h4 { display:inline; font-size:25px; color:#5c5b5b; font-weight:normal}
.tle em { font-style:normal; font-size:15px; color:#b0b0b0; padding:0 5px}
.tle h4 a {
	color:#5c5b5b;
	font-size: 11pt;
}
.tle h4 a:hover { text-decoration:none}
.w{
	width: 1200px;
	
}
.w12{
	width: 1200px;
}
.w13{
	width: 1300px;
}
.w14{
	width: 1480px;
}
.w16{
	width: 1680px;
}
.w19{
	width: 1920px;
}
.f12{
	font-size: 12px;
	font-size: 1.2rem;
}
.f14{
	font-size: 15px;
	font-size: 1.25rem;
}
.f16{
	font-size: 15px;
	font-size: 1.25rem;
}
.f18{
	font-size: 18px;
	font-size: 1.8rem;
}
.wap{
	display: none;
}
#logo{
	width: 100%;
	min-height: 125px;
}
.logo_main{
	position: relative;
}


#searchbtn{
	display: none;
	position: absolute;
	top: 30px;
	right: 100px;
	z-index: 1000;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	outline: none;
	border: none;
	cursor: pointer;
}
#search{
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 999;
}
#search-form{
	display: inline-block;
	line-height: 32px;
	padding: 0;
	margin: 0;
	background-color: #e3e2e2;
	border-radius: 20px;
}
#search-form form{
	padding: 0;
	margin: 0;
}
#keywords{
	width: 140px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-left: 20px;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	background-color: transparent;
}
#post-search{
	width: 60px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin-left: -6px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
	font-family:"Microsoft YaHei","宋体",Arial,Sans-Serif;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -999px;
	background-color: transparent;
}
.hotline{
	position: absolute;
	top: 65px;
	right: 0;
	z-index: 1;
}
.hotline span{
	color: #f00;
	padding-left: 10px;
	font-size: 33px;
	font-size: 3.3rem;
	font-family:"times new roman","Microsoft YaHei", Times, serif;
}

.mmenu{
	width: 260px;
	right: 0;
	position: absolute;
	z-index: 999;
}
.mean-container .mean-bar{
	background: transparent;
}
.mean-container a.meanmenu-reveal{
	color: #000;
	top: 15px;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	width: 22px;
	height: 33px;
	padding: 13px 13px 11px 50px;
}
.mean-container a.meanmenu-reveal span {
    background: #000;
}

#header,#header1  {
	width:100%;
	height:60px;
	background-color: #c01e0d;
	}
#nav{
	margin:0 auto;
	z-index:999;
	}
#nav ul{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; 
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#nav ul .on{
	background-color:#8b170a;
}
 
#nav li{
	-webkit-flex-basis: 130px;
	flex-basis: 130px;
	height:60px;
	line-height:60px;
	position: relative;
}
#nav>ul>li{
	background-image: url(404.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#nav ul li a{ 
	display:block;
	color:#FFF;
	text-align: center;
	font-size:15px;
	font-size: 1.5rem;
	}
#nav li a:hover{
	color:#FFF;
	background-color:#8b170a;
	text-decoration:none;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	transition:all 0.5s;
}

#nav ul li ul {
	display:none;
	position: absolute;
	top: 60px;
	padding-bottom:10px;
	margin:0;
	min-width: 100%;
	z-index: 9999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	border-bottom:2px solid #c01e0d;
}
#nav li:hover>ul {display: block;}
#nav li ul li {
	float: left;
	margin: 0;
	padding:0;
	width:100%;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	position: relative;
}
#nav li ul li a {
	display: block;
	margin: 0; 
	padding:0;
	color: #000;
	font-size:10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
#nav li ul li a:hover {color: #fff;background: #c01e0d;}

#nav li ul li ul{display:none;position: absolute;top: 0;left: 100%;padding: 0;margin:0;width:auto;z-index: 99;padding-bottom:10px;}
#nav li ul li:hover .ul3{display: block;}
#nav li ul li ul li{float: left;margin: 0;white-space: nowrap;height: 35px; line-height: 35px;}
#nav li ul li ul li a{display: block;margin: 0; font-size: 12px;}
#nav li ul li ul li a:hover{color: #fff;background: #c01e0d;}

#header1{
	display: none;
	overflow: hidden;
}
#header1 li{
	width: 25%;
	height: 60px;
    line-height: 60px;
	float: left;
	box-sizing: border-box;
}
#header1 li a{
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#index_nav{
	width: 100%;
	overflow: hidden;
	display: none;
}
#index_nav li{
	width: 25%;
	padding: 1%;
	float: left;
	box-sizing: border-box;
}
#index_nav li a{
	width: 100%;
	height:45px;
    line-height: 45px;
	border: 1px solid #000;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0176D0;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#banner{
	width: 100%;
	height: 636px;
	position: relative;
}
#banner .swiper-container {
	width: 100%;
	height: 100%;
    }
#banner .swiper-container a{
	width: 100%;
	height: 100%;
	display: block;
}
#banner .swiper-slide {
	background-position: center top;
	background-size: cover;
}
#banner .my-button-disabled{
	z-index: 99;
}
#banner .swiper-button-prev,
#banner .swiper-button-next{
	width: 40px;
	height: 80px;
	background-color: #c01e0d;
	transition:opacity .5s;
}
#banner .swiper-button-prev{
	left: 50px;
}
#banner .swiper-button-next{
	right: 50px;
}
#banner .swiper-container .hide{
   opacity:0;
}
#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
#banner .swiper-pagination-white .swiper-pagination-bullet-active{
	background: #c01e0d;
}


.index_title{
	width: 100%;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
.index_title a {
	color:#c01e0d;
	font-size:16px;
	font-size:1.6rem;
	line-height: 60px;
	text-decoration: none;
	text-transform:uppercase;
	position: relative;
}
.index_title a:hover{
	color: #9a9595;
}
.index_title span{
	color: #9a9595;
	text-transform:uppercase;
	padding-left: 10px;
	font-weight: normal;
	font-size:14px;
	font-size:1.4rem;
	line-height: 60px;
	}
.index_title a::before{
	content: "";
	position: absolute;
	top: 10px;
	left: -30px;
	width: 20px;
	height: 5px;
	background-color: #c01e0d;
	z-index: 1;
}

#about{
	padding-top: 30px;
	}
.about_list{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
}
.about_more{
	margin: 0 auto;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #c01e0d;
	text-align: center;
}
.about_more:hover{
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.about_more a{
	color: #FFF;
}

#index_product{
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex; 
	padding-top: 30px;
	}
#index_product_l{
	width: 190px;
	padding: 10px;
	background-color: #c01e0d;
	box-sizing: border-box;
	overflow-y: auto;
}
.product_title{
	width: 100%;
}
.product_title a{
	display: block;
	color: #9a9595;
	text-transform:uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_title span{
	display: block;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 70px;
	position: relative;
}
.product_title span::before{
	content: "";
	position: absolute;
	top:10px;
	left: 0;
	width: 20px;
	height: 5px;
	background-color: #fff;
	z-index: 1;
}
.product_title span::after{
	content: "";
	position: absolute;
	bottom:10px;
	left: 0;
	width: 100%;
	height: 5px;
	border-bottom:1px dotted #FFF;
	z-index: 1;	
}
.pronav li{
	line-height: 50px;
}
.pronav li:hover{
	background-color: #8b170a;
}
.pronav li a{
	color: #FFF;
}
#index_product_r{
	-webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
	margin-left: 45px;
}

.index_product_list ul{
	overflow: hidden;
	display: none;
}
.index_product_list ul li{
	float: left;
	width: 24.625%;
	margin-right: 0.5%;
	position: relative;

}
.index_product_list ul li a{
	display: block;
}
.index_product_list ul li a:hover .pic{
	border: 3px solid #c01e0d;
}
.index_product_list ul li .pic{
	width: 100%;
	height: 0;
    padding-bottom: 77.23%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	border:3px solid transparent;
	box-sizing: border-box;
	}
.index_product_list ul li .pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.index_product_list ul li .pic::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #ccc;
}
.index_product_list ul li a:hover .pic::before{
	border: 1px solid transparent;
}
.index_product_list ul li .title{
	width: 100%;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#news{
	padding-top: 10px;
	padding-bottom: 10px;
	}
#news_list{
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#news_list_l{
	width:48%;
	float:left;
	overflow: hidden;
	padding-bottom: 10px;
	}
#news_list_l:hover .news_list_l_img img{
	transform:scale(1.1);
    transition:all 2s ease;
	}
#news_list_l .c{
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 77px;
}
.news_list_l_title{
	overflow: hidden;
}
#news_list_l .c:hover .news_list_l_title a{
	color: #f00;
}
.news_list_l_title a{
	width: 100%;
	color: #000;
	font-size :1.4rem;
	line-height:35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.news_list_l_title a:hover{
	color: #d92616;
	}
.news_list_l_description{
	color: #666;
	font-size:12px;
	font-size: 1.2rem;
	line-height:150%;
	}
.news_list_l_img{
	width: 100%;
	height:0;
	padding-bottom: 24.74%;
	position: relative;
	overflow: hidden;
	}
.news_list_l_img img{
	width: 100%;
	height:100%;
	position: absolute;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.news_list_l_more{
	width: 122px;
	height: 27px;
	margin-right: 10px;
	margin-top: 60px;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.news_more{
	width: 160px;
	height: 40px;
	float: left;
	line-height: 40px;
	background-color: #c01e0d;
	text-align: center;
}
.news_more:hover{
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.news_more a{
	color: #FFF;
}
#news_list_r{
	float:right;
	width: 50%;
	}
#news_list_r li{
	width:100%;
	padding-left:100px;
	box-sizing: border-box;
	height:100px;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #ccc;
	}
#news_list_r li:hover a{
	color: #F00;
	}
#news_list_r li:hover .news_list_r_d{
	color: #000;
}
.news_list_r_title a{
	color: #000;
	height: 40px;
	line-height:40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.news_list_r_title a:hover{
	color: #FFFF;
	}
.news_list_r_d{
	width: 65px;
	position: absolute;
	top: 10px;
	left:20px;
	color: #969696;
	font-size: 43px;
	font-size:4.3rem;
	line-height: 40px;
	z-index: 1;
	text-align: center;
	}
.news_list_r_d span{
	display: block;
}
.news_list_r_description{
	color: #969696;
	line-height:150%;
	}

#index_case{
	width: 100%;
	margin-top: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

.index_case_list{
	position: relative;
}
.picScroll{ 
	overflow: hidden;
	position:relative;
}
.picScroll li{
	width:25%;
	float:left;
}
.picScroll li a{
	display: block;
	background-color: #e5e5e5;
	border: 1px solid transparent;
}
.picScroll li a:hover{
	border: 1px solid #c01e0d;
}
.picScroll li a:hover .pic{
	-webkit-filter: grayscale(70%); 
	filter: grayscale(70%);
}
.picScroll li a:hover .title{
	color: #c01e0d;
}
.picScroll .pic{ 
	width:100%;
	height: 0;
	padding-bottom: 76%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	box-sizing: border-box;
	}
.picScroll .pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.picScroll .title{ 
	width:100%; 
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom:4px solid #c01e0d;
	background: #FFF;
	}
.picScroll .title span{
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_case_list .swiper-button-prev,
.index_case_list .swiper-button-next{ width:40px;height:40px; background:url(404.png) no-repeat;
}
.index_case_list .swiper-button-prev{left:0;}
.index_case_list .swiper-button-next{right:0;background-position:-42px 0;}
.index_case_list .swiper-button-prev:hover{ background-position:0 -47px;}
.index_case_list .swiper-button-next:hover{ background-position:-42px -47px; }



#main{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex; 
	}
#main_left{
	width: 265px;
	}
.catname{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 70px;
	background-color: #c01e0d;
	background-image: url(404.png);
	background-repeat: no-repeat;
	background-position: 230px center;
}
.catname .dir{
	width: 100%;
	color: #ddd;
	text-transform:uppercase;
	font-size: 14px;
}
.catname .zh{
	width: 100%;
	color: #FFF;
	font-size: 26px;
	line-height: 26px;
}

.left_list{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
	line-height: 200%;
	}
.left_ss{
	display: none;
	padding:5px;
	margin-top:10px;
	}

.left_nav {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.left_nav ul a {
	
	font-size:14px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #000;
}
.left_nav ul a:hover {
	text-decoration: none;
}
.left_nav>ul>li {
	text-align:center;
	line-height:50px;
	min-height:50px;
	position:relative;
}
.left_nav>ul>li ul {
	display:none;
	background-color:#FFF;
}
.left_nav>ul>li ul a {
	color: #000;
}
.left_nav>ul>li ul a:hover {
	color: #f00;
}
.left_nav>ul>li>a {
	position:relative;
	*+position: !important;
	display:block;
	font-size:16px;
	font-size: 1.6rem;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.left_nav>ul>li>span a {
	position:absolute;
	z-index:99;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	left: 40px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
	color: #F00;
}
.left_nav>ul>li:hover {
	
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
	color:#f00;
}
.left_sub a {
	font-size:14px;
	color:#FFF;
}
.left_sub a:hover {
	color:#5390cd;
	text-decoration: none;
}
.highlight {

}
.highlight a {
	color: #F00;
}

#main_right{
	-webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
	margin-left: 30px;
	}

#content_lm{
	width: 100%;
	box-sizing: border-box;
	text-indent: 1rem;
	line-height:2.6rem;
	height:2.6rem;
	overflow: hidden;
	font-size:2rem;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left:4px solid #c01e0d;
	}
#content_lm span{
	font-weight: normal;
	font-size:9pt;
	float:right;
	padding-right:10px;
	}
#content{
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	}
#content #textarea img{
	height: auto !important;
}

#main-body { }
.innerp { position:relative; padding-top:30px}

.prolist ul li { float:left; margin:0 40px 20px 0; position:relative; z-index:12}
.prolist ul li .img-de{
	position: absolute;
	right: -15px;
	top: 20px;
	overflow: hidden;
	height: 86px;
}
.prolist ul li .img-de .img-l {
	height: 86px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 20px;
	background: url(404.png) no-repeat 0px -487px;
	max-width: 200px;
	float:left;
	position:relative;
	right:-500px; 
}
.prolist ul li .img-de .img-l{ _background: url(404.png) no-repeat 0px -487px;}

.prolist ul li .img-de .img-l .img-title{
	font-size: 16px;
	margin-bottom: 2px;
}

.prolist ul li .img-de .img-l .img-title a{
	text-decoration: none;
	color: #49494b;
}

.prolist ul li .img-de .img-l .img-date{
	font-size: 12px;
	text-align: right;
	color: #7b7b7b;
}

.prolist ul li .img-de .img-r{
	float: right;
	width: 15px;
	height: 96px;
	cursor:pointer;
	background: url(404.png) no-repeat 0px -579px;
}
.prolist ul li .img-de .img-r{_background: url(404.png) no-repeat 0px -579px;}


.marqu-holder { position:relative}
.marqu-holder .marqu-arrow { background:url(404.png) no-repeat left -115px; width:52px; height:52px; position:absolute; left:0; top:35px; overflow:hidden; cursor:pointer; z-index:11}
.marqu-holder .marqu-arrow { _background:url(404.png) no-repeat left -115px;}
.marqu-holder .marqu-right { right:0; left:auto; background-position:-104px -115px}
.marqu-holder .marqu-right:hover { background-position:-156px -115px}
.marqu-holder .marqu-left:hover { background-position:-52px -115px}

.marqu-prolist .marqu-area { overflow:hidden; position:relative; z-index:10; height:120px}
.marqu-prolist .marqu-area ul { *height:120px; }
.marqu-prolist .marqu-area ul li { float:left; padding:0 13px; *width:220px;}
.marqu-prolist .marqu-area ul li .img-info { position:relative; height:120px; overflow:hidden}
.marqu-prolist .marqu-area ul li .img-title { position:absolute; background:url(404.png) repeat-x; height:25px; line-height:25px; width:100%; color:white; bottom:-25px; left:0; text-align:center}
.marqu-prolist .marqu-area ul li .img-title a { color:#fff}
.marqu-prolist .marqu-area ul { width:4920px; height:120px}

#footer{
	width: 100%;
	background: #c01e0d;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer1{
	width: 100%;
	background: #8b170a;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .copyright,
#footer1 .copyright{
	color:white;
	font-size:15px;
	font-size: 1.25rem;
	line-height: 200%
	}
#footer .copyright a,
#footer1 .copyright a {
	font-size:14px;
	font-size: 1.4rem;
	color: #ffffff;
	text-decoration: none;
}
#footer .copyright a:hover,
#footer1 .copyright a:hover   {
	font-size:14px;
	font-size: 1.4rem;
	color: #999;
	text-decoration: none;
}
#footer .copyright img{
	margin-bottom:20px;
	}

.nav_map{
	width: 100%;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	background-color: #1B1B1B;
	display: none;
}
.nav_map ul{
	display:flex;
}
.nav_map li{
	flex:1;
}
.nav_map li a{
	display: block;
	text-align: center;
}



#social-bar{
	display: block;
	position: absolute;
	top: -40px;
	left: 0px;
	height: 74px;
	overflow: hidden;
	color: #49494b;
	background: url(404.png) no-repeat;
	z-index: 999;
}
#social-bar{_background: url(404.png) no-repeat;}
#social-bar #share_code { margin:40px 0 10px 20px}
.ptop{ position:relative; height:74px}
#top-social-bar {
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	height: 60px;
	line-height:60px;
	padding:0 20px;
	overflow: hidden;
	color: #49494b;
	font-size: 16px;
	background: url(404.png) no-repeat;
}

.visit_path a { color:#7796ce}
.visit_path span { }

.left-nav-list li{ padding:5px 0; border-bottom:1px dashed #ccc}
.left-nav-content li{ padding:5px 0; border-bottom:1px dashed #ccc}



.single-p { line-height:24px;color:#666;}
.single-p .title{font-size:24px;font-size: 2.4rem;text-align:center;line-height:40px;color:#000;}
.single-p .info{height:27px;line-height:28px;text-align:right;margin:15px auto;color:#666;}
.single-p .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.single-p .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.single-p .info .small{font-size:10px;padding-right:3px;}
.single-p .info .big{color:#003ba6;padding-left:3px;}
.single-p .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}

.preNext { position:relative}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(404.png) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(404.png) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .text li { margin-bottom:5px}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(404.png);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}


*html{background-image:url(about:blank);background-attachment:fixed;}
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}
.tbox #gotop{width:50px;height:50px;background:url(404.png) no-repeat 0 0;display:block;}


.lanmu { margin-bottom:10px}
.contactus {}

.image-list{
	width: 100%;
}
.image-item:hover{
	border: 1px solid #c01e0d;
	box-shadow: 0px 14px 15px -20px rgba(0, 0, 0, 0.65);
}
.image-item:hover img{
	-webkit-filter: grayscale(60%); 
    filter: grayscale(60%);
}
.image-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.image-item {
	width:31%;
	float: left;
	margin:1%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background:#FFF;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	}
.image-item:hover .image-item-img{
	-webkit-filter: grayscale(70%); 
	filter: grayscale(70%);
}
.image-item-img {
	margin: 2px;
	height: 0;
    padding-bottom: 68%;
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
    }
.image-item-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.image-item-wenzi { 
	width: 100%;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.image-item-wenzi a {
	font-size: 16px;
	font-size: 1.6rem;
}
.image-item:hover a { text-decoration:none;}

.news-title {
	font-size:16px;
	font-size: 1.6rem;
	margin-bottom:5px;
	height: 25px;
	line-height:25px;
	color: #000;
}
.news-title a{
	font-size:16px;
	color:#8f8f8f;
}
.thumb-news-item .news-date  { 
	float:right; 
	color:#ccc;
}
.thumb-news-item .news-content .news-descri {}
.thumb-news-item a {
	display:block;
	cursor:pointer;
	padding:5px
}
.news-thumb{
	float: left;
}
.news-thumb img{
	max-width:300px;
	max-height:150px;
	padding-right:10px;
	}
.news-list{
	min-height: 70px;
	}
.news-time{
	width: 80px;
	height: 60px;
	padding-top: 10px;
	margin-right: 10px;
	float:left;
	color:#CCC;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 7pt;
	font-size: 1rem;
	overflow: hidden;
	}

.short-note { text-indent:24px; line-height:24px; color:#8f8f8f}
.short-note2 { line-height:20px; color:#8f8f8f; word-break:break-all; word-wrap:break-word; font-size:14px;font-size: 1.4rem;}
a:hover .news-time,
a:hover .news-title{
	color:#F00;
}
a:hover .news-descri{
	color: #000;
}
.news-time span{
	width:100%;
	padding:0;
	margin:0;
	font-size: 50px;
	font-size: 5rem;
	display: block;
	}


.category-list { margin-bottom:15px; padding-bottom:20px; border-bottom:1px dashed #ccc}


.normal-news-list li{ *clear:both;}
.normal-news-list li a{*float:left;}
.normal-news-list li .news-date { float:right; color:#ccc; margin-right:5px}

#pages { padding:14px 0 10px; margin:10px; }
#pages a { display:inline-block; width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { width:56px; background:#FFF}
#pages a:hover { background:#F3F2F0; color:#000; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#d53322; border:1px solid #CCC; color:#fff; text-align:center; }
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(404.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.table_form tr td { padding:5px}