@charset "utf-8";
/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin: 0;padding: 0;outline: 0;vertical-align: baseline}
input,select,textarea{margin: 0;padding: 0}
input,select{vertical-align: middle}
ul,ol{list-style: none}
ul,ol,li,dl,dt,dd,pre,form,fieldset,img,div{margin: 0;padding: 0;border: none}
img{vertical-align: top}
textarea{resize: none}
a{text-decoration: none}
a:hover{text-decoration:none}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:400}
em{font-style: normal}
html{font-size: 100%;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%}
*,*::after,*::before{-webkit-box-sizing: border-box;box-sizing: border-box}
.clear{clear: both}
.clearfix,.w{zoom: 1}
.clearfix:after,.w:after{content: ".";display: block;overflow: hidden;height: 0;clear: both;visibility: hidden}
.fl{float: left}
.fr{float: right}
html,body{width: 100%; color:#333; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;}

/*头部及导航菜单*/
.toper-w{width:100%; height:98px; position: fixed; top:0px; z-index:999; background:#fff;}
.toper-n{width:1200px; height:98px; margin:0 auto;}
.toper-logo{width:280px; height:72px; margin-top:5px; font-size:14px; line-height:18px;}
.toper-right{width:805px; height:88px; margin-top:10px;}
.toper-r-t{width:781px; height:30px; line-height:30px; font-size:1em; text-align:right; color:#a9a9a9;  margin-right:24px; background:url(../img/tel.jpg) no-repeat 635px top;}
.toper-r-t a{color:#a9a9a9;}
.toper-r-t a:hover{color:#ca1911;}

@media only screen and (max-width:1200px){
.toper-w{width:100%; height:98px; position: fixed; top:0px; z-index:999; background:#fff;}
.toper-n{width:100%; height:98px; margin:0 auto;}
.toper-logo{width:319px; height:82px; margin-top:10px; margin-left:10px; }
.toper-right{width:805px; height:88px; margin-top:10px;}
.toper-r-t{width:781px; height:30px; line-height:30px; font-size:1em; text-align:right; color:#a9a9a9; margin-right:24px; background:url(../img/tel.jpg) no-repeat 615px top;}
.toper-r-t a{color:#a9a9a9;}
.toper-r-t a:hover{color:#ca1911;}
}

@media only screen and (max-width:1040px){
.toper-w{width:100%; height:60px; position: fixed; top:0px; z-index:999; background:#fff;}
.toper-n{width:100%; height:60px;}
.toper-logo{width:230px; height:50px; margin-top:5px; margin-left:5px; font-size:6px; line-height:10px;}
.toper-logo img{width:150px; height:auto;}
.toper-right{width:30%; height:60px; margin-top:0px;}
.toper-r-t{display:none;}
}


.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
	background:#fff;
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
	text-align:center;
}
.venus-menu > li > a{
	padding:18px 24px;
	font-size:18px;
	color:#313131;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	color:#ca1911;
}
.venus-menu ul li a:hover{
	color:#000;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#fff;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:56px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:42%;
	width:0;
	height:0;
	border-left:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid rgba(255, 255, 255, 0);
	border-bottom:8px solid #999;
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#fff !important;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{
	background:#d2d2d2;
	color:#000 !important;
}
.venus-menu ul li > a{
	background:#999;
	border-bottom:1px #d2d2d2 dashed;
	font-size:1em;
}
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#d2d2d2;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#999;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:27px;
	right:10px;
	font-size:24px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#ca1911;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}

.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:60px;
	cursor:pointer;
	color:#666;
	background:#fff;
}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:20px 20px 16px;
	height:30px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:4px;
	display:block;
	width:30px;
	height:2px;
	background:#666;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media only screen and (max-width:1020px){
	.venus-menu li{
		display:block;
		width:100%;
		background:#eee;
		border-bottom:1px solid #fff;
	}
	.venus-menu > li > a{
		padding:14px 0;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:20px;
		right:20px;
		font-size:24px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:30px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}

/*首页切换大图*/
.kong{width:100%; height:98px;}
.banner{ width:100%; height:533px; overflow:hidden; position:relative;font-size:0;}
.b-img{ height:533px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:533px; float:left;}
.b-list{ height:30px; padding-top:503px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:30px; height:5px; background:#9c9c9c; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{background:#ca1911;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px ;}
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px;}
.bar-left em{ display:block; width:50px; height:100px; background:url(../img/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:216px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../img/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:216px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

@media only screen and (max-width:1020px){
.kong{width:100%; height:60px;}
.banner{ width:100%; height:260px; overflow:hidden; position:relative;font-size:0;}
.b-img{ height:210px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:260px; float:left; background-size:cover !important;}
.b-list{ height:50px; padding-top:233px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:20px; height:5px; background:#9c9c9c; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{background:#ca1911;}
.bar-left{ position:absolute; z-index:1; display:block; width:60px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:60px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:25px; height:50px; background:url(../img/arrow-m.png) 0px 0px no-repeat; margin:0 auto; margin-top:100px;}
.bar-right em{ display:block; width:25px; height:50px; background:url(../img/arrow-m.png) -25px 0px no-repeat; margin:0 auto; margin-top:100px;}
.bar-left .emcss{ background-position:0px -50px;}
.bar-right .emcss{ background-position:-25px -50px;}

}
/*页面底部*/
.foot-w{width:100%; height:auto; background:#515558;}
.foot-n{width:100%; max-width:1200px; margin:0 auto; background:#515558; padding-top:36px; padding-bottom:36px;}
.foot-l{width:52%; height:220px; border-right:1px #0e0e0e solid; float:left;}
.foot-l-logo{width:100%; height:auto; text-align:left; margin-bottom:20px;}
.foot-l-logo img{width:100%; max-width:600px; height:auto;}
.foot-l-meun{width:94%; height:auto; border:1px #252525 solid; padding:0 2%;}
.foot-l-meun h1{ width:80px; margin-left:10px; height:30px; line-height:30px; color:#fff; font-size:1.0em; font-weight: bold; margin-top:-15px; display:block; background:#515558; text-align:center;}
.foot-l-meun li{width:21.5%; margin:10px 1.7% 20px 1.7%; height:36px; line-height:34px; color:#c1c0c0; border:1px #313131 solid; background:#626466; float:left; text-align:center; font-size:1.0em;}
.foot-l-meun li a{color:#c1c0c0;  -webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s; }
.foot-l-meun li a:hover{color:#fff;}
.foot-l span{color:#414040; line-height:16px; font-size:0.8em; padding-top:20px; width:100%; display:block;}
.foot-r{width:47%; height:auto; float:right;}
.foot-r li{ width:33%; height:220px; border-right:1px #0e0e0e solid; float:left; text-align:center}
.foot-r li h1{width:100%; line-height:50px; height:60px; color:#fff; font-size:1.0em; font-weight:bold; padding-top:10px; display:block;}
.foot-r li>ul{ padding-bottom:9px;}
.foot-r li>ul>li{width:100%; line-height:30px; color:#b5b5b5; font-size:0.9em; border:none; height:30px;}
.foot-r li>ul>li>a{color:#b5b5b5; -webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s; }
.foot-r li>ul>li>a:hover{color:#ca1911;}
.foot-r li .img3{ width:70%; height:auto; margin:0 auto}
.foot-r li img{width:70%; height:auto; padding:45px 0 15px 0;}
.foot-r li h2{width:100%; height:40px; line-height:20px; color:#414040; font-size:0.9em; text-align:center; padding-bottom:30px; }

.foot-link-w{width:100%; height:auto; min-height:60px; background:#e3e3e3;}
.foot-link-n{width:100%; max-width:1200px; height:auto; margin:0 auto; line-height:24px; padding:18px 0;}
.foot-link-l{width:7%; max-width:80px; height:24px; line-height:24px; color:#909090; float:left;}
.foot-link-r{ width:93%; float:right; height:auto;}
.foot-link-r li{float:left; color:#454545;}
.foot-link-r li a{font-size:0.8em;line-height:24px;color:#fff;-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s; padding:0 20px;}
.foot-link-r li a:hover{color:#fff;}
.m88{ display:none;}
.foot-link-r .more91 a{
	line-height:24px;
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
	font-weight:normal;
	color:#eee;
}
@media only screen and (max-width:768px){
.foot-w{width:100%; height:auto; background:#515558;}
.foot-n{width:100%; margin:0 auto; background:#515558; padding-top:20px; padding-bottom:20px;}
.foot-l{width:98%; height:auto; border-right:none; float:left;}
.foot-l-logo{width:100%; height:auto; text-align:left; margin-bottom:20px;}
.foot-l-logo img{width:100%; height:auto; margin-left:2%}
.foot-l-meun{width:94%; height:auto; border:1px #252525 solid; padding:0 2%; margin:0 auto;}
.foot-l-meun h1{ width:80px; margin:0 auto; height:30px; line-height:30px; color:#fff; font-size:1.0em; font-weight: bold; margin-top:-15px; display:block; background:#515558; text-align:center;}
.foot-l-meun li{width:21.5%; margin:10px 1.7% 20px 1.7%; height:36px; line-height:34px; color:#c1c0c0; border:1px #313131 solid; background:#626466; float:left; text-align:center; font-size:0.8em;}
.foot-l-meun li a{color:#c1c0c0;  -webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s; }
.foot-l-meun li a:hover{color:#fff;}
.foot-l span{ display:none;}

.foot-r{width:98%; height:auto; float:left; margin-bottom:10px;}
.foot-r li{ width:33%; height:auto; border-right:1px #0e0e0e solid; float:left; text-align:center}
.foot-r li h1{width:100%; line-height:50px; height:60px; color:#fff; font-size:1.0em; font-weight:bold; padding-top:10px; display:block;}
.foot-r li>ul{ padding-bottom:9px;}
.foot-r li>ul>li{width:100%; line-height:30px; color:#b5b5b5; font-size:0.9em; border:none; height:30px;}
.foot-r li>ul>li>a{color:#b5b5b5; -webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s; }
.foot-r li>ul>li>a:hover{color:#ca1911;}
.foot-r li .img3{ width:70%; height:auto; margin:0 auto}
.foot-r li img{width:100%; height:auto; padding:30px 0 15px 0;}
.foot-r li h2{width:100%; height:40px; line-height:20px; color:#414040; font-size:0.9em; text-align:center; padding-bottom:30px; }

.foot-link-w{width:100%; height:auto; min-height:60px; background:#e3e3e3; padding-bottom:20px;}
.foot-link-n{width:98%; height:auto; margin:0 auto; line-height:24px; padding:10px 0;}
.foot-link-l{width:40%; max-width:40%; height:24px; line-height:24px; color:#909090; margin:0 auto; float:none; text-align:center;}
.foot-link-r{ width:100%; height:auto;}
.foot-link-r li{float:left; color:#313131;}
.foot-link-r li a{font-size:0.8em;line-height:24px;color:#eee;-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s; padding:0 20px;}
.foot-link-r li a:hover{color:#fff;}
.m88{ display:none;}
.foot-link-r .more91 a{line-height:24px; display:inline-block; padding:0 20px; color:#909090;}
}

nav[role="navigation"] {text-align: center;}

.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 1em auto 1em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  color:#333;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .6em .8em;
  font-size: 1rem;
}
.cd-pagination a {
  border:1px solid #e6e6e6;
  border-radius: 0.25em;
}
.cd-pagination a:hover {
  background: #ca1911;
  color:#fff;
  border:1px solid #ca1911;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color:#666;
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  background-color: #ca1911;
  border-color: #ca1911;
  color: #ffffff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 2em auto 2em;
  }
}

/*在线客服*/
.kf-w {width:100px; overflow:hidden; position:fixed; right:10px; bottom:200px; z-index:10;}
.kf-n {width:100%; overflow:hidden;}
.kf-qq {width:90px;height:90px;margin-bottom:10px;}
.kf-qq a{display:block;width:90px;height:90px; padding-top:57px; line-height:30px; font-size:16px; text-align:center; color:#fff; background:#ca1911 url(../img/qq.png) no-repeat center 8px;}
.kf-qq a:hover{background:#313131 url(../img/qq.png) no-repeat center 8px;}
.kf-tel {width:90px;height:90px;margin-bottom:10px;}
.kf-tel a{display:block;width:90px;height:90px; padding-top:57px; line-height:30px; font-size:16px; text-align:center; color:#fff; background:#ca1911 url(../img/tel.png) no-repeat center 8px;}
.kf-tel a:hover{background:#313131 url(../img/tel.png) no-repeat center 8px;}
.kf-top {width:90px;height:90px;margin-bottom:10px;}
.kf-top a{display:block;width:90px;height:90px; padding-top:57px; line-height:30px; font-size:16px; text-align:center; color:#fff; background:#ca1911 url(../img/top.png) no-repeat center 8px;}
.kf-top a:hover{background:#313131 url(../img/top.png) no-repeat center 8px;}
@media only screen and (max-width:768px){
.kf-w{ display:none;}
}
input{margin:0;padding:0;}
.tb td, .tb th {padding:4px;}
.q_from{margin-top:20px;}
.tCenter {text-align: center;}
.tbborder3 {box-shadow:0px 0px 4px #eee;border-radius:4px;-webkit-border-radius:4px;border-left:1px solid #eee;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.tbborder3 td,.tbborder3 th{border-left: 1px solid #eee;border-top: 1px solid #eee;height:30px;}
/*控件、按钮信息*/
form{margin:0; padding:0}
input{letter-spacing:1px}
input, textarea, select {font-size: 12px;color:#313131;font-family:Microsoft YaHei, Arial, Helvetica, sans-serif;}
.text{padding:0;border-left:1px solid #CCC;border-top:1px solid #CCC;border-right:1px solid #efefef;border-bottom:1px solid #efefef; background: #fff;}
select{height:28px;line-height:28px; padding:0;padding:0 !important;border-left:1px solid #CCC;border-top:1px solid #CCC;border-right:1px solid #efefef;border-bottom:1px solid #efefef; background: #F9F9F9;}
}
.text100p{width:100%;height:28px;line-height:28px;}
.text200{width:80%;height:28px;line-height:28px;}
.text400{width:60%;height:28px;line-height:28px;}
.text500{width:500px;height:28px;line-height:28px;}
.textarea100p_80{width:80%;height:80px}
.button{display:inline-block;height:30px;line-height:30px;font-size:14px; cursor:pointer; margin:4px; padding:0 20px;border:1px solid #999; background:#FFFFFF;border-radius:4px;-webkit-border-radius:4px;}
.button_mini{display:inline-block;height:26px;line-height:26px;font-size:14px; cursor:pointer; margin:4px; padding:0 10px;border:1px solid #999; background:#FFFFFF;border-radius:4px;-webkit-border-radius:4px;}
.btn_tips{background:#f5f5f5; border:1px solid #ddd;}
.btn_red{background:#E30000; color:#FFFFFF;border:1px solid #C00;}
.btn_green{background:#090; color:#FFFFFF;border:1px solid #10670C}
.btn_blue{background:#1C5CBD; color:#FFFFFF;border:1px solid #10538F}
.btn_orange{background:#EE9704; color:#FFFFFF;border:1px solid #B67B10}
a.btn_red,a.btn_green,a.btn_blue,a.btn_orange{color:#FFFFFF;}

.inner_left_tell{background: #044692;height: 120px;width: 100%;overflow: hidden;box-sizing: border-box;
padding-top: 35px;margin-bottom: 100px;}
.inner_left_tell img{float: left;margin: 0 12px;}
.inner_left_tell p{overflow: hidden;color: #fff;font-size: 18px;}
.inner_left_tell p strong{font-size: 22px;line-height: 35px;display: block;}


.pub-37-left h2.tit{    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 28px;
    background-color: #044692;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 16px;
    box-sizing: border-box;
    height: 90px;
    font-weight: normal;}
	
	
.pub-37-left h2.tit small{    font-weight: normal;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    line-height:30px;
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #fff;}
	
	.pub-37-left h2.tit2{    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    background-color: #044692;
    color: #fff;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    height: 60px;
    font-weight: normal;}
	
	.recruit_list_ul {}

.recruit_list_ul li {
  height: 71px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}

.recruit_list_ul li h4 {
  font-size: 16px;
  color: #04468f;
  line-height: 38px;
}

.recruit_list_ul li p.con span:nth-of-type(1) {
  width: 130px;
  display: inline-block;
}
.recruit_list_ul li p.con span:nth-of-type(2) {
  width: 426px;
  display: inline-block;
}
.recruit_list_ul li p.con span:nth-of-type(3) {
  width: 200px;
  display: inline-block;
}

.recruit_list_ul li p.con a.more {
  color: #333;
}

.recruit_detail_table {}
.jia_case_list {width: 104%;}
.jia_case_list li {
    float: left;
    text-align: center;
    width: 195px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.jia_case_list li a {
    display: block;
}
.jia_case_list li .imgcon {
    height: 150px;
    border: 1px solid #dadada;
}

.jia_case_list li .imgcon img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.jia_case_list li .imgcon::after {
    display: inline-block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.jia_case_list li p {
    height: 30px;
    line-height: 19px;
    font-size: 14px;
    color: #333;
    display: block;
    z-index: 88;
    position: relative;
    padding-top: 9px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jia_article {
    padding: 25px 23px 30px;
}
.jia_article .articleTit {
    margin-top: 7px;
    font-size: 22px;
    color: #434343;
    text-align: center;
    height: 35px;
    font-weight: normal;
}

.jia_article .articleCon p {
    text-indent: 2em;
    line-height: 30px;
}
.titbar.t3{
display: block;
    padding: 5px;
    border-bottom: 1px solid #c8c9cb;
}
.titbar.t3 h3{
	    font-weight: bold;
}
.news_tag{overflow: initial;padding: 20px 0;}
.news_tag a {
    border: 1px solid #eee;
    margin-top: 9px;
    padding:5px 10px;
	color: #666;
}
.news_tag a:hover {
    background: #eff6ff;
    white-space: normal;
}

.news_pre a {
    color: #626262;
    font-size: 13px;
    padding-left: 18px;
    background: url() no-repeat 2px center;
    display: block;
    padding-right: 8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.subList.taglist li {
    display: flex;
    flex-wrap: wrap;
    background: none;
    border: none;
    padding-left: 0;
    justify-content: space-between;
}
.subList li a {
	line-height: 38px;
	font-size: 14px;
	color: #555555;
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
	padding-right: 13px;
}
.subList.taglist li a {
    border: 1px solid #eee;
	width: 155px;
    margin-top: 9px;
    padding-left: 10px;
}

.subList.taglist li a:hover {
    background:#eff6ff;
	white-space: normal;
	line-height: 19px;
}
