@import url("font.css");

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
	display: block;
}
::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
	display: none;
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
	border-color: transparent;
	border-style: solid;
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
::-webkit-scrollbar-thumb {
	min-height: 28px;
	padding-top: 100;
	background-color: rgba(0, 0, 0, .3);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
}
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
	border-width: 0;
}
::-webkit-scrollbar-track:hover {
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-track:active {
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
}
.scrollbar-hover::-webkit-scrollbar, .scrollbar-hover::-webkit-scrollbar-button, .scrollbar-hover::-webkit-scrollbar-track, .scrollbar-hover::-webkit-scrollbar-thumb {
	visibility: hidden;
}
.scrollbar-hover:hover::-webkit-scrollbar, .scrollbar-hover:hover::-webkit-scrollbar-button, .scrollbar-hover:hover::-webkit-scrollbar-track, .scrollbar-hover:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}
:-moz-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aaa;
}

body, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, select, textarea, form, p, img {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family: 'Roboto', 'PingFang SC', 'Microsoft Yahei', Verdana, Simsun;
	font-size: 14px;
	color: #333;
	_behavior: url("../images/hover.htc") no-repeat center 41px;
	background: url(../images/lbg.jpg) no-repeat center 41px;
}
ul, li, ol, dl, dt, dd {
	list-style: none
}
img {
	border: none
}
a {
	text-decoration: none
}
a:link, a:visited {
	color: #333
}
a:hover, a:active {
	color: #b80608
}
.cfff, .cfff a:link, .cfff a:visited {
	color: #fff
}
.cfff a:hover, .cfff a:active {
	color: #ddd
}
.cccc, .cccc a:link, .cccc a:visited {
	color: #ccc
}
.cccc a:hover, .cccc a:active {
	color: #ddd
}
.c666, .c666 a:link, .c666 a:visited {
	color: #666
}
.c666 a:hover, .c666 a:active {
	color: #b80608
}
.c999, .c999 a:link, .c999 a:visited {
	color: #999
}
.c999 a:hover, .c999 a:active {
	color: #a00
}
/*common*/
.wrap {
	width: 1200px;
	margin: 0 auto
}
.l {
	float: left !important
}
.r {
	float: right !important
}
.o {
	overflow: hidden
}
.c {
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clear {
	clear: both;
}
.clearfix {
	*zoom:1
}
.hidden {
	display: none
}
.center {
	text-align: center
}
.mt10 {
	margin-top: 10px !important
}
.mt15 {
	margin-top: 15px !important
}
.mt20 {
	margin-top: 20px !important
}
.mt30 {
	margin-top: 30px !important
}
.mb10 {
	margin-bottom: 10px !important
}
.mb15 {
	margin-bottom: 15px !important
}
.mb20 {
	margin-bottom: 20px !important
}
.mb25 {
	margin-bottom: 25px !important
}
.mb30 {
	margin-bottom: 30px !important
}
.mb50 {
	margin-bottom: 50px !important
}
/*header*/
.top {
	height: 300px;
	font-size: 13px;
	line-height: 41px;
	color: #666;
}
.top li {
	float: left;
	text-indent: 12px;
	margin-right: 18px;
	background: url("../images/li_icon.png") no-repeat left 18px;
}
.top li:hover {
	background: url("../images/li_icon_h.png") no-repeat left 18px;
}

/*nav*/
.nav-box {
	font-size: 16px;
	line-height: 60px;
	letter-spacing: 1px;
	height: 60px;
	background: #b80608
}
.nav-box li {
	background: url("../images/nav/li.jpg") no-repeat left top;
	width: 133px;
	height: 60px;
    line-height: 61px;
	float: left;
	position: relative;
}
.nav-box li.home {
	background: none
}
.nav-box li a {
	display: block;
	background: url("../images/nav/icon.gif") no-repeat;
	padding-left: 46px
}
.nav-box li a:hover {
	color: #ffd;
}
.nav-box li.home a {
	padding-left: 60px
}
.nav-box li a.icon0 {
	background-position: 16px 22px
}
.nav-box li a.icon1 {
	background-position: -415px 22px
}
.nav-box li a.icon2 {
	background-position: -265px 22px
}
.nav-box li a.icon3 {
	background-position: -1185px 22px
}
.nav-box li a.icon4 {
	background-position: -115px 22px
}
.nav-box li a.icon5 {
	background-position: -565px 22px
}
.nav-box li a.icon6 {
	background-position: -865px 22px
}
.nav-box li a.icon7 {
	background-position: -715px 22px
}
.nav-box li a.icon8 {
	background-position: -1015px 22px
}
.nav-box li .sontype {
	position: absolute;
	z-index: 999;
	background: rgba(187,15,12,0.8);
	width: 135px;
	text-align: center;
	left: 0;
	display: none;
}
.nav-box li .sontype a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #f3cdcd;
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	word-break: keep-all;
	white-space: nowrap;
	color: #fff;
	background: none;
}
.nav-box li .sontype a:hover {
	color: #ffd;
}
.nav-box li:hover .sontype {
	display: block
}

.ztbox {
	border: #dedede solid 1px;
}
.riqibox {
	height: 38px;
	float: left;
	overflow: hidden
}
.shijian {
	float: left;
	color: #666;
	font-size: 14px;
	height: 38px;
	line-height: 39px;
	overflow: hidden;
	background: url("../images/icon5.png") no-repeat 16px center;
	padding-left: 45px;
}
.tianqi {
	overflow: hidden;
	margin-top: 10px;
	padding-left: 10px
}
.soubox {
	background: #fff;
	height: 38px;
	overflow: hidden;
	float: right
}
.shuru {
	width: 316px;
	height: 38px;
	border: none;
	font-size: 14px;
	line-height: 42px;
	padding-left: 10px;
	float: left;
	display: inline;
	border-left: #dedede solid 1px;
}
.tijiao {
	width: 38px;
	height: 37px;
	float: left;
	border: none;
	cursor: pointer;
	background: #bb0f0c url("../images/icon6.png") no-repeat center center
}
/*footer*/
.footer {
	color: #fff;
	overflow: hidden
}
.footer .text {
	background: #b80608 url("../images/footer/bottom_bg.png") no-repeat center bottom;
	height: 360px
}
.footer .text .wx {
	width: 150px;
	background: url("../images/footer/wx.png") no-repeat left 50px;
	height: 320px
}
.footer .text .sub-nav {
	width: 992px;
	padding-top: 35px
}
.footer .text .sub-nav .tab-b {
	height: 37px;
	border-bottom: 1px solid #9b0404;
	padding-left: 20px
}
.footer .text .sub-nav .tab-b li {
	float: left;
	margin-right: 10px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 37px;
	background: #9b0404;
	color: #fff;
	cursor: pointer;
	padding: 0 40px
}
.footer .text .sub-nav .tab-b li.curr {
	background: #fff;
	color: #b80608
}
.footer .text .sub-nav .tab-item {
	margin-top: 25px;
}
.footer .text .sub-nav dl {
	float: left;
	background: url("../images/footer/dl.gif") no-repeat left top;
	height: 260px;
	padding: 0 33px;
}
.footer .text .sub-nav dl dt {
	font-size: 16px;
	line-height: 32px;
    margin-bottom: 8px;
}
.footer .text .sub-nav dl dd {
	font-size: 13px;
	line-height: 2;
}
.footer .text .sub-nav dl dd a, .footer .text .sub-nav dl dd a:link, .footer .text .sub-nav dl dd a:visited {
	color: #f8b8ae
}
.footer .text .sub-nav dl dd a:hover, .footer .text .sub-nav dl dd a:active {
	color: #ddd
}
.footer .text .sub-nav .tab2 dl {
	float: left;
	background: url("../images/footer/dl.gif") no-repeat left top;
	height: 260px;
	padding: 0 29px;
}
.footer .text .sub-nav .tab2 dl dt {
	font-size: 16px;
	line-height: 32px;
    margin-bottom: 8px;
}
.footer .text .sub-nav .tab2 dl dd {
	font-size: 13px;
	line-height: 2;
}
.footer .text .sub-nav .tab2 dl dd a, .footer .text .sub-nav dl dd a:link, .footer .text .sub-nav dl dd a:visited {
	color: #f8b8ae
}
.footer .text .sub-nav .tab2 dl dd a:hover, .footer .text .sub-nav dl dd a:active {
	color: #ddd
}

.footer .copy {
	font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 2;
    background: #333;
    height: 125px;
    padding: 25px 0 0;
}
.footer .copy em {
	font-style:normal;
	position: absolute;
    left: 50%;
    margin-left: 77px;
}
.footer .copy .menu {
	display: block;
	width: 15px;
	height: 8px;
	background: url("../images/footer/menu.gif") no-repeat;
	float: right;
	margin: 21px 0 0 10px
}
.top-news {
	height: 110px;
	position: relative;
}
.top-news .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 12px;
	z-index: 1;
}
.top-news .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.top-news .hd ul li {
	float: left;
	width: 16px;
	height: 16px;
	background: #000;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 16px;
	margin-left: 6px;
}
.top-news .hd ul li.on {
	background: #900;
}
.top-news .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.top-news .bd ul li {
	zoom: 1;
	vertical-align: middle;
	width: 445px;
	height: 100px;
	position: relative;
}

#wxImg {
	display: none;
	height: 130px;
	color: #333;
	background: #fff;
	position: absolute;
	margin-left: -55px;
	border: #909090 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
#wxImg img {
	width: 130px;
	height: 130px;
}

@media only screen and (min-width: 1600px) {
	body {
		background: url(../images/lbg.jpg) no-repeat center 41px;
	}
	.wrap {
		width: 1550px;
	}
	.top {
		font-size: 14px;
		height: 330px;
	}
	.nav-box {
		font-size: 18px;
		font-weight: 600;
		line-height: 62px;
	}
	.nav-box li {
		width: 172px;
	}
	.nav-box li a {
		padding-left: 60px;
	}
	.nav-box li a.icon0 {
		background-position: 31px 20px;
	}
	.nav-box li a.icon1 {
		background-position: -404px 21px;
	}
	.nav-box li a.icon2 {
		background-position: -254px 21px;
	}
	.nav-box li a.icon3 {
		background-position: -1174px 21px;
	}
	.nav-box li a.icon4 {
		background-position: -109px 21px;
	}
	.nav-box li a.icon5 {
		background-position: -552px 21px;
	}
	.nav-box li a.icon6 {
		background-position: -852px 21px;
	}
	.nav-box li a.icon7 {
		background-position: -704px 22px;
	}
	.nav-box li a.icon8 {
		background-position: -1002px 21px;
	}
	.nav-box li .sontype {
		width: 173px;
	}
	.nav-box li .sontype a {
		font-size: 16px;
		line-height: 42px;
		height: 42px;
	}
	.nav-box li .sontype a:last-child {
		border-bottom: none;
	}
	.footer .text {
		height: 380px;
	}
	.footer .text .sub-nav {
		width: 1342px;
		padding-top: 50px;
	}
	.footer .text .sub-nav .tab-b li {
		font-size: 18px;
	}
	.footer .text .sub-nav dl, .footer .text .sub-nav .tab2 dl {
		height: auto;
		padding: 0 60px;
	}
	.footer .text .sub-nav dl dt, .footer .text .sub-nav .tab2 dl dt {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.footer .text .sub-nav dl dd, .footer .text .sub-nav .tab2 dl dd {
		font-size: 15px;
	}
	.footer .copy {
		font-size: 14px;
		height: 105px;
	}
}