﻿body, p, h1, h2, h3, h4, h5, li, span, i, ul, img, a, strong, input, button, textarea, dd, dl, dt {
	margin: 0;
	padding: 0;
}
body {
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 1;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style-type: none;
	float: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, area {
	text-decoration: none;
	outline: none;
	color: #000;
}
img {
	border: none;
	vertical-align: middle;
}
i, var, em {
	font-style: normal;
}
button {
	font-family: "microsoft yahei";
	outline: none;
	cursor: pointer;
}
iframe {
	border: none;
}
input, select, textarea {
	outline: none;
	font-family: "microsoft yahei";
}
textarea {
	resize: none;
	overflow-y: auto;
}
.at {
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.dt {
	display: table;
	width: 100%;
}
.fl-w {
	float: left;
	width: 100%;
}
.hide {
	display: none;
}
.wid {
	width: 1200px;
	margin: 0 auto;
}
.apex {
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
}
.apex p {
	font-size: 12px;
	color: #666;
	float: left;
}
.apex ul {
	float: right;
	display: table;
	margin-left: -25px;
}
.apex ul li {
	margin-left: 25px;
}
.apex ul li a {
	color: #333;
}
.apex ul li a img {
	margin-right: 5px;
}
.apex ul li:hover a {
	opacity: .8;
}
.apex ul li:hover .code {
	display: block;
}
.apex ul li .code {
	position: absolute;
	display: none;
	z-index: 1;
}
.apex ul li .code img {
	width: 120px;
}

.piece {
	height: 280px;
	width: 100%;
}
.piece img {
}
.column {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 45px;
}
.column .path {
	float: left;
	color: #838383;
	background: url(../images/ico1.jpg) left center no-repeat;
	padding-left: 25px;
}
.column .path a {
	font-size: 14px;
	color: #838383;
}
.column .path a.acti {
	color: #e60000;
}
.column .menu {
	float: right;
}
.column .menu ul {
}
.column .menu ul li {
	position: relative;
	width: auto;
	margin: 0 10px;
	text-align: center;
}
.column .menu ul li a {
	font-size: 16px;
	color: #666;
	display: block;
	padding: 0 10px;
}
.column .menu ul li.acti a {
	color: #1568bf;
}
.column .menu ul li.acti:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #1568bf;
	display: block;
}
.article {
	padding: 0 70px 0 45px;
	margin-bottom: 95px;
	overflow: hidden;
	min-height: 400px;
}
.article h2 {
	font-size: 28px;
	color: #1568bf;
	padding-bottom: 20px;
}
.article p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.article p span {
	font-size: 16px;
	color: #1568bf;
}
.article .pic {
	display: table;
}
.article .pic img {
	vertical-align: top;
	float: left;
}
.article .pic img:nth-child(2) {
	float: right;
	margin-bottom: 24px;
}
.article .pic img:nth-child(3) {
	float: right;
}
.advisory {
	background: #1568bf;
	padding: 65px 0 60px;
	color: #fff;
}
.advisory .left {
	float: left;
}
.advisory .left img {
	float: left;
	margin-right: 8px;
}
.advisory .left b {
	font-size: 32px;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
}
.advisory .left p {
	font-size: 16px;
}
.advisory a {
	float: right;
	font-size: 18px;
	width: 200px;
	height: 56px;
	border: 2px solid #8ab4df;
	text-align: center;
	line-height: 56px;
	border-radius: 30px;
	color: #fff;
}
.footer {
	background: #141826;
	padding-bottom: 50px;
}
.footer a {
	color: #888e9f;
}
/*-------------*/







.banner {
	height: 600px;
	width: 100%;
	position: relative;
}
.banner .bann {
	width: 100%;
	height: 100%;
}
.banner .bann ul {
	width: 100%;
	height: 100%;
}
.banner .bann ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .cirl {
	position: absolute;
	bottom: 12px;
	width: 50%;
	left: 25%;
	z-index: 1;
	text-align: center;
}
.banner .cirl ul {
}
.banner .cirl ul li {
	display: inline-block;
	float: none;
	width: 56px;
	height: 10px;
	background: #f0f4f9;
	margin: 0 3px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	cursor: pointer;
	border-radius: 50px;
}
.banner .cirl ul li.acti {
	background: #1568bf;
	border: none;
}
.title {
	border-bottom: 1px solid #d9d9d9;
	height: 42px;
	margin-top: 64px;
}
.title h2 {
	float: left;
	font-size: 32px;
	font-weight: normal;
	position: relative;
}
.title h2:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #1568bf;
	bottom: -10px;
	left: 0;
	position: absolute;
}
.title a {
	color: #fff;
	float: right;
	width: 95px;
	height: 26px;
	line-height: 26px;
	background: #1568bf;
	text-align: center;
	position: relative;
	top: 27px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.title a:hover {
	background: #282828;
}
.ico-close {
	width: 56px;
	height: 56px;
	background-image: url(../images/pic10.png);
	display: inline-block;
	vertical-align: middle;
}
.jianjry {
	background: #f5f5f5;
	padding: 78px 0;
}
.annoyance {
	overflow: hidden;
	background: #fff;
}
.in_jianjie {
	width: 750px;
	padding: 60px;
	border-right: 1px solid #f1f1f1;
}
.injj_title {
	background: url(../images/tiao.jpg) no-repeat left bottom;
	padding-bottom: 50px;
}
.injj_title span {
	font-size: 32px;
	color: #000;
}
.injj_title a {
	width: 95px;
	background: #1568bf;
	height: 27px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.injj_pic {
	margin-top: 22px;
}
.injj_pic img {
	width: 630px;
	height: 220px;
	display: block;
}
.injj_note {
	text-indent: 25px;
}
.injj_note pre {
	font: 15px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 28px;
	color: #666;
}
/*首页荣誉*/

.in_rongyu {
	width: 448px;
	padding: 60px;
}
.products {
	height: 557px;
	overflow: hidden;
	background: #f5f5f5;
}
.pro-wrap {
	margin-top: 40px;
}
.pro-wrap .box {
	width: 576px;
	height: 270px;
}
.pro-wrap .box .pict {
	float: left;
	width: 278px;
	height: 100%;
	background: #fff;
}
.pro-wrap .box .pict .picte img {
	width: 100%;
}
.pro-wrap .box {
	margin-right: 24px;
}
.pro-wrap .box .pict .picte {
	display: table;
	width: 100%;
	text-align: center;
	height: 270px;
}
.pro-wrap .box .pict .picte i {
	display: table-cell;
	vertical-align: middle;
}
.pro-wrap .box .text {
	float: right;
	height: 100%;
	width: 298px;
	background: #1568bf;
	padding: 0 36px;
}
.pro-wrap .box .text b {
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	margin-top: 43px;
	line-height: 30px;
}
.pro-wrap .box .text p {
	color: #fff;
	opacity: .7;
	line-height: 24px;
	height: 106px;
	margin-top: 15px;
	text-align: justify;
}
.pro-wrap .box .text a {
	width: 120px;
	height: 30px;
	background: #282828;
	text-align: center;
	line-height: 28px;
	color: #fff;
	float: left;
	border: 1px solid #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pro-wrap .box .text a:hover {
	background: none;
	border: 1px solid #000;
}
.small-tel {
	width: 36px;
	height: 37px;
	background-image: url(../images/pic14.png);
	display: inline-block;
	vertical-align: middle;
}
.innovation {
	height: 711px;
}
.innovation .layout {
	width: 600px;
}
.innovation .fl-box {
	width: 50%;
	float: left;
	background-image: url(../images/pic13.jpg);
	height: 100%;
}
.innovation .fl-box h2 {
	font-size: 38px;
	font-weight: normal;
	color: #fff;
	margin-top: 130px;
}
.innovation .fl-box strong {
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #999;
	margin-top: 30px;
}
.innovation .fl-box ul {
}
.innovation .fl-box ul li {
	width: 50%;
	margin-top: 50px;
}
.innovation .fl-box ul li img {
	float: left;
}
.innovation .fl-box ul li .text {
	float: left;
	margin-left: 12px;
	width: 60%;
	margin-top: 8px;
}
.innovation .fl-box ul li b {
	display: block;
	font-size: 16px;
	color: #fff;
}
.innovation .fl-box ul li p {
	color: #999;
	line-height: 1.4;
	margin-top: 10px;
}
.innovation .fl-box h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-top: 50px;
	display: block;
	float: left;
	line-height: 37px;
}
.innovation .fl-box h3 span {
	font-size: 32px;
	position: relative;
	top: 5px;
}
.innovation .fl-box h3 i {
	margin-right: 10px;
}
.innovation .fr-box {
	background: #1568bf;
	width: 50%;
	float: right;
	height: 100%;
	padding: 0 50px;
}
.innovation .fr-box .text {
	margin-top: 125px;
}
.innovation .fr-box .text p {
	color: #fff;
	opacity: .8;
	line-height: 28px;
	font-size: 16px;
}
.innovation .fr-box .video {
	margin-top: 38px;
	background: #000;
}
.innovation .fr-box .video iframe {
	margin: 0 auto;
	display: block;
}
.case {
}
.case .layout {
	margin-top: 51px;
}
.case .fl-box {
	float: left;
	width: 600px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.case .fl-box img {
	width: 100%;
}
.case .fl-box p {
	color: #fff;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	text-align: center;
	background: rgba(24, 93, 162,.8);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .fl-box h4 {
	position: absolute;
	top: 50%;
	width: 100%;
}
.case .fl-box:hover .box-show {
	opacity: 1;
}
.case .fl-box:hover .box-show h4 {
	transform: scale(1);
}
.case .fl-box:hover .box-show a {
	margin-top: 150px;
}
.case .fl-box:hover p {
	bottom: -35px;
}
.case .fl-box .box-show a {
	margin-top: -150px;
}
.case .fr-box {
	float: right;
	width: 600px;
}
.case .fr-box ul {
	margin-top: -10px;
}
.case .fr-box ul li {
	position: relative;
	width: 290px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.case .fr-box ul li:hover .box-show {
	opacity: 1;
}
.case .fr-box ul li:hover .box-show h4 {
	transform: scale(1);
}
.case .fr-box ul li:hover .box-show a {
	margin-top: 70px;
}
.case .fr-box ul li:hover p {
	bottom: -35px;
}
.ico-sea {
	width: 40px;
	height: 40px;
	background-image: url(../images/pic18.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
}
.case .box-show {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(24, 93, 162,.8);
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.case .box-show a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .box-show h4 {
	font-weight: normal;
	text-align: center;
	transform: scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case .box-show h4 span {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
}
.case .fr-box .box-show h4 {
	top: 60%;
	position: absolute;
	width: 100%;
}
.case .fr-box .box-show h4 span {
	font-size: 18px;
}
.case .fr-box .box-show a {
	width: 30px;
	height: 30px;
}
.case .fr-box ul .pict {
	width: 290px;
	height: 220px;
	overflow: hidden;
}
.case .fr-box ul .pict img {
	width: 100%;
}
.case .fr-box p {
	color: #fff;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	text-align: center;
	background: rgba(24, 93, 162,.8);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ico-tel {
	width: 36px;
	height: 37px;
	background-image: url(../images/pic9.png);
	display: inline-block;
	vertical-align: middle;
}
.online {
	height: 193px;
	background: #1568bf;
}
.online .fl {
	margin-top: 58px;
}
.online .fl h2 {
	font-weight: normal;
	font-size: 32px;
	color: #fff;
}
.online .fl h2 i {
	margin-top: -6px;
	margin-right: 15px;
}
.online .fl p {
	font-size: 16px;
	color: #fff;
	margin-top: 11px;
}
.online .fr {
	margin-top: 66px;
}
.online .fr a {
	width: 199px;
	height: 56px;
	border: 2px solid rgba(255,255,255,.5);
	color: #fff;
	display: block;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 52px;
}
.enter {
	height: 711px;
	margin-top: 120px;
}
.enter .layout {
	width: 600px;
	padding: 0 40px;
}
.enter .text {
	margin-top: 130px;
}
.enter .text h2 {
	font-weight: normal;
	font-size: 38px;
	color: #fff;
}
.enter .text p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 20px;
}
.enter .text p var {
	opacity: .7;
}
.enter .text p a {
	color: #fff;
	font-size: 14px;
	margin-left: 6px;
}
.enter .text-cirl {
	float: right;
	font-size: 0;
	margin-top: 42px;
}
.enter .text-cirl a {
	margin: 0 4px;
	cursor: pointer;
}
.enter .text-cirl span i {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
	margin: 0 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.enter .text-cirl span .acti {
	opacity: 1;
}
.enter .fl-box {
	width: 50%;
	float: left;
	height: 711px;
	background: #1568bf;
}
.enter .fr-box {
	width: 50%;
	float: right;
	height: 711px;
	background-image: url(../images/pic13.jpg);
}
.enter .scroll {
	margin-top: 18px;
}
.enter .scroll ul {
}
.enter .scroll ul li {
	width: 520px;
}
.enter .scroll ul li .box {
	height: 221px;
	width: 247px;
	background: #ffffff;
}
.enter .scroll ul li .box .pict {
	width: 237px;
	height: 175px;
	margin: 0 auto;
	margin-top: 5px;
}
.enter .scroll ul li .box .pict img {
	width: 100%;
	height: 100%;
}
.enter .scroll ul li .box p {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.dynamics {
	height: 674px;
	background: #f2f2f2;
	padding-top: 94px;
}
.dynamics .fl-layout {
	float: left;
	width: 652px;
	border: 1px solid #dbdbdb;
}
.dynamics .fl-layout .tabs {
	border-bottom: 1px solid #d9d9d9;
	height: 60px;
}
.dynamics .fl-layout .tabs p {
}
.dynamics .fl-layout .tabs p span {
	cursor: pointer;
	float: left;
	width: 50%;
	height: 59px;
	text-align: center;
	font-size: 26px;
	line-height: 59px;
	background: #282828;
	color: #fff;
}
.dynamics .fl-layout .tabs p span a {
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 100%;
}
.dynamics .fl-layout .tabs p .acti {
	background: #1568bf;
}
.dynamics .fl-layout .tabs a:hover {
	color: #fff;
}
.dynamics .lar-box {
	margin-top: 25px;
	padding: 0 25px;
}
.dynamics .lar-box .pict {
	float: left;
}
.dynamics .lar-box .pict img {
	width: 223px;
	height: 159px;
	display: block;
	border: 3px solid #fff;
}
.dynamics .lar-box .text {
	width: 356px;
	float: right;
}
.dynamics .lar-box .text b {
	font-weight: normal;
	font-size: 16px;
	color: #282828;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 330px;
	display: block;
	padding-top: 15px;
}
.dynamics .lar-box .text p {
	line-height: 1.6;
	margin-top: 12px;
}
.dynamics .lar-box .text p var {
	color: #999;
}
.dynamics .lar-box .text p a {
	display: block;
	color: #fff;
	background: #e62129;
	width: 102px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	margin-top: 15px;
}
.dynamics .lar-box .text p a:hover {
	opacity: .7;
}
.dynamics .fl-layout ul {
	padding: 0 25px 35px 25px;
	overflow: hidden;
}
.dynamics .fl-layout ul li {
	margin-top: 25px;
	width: 100%;
	position: relative;
}
/*

.dynamics .fl-layout ul li:after {

	content: '';

	width: 4px;

	height: 4px;

	background: #000;

	position: absolute;

	left: 0;

	top: 4px;

}

*/

.dynamics .fl-layout ul li a {
	color: #555;
	display: block;
	float: left;
	padding-left: 10px;
	width: 395px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dynamics .fl-layout ul li span {
	color: #888;
	float: right;
}
.dynamics .fl-layout ul li a:hover {
	color: #1568bf;
}
.dynamics .fr-layout {
	float: right;
	width: 488px;
}
.dynamics .fr-layout ul {
}
.dynamics .fr-layout ul li {
	width: 100%;
	border-bottom: 1px dashed #dbdbdb;
	padding: 27px 0;
}
.dynamics .fr-layout ul li i {
	margin-right: 12px;
	width: 22px;
	height: 22px;
	float: left;
	border-radius: 3px;
	background: #1568bf;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}
.dynamics .fr-layout ul li p {
	color: #282828;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.dynamics .fr-layout ul li .tet {
	margin-top: 20px;
}
.dynamics .fr-layout ul li .tet i {
	background: #c80000;
}
.dynamics .fr-layout ul li .tet span {
	font-size: 15px;
	color: #999;
	line-height: 22px;
	float: left;
	width: 90%;
	height: 44px;
}
#marquee4 {
	height: 380px;
	overflow: hidden;
	margin-top: 20px;
	padding: 15px;
}
.advantage {
	height: 2576px;
	overflow: hidden;
	background: url(../images/youshititbj.jpg) no-repeat center top;
}
.ad-title {
	height: 220px;
	text-align: center;
}
.ad-title h2 {
	height: 81px;
	line-height: 24px;
	color: #fff;
	font-size: 33px;
	font-weight: normal;
	padding-top: 55px;
}
.ad-title h2 i {
	color: #e60000;
}
.ad-title h3 {
	font-size: 40px;
	color: #fff;
	padding: 26px 0 20px 0;
}
.ad-title span {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 18px;
	padding-right: 25px;
}
.advantage ul {
	margin-top: 80px;
}
.advantage li {
	width: 100%;
	position: relative;
}
.advantage li .pict {
}
.advantage li .abs {
	position: absolute;
}
.advantage li .fr {
}
.advantage li .fl {
}
.advantage li .text {
	width: 610px;
	margin-top: 10px;
}
.advantage li .text02 {
	width: 685px;
	margin-top: 10px;
}
.advantage li .text02 .cn-txt {
	width: 575px!important;
}
.advantage li h4 {
	width: 80px;
	height: 118px;
	background: url(../images/shuidi.png) no-repeat;
	color: #fff;
	font-size: 45px;
	text-align: center;
	float: left;
	line-height: 80px;
}
.advantage li h4 var {
	font-family: "Arial";
	font-size: 60px;
	display: block;
	background-image: url(../images/pic19.png);
	line-height: 111px;
	height: 111px;
}
.advantage li h4 span {
	font-size: 36px;
	display: block;
	letter-spacing: 4px;
	line-height: 93px;
}
.advantage li .cn-txt {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 492px;
}
.advantage li .mt5 {
	margin-top: 5px;
}
.advantage li .cn-txt b {
	font-size: 32px;
	color: #282828;
	font-weight: 700;
	white-space: nowrap;
}
.advantage li .cn-txt b i {
	color: #1568bf;
}
.advantage li .cn-txt span {
	color: #b8b8b8;
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 12px;
}
.advantage li .cn-txt p {
	color: #777;
	padding: 0px 0 19px 0;
	line-height: 27px;
	font-size: 16px;
}
.advantage li .cn-txt .ysw01 {
	background: url(../images/yswbj.png) no-repeat 0 11px;
	padding-left: 18px;
}
.advantage li .cn-txt .ysw02 {
	background: url(../images/yswbj02.png) no-repeat 0 11px;
	padding-left: 18px;
}
.hong {
	color: #e62129;
}
.advantage li .color h1 {
	background: #004995;
}
.advantage li .color .cn-txt {
}
.advantage li .color .cn-txt b {
	color: #fff;
}
.advantage li .color .cn-txt span {
	color: #fff;
	opacity: .5;
}
.advantage li .color .cn-txt p {
	color: #fff;
	opacity: .9;
}
.advantage li .color .cn-txt p i {
	background-image: url(../images/pic25.png);
}
.country {
	margin-top: 60px;
	/* position: relative; */

	clear: both;
	overflow: hidden;
	margin-left: 115px;
	padding-top: 30px;
}
.country p {
	font-size: 32px !important;
	float: left;
	opacity: 1 !important;
	margin-left: 15px;
	margin-top: 0 !important;
}
.country span {
	opacity: 1 !important;
	font-size: 16px;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	display: block;
}
.country a {
	width: 200px;
	height: 56px;
	border: 2px solid #e62129;
	border-radius: 50px;
	color: #e62129;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	text-align: center;
	line-height: 52px;
	right: -46px;
	z-index: 999;
}
.ico-coun-tel {
	width: 57px;
	height: 58px;
	background: url(../images/ystel.png) no-repeat;
	float: left;
}
/* 通用分页样式 */



.pages {
	height: 80px;
	padding: 5px 0;
	margin-top: 15px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	display: inline-block;
	margin-right: 5px;
	float: none;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #1568bf;
	background: #1568bf;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #1568bf;
	background: #1568bf;
	color: #fff;
}
/*图片列表*/



.met_editor {
	width: 1200px;
	margin: 0 auto;
}
.xiangguan li {
	width: 275px;
	height: 250px;
	display: block;
	float: left;
	margin: 14px;
}
.xiangguan li img {
	width: 275px;
	height: 214px;
	padding: 2px;
	border: 1px solid #eee;
}
.xiangguan .fc_wen {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/*合作客户*/



.xiangguan2 li {
	width: 230px;
	height: 170px;
	display: block;
	float: left;
	margin: 5px;
}
.xiangguan2 .bimg img {
	width: 230px;
	height: 132px;
	padding: 2px;
	border: 1px solid #eee;
}
.xiangguan2 .fc_wen {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/* 首页关于我们css */



.picScroll-left {
	width: 525px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow2.png) no-repeat;
	opacity: .5;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
}
.picScroll-left .hd ul li.on {
	opacity: 1;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 239px;
	height: 175px;
	display: block;
	border: 5px solid #fff;
}
.picScroll-left .bd ul li .pic a:hover img {
}
.picScroll-left .bd ul li .title2 {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	background: #fff;
}
.picScroll-left .bd ul li .title2 a {
	color: #666!important;
}
/* 首页专利证书css */



.picScroll-left2 {
	width: 525px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.picScroll-left2 .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/arrow2.png) no-repeat;
	opacity: .5;
}
.picScroll-left2 .hd .next {
	background-position: 0 -50px;
}
.picScroll-left2 .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left2 .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left2 .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left2 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
}
.picScroll-left2 .hd ul li.on {
	opacity: 1;
}
.picScroll-left2 .bd {
}
.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left2 .bd ul li {
	margin: 0 11px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left2 .bd ul li .pic {
	text-align: center;
}
.picScroll-left2 .bd ul li .pic img {
	width: 239px;
	height: 175px;
	display: block;
	border: 5px solid #fff;
}
.picScroll-left2 .bd ul li .pic a:hover img {
}
.picScroll-left2 .bd ul li .title2 {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 5px;
	background: #fff;
}
.picScroll-left2 .bd ul li .title2 a {
	color: #666!important;
}
/*新闻列表*/



.w_1000 {
	width: 1200px;
	margin: auto;
}
.c_1000_8 li {
	width: 1200px;
	padding: 0 20px 30px 20px;
	border-bottom: 1px #bcbcbc dotted;
	margin-bottom: 30px;
	float: left;
}
.ns_pic {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.ns_pic img {
	width: 300px;
	height: 219px;
}
.ns_r {
	width: 825px;
	float: left;
}
.c_1000_8 li .z1 {
	width: 825px;
}
.c_1000_8 li .z1 .z_1 a {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	line-height: 50px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.c_1000_8 li .z2 {
	width: 100%;
	line-height: 32px;
	color: #bcbcbc;
}
.c_1000_8 li .z3 {
	margin: 5px 0 15px 0;
}
.c_1000_8 li .z3 a {
	width: 100%;
	line-height: 27px;
	padding-top: 5px;
	color: #999;
}
.c_1000_8 li .z_2 a {
	float: left;
	padding: 0 25px;
	display: block;
	line-height: 35px;
	background: #1568bf;
	color: #fff;
	width: 125px;
	height: 35px;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
/*新闻详细*/



.news_xx01 {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #1568bf;
	font-weight: 700;
}
.news_xx02 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_xx03 {
	padding: 20px;
}
.news_xx03 p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.news_sx {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
	margin: 40px 0 70px 0;
}
.news_sx a {
	color: #1568bf;
}
.n_s {
	width: 49%;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 49%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_xg {
	margin: 40px 0;
	background: #f5f5f5;
	overflow: hidden;
}
.rec-title {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #1568bf;
	font-weight: 700;
	background: #eee;
}
.nx_li ul li {
	float: left;
	margin-right: 30px;
	width: 557px;
	height: 32px;
	line-height: 28px;
}
.nx_li {
	overflow: hidden;
	margin-left: 25px;
	padding: 20px 0;
}
.nx_li ul li a {
	display: block;
	width: 470px;
	line-height: 32px;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.nx_li ul li span {
	float: right;
	color: #999;
	line-height: 32px;
}
.case_xx {
	width: 1200px;
	margin: 0 auto;
}
.pro_list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.p_r {
	width: 270px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.p_l {
}
.p_l2 {
	width: 890px;
	float: right;
}
.pr_title {
	height: 100px;
	background: #1568bf;
	padding-left: 35px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 130px;
	border-bottom: 1px solid #0755a7;
}
.pr_li {
	background: #f5f5f5;
	overflow: hidden;
}
.pr_li .on {
	background: url(../images/ly_li2.png) #1568bf no-repeat 35px center;
}
.pr_li .on a {
	color: #fff;
}
.pr_li li {
	display: block;
	width: 100%;
	padding-left: 50px;
	height: 50px;
	background: url(../images/ly_li.png) no-repeat 35px center;
	border-bottom: 1px solid #ddd;
}
.pr_li li a {
	display: block;
	width: 100%;
	color: #333;
	line-height: 50px;
	font-size: 16px;
}
.p_l {
	overflow: hidden;
}
.p_l li {
	display: block;
	float: left;
	width: 283px;
	height: 360px;
	margin: 0 8px;
}
.p_l li .bimg img {
	width: 283px;
	height: 283px;
	padding: 3px;
	border: 5px solid #f5f5f5;
}
.p_l li span {
	display: block;
	width: 283px;
	padding: 0 10px;
	background: #f5f5f5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.p_l li:hover img {
	width: 283px;
	padding: 3px;
	border: 5px solid #1568bf;
}
.p_l li:hover span {
	color: #fff;
	background: #1568bf;
}
.pr_xx h4 {
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #1568bf;
	font-size: 16px;
}
.pr_xx div {
	padding: 10px;
}
.pr_xx {
}
.pro_xg {
	overflow: hidden;
	margin: 30px 0;
}
.pro_xg h2 {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #1568bf;
	background: #eee;
}
.pro_xg li {
	margin: 20px 6px 0 6px!important;
}
.n_lx {
	margin-top: 30px;
	overflow: hidden;
	width: 270px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.nl_tit {
	height: 60px;
	background: #1568bf;
	padding-left: 35px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	border-bottom: 1px solid #0755a7;
}
.nl_wen {
	padding: 10px;
}
.nl_wen p {
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.nl_tu {
	padding-left: 70px;
	background: url(../images/nltel.png) no-repeat 10px 0px;
	height: 60px;
	margin-top: 15px;
}
.nl_tu .nl_tu01 {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.nl_tu .nl_tu02 {
	font-size: 26px;
	color: #e60000;
	line-height: 22px;
	font-weight: 700;
}
.ditu iframe {
	width: 600px;
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 30px;
}
.ditu_r {
	width: 350px;
	float: left;
	margin-top: 30px;
}
.fudong {
	position: fixed;
	top: 100px;
	z-index: 999;
	left: 50%;
	margin-left: -600px;
}
.nav_f {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
.wenhua {
	width: 440px;
	float: left;
}
.wenhuatu {
	width: 600px;
	margin-top: 30px;
	float: right;
}
.webform {
	width: 100% !important;
	height: 500px !important;
}
/*首页合作客户*/

.hezuo {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
}
.hezuotit {
	background: url(../images/hezuotitbj.jpg) no-repeat top center;
	text-align: center;
	height: 91px;
}
.incasetitle {
	font-size: 35px;
	font-weight: 700;
	color: #2478db;
	line-height: 56px;
	padding-top: 7px;
}
.jznote {
	font-size: 14px;
	color: #888;
	text-align: center;
	letter-spacing: 2px;
}
.hezuo_list {
	margin-top: 40px;
}
.hezuo_list ul li {
	display: block;
	width: 241px;
	height: 111px;
	border: 1px solid #eeeeee;
	margin: -1px 0 0 -1px;
}
.dynamics .fr-layout .cjtitle {
	width: 488px;
	height: 64px;
	line-height: 64px;
	background: #1568bf;
	text-align: center;
}
.dynamics .fr-layout .cjtitle a {
	font-size: 22px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
/*网站底部*/

.footer-content-info {
	width: 560px;
	float: left;
	margin: 64px auto 0;
	color: #888e9f;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-content-info p {
	line-height: 20px;
}
.footer-content-info .telephone {
	margin: 30px 0 10px;
}
.footer-content-info .telephone img {
	margin-right: 10px;
	vertical-align: middle;
}
.footer-content-info .telephone span {
	vertical-align: middle;
}
.footer-content-info .email img {
	margin-right: 10px;
	vertical-align: middle;
}
.footer-content-info .email span {
	vertical-align: middle;
}
.footer-content-info .wechat-container .pop {
	position: absolute;
	left: -60px;
	bottom: 60px;
	width: 152px;
	height: 198px;
	border-radius: 4px;
	background-color: #fff;
	transform: scale(0);
	transform-origin: 50% 100%;
	transition: all .5s;
	text-align: center;
}
.wechat-container {
	position: relative;
}
.footer-content-info .weibo {
	width: 42px;
	height: 42px;
	background: url(../images/ftsj.png) no-repeat;
	;
}
.footer-content-info .wechat {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/ftweixin.png) no-repeat;
}
.footer-content-info .wechat02 {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/ftsj.png) no-repeat;
}
.footer-content-info .wechat-container .pop i {
	position: absolute;
	left: 70px;
	bottom: -7px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-top: 7px solid #40aefc;
	border-right: 8px solid transparent;
}
.footer-content-info .wechat-container .pop .icon2 {
	bottom: -6px;
	border-left: 8px solid transparent;
	border-top: 7px solid #fff;
	border-right: 8px solid transparent;
}
.footer-content-info .wechat-container .pop h3 {
	margin: 10px 0 5px;
	color: #202020;
	font-size: 16px;
	font-weight: 700;
}
.footer-content-info .wechat-container .pop p {
	font-size: 12px;
	color: #999;
}
.footer-content-info .wechat-container .pop img {
	width: 124px;
	height: 124px;
}
.footer-content-info .wechat-container:hover .pop {
	transform: scale(1);
}
.footer-content-info .wechat-container, .footer-content-info .weibo {
	display: inline-block;
	margin: 30px 22px 0 0;
}
.footer dl {
	float: left;
	width: 160px;
	margin-top: 65px;
}
.footer dl.footer-content-product {
	width: 185px;
}
.footer dl.footer-content-help {
	width: 185px;
}
.footer dl.footer-content-verify {
	width: 90px;
	text-align: center;
}
.footer dl dt {
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.footer dl dd {
	color: #888e9f;
	line-height: 32px;
}
.footer-content-verify dd {
	margin-bottom: 30px;
}
.copyright {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #888e9f;
	text-align: center;
	background-color: #0b0f1a;
}
.copyright a {
	color: #888e9f;
}
/*首页荣誉*/

#marquee44 {
	height: 380px;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}
.inry_list {
	text-align: center;
}
.inry_list ul li {
	display: inline-block;
	width: 235px;
	height: 180px;
	margin: 10px 0;
	float: none!important;
	border: 1px solid #eee;
	padding: 5px;
}
.inry_list ul li img {
	width: 222px;
	height: 168px;
	display: block;
}
/*内页分类*/

.ernavn {
	width: 100%;
	overflow: hidden;
	height: 60px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e3e3e3;
}
.ernavn .gohome {
	line-height: 61px;
	width: 68px;
	height: 61px;
	text-align: center;
	border-left: 1px solid #e3e3e3;
}
.ernavn .gohome a {
	display: block;
}
.ernavn .gohome img {
	display: block;
	margin: 22px 0 0 25px;
}
.ernavn .btn_group1 {
	font-size: 16px;
	line-height: 61px;
	box-sizing: border-box;
	height: 61px;
	text-align: left;
	color: #666;
	float: left;
	border-left: 1px solid #e3e3e3;
}
.ernavn .on a {
	background: #1568bf;
	color: #fff!important;
}
.ernavn .fr {
	font-size: 14px;
	line-height: 61px;
	height: 61px;
	color: #1568bf;
}
.ernavn .fr a {
	color: #1568bf;
}
.ernavn .fr img {
	margin-top: -2px;
	margin-right: 12px;
}
.ernavn .btn_group1 a {
	font-size: 16px;
	line-height: 61px;
	width: auto;
	display: block;
	padding: 0 35px;
	height: 61px;
	color: #666;
}
.neiye_left {
	width: 270px;
}
.neiye_left ul {
	overflow: hidden;
}
.neiye_left ul li {
	display: block;
	width: 270px;
	padding-left: 35px;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	margin-bottom: 1px;
}
.neiye_left ul li a {
	display: block;
}
.neiye_left ul li.on {
	background: #eee;
}
.neiye_left ul li.on a {
	color: #0155ab;
}
.neiye_left ul li.on a::before {
	color: #0155ab;
	content: "■    ";
	vertical-align: 2px;
	padding-right: 8px;
	font-size: 12px;
}
.neiye_left h3 {
	display: block;
	width: 100%;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: #0155ab;
	padding: 22px 0 15px 0;
	line-height: 25px;
}
.neiye_left h3 span {
	font-size: 12px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}
.neiye_left ul li a::before {
	color: rgba(198,198,198,.7);
	content: "■     ";
	vertical-align: 2px;
	padding-right: 8px;
	font-size: 12px;
}
.neiye_left .neiye_lianxi {
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 30px;
	border: 1px solid #eee;
	clear: both;
}
.neiye_lianxi02 {
	background: url(../images/intel02.png) no-repeat 0 4px;
	margin: 15px 0 10px 10px;
	font-size: 27px;
	color: #e60012;
	padding-left: 40px;
	line-height: 39px;
}
.neiye_lianxi02 span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 12px;
}
.neiye_lianxi p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 0 20px;
}
.neiye_lianxi03 a {
	display: block;
	width: 225px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #fff;
	float: left;
}
.neiye_lianxi03 a.zxzx {
	background: #e71727;
	margin: 20px 10px 0 11px;
}
.neiye_lianxi img {
	width: 244px;
	padding: 2px;
}
/*在线留言*/

.mess {
	padding: 0;
	margin: 0;
	font-size: 14px
}
.mess tr {
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50PX
}
.mess input {
	display: inline-block;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	width: 210px;
}
.mess textarea {
	width: 500px !important;
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mess .submit {
	width: 240px;
	height: 40px !important;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	background: #4081d6 !important;
	border-radius: 10px;
	border: 0 none;
	cursor: pointer;
}
div.pfw {
	position: relative;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}
div.pfw:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
div.pfw h3 {
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 20px;
	background: #f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;
	border-bottom: 1px solid #e1e1e1;
	color: #444;
	font-weight: bold;
}
div.pfw h3 small {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 4px;
	font-style: normal;
}
div.pfw h3 .more {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	font-weight: normal;
	font-size: 12px;
	margin-right: 5px;
}
div.pfw .content {
	margin: 5px;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
}
div.pfw .adm_reply {
	margin: 6px 0 0 0;
	font-size: 1em;
	line-height: 200%;
	padding: 25px 5px 25px 25px;
	position: relative;
	color: #444;
	border-top: 1px solid #e1e1e1;
	background: #f7faff;
}
div.pfw .adm_reply span {
	color: darkred;
	font-weight: bold;
	color: #e77718;
}
/*常见问题*/

/*新闻页面*/

.news_list {
	overflow: hidden;
}
.news_list ul li {
	display: block;
	padding: 0 0 30px 0;
	border-bottom: 1px #eee dotted;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}
.news_list ul li .news-tu {
	width: 115px;
	height: 105px;
	overflow: hidden;
	border-top: 2px solid #eee;
	margin: 20px 20px 0 25px;
}
.news_list ul li .news-tu span.time01 {
	display: block;
	width: 100%;
	line-height: 80px;
	font-size: 30px;
	color: #999;
	text-align: center;
}
.news_list ul li .news-tu span.time02 {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.news_list ul li .news-nr {
	width: 900px;
	margin-left: 30px;
}
.news_list ul li .news-nr h3 {
	font-size: 18px;
	color: #666;
	line-height: 45px;
}
.news_list ul li .news-nr p {
	color: #999;
	line-height: 25px;
}
.news-btn {
	width: 120px;
	text-align: center;
	background: #0155ab;
	color: #fff;
	line-height: 35px;
	margin-top: 20px;
}
