@charset "gb2312";
/* CSS Document */
body {
	font-family: "Microsoft YaHei", "微软雅黑", "新宋体", "宋体";
	font-size: 14px;
	background: #f3f3f3;
}
/*body{ background:url(/images/webbg.jpg) no-repeat center top; }*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, th, td, img, div, span, input, iframe, textarea, a, dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Microsoft YaHei", "微软雅黑", "新宋体", "宋体";
}
input {
	outline: none;
}
button {
	border: none;
}
textarea {
	outline: none;
}
ul, ol {
	list-style-type: none;
}
a {
	color: #888;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
b {
	font-weight: bold;
}
img {
	/**display:block;**/
	border: none;
}
.wrap {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.top {
	background: #f3f3f3;
	height: 38px;
	line-height: 38px;
	width: 100%;
	overflow: hidden;
}
.date {
	width: 180px;
	float: left;
}
.topleft {
	color: #807f7f;
	font-size: 14px;
	overflow: hidden;
}
.topright {
	float: right;
}
.topright a {
	color: #807f7f;
	font-size: 14px;
	padding-left: 20px;
}
.topright a.weibo {
	background: url(/images/wb.png) no-repeat left 5px;
}
.topright a.wapsite {
	background: url(/images/sjz.png) no-repeat left 5px;
}
.topright a.contactus {
	background: url(/images/lx.jpg) no-repeat left 5px;
}
.m40 {
	margin: 40px auto;
	overflow: hidden;
}
.mt30 {
	margin: 30px auto 0px;
	overflow: hidden;
}
.ml30 {
	margin: 0px 30px;
	overflow: hidden;
}
.logo {
	background: white;
	height: 160px;
	overflow: hidden;
}
.logo h1 {
	display: block;
	width: 900px;
	float: left;
	height: 80px;
	overflow: hidden;
}
/*nav*/

.nav {
	height: 60px;
	background: #c20106;
	width: 100%;
}
#nav-menu {
	height: 60px;
	background: #c20106;
	width: 1200px;
	margin: 0 auto;
}
#nav-menu .container {
	position: relative;
	overflow: visible;
	z-index: 99;
}
#nav-menu .menu {
}
#nav-menu .menu li {
	position: relative;
	float: left;
	display: inline;
	font-size: 16px;
}
#nav-menu .menu li h3 {
	font-weight: normal;
	display: inline-block;
	float: left;
	width: 150px;
	height: 60px;
}
#nav-menu .menu li a {
	display: inline-block;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	font-size: 20px;
	width: 150px;
	text-align: center;
	font-weight: bold;
}
#nav-menu .menu li a.xialaguang {
	display: inline-block;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	background: url(/images/jt.png) no-repeat 125px center;
	text-decoration: none;
	font-size: 20px;
	width: 150px;
	text-align: center;
	font-weight: bold;
}
#nav-menu .menu li a.selected, #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
	color: #ffffff;
}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover, .menu li a.redon {
	text-decoration: none;/*background: #710003;*/
}
#nav-menu .menu li a.xialaguang {
	line-height: 60px;
	display: inline-block;
}
#nav-menu .menu li a.selected span, #nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover {
	cursor: pointer;
	background: #fec43c;
	width: 150px;
	height: 60px;
	line-height: 60px;
	color: #000;
	overflow: hidden;
}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
	width: 100px;
}
#nav-menu .menu ul.children {
	display: none;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 150px;
	z-index: 100;
	background: #c20106;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80); /* 旧版IE */
}
/*#nav-menu .menu ul.children li {
	width: 100%;
	padding: 0px;
	
	font-size: 14px;
	
}
#nav-menu .menu ul.children li h3 {
	display: block;
	width: 100%;
}*/
#nav-menu .menu ul.children a {
	width: 150px;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-top: 1px solid #990000;
	overflow: hidden;
}
#nav-menu .menu ul.children li a:hover {
}
.banner {
	height: 500px;
	margin: 0px auto;
	overflow: hidden;
}
#full-screen-slider {
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 10;
	margin: 0px auto;
}
#slides {
	display: block;
	width: 100%;
	height: 500px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 20;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 42%;
	top: 460px;
	z-index: 800;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 8px;
	height: 8px;
	float: left;
	margin-left: 12px;
	border-radius: 15px;
	border: 3px solid #FFF;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #c20106;
}
/*newsdiv begin*/

.newsdiv {
	width: 348px;
	padding: 15px;
	background: white;
	float: left;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.newsdiv h2 {
	display: block;
	width: 348px;
	height: 30px;
	color: #000;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 10px;
	overflow: hidden;
}
.newsdiv h2 a {
	font-size: 14px;
	text-decoration: none;
	float: right;
	margin-top: 8px;
	color: #ce0000;
	font-weight: normal;
}
.newsdiv ul li {
	line-height: 42px;
	height: 42px;
	/*background: url(../images/icon.png) no-repeat 4px center;
	padding-left: 10px;*/
	overflow: hidden;
}
.newsdiv ul li a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 248px;
	display: block;
	float: left;
	overflow: hidden;
}
.newsdiv ul li a:hover {
	text-decoration: underline;
	color: red;
}
.newsdiv ul li span {
	float: right;
	width: 80px;
	font-size: 12px;
	text-align: right;
	line-height: 36px;
	color: #555;
}
.cxurl {
	padding-top: 5px;
}
.cxurl a {
	display: block;
	width: 340px;
	margin: 0px auto 12px;
	height: 60px;
	background: #C5282B;
	line-height: 60px;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
}
.cxurl a:hover {
	font-weight: bold;
}
#KinSlideshow {
	margin-top: 25px;
	padding-bottom: 40px;
}
#KinSlideshow h2 {
	border: 0px;
}
#KinSlideshow ul li {
	padding-left: 0px;
}
#KinSlideshow img {
	width: 350px;
	height: 265px;
}
/*titdiv  begin*/



.titdiv {
	width: 1170px;
	padding: 0px 15px;
	background: white;
	overflow: hidden;
}
.Ltitdiv {
	width: 790px;
	float: left;
	height: 100px;
	background: url(../images/line.png) repeat-x 0px 43px;
	line-height: 100px;
	overflow: hidden;
}
.Ltitdiv h2 {
	display: block;
	width: 300px;
	background: white;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
}
.Rtitdiv {
	width: 350px;
	height: 100px;
	float: right;
	background: url(../images/ad1.jpg) no-repeat center center;
	overflow: hidden;
}
.Rtitdiv a {
	display: block;
	width: 350px;
	height: 100px;
	color: red;
	line-height: 100px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
}
.leftdiv {
	width: 788px;
	height: 1370px;
	background: white;
	border: 1px solid #e1e1e1;
	float: left;
	overflow: hidden;
}
.c_bt {
	width: 760px;
	height: 42px;
	border-bottom: solid 1px #dddddd;
	margin: 15px;
	overflow: hidden;
}
.c_bt .c_bj {
	background-color: #000000;
	color: #fff;
	border-top: 1px solid #000000
}
.c_bt .c_bj a {
	color: #fff;
	font-weight: bold;
}
.c_bt li {
	color: #ce0000;
	font-size: 22px;
	height: 32px;
	line-height: 32px;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.list_left li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list li {
	float: left;
	width: 200px;
	line-height: 36px;
	height: 36px;
	color: #000000;
	background: url(../images/icon.jpg) no-repeat 4px center;
	padding-left: 20px;
}
.list li a {
	float: left;
	font-size: 14px;
}
.list li a:hover {
	color: #194c93;
}
/*rightdiv begin*/



.rightdiv {
	width: 348px;
	height: 1340px;
	padding: 15px;
	background: white;
	float: right;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
ul.list-link li {
	display: block;
	float: left;
	background: #c5282b;
	border: 1px solid #c5282b;
	width: 168px;
	margin: 2px;
	height: 130px;
}
ul.list-link li span {
	display: block;
	width: 168px;
	height: 70px;
	overflow: hidden;
}
ul.list-link li p {
	display: block;
	width: 120px;
	height: 40px;
	margin: 0px auto;
	overflow: hidden;
}
ul.list-link li .fangkuai_1 span {
	background: url(../images/border_icon1.png) center 20px no-repeat;
}
ul.list-link li .fangkuai_2 span {
	background: url(../images/border_icon2.png) center 20px no-repeat;
}
ul.list-link li .fangkuai_3 span {
	background: url(../images/border_icon3.png) center 20px no-repeat;
}
ul.list-link li .fangkuai_4 span {
	background: url(../images/border_icon44.png) center 20px no-repeat;
}
ul.list-link li .fangkuai_5 span {
	background: url(../images/border_icon5.png) center 20px no-repeat;
}
ul.list-link li .fangkuai_6 span {
	background: url(../images/border_icon6.png) center 20px no-repeat;
}
ul.list-link li a {
	display: block;
	width: 168px;
	font-size: 14px;
	text-align: center;
	height: 130px;
}
ul.list-link li .fangkuai_1 {
	color: #ffffff;
}
ul.list-link li .fangkuai_2 {
	color: #ffffff;
}
ul.list-link li .fangkuai_3 {
	color: #ffffff;
}
ul.list-link li .fangkuai_4 {
	color: #ffffff;
}
ul.list-link li .fangkuai_5 {
	color: #ffffff;
}
ul.list-link li .fangkuai_6 {
	color: #ffffff;
}
ul.list-link li .fangkuai_1:hover {
	color: #ffffff;
	background-color: #ff7145;
	border-color: #ef704c
}
ul.list-link li .fangkuai_1:hover span {
	background-image: url(../images/border_icon11.png);
}
ul.list-link li .fangkuai_2:hover {
	color: #ffffff;
	background-color: #3ea3db;
	border-color: #3ea3db
}
ul.list-link li .fangkuai_2:hover span {
	background-image: url(../images/border_icon22.png);
}
ul.list-link li .fangkuai_3:hover {
	color: #ffffff;
	background-color: #ebaf22;
	border-color: #ebaf22
}
ul.list-link li .fangkuai_3:hover span {
	background-image: url(../images/border_icon33.png);
}
ul.list-link li .fangkuai_4:hover {
	color: #ffffff;
	background-color: #4ebd7e;
	border-color: #4ebd7e
}
ul.list-link li .fangkuai_4:hover span {
	background-image: url(../images/border_icon44.png);
}
ul.list-link li .fangkuai_5:hover {
	color: #ffffff;
	background-color: #e75454;
	border-color: #e75454
}
ul.list-link li .fangkuai_5:hover span {
	background-image: url(../images/border_icon55.png);
}
ul.list-link li .fangkuai_6:hover {
	color: #ffffff;
	background-color: #bd82ea;
	border-color: #bd82ea
}
ul.list-link li .fangkuai_6:hover span {
	background-image: url(../images/border_icon66.png);
}
.rightdiv h2 {
	display: block;
	width: 350px;
	height: 32px;
	color: #000000;
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 15px;
	overflow: hidden;
}
.rightdiv h2 a {
	font-size: 15px;
	float: right;
	padding-right: 10px;
	margin-top: 8px;
	color: #ce0000;
	font-weight: normal;
	text-decoration: none;
}
.rightdiv ol li {
	line-height: 36px;
	height: 36px;
	background: url(../images/icon.jpg) no-repeat 4px center;
	padding-left: 20px;
	overflow: hidden;
}
.rightdiv ol li a {
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 250px;
	display: block;
	float: left;
	overflow: hidden;
}
.rightdiv ol li a:hover {
	text-decoration: underline;
	color: red;
}
.rightdiv ol li span {
	display: block;
	float: right;
	width: 80px;
	text-align: right;
	font-size: 12px;
	color: #555;
	overflow: hidden;
}
.rightdiv .tec {
	padding-top: 10px;
	height: 350px;
	overflow: hidden;
}
.rightdiv .tec dl {
	display: block;
	width: 350px;
	margin-bottom: 8px;
	overflow: hidden;
}
.rightdiv .tec dl dt {
	display: block;
	width: 100px;
	height: 110px;
	float: left;
	overflow: hidden;
}
.rightdiv .tec dl dt img {
	width: 100px;
	height: 110px;
}
.rightdiv .tec dl dd {
	display: block;
	float: right;
	width: 230px;
	line-height: 1.8em;
	color: #666;
	overflow: hidden;
}
.rightdiv .tec dl dd a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.rightdiv .tec dl dd p {
	font-size: 13px;
}
.hj {
	width: 1170px;
	height: 36px;
	margin: 0px auto;
	background: #FFFFFF;
}
.hj .hjxxk {
	border-bottom: 1px solid #dddddd;
	height: 42px;
	line-height: 42px;
}
.hj .hjxxk p {
	font-size: 16px;
	float: left;
	height: 36px;
	z-index: 1;
	width: auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 140px;
}
.hj .hjxxk p a {
	display: block;
	font-size: 18px;
	color: #000000;
	height: 42px;
	width: 140px;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
	background: #e5e5e5;
	text-decoration: none;
}
.hj .hjxxk p a:hover {
	color: #fff;
}
.hj .hjxxk .bold a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	width: 140px;
	font-weight: bold;
	background: #C5282B;
	text-align: center;
	text-decoration: none;
}
.hj .hjxxk .hjmore {
	float: right;
	margin: 0;
	text-align: right;
}
.hj .hjxxk .hjmore a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
.hj .hjxxk .hjmore a:hover {
	color: #05787b;
}
.hjlist {
	width: 1170px;
	height: 220px;
	margin-top: 20px;
}
.hjlist ul {
	list-style-type: none;
}
.hjlist ul li {
	float: left;
	height: 220px;
	padding-right: 10px;
	text-align: center;
	width: 279px;
	font-size: 0px;
}
.hjlist ul li p {
	width: 280px;
	height: 20px;
	margin: 0px auto;
	padding-top: 7px;
}
.hjlist ul li p a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}
.hjlist ul li p a:hover {
	color: #05787b;
}
.bottom {
	width: 1170px;
	padding: 15px;
	background: white;
	overflow: hidden;
}
.end_a {
	margin: 14px auto;
	height: 40px;
	line-height: 40px;
	background: #000000;
	text-align: center;
	color: #b8cde7;
}
.end_a a {
	color: #FFF;
}
.govbox {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
}
.govbox ul {
	width: 1168px;
	margin: 30px auto;
	padding: 15px;
	border: 1px solid #e1e1e1;
	background: white;
	overflow: hidden;
}
.govbox ul li {
	border: 1px solid #e3e3e3;
	width: 285px;
	height: 75px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
/*footer*/






.footer {
	padding: 25px 0px 0px;
	font-size: 14px;
	text-align: center;
}
.footer h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	padding-bottom: 5px;
}
.footer h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.inner {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.inner span strong {
	padding: 0px 3px;
}
.footer .fl {
	width: 1200px;
	text-align: left;
}
.footer .fr {
	float: right;
	width: 120px;
}
.footer .mt {
	margin: 5px 0px 10px;
	font-size: 16px;
	line-height: 2em;
}
.copyRt {
	margin-top: 20px;
	text-align: left;
	line-height: 30px;
	background: #dddddd;
	padding: 5px 0px;
	overflow: hidden;
}
/*son css begin*/










.sonbanner {
	background: #00316b url(/images/sonbannerbg.jpg) repeat;
	height: 200px;
	margin: 1px auto;
	overflow: hidden;
}
.sidebar {
	width: 348px;
	float: left;
	padding: 15px;
	background: white;
	border: 1px solid #e2e7eb;
	overflow: hidden;
}
#kuaijie .nav span {
	width: 177px;
	color: #036fc1;
	float: left;
	text-align: center;
	background: #FFF;
	border-right: 1px solid #e2e7eb;
	line-height: 44px;
	font-size: 18px;
}
.kuaijie li {
	width: 86px;
	height: 140px;
	float: left;
	background: url(../Image/kj_li.jpg) no-repeat top center;
	margin: 0 15px;
	text-align: center;
}
#kuaijie li a {
	display: block;
}
#kuaijie li a i {
	height: 86px;
	display: block;
	margin-bottom: 10px;
}
#kuaijie li:nth-child(1) a i {
	background: url(../Image/kj_01.png) no-repeat center center
}
#kuaijie li:nth-child(2) a i {
	background: url(../Image/kj_02.png) no-repeat center center
}
#kuaijie li:nth-child(3) a i {
	background: url(../Image/kj_03.png) no-repeat center center
}
#kuaijie li:nth-child(4) a i {
	background: url(../Image/kj_04.png) no-repeat center center
}
#kuaijie li:nth-child(5) a i {
	background: url(../Image/kj_05.png) no-repeat center center
}
#kuaijie li:nth-child(6) a i {
	background: url(../Image/kj_06.png) no-repeat center center
}
.rightbar {
	width: 758px;
	float: right;
	padding: 15px;
	border: 1px solid #e2e7eb;
	background: white;
	overflow: hidden;
}
#company .nav {
	border-bottom: 1px solid #e2e7eb;
	background-color: #f9f9f9;
	height: 43px;
	line-height: 43px;
}
#company .nav span {
	display: block;
	margin: 1px;
	width: 100px;
	height: 41px;
	line-height: 41px;
	background: #000000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	float: left;
}
#company .rightinfo {
	padding: 15px;
	line-height: 2em;
}
.leftbox {
	width: 300px;
	background: white;
	float: left;
	padding: 15px;
	overflow: hidden;
}
.leftbox ul {
	display: block;
	width: 298px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.rightbox {
	width: 790px;
	float: right;
	background: white;
	padding: 15px 20px;
	/*min-height: 1000px;*/
	overflow: hidden;
}
.rightbox .info {
	font-size: 14px;
	line-height: 2em;
	padding: 10px 0px;
}
.rightbox .info img {
	max-width: 100%;
}
.rightbox .info dl {
	border-bottom: 1px dotted #dedede;
	padding-bottom: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}
.rightbox .info dt {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
.rightbox .info dt a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}
.rightbox .info dt a:hover {
	color: #cc0000;
	font-weight: bold;
}
.rightbox .info dt span {
	font-weight: normal;
	float: right;
	color: #888;
	font-size: 14px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.rightbox .info dd {
	line-height: 1.8em;
	font-size: 14px;
	color: #888;
}
.rightbox .info p {
	font-size: 15px;
	line-height: 35px;
	overflow: hidden;
}
.rightbox .info p a {
	font-size: 14px;
}
.info h1 {
	font-size: 22px;
	padding-top: 30px;
	text-align: center;
}
.pageguide span {
	padding: 0px 5px;
	font-size: 14px;
}
.contit {
	border-bottom: 1px dashed #cdcdcd;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
}
.contit h2 {
	font-size: 24px;
	font-weight: bold;
	display: block;
	float: left;
	width: 400px;
}
.contit span {
	float: right;
	font-size: 15px;
	color: #999;
}
.leftbox h2 {
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding-left: 30px;
	height: 95px;
	line-height: 95px;
	background: #c20106;
	border-bottom: solid 6px #990000;
	color: white;
	overflow: hidden;
}
.leftbox ul li a {
	display: block;
	background: #dddddd;
	width: 268px;
	padding-left: 30px;
	text-align: left;
	text-decoration: none;
	line-height: 55px;
	border-bottom: solid 1px #ececec;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.leftbox ul li a:hover {
	font-weight:bold;
	font-size: 16px;
}
.leftbox p {
	display: block;
	width: 300px;
	text-align: left;
}
.pubtime {
	font-size: 14px;
	padding: 10px 0px;
	border-bottom: 1px dotted #dedede;
	margin-bottom: 20px;
	color: #666;
	text-align: center;
	overflow: hidden;
}
.page {
	border-top: 1px dotted #dedede;
	padding-top: 10px;
	margin-top: 20px;
	overflow: hidden;
}
.tel {
	height: 60px;
	margin-top: 10px;
	float: right;
	background: url(/images/tel.gif) left 5px no-repeat;
}
.tel span {
	display: block;
	padding-left: 60px;
	font-size: 14px;
	color: #000;
}
.tel span.telnum {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Gotham, "Helvetica Neue", sans-serif;
	color: #c20001;
	letter-spacing: -1px;
}
/*20170601 css begin*/

#kefu1 {
	position: fixed;
	right: 5px;
	bottom: 20px;
	z-index: 1000;
	width: 200px;
	padding: 0px;
	background: #fff;
	box-shadow: 0 0 6px #999;
}
.cs_tel {
	height: 25px;
	background: url(/images/img.gif) no-repeat 0px 0px;
}
.cs_tel_ct {
	width: 180px;
	margin: 0px auto;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.cs_tel_num {
	width: 180px;
	margin: 0px auto;
	height: 53px;
	line-height: 62px;
	color: #007eff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-left: 28px;
	background: url(/images/btn_bg.jpg) no-repeat;
}
.cs_online {
	height: 45px;
	background: #c20106;
	line-height: 45px;
	font-weight: bold;
	color: white;
	font-size: 16px;
	padding-left: 20px;
}
.cs_online_qq {
	width: 100px;
	height: 25px;
	margin: 5px auto;
	overflow: hidden;
}
.cs_qcode {
	width: 180px;
	margin: 0px auto;
	overflow: hidden;
}
.cs_qcode p {
	text-align: center;
	color: #555555;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}
.cs_free {
	height: 32px;
	background: url(/images/img.gif) no-repeat 0px -100px;
}
.floatDqq {
	width: 170px;
	margin: 0px auto;
	padding: 15px 0px 5px;
	overflow: hidden;
}
.floatDqq li {
	height: 45px;
	width: 170px;
	line-height: 45px;
	font-size: 14px;
	overflow: hidden;
}
.floatDqq li img {
	padding-right: 5px;
	width: 30px;
}
.floatDqq li a {
	color: #666;
	text-decoration: none;
}
.floatDqq li a strong {
	color: #c20106
}
.cs_free a {
	display: block;
	height: 32px;
}
.cs_free a span {
	display: none;
}
.cs_baidu {
	height: 32px;
	background: url(/images/img.gif) no-repeat 0px -200px;
}
.cs_baidu a {
	display: block;
	height: 32px;
}
.cs_baidu a span {
	display: none;
}
.cs_spr {
	border-bottom: 1px dashed #c0c0c0;
	margin: 10px 0px;
}
.cs_space {
	clear: both;
	overflow: hidden;
	height: 8px;
}
.cs_close {
	position: absolute;
	right: 8px;
	top: 15px;
	width: 12px;
	height: 12px;
	background: url(/images/img.gif) no-repeat 0px -150px;
}
.cs_close a {
	display: block;
	height: 10px;
}
.cs_close a span {
	display: none;
}
.pagebox {
	text-align: center;
	width: 1200px;
	clear: both;
	overflow: hidden;
}
.pagebox span {
	padding: 0px 15px 0px 0px;
	color: #666;
}
.pagebox a {
	border: 1px solid #ccc;
	margin-right: 5px;
	display: none;
}
/*address css begin */

.address {
	width: 100%;
	padding-top: 50px;
	overflow: hidden;
}
.raddress {
	float: right;
	width: 350px;
	line-height: 2em;
	font-size: 16px;
}
.raddress p strong {
	font-size: 20px;
}
.info ul {
	position: relative;
	width: 1300px;
	margin-top:30px;
	overflow: hidden;
}
.info ul li {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.info ul li img {
	width: 280px;
	height: 200px;
	padding: 4px;
	border: 1px solid #dcdcdc;
}
.info ul.tec li img {
	width: 240px;
	height: 300px;
	padding: 4px;
	border: 1px solid #dcdcdc;
}
.info ul li p {
	text-align: center;
	font-size:16px;
}
.bigpic {
	text-align: center;
}
.bigpic img {
	max-width: 780px;
}
.articleinfo {
}
/*20170613 css debug*/

.rightbox .info strong a {
	color: #cc0000;
}
.info {
	width: 100%;
	line-height:2.2em;
	overflow: hidden;
}
.info dl {
	width: 46%;
	margin: 20px 2%;
	height: 145px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
	display: block;
	float: left
}
.info dl dt {
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
}
.info dl dt a {
	color: #000;
}
.info dl dd {
	line-height: 2em;
	font-size: 15px;
	color: #777;
	overflow: hidden;
}
.adbox {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.adboxleft {
	width: 758px;
	height: 100px;
	padding: 15px;
	background: white;
	float: left;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.bmbox {
	width: 348px;
	height: 100px;
	padding: 15px;
	background: white;
	float: right;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
/*170626 peixunbox css*/
.peixunbox {
	width: 760px;
	margin: 0px 15px;
	overflow: hidden;
}
.peixunbox h2 {
	display: block;
	width: 220px;
	background: #C5282B;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
}
.peixunbox h2 a {
	display: block;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
}
.peixunbox h2 a:hover {
	background-color: #C5282B;
	color: white;
}
.peixunbox ul.list_left {
	display: block;
	width: 760px;
	overflow: hidden;
}
.peixunbox ul li {
	float: left;
	display: block;
	padding-left: 10px;
	height: 40px;
	line-height: 45px;
}
.peixunbox ul li.sortname {
	display: block;
	float: none;
	height: 45px;
	line-height: 45px;
	padding-left: 0px;
}
.peixunbox ul li a {
	color: #111111;
	font-size: 16px;
	text-decoration: none;
}
.peixunbox ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.peixunbox ul li.sortname a {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	padding-right: 15px;
	text-decoration: none;
}
.peixunbox ul li.sortname a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
}
.peixunbox ul li span {
	color: #ccc;
	padding: 0px 0px 0px 10px;
}
.peixunbox .pxline {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dedede;
	overflow: hidden;
}
ul.list-link {
	margin-top: 15px;
}
.bd {
	width: 1170px;
	height: 220px;
	overflow: hidden;
}
#sticky {
	width: 300px;
	background: white;
	margin-top: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
}
.info input, .info select.msgslt, .info textarea {
	border: 1px solid #ccc;
	width: 300px;
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #333333;
	border: #ccc 1px solid;
	border-radius: 2px;
	padding-left: 10px;
	overflow: hidden;
}
.info input {
	width: 240px;
	padding-left: 10px;
	overflow: hidden;
}
.info textarea {
	height: 160px;
	width: 400px;
}
.info span.fontred {
	color: red;
}
.info input.btn {
	background: #c20106;
	color: white;
}
.info table {
	width: 700px;
	margin: 20px auto;
	overflow: hidden;
}
/*botmenu*/




.botmenu {
	height: 60px;
	line-height: 60px;
	background: #c20106;
	width: 100%;
}
.botmenu p {
	width: 1200px;
	margin: 0px auto;
	color: white;
	overflow: hidden;
}
.botmenu a {
	color: white;
	text-decoration: none;
	padding: 0px 20px;
	font-size:16px;
}

/*20180910 css */







@media screen and (min-width:960px) {
.wapnews {
	display: none
}
}
 @media screen and (max-width:640px) {
.leftbox, .top, .logo, .nav, .sonbanner, .wrap, .botmenu, .footer, #kefu1 {
	display: none;
}
 @charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
	font-size: 14px;
	padding: 0px;
	margin: 0px
}
body {
	color: #000;
	padding: 0px;
	margin: 0px auto;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	font-size: 16px;
	max-width: 640px;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0px;
}
b, strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/* Remove most spacing between table cells.*/
}
li {
	list-style: none outside none;
}
/*链接*/
a {
	text-decoration: none;
	color: #333333;
	background: transparent;
	outline: none
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #d9000f;
	outline: none;
}
/*其它*/
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
/*清除浮动*/
.clear {
	display: block;
	clear: both;
}
/*==========@@模块  开始@@==========*/
.left_title {
	border: 0px solid red;
	clear: both;
}
.left_title h2 {
	color: #626262;
	text-align: center;
	overflow: hidden;
}
.left_title h2 a {
	color: #626262;
	padding: 1px 8px;
	border-radius: 5px;
	font-size: 20px;
}
.left_title3 {
	display: block;
	height: 50px;
	line-height: 55px;
	overflow: hidden;
}
.left_title3 h2 {
	display: block;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	padding-left: 8px;
	overflow: hidden;
}
.left_title3 span {
	float: right;
	padding-right: 10px;
}
.botborder {
	border-bottom: 1px solid #ddd;
}
.left_title3 span a {
	color: #666;
	font-size: 14px;
}
.left_title4 {
	border: 0px solid red;
	clear: both;
	margin: 0 auto;
	background: url(../images/left_title1.png) no-repeat center 0;
	height: 27px;
	line-height: 27px;
	padding: 10px 0;
}
.left_title4 h2 {
	text-align: center;
	overflow: hidden;
	color: #d9000f;
	border-radius: 5px;
	font-size: 20px;
}
.left_body4 {
	margin: 0 auto;
	padding: 3px 14px;
	background: url(../images/left_body1.png) no-repeat center 0;
}
.left_bottom4 {
	clear: both;
}
.left_title5 {
	clear: both;
	margin: 0 auto;
	background: url(../images/left_title5.png) no-repeat center 0;
	line-height: 82px;
	background-size: 100% 100%;
	border: 2px solid #d9000f;
}
.left_title5 h2 {
	text-align: center;
	overflow: hidden;
}
.left_title5 h2 a {
	color: #fff;
	padding: 1px 8px;
	border-radius: 5px;
	font-size: 20px;
}
.left_body5 {
	box-sizing: border-box;
	border-left: 2px solid #d9000f;
	border-right: 2px solid #d9000f;
	margin: 0 auto;
	padding: 3px 14px;
	background: url(../images/left_body1.png) no-repeat center 0;
}
.left_bottom5 {
	clear: both;
	border-bottom: 2px solid #d9000f;
}
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback {
	width: 99%;
	margin: 0px auto
}
#top, #logo, #navigation, #banner, #location, #announcement, #link, #copyright {
	width: 100%;
	margin: 0px auto;
}
/*===公共 结束===*/



/*Logo部分*/
#logo {
	background: #c20106;
	text-align: center;
	padding: 10px 0px;
	height: 30px;
	line-height: 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 500;
	overflow: hidden;
}
#logo h1 a {
	font-size: 22px;
	font-weight: bold;
	color: white;
}
#navigation {
	background-color: #dddddd;
	overflow: hidden
}
#navigation ul.navigationlist li {
	display: block;
	width: 25%;
	height: 37px;
	line-height: 36px;
	float: left;
	text-align: center;
	background-color: #2f2727;
	color: white;
}
#navigation ul.navigationlist .current {
	color: #ffffff;
	font-weight: bold;
}
#navigation ul.navigationlist li a {
	display: block;
	color: #fff;
	font-size: 14px;
}
.border1 {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.border2 {
	border-left: 1px solid #444;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.border3 {
	border-top: 1px solid #444;
}
.border4 {
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #000;
}
.border5 {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
/*===FlexSlider幻灯片  开始===*/
#banner {
	margin: 50px 0px 0px;
}
/*幻灯片标题*/
.flex-caption {
	width: 100%;
	padding: 3px 0px;
	position: absolute;
	bottom: 3px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
}
/* FlexSlider Necessary Styles*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px;
	background: #fff;
	border: 0px solid #fff;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
	z-index: 100;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	margin: 0px;
	text-align: center;
	border: 0px dashed red
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: #ff0000;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #ff0000;
	background: rgba(255,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(255,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*===FlexSlider幻灯片  结束===*/

/*当前位置*/
#location {
	padding: 3px 0px;
	margin: 0;
	border-bottom: 0px solid #167312;
	color: #000;
	height: 1.5em;
	line-height: 1.5em;
	clear: both;
	text-indent: 3px;
}
#location a {
	color: #000
}
/*底部固定工具条*/
#tool {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
	position: fixed;
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 48px;
}
.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static!important;
	margin: 0;
	border-radius: 0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none!important;
	background: none;
}
.toollist li.li4 {
	border: none;
}
.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	position: relative;
}
.toollist li a img {
	width: 24px;
	height: 24px;
}
.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
/*红色主题*/
.toollist {
	background: #c20106;
}
.toollist li {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li a {
	color: #fff;
}
/*==========@@公共模块 结束@@==========*/


.info {
}
.aboutdiv {
	padding: 5px 8px 0px;
}
ul.rongyu {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
ul.rongyu li {
	display: block;
	float: left;
	width: 49%;
	margin: 0px 0.5%;
	overflow: hidden;
}
ul.rongyu li img {
	width: 100%;
}
ul.rongyu li span {
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px 0px;
	margin: 0px;
	overflow: hidden;
}
.aboutdiv p {
	line-height: 2em;
	font-size: 13px;
}
.aboutdiv p img {
	max-width: 100%;
}
.aboutdiv h2 {
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	color: #222;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	overflow: hidden;
}
ul.textlist {
	padding: 0px 8px;
}
ul.textlist li {
	line-height: 45px;
	height: 45px;
	border-bottom: 1px dotted #ededed;
	background: url(/images/libg.jpg) no-repeat 5px center;
	text-indent: 15px;
	overflow: hidden;
}
ul.textlist li span {
	float: right;
	color: #aaa;
	font-size: 12px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.proListmodule_1 {
	padding: 0px 8px;
	margin-top: 10px;
}
ul.textlist li a.Acurrent {
	color: #c20106;
}
li.list_setup {
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.proListmodule_1 .pic {
	overflow: hidden;
	width: 80px;
	height: 80px;
	text-align: center;
	float: left;
	margin: 4px 10px 0px 0px;
}
.proListmodule_1 .pic img {
	width: 70px;
	height: 70px;
	margin-top: 7px;
}
.proIntro {
	line-height: 1.6em;
}
.proIntro span {
	padding-right: 5px;
	color: #555;
	font-size: 13px;
}
.proAttr h3 {
	padding: 3px 0px 5px;
}
.proAttr h3 A {
	color: #222;
}
.thumblist {
	padding-top: 10px;
}
.thumblist li {
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.thumblist li img {
	float: left;
	width: 100px;
	margin-right: 15px;
	height: 120px;
}
.thumblist li .InfoTitle {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.thumblist li p {
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
	overflow: hidden;
}
.thumblist li a {
	line-height: 30px;
	color: #ccc;
}
.thumblist li .InfoTime {
	float: none;
	display: block;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	color: #666;
}
.bottomdiv {
	width: 100%;
	background-color: #2f2727;
	color: white;
	text-align: center;
	padding: 15px 0px 60px;
	overflow: hidden;
}
.bottomdiv img {
	width: 120px;
	height: 120px;
	margin-top: 10px;
}
.bottomdiv p {
	line-height: 2em
}
}
