@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face {
	font-family: 'Conv_DINCond-Medium';
	src: url('fonts/DINCond-Medium.eot');
	src: local('☺'), url('fonts/DINCond-Medium.woff') format('woff'), url('fonts/DINCond-Medium.ttf') format('truetype'), url('fonts/DINCond-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #B60005;
}
ul li {
	list-style-type: none;
}
.pr {
	position: relative;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
p {
	line-height: 22px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body {
	font: 12px/1 "Microsoft Yahei", "微软雅黑", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}
/*头部*/
#header {
	z-index: 5;
	height: 84px;
	background-color: #fff;
	margin: auto;
	width: 100%;
	position: relative;
}
.g-wrap {
	position: relative;
	height: 100%;
	width: 1130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	position: absolute;
	top: 10px;
	left: 1px;
	width: 430px;
	height: 70px;
	background: url(images/logo.png) no-repeat 0 0;
	float: left;
}
.topnav {
	float: right;
	height: 84px;
	position: relative;
	z-index: 10;
	width: 650px;
}
.topnav li {
	float: left;
	text-align: center;
}
.topnav li a {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 85px;
	font-weight: bold;
	display: block;
}
.topnav li .on{
	background: #BA1316;
	height: 84px;
	width: 90px;
	color: #FFF;
}
.topnav li a:hover {
	color: #FFF;
	background-color: #BA1316;
	display: block;
	height: 84px;
}
.topnav .navline {
	position: absolute;
	width: 0;
	height: 4px;
	padding-bottom: 3px;
	bottom: 0;
	left: 15px;
}
.topnav .navline img {
	margin: 0 auto;
	display: block;
}
.menu {
	width: 42px;
	height: 42px;
	right: 40px;
	top: 20px;
	z-index: 90;
	border: 2px #eaeaea solid;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.menu:hover {
	background-color: #B60005;
}
.innavbg {
	width: 100%;
	height: 56px;
	background: #000;
	opacity: 0.6;
	filter: Alpha(opacity=60);
	position: absolute;
	top: 84px;
	left: 0px;
	z-index: 8;
	display: none;
}
.sideNav {
	width: 1200px;
	height: 56px;
	position: absolute;
	top: 100%;
	z-index: 10;
	display: none;
}
.sideNav dd {
	float: left;
	margin: 0 16px;
	line-height: 56px;
}
.sideNav dd a {
	display: block;
	color: #fff;
	opacity: 1\9;
+opacity:1;
	font-size: 13px;
	line-height: 56px;
	position: relative;
	z-index: 100;
}
.sideNav dd a:hover {
	color: #B60005;
	background: none;
}
.sN1 {
	left: 33px;
}
.sN2 {
	left: 0px;
}
.sN3 {
	left: 230px;
}
.sN4 {
	left: 320px;
}
.sN5 {
	left: 335px;
}
.sN6 {
	left: 460px;
}

.headerSS{float:right;width:18px;position:relative;height:84px;margin-top:-20px;z-index:99;padding-left:12px;margin-left:-12px;background:url(images/icon_search.png) no-repeat right 53px; }
.headerSS .button{display:block;width:18px;height:112px;background:none;cursor:pointer; border:none;}
.headerSS .text{display:block;position:absolute;top:105px;right:-120px;width:188px;padding:0 10px;border:6px solid #4c4a4f;height:55px;line-height:55px;color:#808080;font-size:16px;display:none;}
.language{float:right;width:80px;position:relative;line-height:84px;padding-left:20px;}
.language a{font-size:13px;color:#666}
/*content*/
#content {
	position: relative;
	overflow: hidden;
}

/*banner*/

#container {
	width:100%;
	height:480px;
	overflow: hidden;
	background-color: #CCC;
}
.sections, .section {
	height: 100%;
}
#container, .sections {
	position: relative;
}
.section {
	background-size:cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
	display: flex;
    justify-content: center;
    align-items: center;
}

.pages li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: white
}
.pages li:hover {
	box-shadow: 0 0 5px 2px white
}
.pages li.active {
	background-color: #B60005;
	box-shadow: 0 0 5px 2px #B60005;
}
.pages {
	position: absolute;
	z-index: 999
}
.pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px
}
.pages.horizontal li {
	display: inline-block;
	margin-right: 10px
}
.pages.horizontal li:last-child {
	margin-right: 0
}
.pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}
.pages.vertical li {
	margin-bottom: 10px
}
.pages.vertical li:last-child {
	margin-bottom: 0
}
/*main*/
.main {
	width: 100%;
	position: relative;
}
.main-news .main-news-top {
	border-bottom: 2px #f4f4f4 solid;
	margin-bottom: 20px;
	position: relative;
	height: 32px;
}
.main-news .main-news-top a.curr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C75230;
}
.main-news .main-news-top a {
	font-size: 18px;
	color: #565656;
	margin-right: 18px;
	float: left;
	height: 32px;
	line-height: 32px;
}
.news-navslip {
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: -2px;
	background-color: #B60005;
}
.main-news-top span {
	color: #666;
	font-size: 14px;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
}
.main-news {
	width: 840px;
	height: 185px;
	padding-top: 40px;
}
.main-news-img {
	width: 200px;
	height: 120px;
	float: left;
}
.main-news-img img {
	height: 100%;
	width: 100%;
}
.main-news-con {
	width: 600px;
	height: 150px;
	padding: 0 20px;
	float: left;
}
.main-news-con h3 {
	font-size: 16px;
	color: #565656;
}
.main-news-con h4 {
	font-size: 26px;
	color: #B60005;
	font-family: 'Conv_DINCond-Medium';
	padding: 6px 0;
}
.main-news-con h3 a {
	color: #505960;
}
.main-news-con h3 a:hover {
	color: #B60005;
}
.main-news-con p {
	font-size: 12.5px;
	color: #999999;
}
.bgy-more {
	font-size: 12.5px;
	color: #C75230;
	padding-top: 8px;
	display: block;
}
.main-right {
	width: 320px;
	height: 350px;
	position: absolute;
	right: 0;
	bottom: 258px;
	background: #f4f4f4;
	z-index: 3;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main-right .main-right-img {
	width: 320px;
	height: 180px;
}
.main-right .main-right-img img {
	width: 100%;
}
.main-right h3 {
	font-size: 18px;
	color: #333333;
	padding: 18px 0 5px 0;
}
.main-right p {
	font-size: 12.5px;
	color: #999999;
}
.main-left {
	width: 840px;
	height: 340px;
}
.main-loupan {
	width: 840px;
	height: 100px;
	background-image: url(images/lpjs.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.main-loupan h3 {
	font-size: 18px;
	color: #333333;
	padding-top: 30px;
	padding-left: 160px;
}
.main-loupan h4 {
	font-size: 18px;
	color: #999999;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	padding-top: 5px;
	padding-left: 160px;
}
/*底部新闻*/
.main_gsnews {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 35px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.main_gsnews .rdtt {
	float: left;
	width: 430px;
	overflow: hidden;
}
.main_gsnews .tab-nav {
	overflow: hidden;
	border-bottom: 2px solid #dedfe2;
}
.main_gsnews .tab-nav li {
	font-weight: bold;
	cursor: pointer;
	float: left;
	display: inline-block;
	margin: 0px 25px 15px 0;
	color: #747474;
	font-size:15px;
	width:130px;
}
.main_gsnews .tab-box {
	margin-top: 20px;
}
.tab-box li{float:left;width:200px;margin-right:14px;}
.tab-box li img{width:200px;max-height:150px;}
.tab-box p {
	color: #858585;
	font-size: 12px;
	line-height: 25px;
	text-align:center;
}


.main_gsnews .rdtt p {
	font-size: 13px;
	line-height: 22px;
	color: #858585;
}
.rdtt h1 a {
	color: #505960;
}
.rdtt h1 a:hover {
	color: #B60005;
}
.tab-box p a {
	color: #858585;
}
.news-1 {
	float: left;
	margin-left: 20px;
	width:430px;
}
.news-1 .tab-nav {
	overflow: hidden;
	border-bottom: 2px solid #dedfe2;
}
.news-1 .tab-nav li {
	font-weight: bold;
	cursor: pointer;
	float: left;
	display: inline-block;
	margin: 0px 25px 15px 0;
	color: #747474;
	font-size:15px;
	width:130px;
}
.news-1 .tab-box {
	margin-top: 20px;
}
.news-1 .tab-box p {
	color: #858585;
	font-size: 13px;
	line-height: 23px;
}
.news-1 .tab-box p i {
	float: right;
	font-style: normal;
	margin-right: 13px;
}
.xian {
	height: 2px;
	width:80px;
	position: relative;
	left: 0px;
	margin-top: -2px;
	background-color: #B50004;
}
.none {
	display: none;
}
.jdcase {
	height: 300px;
	background: url(images/indexPart1Bg.jpg) no-repeat top center;
	padding-top: 10px;
	float: left;
}
.jdcase_l {
	width: 320px;
	position: relative;
	height: 340px;
}
.jdcase_l .title {
	height: 32px;
	line-height: 32px;
	color: #000;
	font-size: 18px;
	font-family: "微软雅黑";
}
.jdcase_l li {
	width: 320px;
	height: 340px;
}
.jdcase_l li .imgDiv {
	width: 320px;
	height: 271px;
}
.jdcase_l li .name {
	padding: 10px 20px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
}
.jdcase_l li .name a {
	color: #383838;
}
.jdcase_l li .content {
	color: #9b9b9b;
	font-size: 14px;
	padding: 0 20px;
	height: 60px;
	overflow: hidden;
}
.jdcase_l .leftBtn {
	position: absolute;
	right: 44px;
	top: 4px;
	width: 25px;
	height: 25px;
	z-index: 22;
	background: url(images/nimg25_left.png) no-repeat;
}
.jdcase_l .rightBtn {
	position: absolute;
	right: 0;
	top: 4px;
	width: 25px;
	height: 25px;
	z-index: 22;
	background: url(images/nimg25_right.png) no-repeat;
}
.jdcase_l .leftBtn:hover {
	background: url(images/nimg25_leftOn.png) no-repeat;
}
.jdcase_l .rightBtn:hover {
	background: url(images/nimg25_rightOn.png) no-repeat;
}
.jdcase_l .title span {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.zrwy {
	width: 300px;
	padding-left: 20px;
	overflow: hidden;
}
.Rwuye {
	height: 90px;
	width: 300px;
}
.Rzeren {
	height: 90px;
	width: 300px;
	margin-top: 10px;
}
.footer {
	width: 100%;
	background: url("images/footer.jpg") repeat-x center top;
	position: relative;
	padding-bottom: 60px;
	clear: both;
}
.f_top {
	height: 65px;
	width: 100%;
}
.f_focus {
	height: 65px;
}
.un-listyed, .un-listyed li {
	padding: 0;
	margin: 0;
}
.un-listyed li {
	list-style: none;
}
.f_focus ul {
	float: right;
	background: url(images/ewmbg.png) no-repeat right center;
	height: 48px;
	padding-top: 15px;
}
.f_focus li {
	width: 139px;
	margin-left: 6px;
	float: left;
	height: 48px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.f_focus li .ewm {
	position: absolute;
	display: none;
	width: 100%;
	bottom: 55px;
	left: 0px;
}
.f_focus li .ewm img {
	display: block;
	width: 129px;
	border: 5px solid #fff;
	height: 129px;
}
.f_focus span {
	font-size: 12.5px;
	color: #8c8c8c;
	line-height: 65px;
	float: left;
	margin-right: 15px;
	font-weight: bold;
}
.ftlink {
	height: 65px;
}
.ftlink.fr ul li {
	float: left;
	display: block;
	line-height: 65px;
	color: #8c8c8c;
	width: 88px;
}
.ftlink.fr ul li a {
	font-size: 12.5px;
	color: #8c8c8c;
	line-height: 65px;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	margin-left: 15px;
}
.ftcon {
	padding-top: 20px;
}
.ftcon p a {
	color: #8C8C8C;
	font-weight: normal;
	float: none;
}
.ftcon p {
	font-size: 12.5px;
	color: #8c8c8c;
}
.ftcon a {
	font-size: 12.5px;
	color: #8c8c8c;
	float: left;
	font-weight: bold;
	line-height: 30px;
}
.contenttext{
margin:15px auto 30px auto;
width:900px;
lin-height:1.6;	
	}
.contenttext H2{margin:15px 0 15px 30px}
/*page*/
.pagination{
  position: relative;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}
.pagination span,
.pagination a{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  background: #4f5355;
  border-top: solid 1px #d2d2d2;
  border-left: solid 1px #c3c3c3;
  border-right: solid 1px #c3c3c3;
  border-bottom: solid 1px #9f9f9f;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
  background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #646464;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  width: auto;
  text-decoration: none;
}
.pagination span:last-child,
.pagination a:last-child,
{
  margin-right: 0;
}
.pagination a:hover
{
  background: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));
  background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);
  background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #f0f0f0 100%);
  background: -o-linear-gradient(#f0f0f0, #d0d0d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#d0d0d0', GradientType=0);
  color: #606060;
}
.pagination .current{
  border-top: solid 1px #222222;
  border-left: solid 1px #222222;
  border-right: solid 1px #222222;
  border-bottom: solid 1px #222222;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333333));
  background: -ms-linear-gradient(bottom, #505050, #333333);
  background: -moz-linear-gradient(center bottom, #505050 0%, #333333 100%);
  background: -o-linear-gradient(#333333, #505050);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#505050', GradientType=0);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);
  color: #efefef;
}