@charset "utf-8";


*{margin:0;padding:0;}
html,body{min-height: 100%}
img{ border:none;vertical-align: middle;max-width: 100%;max-height: 100%}
body {
	position: relative;
	color: #212121;
	font-family:Arial,'微软雅黑';
	font-size: 14px;
	background: #f4f4f4;
	background-image: url(../img/bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	-ms-behavior: url(backgroundsize.min.htc);
}
ul{
	list-style-type: none;
}
a{
  color: #d13939;
  text-decoration: none;
  border: none;
}
p{font-size: 12px;line-height: 20px;/*white-space: pre-wrap;*/}

/*h2,h3,h4,h5{font-family:Arial,'MingLiU','微软雅黑';}*/
h2{font-size: 36px;line-height: 48px;}
h3{font-size: 30px;line-height: 40px;}
h4{font-size: 25px;line-height: 28px;}
h5{font-size: 18px;line-height: 22px;}

@media screen and (max-width: 960px) {
	h2{font-size: 24px;line-height: 24px;}
	h3{font-size: 18px;line-height: 18px;}
	h4{font-size: 16px;line-height: 16px;}
	h5{font-size: 14px;line-height: 16px;}
}

iframe{margin: 40px 0;max-width: 100%;position: relative;z-index: 9;}
.clear{clear: both;}

pre{white-space: pre-wrap!important; }
code{font-family:Arial,'微软雅黑';line-height: 24px;}


/*--------------------------------------------头部----------------------------------------------*/


.header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	z-index: 9998;
	transition: 0.4s;
	/*background: rgba(11,11,11,0);*/
}
.header:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	filter:alpha(opacity=0);
}
.header_small{height: 50px !important;transition: 0.4s;}
.header_small:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8 !important;
	filter:alpha(opacity=80);
}

.logo{
	position: absolute;
	max-width: 300px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: left;
	transition: 0.4s;
	z-index: 99;
}
.logo img{vertical-align: top;}
.logo_small{
	position: absolute;
	left: 0;
	line-height:50px;
	width:auto;
	height:50px;
	z-index: 1999;
}

.nav{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}
.nav ul{position: relative; top: 32px;z-index: 999;transition: 0.4s;}
.nav li{position: relative; display: inline-block;*display:inline;margin-left: 24px;}
.nav li > a{
	display: inline-block;
	padding: 5px 0  16px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing:1px;
	transition: 0.4s;
	opacity:1;
	filter:alpha(opacity=100);
}
.side_close{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 50px;
	background-image: url(../img/btn_side-close.png);
	background-repeat: no-repeat;
	background-size:  auto 80%;
	background-position: 90px;
	background-color: #000;
	z-index: 99;
}
.nav_icon{
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
	height: 50px;
	background-image: url(../img/nav-icon.png);
	background-repeat: no-repeat;
	background-size:  100%;
	z-index: 99;
}

/*-----------------------------sub-------------------------*/
.nav ul.sub-menu{
	position: absolute;
	left: 0;
	top: 40px;
	width: 200px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	display: none;
}
.sub-menu li{
	position: relative;
	display: block;
	margin: 0;
	text-align: left;
}
.sub-menu li a{
	display: block;
	padding: 10px 20px;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
	font-weight: 100;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
}


@media screen and (min-width: 1024px) {
.nav li > a:hover{
	opacity:0.6;
	filter:alpha(opacity=80);
}
.sub-menu li a:hover{
	background-color: #d13939;
	opacity: 1;
	color: #fff;
}
}


/*--------------------------------------------幻灯片----------------------------------------------*/

/*-webkit-transform: translate(-50%, -50%);让absolute居中*/
.slider_main{
	position: relative;
	width: 100%;
	height: 260px;
	text-align: center;
}
.slider_main::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	z-index: 87;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 260px;
	padding: 0;
	margin: 0;
}
.rslides ul {height: 300px;}

.rslides li{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 260px;
	left: 0;
	top: 0;
	background-position: center;
	background-color: #fff;
}

.slider_img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transform: scale(1.07);
	transition: 10s;
	/*-ms-behavior: url(backgroundsize.min.htc);*/
}
.s_stop{
	transform: scale(1) !important;
	transition: 0.5s !important;
}

li.rslides1_on .slider_img{
	transform: scale(1);
}


.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
p.caption a{
	position: absolute;
	width: 100%;
	height: 260px;
	top: 0;
	left: 0;
	z-index: 90;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	position: absolute;
	left: 40px;
	bottom: 50px;
	z-index: 999;
}
p.caption{
	position: absolute;
	left: 40px;
	bottom: 130px;
	color: #fff;
	font-size:30px;
	font-weight: 700;
	background-color:rgba(0,0,0,.2);
	padding:14px;
	font-family:Arial,'MingLiU';
	z-index: 88;
	transition: 0.4s;
}

.rslides_tabs li {
	position: relative;
	display: inline-block;
}

#slider-pager a {
	position: relative;
	display: inline-block;
	/*border-bottom: 2px solid rgba(255,255,255,0);*/
	transition: 0.4s;
}
#slider-pager a:after{
	content: "";
	position: absolute;
	width:70px;
	left: 4px;
	top: 6px;
	height: 50px;
	display: none;
	/*border-radius: 4px;*/
	border-bottom: 1px solid #fff;

}
#slider-pager img {
	float: left; 
	margin: 0 4px;
	/*border-radius: 40px;*/
}
#slider-pager .rslides_here a {
/*	border-bottom: 2px solid #fff;*/
	opacity: 1;
}
#slider-pager .rslides_here a:after{
	display: block;
}
a.rslides1_nav.prev,a.rslides1_nav.next{
	position: absolute;
	bottom: 50%;
	z-index: 88;
}
a.rslides1_nav{
	width: 39px;
	height: 39px;
	border-radius: 40px;
	background: rgb(11,11,11);
	background: rgba(11,11,11,.4);
	transition: 0.4s;
}
a.rslides1_nav:after{
	content: "";
	position: absolute;
	width: 43px;
	height: 43px;
	top: -3px;
	left: -3px;
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,.0);
	transition: 0.2s;
}


a.rslides1_nav.prev{left: 20px;background-image: url(../img/icon_prev.png);}
a.rslides1_nav.next{right: 20px;background-image: url(../img/icon_next.png);}


.icon_down{
	position: absolute;
	bottom: 33px;
	height: 6px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 999;
}
.mouse{
	position: absolute;
	bottom: 10px;
	height: 38px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	z-index: 999;
}
.slider_sub{
	position: relative;
	min-height: 100px;
	background-color: #000;
}
.slider_sub img{width: 100%;height: 200px;}



@media screen and (min-width: 1024px) {
	p.caption:hover{
		background-color:rgba(0,0,0,.5);
	}
	a.rslides1_nav.prev:hover{left: 20px;background-image: url(../img/icon_prev2.png);}
	a.rslides1_nav.next:hover{right: 20px;background-image: url(../img/icon_next2.png);}
	a.rslides1_nav:hover:after{
		width: 47px;
		height: 47px;
		top: -5px;
		left: -5px;
		border-color: rgba(255,255,255,.4);
	}
	a.rslides1_nav:hover{
		background: rgb(255,255,255);
		background: rgba(255,255,255,1);
	}
}

/*--------------------------------------------通用元素----------------------------------------------*/
.content{margin-bottom: 10px;}
.shishi{position: relative;
	width: 1200px;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.shishi img{display:inline-block;margin-right:5px;}
.shishi p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.shishi p strong{font-size:18px;color:#EE9A49;}
.shishi p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.shishi ul li{color:#EE9A49;float:left;line-height:24px;width:136px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;}
.shishi a{color:#CD8500;margin-right:18px;font-size:18px;}
.shishi a:hover{text-decoration:underline;}
.shishi .empty{color:#999;}

.ewm{height:100%;line-height:100%;width:90%;padding: 0 1em 1em 1em;text-align:center;overflow:hidden;}

.ewm p{font-size: 2em;overflow:hidden;width:96%;padding:0.5em;}

.ewm span{font-size: 1.5em;overflow:hidden;width:96%;padding:0.5em;}

.ewm b{font-size: 1.6em;overflow:hidden;width:96%;padding:0.5em;}


.prompt{height:100%;line-height:100%;width:90%;padding: 0 1em 1em 1em;background:#fffee0;border:1px solid #fb3;font-size:1.5em;color:#666;text-align:center;overflow:hidden;}

.ysa{width:99%;float:left;}

.ysb{width:10%;height:20px;float:left;margin: 10px; 20px 0 0;}



.youqing{	position: relative;
	width: 1200px;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.youqing img{display:inline-block;margin-right:5px;}
.youqing p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.youqing p strong{font-size:18px;color:#EE9A49;}
.youqing p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.youqing ul li{color:#EE9A49;float:left;line-height:24px;width:137px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;}
.youqing a{color:#bebebe;margin-right:18px;font-size:13px;}
.youqing a:hover{text-decoration:underline;}
.youqing .empty{color:#999;}
.tiantian{position: relative;
	width: 1200px;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.tiantian p{line-height:24px;margin:0 0 0 10px;padding:10px 0;float:left;width:98.5%;font-size:20px;color:#000;}
.tiantian ul li{color:#6E6E6C;float:left;line-height:28px;width:136px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:10px;font-size:18px;}
.tiantian a{color:#6E6E6C;margin-right:18px;}
.tiantian a:hover{text-decoration:underline;}
.tiantian .empty{color:#999;}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}
.avatar {
    border-radius: 100%
}
.xzsle{width:10%;float:left;margin:10px 0 0 10px;}
.xzsle img{height:90px;width:90px;}
.xzsri{width:80%;float:left;padding-top:17px;}
.xzsri h1{
	display: block;
	margin: 14px 0;
	font-weight: 700;
	font-size:2.5em;
	color: #d13939;
	line-height: 36px;
}
.syxz{position: relative;
	width: 1200px;height: 100%;
	margin: 10px auto;
	padding: 10px 10px 0 10px;
	background: #fff;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.syxz_list{width:100%; height:auto;overflow:hidden; padding: 0px 30px 8px 30px;}
.syxz_list ul{width:100%; position:relative; margin-left:-25px;}
.syxz_list ul li{float: left;  width: 122px;  margin: 2px 12px 0 5px;  font-size: 14px;  overflow: hidden;   padding: 3px;}
.syxz_list ul li img{width: 127px; height: 127px;}
.syxz_list ul li a span{color:#666; display:inline-block; width:100%; text-align:center; height:30px; line-height:30px; overflow:hidden;}
.syxz_list ul li a img{border: 1px dashed #A8A7A7;}
.syxz_list ul li a:hover img{border: 1px dashed #000;}
.fenlei{
	position: relative;
	width: 100%;height: 100%;
	margin: 1px auto;
	padding: 0 18px 18px 18px;
	box-sizing: border-box;text-align: center;
}
.lanmu{
	position: relative;
	width: 100%;height: 100%;
	margin: 1px auto;
	padding: 0 18px 1px 18px;
}
.lanmu h3{
	position: relative;
	margin-top: 10px;
	font-size: 20px;
	padding-bottom: 1px;overflow:hidden;
}

.fllj{font: 16px arial;width: 143px;height: 42px;border-right: 0;background: #727171;border: 1px solid #727171;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px;color: #ffffff;}
.fllj:hover{background: #5E5D5D;border: 1px solid #3E3D3D;color: #ffffff;}
.flwz{font: 16px arial;width: 365px;height: 42px;border-right: 0;background: #CFCFCD;border: 1px solid #CFCFCD;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 0 8px 8px;color: #000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.flwz:hover{background: #838382;border: 1px solid #838382;color: #ffffff;}
.ss{
	position: relative;
	width: 1200px;height: 80px;
	margin: 10px auto;
	padding: 18px;
	background: #fff;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
}
.ss{text-align: center;}
.search-input{
    border: 0;
    _margin-top: 2px;
    font: 16px arial;
    width: 58%;
    height: 42px;
    border-right: 0;
    background: #fff;
    border: 1px solid #5E5D5D;
    float: left;
    border-radius: 5px 0px 0px 5px;
    }
.search-btn{
    width: 10%;
    height: 44px;
    border: 0;
    font-family: arial;
    font-size: 20px;
    color: #fff;
    background: #5E5D5D;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #5E5D5D;
    border-left-color: #5E5D5D;
    border-radius: 0px 5px 5px 0px;float: left;
}
.zzdhtj{font: 16px arial;width: 13%;height: 42px;border-right: 0;background: #ea0505;border: 1px solid #ea0505;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin-left: 2%;color: #ffffff;}
.zzdhtj:hover{background: #5E5D5D;border: 1px solid #5E5D5D;color: #ffffff;}
.zzdhqq{font: 16px arial;width: 13%;height: 42px;border-right: 0;background: #2d69bb;border: 1px solid #2d69bb;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin-left: 2%;color: #ffffff;}
.zzdhqq:hover{background: #5E5D5D;border: 1px solid #5E5D5D;color: #ffffff;}

.apply .tbl{width:96%;padding:30px 0 30px 2%;margin:20px auto;line-height:28px;}
.apply .tbl font{color:red;display:inline-block;width:10px;margin-left:10px;}
.apply .tbl tr{display:inline-block;width:100%;}
.apply .tbl th{text-align:left;font-size:16px;color:#144915;}
.apply .tbl td{padding:6px 0 16px 0;vertical-align:top;display:block;float:left;}
.apply .tbl input{width:100%;min-width:66px;line-height:28px;height:28px;}
.apply .tbl textarea{width:99%;resize:none;height:300px;}
.apply .tbl span{display:inline-block;float:left;padding:0 6px 0 0px;margin-bottom:3px;}
.apply .tbl span input{width:10px;min-width:10px;float:left;display:block;vertical-align:middle;margin-top:4px;margin-right:3px;}
.apply .tbl span label{display:inline-block;float:left;display:block;}
.apply .tbl .l{min-width:82px;padding-bottom:8px;border:none;}
.apply .tbl .r{width:80%;}
.apply .tbl .remark{border:none;padding:0;color:#666;padding-top:5px;}
.apply .tbl .code{width:160px;line-height:28px;height:28px;}
.apply .tbl .code-td{border-bottom:none;}
.apply .tbl .sub-btn{width:190px;border:1px solid #CCC;background:#5CBCF9;color:#666;height:60px;border-radius:4px;cursor:pointer;font-size:2em;}
.apply .tbl .sub-btn:hover{background:#95D4FC;color:#666;border:1px solid #ABABAB;}
.apply .tbl .sub-btn-doing{background:#7DCAFB;color:#999;border:1px solid #ABABAB;cursor:default;}
.apply .tbl .sub-btn-doing:hover{background:#95D4FC;color:#999;border:1px solid #ABABAB;}
.apply .tbl .last-td{border:none;padding:4% 0 0 13%;}
.apply .tbl .code-tr td{padding-top:0px;}
.apply .tbl .code-td img{width:165px;display:block;height:45px;}
.bdygg{float:right;}
.md5 {
	BORDER-BOTTOM: #e5eff8 1px solid; PADDING-BOTTOM: 5px; LINE-HEIGHT: 22px; DISPLAY: block; COLOR: #333; FONT-SIZE: 14px;padding:8px;margin-bottom:12px
}
.md5input {
	BORDER: #ccc 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; MARGIN-BOTTOM: 5px; BACKGROUND: #fff;
	COLOR: #22ac38;  FONT-WEIGHT: bold;  PADDING-TOP: 5px; WIDTH: 300px; 
}
.md5but {
	BORDER: #ccc 1px solid;WIDTH: 95px; MARGIN-BOTTOM: 5px; BACKGROUND:#fff url(but.gif) repeat-x; HEIGHT: 28px; MARGIN-LEFT: 5px; 
}
.section{
	position: relative;
	width: 1200px;
	margin: 10px auto;
	padding: 6px;
	background: #fff;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
}
.section2{
	position: relative;
	width: 1200px;
	margin: 30px auto;
	padding: 16px;
	background: #fff;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
}
.section{text-align: center;}
.section2{text-align: left;}

.section:after,.section2:after,.footer_cell:after,ul.page:before,.formBtn:before{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.section_title_1 h5{
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	padding-bottom: 10px;
}
.section_title_1 h5:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	top: 30px;
	left: 50%;
	margin-left: -15px;
	background-color: #212121;
}
.section_title_1 span,.section_category h1{
	display: block;
	margin: 2px 0;
	font-weight: 700;
	font-size:2em;
	color: #d13939;
	line-height: 36px;
}
.section_title_1 span,.section_category h2{
	display: block;
	margin: 2px 0;
	font-weight: 500;
	font-size:2em;
	color: #d13939;
	line-height: 36px;
}
.section_category{
	position: relative;
	width: 100%;
	padding: 0 20px;
	height: 60px;
	box-sizing: border-box;float:left;
}
.section_category h1{color: #000;line-height: 60px;text-align: left;}
.section_category h2{color: #000;line-height: 60px;text-align: left;}
.category ul{
	position: absolute;
	height: 60px;
	right: 16px;
	top: 0;
	line-height: 60px;
}
.category li{
	display: inline-block;
	margin-left: 0;
	font-size: 12px;
}
.category li a{
	color: #000;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	padding: 10px;
}
.category li.on a{
	color: #fff;
	background-color: #d13939;
}


.section_title_2{
	min-height: 70px;
	margin: 0 15px;
}
.section_title_2 h5{
	position: relative;
	margin: 20px 0;
	font-size: 16px;
}
.section_title_2 h5:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	top: -10px;
	left: 0;
	background-color: #212121;
}
.section_title_2 span{
	position: relative;
	display: block;
	width: 360px;
	margin: 10px 0;
	font-weight: 700;
	font-size: 30px;
	color: #d13939;
	line-height: 30px;
	font-family: Arial,'MingLiU';
}
.section_title_2 h4{
	font-family: Arial,'MingLiU';
}
.section_title_2 h3{font-size:1.6em;
	font-family: Arial,'MingLiU';
}
.section_title_2>p{
	position: absolute;
	top: -4px;
	right: 0;
	width: 700px;
	margin-top: 44px;
	padding: 0 30px 30px 0;
	font-size: 14px;
	line-height: 24px;
	box-sizing: border-box;
}

.page{
	position: relative;
	margin: 30px auto;
	text-align: center;
}
.page li{
	display: inline-block;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	transition: 0.3s;
}
.page li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	box-sizing: border-box;
}
.page_on a{
	color: #fff !important;
	background-color: #d13939;
}
.page li:hover{
	opacity: 0.8;
}

.pagess{text-align:center;padding:40px 0;}
.pages a{ display:inline-block;width:24px;text-align:center;height:24px;line-height:24px;color:#606060;font-size:12px; font-family:Arial, Helvetica, sans-serif;margin:0 5px;background:#FDFCDA;
	position:relative;
	moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(PIE.htc);
}
.pages a:hover,.pages a.hover{ background:red;color:#fff;}
.pages span{ display:inline-block;width:24px;text-align:center;height:24px;line-height:24px;color:#606060;font-size:12px; font-family:Arial, Helvetica, sans-serif;margin:0 5px;}
/*--------------------------------------------Service----------------------------------------------*/

.setting img {
	padding: 15px;
	box-sizing: border-box;
}

.service_box{
	position: relative;
	width: 33.33%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.service_box img{
	max-width: 100%;
	margin: 0 auto;
}

.service_box h4{
	font-size: 16px;
	margin: 12px 0 6px 0;
}
.service_box p{
	/*margin-bottom: 30px;*/
}

/*--------------------------------------------news----------------------------------------------*/
.time_2{
	font-size: 12px;
	margin-top: 4px;
	/*margin-bottom: 20px;*/
}
.news_box_samll{
	position: relative;
	left: 5px;
	width: 25%;
	float: left;
	padding: 10px;
	padding-right: 20px;
	text-align: left;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.news_box_samll a{color: #000;transition: 0.3s;}


.news_box_samll img{
	width: 260px;
	max-width: 260px;
	height: 180px;
	max-height: 180px;
	margin: 0 auto;
	opacity: 1;
	transition: 0.3s;
}

.time{
	position: relative;
	top: 10px;
	height: 15px;
	font-size: 11px;
	letter-spacing:1px;
	font-style: italic;
	color: #d13939;
}
.news_box_samll h4{
	font-size: 16px;
	margin: 10px 0 6px 0;
	height: 26px;
	overflow: hidden;
}
.news_box_samll p{
	height: 82px;
	max-height: 82px;
	overflow: hidden;
}
a.btn_2{
	position: relative;
	margin-top: 20px;
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	text-indent: 10px;
	font-size: 12px;
	color: #000;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	z-index: 99;
	transition: 0.3s;
}

a.btn_2:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d13939;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
a.btn_2:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 97%;
	height: 100%;
	background-image: url(../img/icon_more0.png);
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.3s;
}
.only_text img{max-width: 100%;}
.ctrl{
	margin: 20px 15px;
	margin-top: 40px;
}
.ctrl a{
	position: relative;
	float: left;
	margin: 0;
	margin-right: 0.33%;
	height: 40px;
	line-height: 40px;
	width: 33%;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	box-sizing: border-box;
}
.ctrl a:after{display: none;}
a#back:after,a#prev:after,a#next:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after{background-image: url(../img/btn-back.png);}
a#prev:after{background-image: url(../img/btn-prev.png);}
a#next:after{background-image: url(../img/btn-next.png);}

.news{
	position: relative !important;
	min-height: 50px !important;
}


@media screen and (min-width: 1024px) {
	.news_box_samll a:hover{color:  #d13939}
	.news_box_samll img:hover{
		opacity: 0.8;
	}
	.news_box_samll a.btn_2:hover{color: #fff;}
	a.btn_2:hover:after{
		background-image: url(../img/icon_more.png);
	}
	a.btn_2:hover:before{
		height: 100%;
		opacity: 1;
	}
	a#back:hover:after{background-image: url(../img/btn-back2.png);}
	a#prev:hover:after{background-image: url(../img/btn-prev2.png);}
	a#next:hover:after{background-image: url(../img/btn-next2.png);}
}


/*--------------------------------------------about & contact----------------------------------------------*/
.sc{text-decoration:line-through}
.textandpic{
	position: relative;
	margin: 15px;
	margin-bottom: 20px;text-align:center;
}

a.pic_btn{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	height: 60px;
	margin-left: -90px;
	margin-top: -30px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #000;
	opacity: 0;
	transition: 0.4s;
}
.only_text{
	position: relative;
	top: -4px;
	padding: 0 15px;
}
.only_text p{
	font-size: 1.5em;
	line-height: 40px;
	white-space: pre-line;text-indent:2em;
}
.model+span{width: 100%;}

.model+.only_text{
	width: 60%;
	float: right;
}
.model+.section_title_2{position: absolute;}

.form input,.formText{
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 4px;
	text-align: left;
	margin: 0 auto;
	outline:medium;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing:border-box;
	transition: 0.4s;
}
.formText{
	text-align: left;
}

.form textarea{
	height: 100px;
	max-width: 100%;
}
.form input:focus,.form textarea:focus{ 
	background-color:#fff; 
	border: 1px solid #d13939;
}
.form dt{
	margin-top: 10px;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 4px;
}
.form dl{width: 49%;float: left;}
.form dl:first-child{margin-right: 2%;}

.formBtn button{
	display: block;
	padding: 10px; 
	width:100%;
	background: #212121;
	color: #fff;
	margin: 10px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}
.formBtn button:hover{
	background-color: #d13939;
}


@media screen and (min-width: 1024px) {
	.textandpic:hover a.pic_btn{
		opacity: 1;
	}
	a.pic_btn:hover{background-color: #d13939;}
	.textandpic:hover img{opacity: 0.8;}
.textandpic img{position: relative; width: 60%;opacity: 1;transition: 0.4s;}
	.model~.textandpic img:hover{opacity: 1;}
}

/*--------------------------------------------gallery----------------------------------------------*/

.pic_box{
	position: relative;
	left: 5px;
	float: left;
	width: 50%;
	padding: 10px;
	padding-right: 20px;
	box-sizing: border-box;
}
/*.pic_box:nth-child(3n+1){width: 50%;}*/
.section .pic_box:nth-child(5n+1),.section .pic_box:nth-child(5n+2){width: 50%;}
.section .pic_box:nth-child(5n+3),.section .pic_box:nth-child(5n+4),.section .pic_box:nth-child(5n+5){width: 33.33%;}

.pic_box{position: relative;margin-bottom: 10px;}

.pic_box_img{position: relative;}
.pic_box_img img{width: 100%;}

.pic_box_img span{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	background-color: #888;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: 0.4s; 
}

.pic_box p{
	position: relative;
	font-size: 16px;
	left: 0;
	color: #000;
	padding: 10px 0;
	transition: 0.4s;
	z-index: 2;
}

.pic_box_img:before{
 	content: "";
 	display: inline-block;
 	*display:inline;
 	position: absolute;
 	top: 50%;
 	left: 45%;
 	left: calc(50% - 30px);
 	height: 60px;
 	width: 60px;
 	background-image:url(../img/icon-zoom.png); 
 	z-index: 3;
 	opacity: 0;
 	filter:alpha(opacity=0);
 	transition: 0.4s; 
}

.pic_box_img a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.only_pic {text-align: center;margin: 20px 0;}
.only_pic img{width: auto;height: auto;max-width: 100%;}

@media screen and (min-width: 1024px) {

	.pic_box_img:hover span{
		margin: 30px;
		opacity: 0.3;
		filter:alpha(opacity=40);
	}

	.pic_box:hover p{color: #d13939;}

	.pic_box_img:hover:before{
	 	top: 42%;
	 	top: calc(50% - 30px);
	 	left: 45%;
	 	left: calc(50% - 30px);
	 	opacity: 1;
	 	filter:alpha(opacity=100);
	}

}
/*--------------------------------------底部-------------------------------------------*/

.footer{
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 30px 0;
	background-color: #000;
	opacity: 0;
	margin-top: 10px;
	box-sizing:border-box;
	transition: 0.3s;
}
.footer_cell{
	width: 1200px;
	margin: 0 auto;
	box-sizing:border-box;
}
.footer_right,.footer_left{width: 49%;min-height: 80px;}
.footer_right p,.footer_left p,.footer_right p a,.footer_left p a{color: #f0f0f0;line-height: 20px;white-space:normal;transition: 0.4s; }
.footer_right{
	float: right;
	text-align: right;
}
.footer_left{
	display: table;
	float: left;
}
.footer_left img{max-height: 100px;margin-right: 10px;}
.footer_left p{
	display: table-cell;
	vertical-align: middle;
}
.footer a:hover{color: #d13939;}

.follow span{
	opacity: 1;
	padding: 4px;
	margin-bottom: 10px;
	filter:alpha(opacity=100); 
	transition: 0.4s;
}
.follow span:hover{
	opacity: 0.7;
	filter:alpha(opacity=70); 
}
.s-qq, .s-mail, .s-taobao, .s-tt, .s-renren{display: inline-block;*display:inline; width: 36px;height: 36px;background-repeat: no-repeat; background-position: center;background-size:100%; }
.s-qq{ background-image: url(../img/qq.png);}
.s-renren{ background-image: url(../img/renren.png);}
.s-taobao{ background-image: url(../img/taobao.png);}
.s-mail{ background-image: url(../img/mail.png);}
.s-tt{ background-image: url(../img/tt.png);}


/*.footer:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 100%;
	bottom: 0;
	background: #000;
}*/



/*-----------------------------------整体响应式---------------------------------------*/


@media screen and (max-width: 1279px) {

	.nav li a{font-size: 14px;}
	.section,.section2,.nav,.footer_cell{width: 960px;}
.ss{width: 100%;height: 130px;}
.search-input{ width: 58%;}
.search-btn{ width: 30%;}
	.section_title_1 span{font-size: 24px;}
	.section_title_2 span{width:280px;font-size: 24px;top: -4px}
	.section_title_2 p{width: 60%;top: -8px;}
	p.caption{font-size: 20px;}
	.only_text{margin-top: -8px;top: -6px;}
	.section_title_2{min-height: 66px;}

.shishi{position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.shishi img{display:inline-block;margin-right:5px;}
.shishi p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.shishi p strong{font-size:18px;color:#EE9A49;}
.shishi p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.shishi ul li{color:#EE9A49;float:left;line-height:24px;width:23%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;text-align:left;}
.shishi a{color:#CD8500;margin-right:18px;font-size:18px;}
.shishi a:hover{text-decoration:underline;}
.shishi .empty{color:#999;}
.youqing{	position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.youqing img{display:inline-block;margin-right:5px;}
.youqing p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.youqing p strong{font-size:18px;color:#EE9A49;}
.youqing p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.youqing ul li{color:#EE9A49;float:left;line-height:24px;width:137px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;}
.youqing a{color:#bebebe;margin-right:18px;font-size:13px;}
.youqing a:hover{text-decoration:underline;}
.youqing .empty{color:#999;}
.tiantian{position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.tiantian p{line-height:24px;margin:0 0 0 10px;padding:10px 0;float:left;width:98.5%;font-size:20px;color:#000;}
.tiantian ul li{color:#6E6E6C;float:left;line-height:28px;width:23%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:10px;font-size:18px;text-align:left;}
.tiantian a{color:#6E6E6C;margin-right:18px;}
.tiantian a:hover{text-decoration:underline;}
.tiantian .empty{color:#999;}
.syxz{position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	background: #fff;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.syxz_list{width:95%; height:auto;overflow:hidden;margin-left: -15px;}
.syxz_list ul{width:100%; position:relative;}
.syxz_list ul li{float: left;  width: 19%;  font-size: 14px;  overflow: hidden; padding: 8px 0 0 35px;}
.syxz_list ul li img{width: 100%; height: 100%;}
.syxz_list ul li a span{color:#666; display:inline-block; width:100%;  text-align:center; height:30px; line-height:30px; overflow:hidden;}
.syxz_list ul li  a:hover img{border: 1px dashed #A8A7A7;}
.ss{width: 94%;height: 130px;}
.search-input{ width: 68%;}
.search-btn{ width: 30%;}
.zzdhtj{ width: 44%;margin-top: 10px;}
.zzdhqq{ width: 44%;margin-top: 10px;}
.bdygg{float:right;}
.fenlei{
	position: relative;
	width: 100%;height: 100%;
	margin: 1px auto;
	box-sizing: border-box;text-align: center;
}
.fllj{font: 16px arial;width: 138px;height: 42px;border-right: 0;background: #727171;border: 1px solid #727171;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 8px 8px 0;color: #ffffff;}
.fllj:hover{background: #5E5D5D;border: 1px solid #3E3D3D;color: #ffffff;}
.flwz{font: 16px arial;width: 300px;height: 42px;border-right: 0;background: #CFCFCD;border: 1px solid #CFCFCD;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 0 ;color: #000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.flwz:hover{background: #838382;border: 1px solid #838382;color: #ffffff;}
.lanmu{
	position: relative;
	width: 90%;height: 100%;
	margin: 1px auto;
	padding: 0 18px 1px 1px;
}
.lanmu h3{
	position: relative;
	margin-top: 10px;
	font-size: 1.2em;
	padding-bottom: 1px;overflow:hidden;
}

.news_box_samll img{
	width: 98%;
	max-width: 98%;
	height: 98%;
	max-height: 98%;
	margin: 0 auto;
	opacity: 1;
	transition: 0.3s;
}
}

@media screen and (max-width: 959px) {

	/*------------------头部相关---------------*/
	.header{height: 50px !important;background: rgba(11,11,11,.9);}
	.section,.section2,.nav,.footer_cell{width: 100%;}
.shishi{position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.shishi img{display:inline-block;margin-right:5px;}
.shishi p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.shishi p strong{font-size:18px;color:#EE9A49;}
.shishi p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.shishi ul li{color:#EE9A49;float:left;line-height:24px;width:23%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;text-align:left;}
.shishi a{color:#CD8500;margin-right:18px;font-size:18px;}
.shishi a:hover{text-decoration:underline;}
.shishi .empty{color:#999;}
.tiantian{position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.tiantian p{line-height:24px;margin:0 0 0 10px;padding:10px 0;float:left;width:98.5%;font-size:20px;color:#000;}
.tiantian ul li{color:#6E6E6C;float:left;line-height:28px;width:23%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:10px;font-size:18px;text-align:left;}
.tiantian a{color:#6E6E6C;margin-right:18px;}
.tiantian a:hover{text-decoration:underline;}
.tiantian .empty{color:#999;}
.syxz{position: relative;
	width: 94%;height: 100%;
	margin: 10px auto;
	background: #fff;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.syxz_list{width:95%; height:auto;overflow:hidden;margin-left: -15px;}
.syxz_list ul{width:100%; position:relative;}
.syxz_list ul li{float: left;  width: 19%;  font-size: 14px;  overflow: hidden; padding: 8px 0 0 35px;}
.syxz_list ul li img{width: 100%; height: 100%;}
.syxz_list ul li a span{color:#666; display:inline-block; width:100%;  text-align:center; height:30px; line-height:30px; overflow:hidden;}
.syxz_list ul li  a:hover img{border: 1px dashed #A8A7A7;}
.ss{width: 94%;height: 130px;}
.search-input{ width: 68%;}
.search-btn{ width: 30%;}
.zzdhtj{ width: 44%;margin-top: 10px;}
.zzdhqq{ width: 44%;margin-top: 10px;}
.fenlei{
	position: relative;
	width: 100%;height: 100%;
	margin: 1px auto;
	box-sizing: border-box;text-align: center;
}
.fllj{font: 16px arial;width: 138px;height: 42px;border-right: 0;background: #727171;border: 1px solid #727171;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 8px 8px 0;color: #ffffff;}
.fllj:hover{background: #5E5D5D;border: 1px solid #3E3D3D;color: #ffffff;}
.flwz{font: 16px arial;width: 300px;height: 42px;border-right: 0;background: #CFCFCD;border: 1px solid #CFCFCD;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 0 ;color: #000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.flwz:hover{background: #838382;border: 1px solid #838382;color: #ffffff;}
.lanmu{
	position: relative;
	width: 90%;height: 100%;
	margin: 1px auto;
	padding: 0 18px 1px 1px;
}
.lanmu h3{
	position: relative;
	margin-top: 10px;
	font-size: 1.2em;
	padding-bottom: 1px;
}
.ewm span{font-size: 1.1em;overflow:hidden;width:100%;padding:0.1em 0.1em 0.1em 0;}

.ysa{width:99%;float:left;}

.ysb{width:20%;height:20px;float:left;margin: 10px; 20px 0 0;}


.news_box_samll img{
	width: 98%;
	max-width: 98%;
	height: 98%;
	max-height: 98%;
	margin: 0 auto;
	opacity: 1;
	transition: 0.3s;
}
	.logo{
		line-height:50px;
		width:auto;
		height:50px;
	}
	.side_close,.nav_icon{display: block;}
	.nav ul{
		position: absolute; 
		top: 0;
		right: -150px;
		background-color: rgba(22,22,22,.8);
		width: 150px;height:999px;
		padding: 24px;
		padding-top: 60px;
		transition: 0.5s;
		box-sizing: border-box;
	}
	/*.nav li{display: block;}*/
	.nav li a{font-size: 15px;font-weight: 100;padding: 4px 0;margin-bottom: 8px;}
	.footer_cell{width: 100%;}


	.slider_main,.slider_sub{top: 50px;}
/*--------------------------------------------幻灯片----------------------------------------------*/

/*-webkit-transform: translate(-50%, -50%);让absolute居中*/
.slider_main{
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
}
.slider_main::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	background-image: url(../img/h_layer.png);
	background-repeat: repeat-x;
	z-index: 87;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
}
.rslides ul {height: 200px;}

.rslides li{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 200px;
	left: 0;
	top: 0;
	background-position: center;
	background-color: #fff;
}

.slider_img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transform: scale(1.07);
	transition: 10s;
	/*-ms-behavior: url(backgroundsize.min.htc);*/
}
	#slider-pager,.icon_down,.mouse{display: none;}
	p.caption {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		height: 30px;
		line-height: 30px;
		text-align: center;
		padding: 0;
		color: #fff;
		background-color: #000;
		font-size: 16px;
	}
	.content{margin-top: 50px;}
	.footer_left{display: none;}
	.footer_right{width: 100%;float: none;text-align: center;}
	.section_title_2>p{display: none;}

	/*------------------------------------内容相关-------------------------------------*/

	.time{top: 10px;}
	.model+.only_text{width: 100%;float: none;margin: 0;padding: 0}
	.model+.section_title_2{position: relative;margin: 0}

	.service_box,.pic_box,.news_box_samll{width: 100% !important;float: none;}
	.section_title_2{width: 100%;min-height: 50px;}
	.section_title_2 p{
		position: relative;
		width: 100%;
		right: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.service_box img,.news_box_samll img,.section_title_2 span{width: 100%;text-align: center;}
	.section_title_2 h5{text-align: center;}
	.section_title_2 h5:after{top: -15px;left: 50%;margin-left: -15px;}
	.news_box_samll p{height: auto}
	.only_text p{font-size: 16px;}
	.ctrl{margin-top: 10px;}
	.section_title_2 h3{
	min-height: 40px;font-size: 16px;
}
	.section_category{padding: 0;height: auto;}
	.section_category h5{text-align: center;font-size: 16px;line-height: 30px;}
	.category{text-align: center;}
	.category ul{position: relative;right: auto;height: auto;line-height: 30px;margin-bottom: 10px;}
	.category li{margin: 0}
	.slider_sub{min-height: 0;}
	.pic_box{left: 0}
.news_box_samll img{
	width: 98%;
	max-width: 98%;
	height: 98%;
	max-height: 98%;
	margin: 0 auto;
	opacity: 1;
	transition: 0.3s;
}
}


@media screen and (max-width: 600px) {
	.setting img {padding: 0;}
	p.caption{font-size: 14px;}
	.section, .section2{padding: 20px;}
	.service_box h4{font-size: 16px;margin: 5px 0;}
	.service_box img{margin-bottom: 10px;}
	.section_title_1 span,.section_title_2 span{font-size: 18px;}
	.section_title_2 span{width: 100%;line-height: 24px;}
	.section_title_2 h5{margin: 10px 0;font-size: 14px;}
	.section_title_2 h5:after{top: -12px;}
	.pic_box p{font-size: 14px;}
	.service_box, .pic_box, .news_box_samll{padding: 0}
	.service_box{margin-bottom: 20px;}
	.section_title_2,.textandpic,.ctrl{margin:0}
	.textandpic{margin-bottom: 20px;}
.textandpic img{position: relative; width: 100%;opacity: 1;transition: 0.4s;}
	.only_text{width: 100%;padding: 0}
	.only_text p{font-size: 16px;}
	.ctrl{margin-top: 10px;}
	.section_title_2 h3{
	min-height: 40px;font-size: 16px;
}

	.category li a{padding: 6px;font-size: 11px;}
.shishi{position: relative;
	width: 100%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.shishi img{display:inline-block;margin-right:5px;}
.shishi p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.shishi p strong{font-size:18px;color:#EE9A49;}
.shishi p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.shishi ul li{color:#EE9A49;float:left;line-height:24px;width:46%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;}
.shishi a{color:#CD8500;margin-right:18px;font-size:18px;}
.shishi a:hover{text-decoration:underline;}
.shishi .empty{color:#999;}
.youqing{	position: relative;
	width: 100%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.youqing img{display:inline-block;margin-right:5px;}
.youqing p{border-bottom:1px dashed #A8A7A7;line-height:28px;margin:0 0 0 10px;float:left;width:98.5%;font-size:16px;}
.youqing p strong{font-size:18px;color:#EE9A49;}
.youqing p em{font-size:14px;color:#999;margin:0 2px;float:right;}
.youqing ul li{color:#EE9A49;float:left;line-height:24px;width:137px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 0 0 10px;}
.youqing a{color:#bebebe;margin-right:18px;font-size:13px;}
.youqing a:hover{text-decoration:underline;}
.youqing .empty{color:#999;}
.tiantian{position: relative;
	width: 100%;height: 100%;
	margin: 10px auto;
	padding: 10px;
	background: #F6F5F5;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;}
.tiantian p{line-height:24px;margin:0 0 0 10px;padding:10px 0;float:left;width:98.5%;font-size:20px;color:#000;}
.tiantian ul li{color:#6E6E6C;float:left;line-height:28px;width:46%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding-left:10px;font-size:18px;}
.tiantian a{color:#6E6E6C;margin-right:18px;}
.tiantian a:hover{text-decoration:underline;}
.tiantian .empty{color:#999;}
.syxz{position: relative;
	width: 100%;height: 100%;
	margin: 10px auto;
	background: #fff;
	background: rgba(255,255,255,.6);text-align:center;
	box-sizing: border-box;}
.syxz_list{width:90%; height:auto;overflow:hidden;margin-left: -15px;}
.syxz_list ul{width:100%; position:relative;}
.syxz_list ul li{float: left;  width: 40%;  font-size: 14px;  overflow: hidden; padding: 8px 0 0 8px;}
.syxz_list ul li img{width: 100%; height: 100%;}
.syxz_list ul li a span{color:#666; display:inline-block; width:100%;  text-align:center; height:30px; line-height:30px; overflow:hidden;}
.syxz_list ul li  a:hover img{border: 1px dashed #A8A7A7;}
.ss{width: 100%;height: 130px;}
.search-input{ width: 68%;}
.search-btn{ width: 30%;}
.zzdhtj{ width: 44%;margin-top: 10px;}
.zzdhqq{ width: 44%;margin-top: 10px;}
.fenlei{
	position: relative;
	width: 100%;height: 100%;
	margin: 1px auto;
	box-sizing: border-box;text-align: center;
}
.fllj{font: 16px arial;width: 46%;height: 42px;border-right: 0;background: #727171;border: 1px solid #727171;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 8px 8px 0;color: #ffffff;}
.fllj:hover{background: #5E5D5D;border: 1px solid #3E3D3D;color: #ffffff;}
.flwz{font: 16px arial;width: 300px;height: 42px;border-right: 0;background: #CFCFCD;border: 1px solid #CFCFCD;border-radius: 5px 5px 5px 5px;display: block;float: right;line-height: 42px;float: left;margin: 8px 0 ;color: #000;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.flwz:hover{background: #838382;border: 1px solid #838382;color: #ffffff;}
.lanmu{
	position: relative;
	width: 90%;height: 100%;
	margin: 1px auto;
	padding: 0 18px 1px 1px;
}
.lanmu h3{
	position: relative;
	margin-top: 10px;
	font-size: 1.2em;
	padding-bottom: 1px;overflow:hidden;
}
.ewm{height:100%;line-height:100%;width:96%;}

.ewm p{font-size: 1.1em;overflow:hidden;width:100%;padding:0.5em 0.5em 0.5em 0;}

.ewm span{font-size: 1em;overflow:hidden;width:100%;padding:0.1em 0.1em 0.1em 0;}

.ewm b{font-size: 0.8em;overflow:hidden;width:96%;padding:0.5em;}

.ysa{width:99%;float:left;}

.ysb{width:40%;height:20px;float:left;margin: 10px; 20px 0 0;}


.news_box_samll img{
	width: 98%;
	max-width: 98%;
	height: 98%;
	max-height: 98%;
	margin: 0 auto;
	opacity: 1;
	transition: 0.3s;
}
.xzsle{width:20%;float:left;margin:10px 0 0 1px;}
.xzsle img{height:80px;width:80px;}
.xzsri{width:75%;float:left;padding-top:17px;}
.xzsri h1{
	display: block;
	margin: 14px 0;
	font-weight: 700;
	font-size:1.5em;
	color: #d13939;
	line-height: 36px;
}
.apply .tbl{width:99%;padding:30px 0 30px 2%;margin:20px auto;line-height:28px;}
.apply .tbl .code{width:99%;line-height:28px;height:28px;}
.apply .tbl .r{width:100%;}
.md5input {
	BORDER: #ccc 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; MARGIN-BOTTOM: 5px; BACKGROUND: #fff;
	COLOR: #22ac38;  FONT-WEIGHT: bold;  PADDING-TOP: 5px; WIDTH: 95%; 
}
}
