@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333333;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	color: #003229;
	text-decoration: none;
}
.center {
	margin: auto;
}
#sbj {
	margin-bottom: 20px
}
.top {
	background-color: #313131;
	height: 40px;
	line-height: 40px;
}
.top_l {
	float: left;
	color: #eaeaea;
}
.top_l span {
	padding-right: 5px;
	padding-left: 5px;
}
.top_r {
	float: right
}
.top_r a {
	color: #eaeaea;
	padding-left: 10px;
}
.logo {
	width: 1200px;
	text-align: center;
	height: 129px;
}
.navbj {
	width: 100%;
	height: 39px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
#nav {
	line-height: 39px;
	height: 39px;
	width: 1200px;
	margin: 0px auto;
}
#nav li {
	float: left;
	width: 120px;
	color: #333;
}
#nav li a {
	line-height: 39px;
	display: block;
	height: 39px;
	text-align: center;
}
#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #E60012;
}
#nav li ul {
	width: 133px;
	background: #3D3D3D;
	list-style-type: none;
	text-align: left;
	left: -999em;
	position: absolute;
	z-index: 99999;
	float: left;
	display: inline-block;
}
#nav li ul li a {
	color: #fff;
	font-size: 12px;
}
#nav li:hover ul {
	left: auto;
}
#current {
	background-color: #E60012;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
.announce {
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	height: 42px;
	line-height: 42px;
}
.announcet {
	background: url(../images/lb.png) no-repeat 10px center;
}
.announcet dt {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	float: left;
	width: 120px;
	text-align: right;
}
.announcet dd a {
	line-height: 42px;
	height: 42px;
	padding-left: 20px;
}
.moddle {
	width: 1200px;
	overflow: hidden;
}
.sdjs {
	width: 330px;
	float: left;
	margin: 50px 33px 35px 33px;
	background-color: #F7F7F7;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	height: 80px;
}
.sdjs dt {
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
	padding: 23px 0px 0px 105px;
}
.sdjs dt span {
	color: #646464;
	font-size: 12px;
	font-weight: normal;
}
.sdjs1 {
	background: url(../images/td.png) no-repeat 55px center;
	height: 80px;
}
.sdjs2 {
	background: url(../images/sc.png) no-repeat 55px center;
	height: 80px;
}
.sdjs3 {
	background: url(../images/sh.png) no-repeat 55px center;
	height: 80px;
}
#wrap {
	width: 100%;
	margin: 0px auto;
	background: url(../images/cpbj.png) no-repeat center bottom;
	padding-bottom: 10px;
}
.left {
	width: 255px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}
.ititle {
	background: url(../images/cp.png) no-repeat left center;
	height: 80px;
}
.ititle dt {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 70px;
	padding-top: 20px;
}
.ititle dt span {
	font-size: 14px;
	font-weight: normal;
}
.cpfl {
	background-color: #EDEDED;
	padding: 30px 0px;
	border-top: 1px solid #F7F7F7;
}
.cpfl dt {
	height: 47px;
	line-height: 47px;
	background: url(../images/icon.png) no-repeat 40px center #F7F7F7;
	margin-bottom: 5px;
}
.cpfl dt a {
	font-size: 15px;
	font-weight: bold;
	padding-left: 60px;
	color: #222222;
}
.cpfl dd {
	background: url(../images/dot.png) no-repeat 20px center;
	line-height: 46px;
	height: 46px;
}
.cpfl dd a {
	font-size: 14px;
	color: #222222;
	padding-left: 35px;
}
.product {
	width: 935px;
	float: left;
	margin-top: 15px;
}
.product dl {
	font-size: 14px;
	padding: 10px 0px;
}
.product dl dt {
	float: right;
	background: url(../images/more.png) no-repeat center center;
	height: 20px;
	width: 93px;
	text-align: center;
	line-height: 20px;
}
.product dl dt a {
	color: #fff;
	font-size: 12px;
}
.product li {
	width: 215px;
	float: left;
	margin: 10px 8px 0px 8px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
}
.product li img {
	width: 215px;
	height: 170px;
}
.product li p {
	line-height: 36px;
	height: 36px;
	text-align: center;
}
.product li p a {
	color: #333;
}
.ys {
	background: url(../images/ys.png) no-repeat center center;
	height: 225px;
	margin-bottom: 20px;
}
.ys1 {
	float: left;
	margin: 10px 90px;
	width: 420px;
}
.ys1 dt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.ys1 li{ color:#fff; line-height:24px}
.ys2 {
	float: left;
	margin: 10px 90px 10px 100px;
	width: 410px;
}
.ys2 dt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	text-align:right;
}
.ys2 li{ color:#fff; line-height:24px}
.ys3 {
	float: left;
	margin: 35px 90px 0px 90px;
	width: 420px;
}
.ys3 dt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}
.ys3 li{ color:#fff; line-height:24px}
.ys4 {
	float: left;
	margin: 35px 90px 0px 100px;
	width: 410px;
}
.ys4 dt {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	text-align:right;
}
.ys4 li{ color:#fff; line-height:24px}
#wrap1 {
	width: 100%;
	background: url(../images/bgc.jpg) no-repeat center bottom;
	margin-bottom:10px;
}
.contact {
	width: 1200px;
	margin: 10px auto;
	background: url(../images/contact.jpg) no-repeat center center;
	height: 220px;
}
.sl {
	background: url(../images/sl.png) no-repeat center center;
	height: 60px;
}
.khal { color:#000; font-size:18px; font-weight:bold; border-left:11px solid #E60012; padding-left:10px; margin:10px 0px}
.khal span { color:#000; font-size:20px; font-weight:bold; text-transform:uppercase; padding-left:5px}
.dllist1 {
	margin: 0px auto;
}
.dllist1 dl {
	float: left;
	margin: 10px;
}
.dllist1 dl img {
	width: 190px;
	height: 143px;
}
.dllist1 dl p {
	text-align: center;
	line-height: 28px;
}
#demo {
	overflow: hidden;
	width: 1200px;
}
#demo img {
	border: 1px solid #ccc;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
.al {
	background: url(../images/al.png) no-repeat center center;
	height: 52px;
    margin-bottom:10px;
}
.title dl {
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 36px;
}
.title dt {
	color: #000;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/line.png) no-repeat 518px top;
}
.title li {
	color: #000;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/line.png) no-repeat center top;
}
.company {
	padding: 0px 45px 45px 45px;
	color: #000;
	font-size: 12px;
	line-height: 28px;
}
.more {
	background-color: #E60012;
	width: 118px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	margin-left: 320px;
	text-align: center;
}
.more a {
	color: #fff;
}
.more1 {
	background: url(../images/more.png) no-repeat right center;
	width: 93px;
	height: 20px;
	line-height: 20px;
	float: right;
	margin-top: 25px;
	text-align: center;
	color: #fff;
}
.more1 a:link {
	color: #fff;
	font-size: 12px
}
.more1 a:visited {
	color: #fff;
	font-size: 12px
}
.xwtt {
	width: 570px;
	margin-right: 30px;
	float: left;
	margin-top: 20px;
	height: 146px;
	margin-bottom: 15px;
}
.tttp {
	width: 242px;
	height: 146px;
	float: left;
	margin-right: 15px;
}
.ttnr {
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	float: left;
	width: 310px;
	color: #646464;
}
.news {
	padding: 10px;
	text-align: left;
}
.news li {
	width: 560px;
	margin-right: 30px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: left;
	border-bottom: 1px #E1E1E1 solid;
	background: url(../images/li.png) no-repeat;
	background-position: left center;
	text-indent: 2em;
}
.news li span {
	float: right
}
.bottomnav {
	background-color: #fff;
	height: 58px;
	line-height: 58px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.bottomnav li {
	text-align: center;
}
.bottomnav li a {
	margin-left: 29px;
	margin-right: 29px;
	font-size: 14px;
	color: #000000;
}
.bottom span {
	text-align: center;
	line-height: 36px;
	height: 36px;
}
.bottom dl {
	padding-left: 40px;
	float: left;
	width: 260px;
}
.bottom dl dt {
	background-color: #EDEDED;
	height: 35px;
	line-height: 35px;
	color: #646464;
	font-size: 20px;
	width: 220px;
	text-align: center;
}
.bottom dl li {
	color: #e60012;
	font-size: 32px;
	font-weight: bold;
}
.bottom dl p {
	font-size: 16px;
	padding-left: 20px;
	line-height: 36px;
}
.bottom dd {
	float: left;
	padding-left: 20px;
	padding-top: 120px;
	line-height: 30px;
	font-size: 16px;
	width: 220px;
}
.bottom ol {
	float: left;
	width: 370px;
	background: url(../images/ewm.png) no-repeat left center;
	padding-left: 190px;
	margin-left: 20px;
	margin-top: 50px;
	font-size: 14px;
	line-height: 32px
}
.yqlj {
	width: 100%;
	background-color: #333333;
	line-height: 32px;
}
.yqlj dt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.yqlj dt a {
	color: #fff;
	font-size: 12px;
	padding-left: 16px;
	font-weight: normal;
}
/*内页样式*/
.lxwm { margin:10px 0px}
.lxwm p{ background-color:#E60012; line-height:36px; height:36px; font-size:14px; color:#fff;
text-align:center;}
.lxwm li{ border:1px solid #ccc; padding-left:10px; line-height:34px; font-size:14px;}
.mright {
	width: 935px;
	float: right;
	margin-top: 15px;
}
.mup1 {
	font-size: 16px;
}
.mup {
	background-color: #E60012;
	line-height: 45px;
	height: 45px;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
}
.mup p {
	height: 45px;
	float: left;
	color: #fff;
	padding-left: 10px
}
.mup span {
	float: right;
	color: #fff;
	padding-right: 10px;
}
.mup span a {
	color: #fff;
}
.hg {
	line-height: 30px;
}
.tp {
	width: 900px;
	height: 160px;
	border-bottom: 1px #e4e4e4 solid;
	margin: auto;
	margin-top: 5px;
	padding-top: 10px;
}
.tp_img {
	width: 180px;
	float: left;
	margin-right: 10px;
}
.tp_wz {
	width: 710px;
	float: right;
}
.tp_wz_bt {
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.tp_wz_bt a {
	font-size: 14px;
	font-weight: bold;
}
.tp_wz_bt span {
	float: right;
	padding: 0px 10px 0px 10px;
	background: #ff7519;
}
.tp_wz_bt span a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.tp_wz_bt span a img {
	margin-right: 10px;
}
.tp_wz_nr {
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
	color: #999999;
}
.tp_wz_nr a {
	color: #999999;
}
.rytp {
	width: 220px;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	line-height: 30px;
	margin-right: 5px
}
.rytp a img {
	border: 1px solid #ccc;
}
.tittle {
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.lb {
	text-align: left;
	text-indent: 2em;
}
.nyxw2 {
	width: 48%;
	float: left;
	text-align: left;
	text-indent: 1.5em;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #e4e4e4 dashed;
	background: url(../images/li.png) no-repeat left;
	background-position: 5px center;
	margin-right: 2%
}
.nyxw2 span {
	float: right;
	height: 40px;
	line-height: 40px
}
.xgcp {
	width: 220px;
	float: left;
	margin-left: 5px;
	text-align: center;
	line-height: 25px;
	margin-right: 5px
}
.xgcp a img {
	border: 1px solid #ccc
}
.page {
	width: 920px;
	text-align: center;
	margin: 0px auto;
}
.page li {
	text-align: center;
	padding-right: 10px;
	float: left
}
.inews {
	padding: 10px;
	text-align: left;
}
.inews li {
	height: 40px;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px #e1e1e1 dotted;
	background: url(../images/li.png) no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.inews li span {
	float: right
}
/*内页样式*/
.footer {
	width: 100%;
	background-color: #F7F7F7;
}
.nr {
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 5px;
	border-top: none;
}
