/*全局样式*/
* {
	padding: 0;
	margin: 0;
	line-height: normal;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
html {
	width: 100%;
	font-size: 14px;
	min-width: 1200px;
}
body {
	height: 100%;
	font-family: 'Arail', 'microsoft yahei';
	background: #fff;
	padding: 0;
	margin: 0;
}
ul, ol, li {
	list-style: none;
}
p, span, em, i {
	font-style: normal;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	background: none;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
img {
	border: 0;
}
.w1200 {
	width: 1200px;
	margin: auto;
}
.mt50 {
	margin-top: 50px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	overflow:hidden\0;
	zoom:1\0;
 *overflow:hidden;
 *zoom:1;
}
.cl::after {
 content: '';
 height: 0;
 display: block;
 clear: both;
}
.icon {
	background: url(../images/icon.png);
}
/* 头部 */
.slider li {
	width: 100%;
	height: 60px;
	display: block;
}
.head-tips {
	height: 40px;
	background: #f7f1f1;
}
.welcome {
	max-width: 40%;
	overflow: hidden;
}
.welcome p {
	font-size: 13px;
	color: #707580;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.help a {
	line-height: 40px;
	display: inline-block;
}
.helpcenter {
	color: #7f7171;
	position: relative;
	padding-right: 15px;
}
.helpcenter::after {
 content: '';
 position: absolute;
 right: 0;
 top: 35%;
 width: 1px;
 height: 30%;
 background: #bcbcbc;
 display: inline-block;
}
.service {
	color: #fd3d2a;
	padding-left: 15px;
}
.headbar {
	padding: 25px 0;
}
.logo {
	width: 290px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
 *zoom:1;
 *display: inline;
}
.logo a, .logo a img {
	display: block;
}
.menu-box {
	width: calc(100% - 290px - 50px);
	width: 860px\0;
 *width: 860px;
	margin-left: 50px;
}
.nav {
	width: 630px;
	height: 60px;/*overflow: hidden;*/
}
.nav ul {
	margin-top: 13px;
}
.nav ul li {
	margin: 0 15px;
	display: inline-block;
 *zoom:1;
 *display: inline;
}
.nav ul li a {
	font-size: 16px;
	line-height: 30px;
	padding: 0 5px;
	display: block;
	border-bottom: 2px solid transparent;
}
.nav>ul>li.cur a {
	color: #fd3d2a;
	border-color: #fd3d2a;
}
.contact-box span {
	display: inline-block;
	vertical-align: middle;
 *zoom:1;
 *display: inline;
}
.phone {
	width: 43px;
	height: 43px;
	background-position: 0 0;
}
.contact-text {
	color: #808080
}
.contact-text em {
	font-family: 'Bodoni Bd BT';
	color: #fd3d2a;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
/* 尾部样式 */
.footer {
	color: #bcc2e8;
	background: #2b2e42;
	padding: 35px 0 30px;
}
.footer-left {
	width: 660px;
}
.footer-nav a {
	color: #bcc2e8;
	margin: 0 15px;
	display: inline-block;
 *zoom:1;
 *display: inline;
}
.footer-nav a:first-child {
	margin-left: 0;
}
.copyright {
	font-size: 13px;
	color: #848494;
	margin-top: 45px;
}
.footer-right {
	width: 400px;
	text-align: right;
}
.footertel {
	color: #fff;
}
.footertel em {
	font-family: 'Bodoni Bd BT';
	font-size: 28px;
	color: #f39b55;
}
.companyname {
	margin-top: 10px;
}
.dingwei {
	width: 20px;
	height: 20px;
	background-position: -49px 0;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
 *zoom:1;
 *display: inline;
}
.nav-right-yw {
	position: relative;
}
.nav ul li ul {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 20px;
	left: -20px;
	width: 130px;
	text-align: center;
}
.nav-right-yw img {
	margin-bottom: 2px;
}
.nav ul li ul li {
	border-top: 1px solid #F5F5F5;
	background: #fff;
	width: 100%;
}
.nav ul li ul li a {
	font-size: 14px;
	color: #5E5A58;
	cursor: pointer;
}
.nav ul li ul li a:hover {
	background: #F7F7F7;
}
.nav ul li ul li a {
	color:#333!important;
	border:0px!important;
}
.news_ul {
	padding-bottom: 40px; padding-top:60px;
}
.news_ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding: 10px 0;
}
.news_ul li a {
	display: flex;
	text-decoration:none
}
.news_ul li .img {
	position:relative;
	width: 200px;
	height: 150px;
	margin-right: 30px;
	overflow: hidden;
}
.news_ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
transition: all .5s;
}
.news_ul li .txt {
	flex: 1;
	overflow: hidden;
	padding-right: 20px;
}
.news_ul li .txt h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
transition: all .5s;
}
.news_ul li .txt .hits {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.news_ul li .txt p {
	color: #b5b5b5;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
transition: all .5s;
	height: 80px;
	overflow: hidden;
}
.news_ul li .date {
	width: 130px;
	padding: 24px 0 24px 35px;
	font-size:24px;
	line-height: 50px;
	color:#999;
	font-weight:300;
	position:relative;
	text-align: center;
}
.news_ul li .date:after {
	display:block;
	content:"";
	width:1px;
	height: 100%;
	background:#f3f3f3;
	left:10px;
	top: 0;
	position:absolute;
}
.news_ul li .date span {
	display: block;
}
.news_ul li:hover .img img {
	transform: scale(1.02);
}
.news_ul li:hover .txt h3 {
	color:#2b2e42;
	;
}
.news_ul li:hover .txt p {
	color: #666;
}


/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px; padding-top:30px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#2b2e42;
	border:1px solid #2b2e42; text-decoration:none
}
.pagination a.page-num-current {
	color:#fff;
	background:#2b2e42;
	border:1px solid #2b2e42;
}
/* ----- PB分页数字条效果 结束 ----- */



.detail{padding-top: 50px;}
.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;text-align: center;margin-bottom: 20px;}
.detail .title h1{font-size: 30px;font-weight: bold;padding-bottom: 15px;}
.detail .title span{line-height: 18px;font-family: arial;color: #999;margin-right: 14px;}
.detail .title span:last-child{margin-right: 0;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}
.detail .context{color: #666;line-height: 40px;text-align: justify;padding-bottom: 25px;}
.detail .context img{max-width: 1200px;}
/* reLink*/
.reLink{height: 30px;line-height:30px;border: 1px solid #e6e6e6;padding: 0 15px;color: #666; padding-top:15px;}
.reLink .nextLink,
.detail .reLink .prevLink{width: 50%;}
.reLink .nextLink{text-align: right;}
.reLink a{color: #666;}
.reLink a:hover{color: var(--colour1);}

