<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/*******************************

	-------[=首页]-------

********************************/

/*首页公用*/

.g-tit01 {
	overflow: hidden;
	margin-bottom: 20px;
}
.g-tit01 h3 {
	float: left;
	font-size: 24px;
	color: #0d62be;
}
.g-tit01 .more {
	float: right;
}
.g-tit01 .more a {
	display: block;
	float: left;
}
.g-tit01 .more a.txt {
	font-size: 18px;
	font-weight: 600;
	color: #0d62be;
	height: 30px;
	line-height: 30px;
	margin-right: 8px;
}
.g-tit01 .more a.jia {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	border: 2px solid #0d62be;
	font-size: 26px;
	font-weight: 600;
}
.g-tit01 .more a.jia span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #0d62be;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.g-tit01 .more a.jia:hover span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #0d62be;
	color: #fff;
}
/*头部*/

.yunu-header {
}
.hd-top {
	overflow: hidden;
	background-color: #f1efef;
	font-size: 12px;
	color: #8d8d8d;
}
.hd-top p {
	float: left;
	height: 36px;
	line-height: 36px;
}
.hd-link {
	float: right;
}
.hd-link li {
	float: left;
}
.hd-link li a {
	position: relative;
	color: #8d8d8d;
	padding: 0 4px;
	height: 36px;
	line-height: 36px;
}
.hd-link li:first-child a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	width: 1px;
	height: 9px;
	background-color: #8d8d8d;
}
.hd-bottom {
	overflow: hidden;
}
.hd-bottom .logo {
	float: left;
	height: 130px;
	line-height: 130px;
}
.hd-bottom .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hd-bottom .txt {
	position: relative;
	float: left;
	padding: 20px 30px;
	margin-top: 20px;
}
.hd-bottom .logo2{ margin-top: 40px;}
@media(max-width:990px){
	.hd-bottom .logo2{display: none;}
}
.hd-bottom .txt:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -34px;
	left: 0;
	background-color: #e1e1e1;
	width: 1px;
	height: 68px;
}
.hd-bottom .txt b {
	font-size: 24px;
	color: #363535;
}
.hd-bottom .txt b span {
	color: #f0831e;
}
.hd-bottom .txt p {
	text-align: center;
	font-size: 14px;
	color: #414141;
}
.hd-bottom .tel {
	float: right;
	margin-top: 39px;
}
.hd-bottom .tel b {
	overflow: hidden;
}
.hd-bottom .tel b span {
	float: right;
	padding-left: 30px;
	font-size: 16px;
	color: #6c6666;
	background: url(../images/icon1.png) left center no-repeat;
	-o-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}
.hd-bottom .tel p {
	font-size: 24px;
	color: #ff8e00;
	display: block;
	font-weight: bold;
}
.hdr {
	float: right;
}
.menuBtn {
	display: none;
	position: relative;
	float: right;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #0d62be;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b {
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.yunu-nav {
	background-color: #0d62be;
 *zoom:1;
}
.yunu-nav:after, .yunu-nav:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.yunu-nav li {
	position: relative;
	float: left;
	width: 10%;
}
.yunu-nav li &gt; a {
	display: block;
	font-size: 15px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.yunu-nav li.on &gt; a, .yunu-nav li &gt; a:hover {
	background-color: #326ec0;
}
.yunu-nav li dl {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #326ec0;
	z-index: 999;
}
.yunu-nav li:hover dl {
	display: block;
}
.yunu-nav li dl dd a {
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.yunu-nav li dl dd a:hover {
	background-color: #204e8d;
}
/*banner*/

.banner .item .con {
	padding-top: 28%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.banner .item .con .icon{ position: absolute; left:50%; margin-left: -57.5px; top:38%; margin-top: -39px;}
/*.banner .item .con .icon img:after{content:"";left:-4px;top:-4px;bottom:-4px;right:-4px;position:absolute;border:4px solid transparent;border-left:4px solid #fff;border-radius:50%; -webkit-animation:round 6s linear infinite; animation:round 6s linear infinite;}*/
.banner .item .con .icon em{ margin-left: -2px; font-style: normal; line-height: 25px; margin-top: 6px; text-align: center; color:#000;font-size: 14px; font-weight: bold;}
@media(max-width:990px){
	.banner .item .con .icon{ width:74px ; top:50%;margin-top: -35px;margin-left: -37px;}
	.banner .item .con .icon img{width:100%;}
	
}
.banner .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	overflow: hidden;
	cursor: pointer;
	width: 55px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	z-index: 9;
	background-repeat: no-repeat;
	-o-background-size: auto 55px;
	-ms-background-size: auto 55px;
	-moz-background-size: auto 55px;
	-webkit-background-size: auto 55px;
	background-size: auto 55px;
	background-color: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	opacity: .4;
}
.banner .slick-arrow:hover {
	opacity: .8;
}
.banner .slick-prev {
	left: 3%;
	background-image: url(../images/arrow.png);
	background-position: left center;
}
.banner .slick-next {
	right: 3%;
	background-image: url(../images/arrow.png);
	background-position: right center;
}
.banner .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	font-size: 0;
	background-color: rgba(0,0,0,.6);
}
.banner .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	height: 30px;
	line-height: 30px;/*padding-top: 12px;*/
}
.banner .slick-dots button {
	background-color: transparent;
	cursor: pointer;
	border: 0;
	width: 8px;
	height: 8px;
	outline: 0;
	font-size: 0;
	padding: 0;
	background-image: url(../images/ban-dian.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.banner .slick-dots li.slick-active button {
	background-position: left center;
}
/*搜索*/

.row-a1 {
	background-color: #f3f3f3;
	padding: 20px 0;
}
.m-link01 {
	overflow: hidden;
}
.m-link01 h3 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.m-link01 ul {
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}
.m-link01 li {
	display: inline-block;
}
.m-link01 li a {
	display: block;
	font-size: 14px;
	color: #3a3a3a;
	margin: 0 6px;
}
.m-link01 li a:hover {
	text-decoration: underline;
}
.m-so01 {
	text-align: center;
	font-size: 0;
	position: relative;
}
.m-so01 .pic {
	display: inline-block;
	width: 55px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	vertical-align: top;
}
.m-so01 .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 26px;
	max-height: 26px;
}
.m-so01 .inp {
	display: inline-block;
	width: 385px;
	height: 45px;
	border: 0;
	padding: 0 12px;
	border: 1px solid #eee;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .m-so01 .inp::-webkit-input-placeholder {
 color:#999;
 font-size: 14px;
}
 .m-so01 .inp::-moz-placeholder {
 color:#999;
 font-size: 14px;
}
 .m-so01 .inp::-ms-input-placeholder {
 color:#999;
 font-size: 14px;
}
.m-so01 .inp:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(13,98,190,.075), 0 0 8px rgba(13,98,190,.6);
	box-shadow: inset 0 1px 1px rgba(13,98,190,.075), 0 0 8px rgba(13,98,190,.6);
}
.m-so01 .sub {
	width: 110px;
	height: 45px;
	line-height: 45px;
	background-color: #0d62be;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.m-so01 .tips {
	width: 148px;
	height: 42px;
	line-height: 42px;
	border: #858585 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -74px;
	top: 116%;
	padding: 0 15px 0 40px;
	background: url(../images/tips.jpg) 8px center no-repeat #fff;
	display: none;
	font-size: 14px;
}
.m-so01 .tips::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: #bababa 1px solid;
	border-left: #bababa 1px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: -7px;
	background: #fff;
}
.m-so01 .tips.on {
	display: block;
}
/*产品*/

.row-a2 {
	overflow: hidden;
	padding: 30px 0;
	overflow: hidden;
}
.row-a2 .col-l {
	width: 240px;
}
.row-a2 .col-r {
	margin-left: 260px;
	float: none;
}
.snv-index {
	position: relative;
}
.snv-index h2 {
	font-size: 30px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: url(../images/bj1.jpg) no-repeat #0d62bd;
	color: #fff;
}
.snv-index ul {
	background-color: #f3f3f3;
	padding: 12px 15px;
}
.snv-index ul li {
	margin-bottom: 5px;
	background-color: #fff;
}
.snv-index ul li &gt; a {
	display: block;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 16px;
}
.snv-index ul li &gt; a:hover {
	color: #fff;
	background-color: #0d62be;
}
.snv-index ul li &gt; a &gt; span {
	display: block;
	background: url(../images/icon3.png) right center no-repeat;
	-o-background-size: 17px auto;
	-ms-background-size: 17px auto;
	-moz-background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-size: 17px auto;
}
.m-sub01 {
	display: none;
	border-top: 1px solid #eee;
}
.m-sub01 dd a {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	border-bottom: 1px solid #eee;
}
.m-sub01 dd a:hover {
	color: #0d62be;
}
.m-tel01 {
	background-color: #0d62be;
	padding: 15px;
	color: #fff;
	display: none;
}
.m-tel01 p {
	background-color: #f0831e;
	padding: 0 44px;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
}
.m-tel01 p span {
	padding-left: 26px;
	background: url(../images/icon2.png) left center no-repeat;
	-o-background-size: 16px auto;
	-ms-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
.m-tel01 strong {
	display: block;
	margin: 6px 0;
	text-align: center;
	font-size: 24px;
}
.ul-imgtxt01 {
	overflow: hidden;
	margin: 0 -9px;
}
.ul-imgtxt01 li {
	float: left;
	width: 25%;


	padding: 0 9px;
	margin-bottom: 15px;
}
.ul-imgtxt01 li .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 90%;
	border: 1px solid #ebeaea;
}
.ul-imgtxt01 li .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt01 li .pic .bj {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-imgtxt01 li:hover .pic .bj {
	top: 0;
}
.ul-imgtxt01 li .pic .more {
	position: absolute;
	top: 50%;
	margin-top: -85px;
	right: 100%;
	display: block;
	width: 100%;
	height: auto;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.ul-imgtxt01 li:hover .pic .more {
	right: 0;
}
.ul-imgtxt01 li span a {
	display: block;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 16px;
	background-color: #f3f3f3;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-imgtxt01 li span a:hover {
	color: #0d62be;
}
/*咨询*/

.row-a3 {
	background-color: #0d62be;
}
.ul-pic01 {
	overflow: hidden;
	padding: 14px 0;
}
.ul-pic01 li {
	float: left;
	text-align: center;
	height: 137px;
	line-height: 137px;
}
.ul-pic01 li.li1 {
	width: 33%;
}
.ul-pic01 li.li2 {
	width: 42%;
}
.ul-pic01 li.li3 {
	width: 25%;
}
.ul-pic01 li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
/*优势*/

.row-a4 .web-title {
	padding-top: 40px;
	text-align: center;
}
.web-title .title-0 {
	font-size: 30px;
	color: #353535;
}
.web-title .title-1 {
	font-family: 'AvantBk';
	font-size: 14px;
	color: #777;
	margin-top: 5px;
}
.ul-imgtxt02 {
	overflow: hidden;
	padding: 40px 0;
}
.ul-imgtxt02 li {
	overflow: hidden;
	margin: 20px 0;
}
.ul-imgtxt02 li:nth-child(2n) .pic {
	float: left;
}
.ul-imgtxt02 li:nth-child(2n) .box {
	float: right;
}
.ul-imgtxt02 li:nth-child(2n+1) .pic {
	float: right;
}
.ul-imgtxt02 li:nth-child(2n+1) .box {
	float: left;
}
.ul-imgtxt02 li .pic {
	width: 588px;
	height: 382px;
}
.ul-imgtxt02 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02 li .num {
	margin-top: 5px;
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	background: url(../images/bj2.png) center center no-repeat;
	color: #fff;
	font-size: 36px;
}
.ul-imgtxt02 li .box .con {
	padding: 10px 0;
}
.ul-imgtxt02 li .txt {
	overflow: hidden;
	padding-left: 18px;
}
.ul-imgtxt02 li .txt h3 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #000;
}
.ul-imgtxt02 li .txt h3 span {
	display: block;
	color: #ff8e00;
}
.ul-imgtxt02 li .txt p {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 32px;
}
/*客户案例*/

.row-a5 {
	overflow: hidden;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-tit01 {
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
}
.m-tit01 h2 {
	font-size: 30px;
	font-weight: bold;
}
.m-tit01 span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.m-imgtxt01 {
	margin: 0 -10px;
}
.m-imgtxt01 .item {
	margin: 0 10px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
}
.m-imgtxt01 .item .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 68%;
}
.m-imgtxt01 .item .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt01 .item .tit {
	display: block;
	text-align: center;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.m-imgtxt01 .item .txt {
	margin-bottom: 6px;
	display: block;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
	color: #888;
}
.m-imgtxt01 .item h3 a:hover {
	color: #0d62be;
}
.m-imgtxt01 .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	overflow: hidden;
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	z-index: 9;
	background-repeat: no-repeat;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
	background-color: transparent;
	background-position: center center;
	border: 0;
	outline: 0;
	padding: 0;
}
.m-imgtxt01 .slick-arrow:hover {
	-webkit-box-shadow: 0 0 4px #d83142;
	-moz-box-shadow: 0 0 4px #d83142;
	box-shadow: 0 0 4px #d83142;
}
.m-imgtxt01 .slick-prev {
	left: -4%;
	background-image: url(../images/icon4.png);
}
.m-imgtxt01 .slick-prev:hover {
	background-image: url(../images/icon4-hover.png);
}
.m-imgtxt01 .slick-next {
	right: -4%;
	background-image: url(../images/icon5.png);
}
.m-imgtxt01 .slick-next:hover {
	background-image: url(../images/icon5-hover.png);
}
/*******************************

	-------[=新闻]-------

********************************/

.row-a6 {
	padding: 50px 0;
	overflow: hidden;
}
.row-a6 .col-l, .row-a6 .col-r {
	width: 50%;
}
.m-box01 {
	overflow: hidden;
	margin-right: 24px;
}
.ul-news01 li {
	overflow: hidden;
}
.ul-news01 li .btn {
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0d62be;
	font-size: 24px;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 1px solid #d2d2d2;
}
.ul-news01 li .btn span {
	display: block;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-news01 li .btn .jian {
	display: none;
}
.ul-news01 li.on .btn .jia {
	display: none;
}
.ul-news01 li.on .btn .jian {
	display: block;
}
.ul-news01 li .txt {
	display: none;
	background-color: #f0f0f0;
	padding: 10px 10px 10px 55px;
	border-bottom: 1px solid #d2d2d2;
}
.ul-news01 li .txt p {
	color: #5b5b5b;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ul-news01 li .tit {
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d2d2d2;
}
.ul-news01 li .tit h3 a {
	display: block;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-news01 li .tit h3 a:hover {
	color: #0d62be;
}
.ul-news01 li .tit .time {
	display: block;
	float: right;
	font-size: 14px;
	color: #414141;
	margin-left: 10px;
}
/*******************************

	-------[=友情链接]-------

********************************/

.row-link {
	overflow: hidden;
	background-color: #0d62be;
	border-bottom: 1px solid #fff;
}
.m-link1 {
	padding: 20px 0;
}
.m-link1 .item {
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child {
}
.m-link1 .item span {
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1 {
	overflow: hidden;
}
.ul-link1 li {
	float: left;
}
.ul-link1 li a {
	display: block;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	height: 22px;
	line-height: 22px;
}
.ul-link1 li a:hover {
	text-decoration: underline;
}
/*底部*/

.yunu-footer {
	overflow: hidden;
	background-color: #0d62be;
	padding: 20px 0;
}
.fd-logo {
	width: 15%;
	float: left;
	height: 128px;
	line-height: 128px;
}
.fd-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.fd-txt {
	float: left;
}
.fd-nav {
	overflow: hidden;
}
.fd-nav li {
	float: left;
}
.fd-nav li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
.fd-nav li:first-child a {
	padding-left: 0;
}
.fd-nav li a:hover {
	text-decoration: underline;
}
.fd-nav li a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 1px;
	height: 11px;
	background-color: #fff;
}
.fd-nav li:last-child a:after {
	display: none;
}
.fd-txt .txt {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.fd-txt .txt a{
	color: #fff;
}
.fd-link {
	overflow: hidden;
}
.fd-link li {
	float: left;
}
.fd-link li a {
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.fd-link li a:hover {
	text-decoration: underline;
}
.fd-qr {
	float: right;
}
.fd-qr .pic {
	float: left;
	width: 137px;
	height: 137px;
}
.fd-qr .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.fd-qr h3 {
	overflow: hidden;
	padding-left: 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 44px;
}
.fd-qr h3 span {
	display: block;
}
/*客服*/

.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */

	right: -208px;
	top: 200px;
	z-index: 9;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #0d62be;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 30px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
}
.kf .contact {
	margin-top: 5px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 30px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 5px;
	padding-left: 30px;
}
.kf .con .qr img {
	width: 120px;
	height: 120px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #0d62be;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #0d62be;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;

	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
/*手机底部菜单*/

.h50 {
	display: none;
}
.yunu-link {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.yunu-link li {
	float: left;
	width: 25%;
}
.yunu-link li a {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a, .yunu-link li:hover a {
	color: #0d62be;
}
.yunu-link li a i {
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1 {
	background-image: url(../images/sj-nav1.png);
}
.yunu-link li.on .i1, .yunu-link li:hover .i2 {
	background-image: url(../images/sj-nav1-on.png);
}
.yunu-link li a .i2 {
	background-image: url(../images/sj-nav2.png);
}
.yunu-link li.on .i2, .yunu-link li:hover .i2 {
	background-image: url(../images/sj-nav2-on.png);
}
.yunu-link li a .i3 {
	background-image: url(../images/sj-nav3.png);
}
.yunu-link li.on .i3, .yunu-link li:hover .i3 {
	background-image: url(../images/sj-nav3-on.png);
}
.yunu-link li a .i4 {
	background-image: url(../images/sj-nav4.png);
}
.yunu-link li.on .i4, .yunu-link li:hover .i4 {
	background-image: url(../images/sj-nav4-on.png);
}
/*******************************

	-------[=内页公用]-------

********************************/

.g-tit3 {
	padding-bottom: 10px;
	font-size: 18px;
	color: #0d62be;
	border-bottom: 1px solid #dedede;
}
.g-tit3 span {
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages {
	text-align: center;
	font-size: 0;
	margin: 20px 0;
}
.g-pages li {
	display: inline-block;
}
.g-pages li a {
	display: block;
	padding: 0 9px;
	height: 28px;
	line-height: 28px;
	margin: 0 2px;
	border: 1px solid #dbdbdb;
	font-size: 13px;
}
.g-pages li.on a, .g-pages li a:hover {
	background-color: #0d62be;
	border: 1px solid #0d62be;
	color: #fff
}
/*内页左侧*/

.g-cur {
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
}
.g-cur .wp {
	background: url('../images/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
}
.g-cur .wp a {
	color: #2f2f2f;
}
.g-cur .wp a:hover {
	color: #0d62be;
}
.row-b1 {
	overflow: hidden;
	padding: 20px 0 56px;
}
.row-b1 .col-l {
	width: 260px;
}
.row-b1 .col-r {
	float: none;
	overflow: hidden;
	margin-left: 300px;
}
.g-titIns1 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #545454;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	position: relative;
}
.g-titIns1::after {
	content: '';
	width: 80px;
	height: 1px;
	background: #0d62be;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.snv {
	padding-top: 12px;
	margin-bottom: 30px;
}
.snv li {
	line-height: 44px;
	background: url('../images/jiantou-r.png') 6px 18px no-repeat;
	text-indent: 20px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}
.snv li a {
	display: block;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
}
.snv&gt;li.on&gt;a {
	color: #0d62be;
}
.snv-sub {
	padding-bottom: 10px;
	display: none;
}
.snv-sub dd {
	background: url('../images/jiantou-r.png') 12px 18px no-repeat;
	text-indent: 26px;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}
.snv-sub dd.on a {
	color: #0d62be;
}
.m-info {
	padding: 15px 0;
}
.m-info p {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #2F2F22;
}
/*内页banner]*/

.ban {
	height: 359px;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
/*******************************

	-------[=产品列表]-------

********************************/

.m-chanpin {
	margin-bottom: 10px;
}
.m-chanpin .desc {
	padding: 10px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 14px;
}
.m-chanpin .desc p {
	margin: 5px 0;
}
.ul-imgtxt-01 {
	margin: 0 -10px;
 *zoom:1;
}
.ul-imgtxt-01:after, .ul-imgtxt-01:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.ul-imgtxt-01 li {
	width: 16.66%;
	float: left;
	margin-top: 5px;
}
.ul-imgtxt-01 li a {
	margin: 5px 10px;
	display: block;
	text-align: center;
}
.ul-imgtxt-01 li a .pic {
	padding-top: 77%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.ul-imgtxt-01 li a .pic img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.ul-imgtxt-01 li a:hover .pic img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.ul-imgtxt-01 li a p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #666;
	background-color: #f5f5f5;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-imgtxt-01 li a .txt {
	text-align: left;
	padding: 2px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.ul-imgtxt-01 li a:hover {
	text-decoration: none;
}
.ul-imgtxt-01 li a:hover p {
	background-color: #0d62be;
	color: #fff;
}
.ul-imgtxt2 {
	margin-top: 0;
}
.ul-imgtxt2 li .pic {
	padding: 4px;
}
.ul-imgtxt2 li a:hover {
	border: 0;
}
.m-list3 {
	padding: 25px 0;
}
.ul-link2 {
	overflow: hidden;
	margin-top: 20px;
}
.ul-link2 li {
	float: left;
	margin-bottom: 20px;
}
.ul-link2 li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-link2 li a:hover {
	color: #ea042b;
}
/*******************************

	-------[=产品详情]-------

********************************/

.m-list1 {
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1 {
	float: left;
	width: 380px;
}
.m-txt1 {
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 h3 {
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-txt1 .txt {
	margin-right: 100px;
}
.m-txt1 .txt p {
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}
.m-txt1 .btn {
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #0d62be;
	color: #fff;
}
.m-txt1 .btn:hover {
	background-color: #444;
}
.m-txt1 .btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}
.m-txt2 {
	margin-top: 12px;
}
.m-txt2 p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}
.ul-pages1 {
	overflow: hidden;
	margin: 15px 0;
}
.ul-pages1 li {
	float: left;
	font-size: 15px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-pages1 li:last-child {
	float: right;
}
.ul-pages1 li a {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-pages1 li a:hover {
	color: #0d62be;
}
.m-list3 {
	padding: 25px 0 0;
}
.ul-link2 {
	overflow: hidden;
	margin-top: 20px;
}
.ul-link2 li {
	float: left;
	margin-bottom: 20px;
}
.ul-link2 li a {
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-link2 li a:hover {
	color: #0d62be;
}
/* 放大镜 */

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;






	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.yunu-showcase {
	margin-bottom: 30px;
}
.yunu-showcase-pic {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}
.yunu-showcase-pic .bd {
	font-size: 0;
	margin-top: 13px;
	overflow: hidden;
}
.yunu-showcase-pic .bd li {
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	display: inline-block;
	width: 99px;
	border: 1px solid #ddd;
	padding: 1px;
	margin: 0 5px;
}
.yunu-showcase-pic .bd li.active {
	border-color: #c80003;
}
.yunu-showcase-pic .prev, .yunu-showcase-pic .next {
	position: absolute;
	background: no-repeat 0 0;
	width: 14px;
	height: 27px;
	bottom: 26px;
	z-index: 2;
}
.yunu-showcase-pic .prev {
	background-image: url(../images/zlztdetailscon1btn01.png);
	left: 0;
}
.yunu-showcase-pic .next {
	background-image: url(../images/zlztdetailscon1btn02.png);
	right: 0;
}
.yunu-showcase-pic .prev:hover, .yunu-showcase-pic .next:hover {
	background-position: 0 bottom;
}
.yunu-showcase-pic .cover {
	height: 300px;
	line-height: 300px;
	border: 1px solid #ddd;
	padding: 1px;
}
.yunu-showcase-pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {
	float: right;
	width: 500px;
}
.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 20px;
	overflow: hidden;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 0;
	color: #666;
	line-height: 2;
}
.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/viskins-p1.png) no-repeat 0 15px;
	height: 42px;
	padding-left: 50px;
	line-height: 21px;
}
.yunu-showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 15px;
	background-color: #c80003;
	color: #fff;
}
.yunu-showcase-info .tel span {
	display: block;
	color: #c80003;
	font-size: 18px;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomDiv img {
	max-width: none;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.m_pic_showpic {
	display: none;
}
.m_showpic img {
	display: block;
	max-width: 100%;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
.table {
	width: 100%;
	max-width: 100%;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
/*产品详情图片*/

.pc-slide {
	width: 100%;
	margin: 0 auto;
}
.m-pic1 .view .swiper-slide {
	padding: 0 2px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	height: 90px;
	margin: 0 10%;
}
.preview .swiper-slide {
	/*width: 33.33%;*/

	width: 101px;
	padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	line-height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}
.preview .slide6 {
	width: 82px;
}
.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #0d62be;
}
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
.work_list .h3 {
	line-height: 44px;
	background: url('../images/jiantou-r.png') 6px 18px no-repeat;
	text-indent: 20px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;
}
.work_list .h3 a {
	float: left;
	line-height: 44px;
	color: #444;
	font-size: 16px;
	text-indent: 0;
	padding-left: 25px;
}
.work_list .h3.on a {
	color: #0d62be;
}
.work_list .h3 span {
}
.cat_nav .h4 {
	line-height: 44px;
	background: none;
	text-indent: 26px;
	background-size: auto 10px;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	float: left;
}
.cat_nav .h4 a {
	font-size: 14px;
	color: #888;
}
.work_list ul {
	display: none;
	float: left;
	width: 100%;
}
.work_list li {
	background: url('../images/jiantou-r.png') 16px 15px no-repeat;
	text-indent: 26px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	width: 100%;
	line-height: 42px;
	background-size: 5px;
}
.work_list li a {
	display: block;
	color: #666;
	font-size: 14px;
	text-indent: 0;
	padding-left: 30px;
}
.work_list li.on a {
	color: #0d62be;
}
/*******************************

	-------[=关于我们]-------

********************************/

.m-content .txt {
	padding: 15px 0;
	line-height: 30px;
	color: #2F2F2F;
	font-size: 16px;
}
.m-content .txt p{
	padding-bottom: 10px;
}
.m-content .txt .about_list img{
	border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.about_list .title {
	text-align: center;
	line-height: 40px;
}
.m-content table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
/*******************************

	-------[=新闻列表]-------

********************************/

.ul-newslist {
	overflow: hidden;
	margin-bottom: 30px;
}
.ul-newslist li {
	font-size: 14px;
	padding-top: 20px;
	/* border-bottom: #dddddd 1px dotted;*/

	clear: both;
}
.ul-newslist li .pic {
	width: 20%;
	float: left;
}
.ul-newslist li .pic img {
	border: #ccc solid 1px;
}
.ul-newslist li .intro {
	width: 78%;
	float: right;
}
.ul-newslist li a {
	display: block;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li .tit {
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}
.ul-newslist li .tit .time {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color: #888;
}
.ul-news1 li .tit .time {
	font-size: 12px;
}
.ul-newslist li .tit a {
	display: block;
	font-size: 16px;
	background: url('../images/news-r.png') left center no-repeat;
	padding-left: 14px;
	font-weight: bold;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li a:hover {
	color: #0d62be;
}
.ul-newslist li .txt p {
	font-size: 13px;
	line-height: 24px;
	color: #888;
	line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

@media(max-width:990px) {
.ul-newslist li .pic {
	width: 30%;
}
.ul-newslist li .intro {
	width: 68%;
}
.ul-newslist li .txt p {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
}
/*******************************

	-------[=新闻详情]-------

********************************/

.m-news1 {
	padding-top: 20px;
}
.m-news1 h1 {
	line-height: 34px;
	color: #434343;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}
.m-news1 .desc {
	text-align: center;
}
.m-news1 .desc span {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt {
	padding: 10px 0;
	line-height: 30px;
	color: #2F2F2F;
	font-size: 16px;
}
.m-news1 .txt p{
	padding-bottom: 10px;
}
.m-txt3 {
	margin-top: 10px;
}
.m-txt3 .link {
	padding-left: 20px;
	margin-bottom: 15px;
	height: 36px;
	line-height: 36px;
	color: #868686;
	font-size: 14px;
	background-color: #f5f5f5;
	border: 1px dotted #e5e5e5;
}
.m-txt3 .link a {
	color: #868686;
}
.m-txt3 .link a:hover {
	color: #0d62be;
}
.m-txt3 .tabel {
	overflow: hidden;
	color: #5a5a5a;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	font-size: 14px;
}
.m-txt3 .tabel span {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}
.m-txt3 .tabel ul {
	overflow: hidden;
}
.m-txt3 .tabel li {
	float: left;
}
.m-txt3 .tabel li a {
	display: block;
	margin-right: 10px;
	height: 42px;
	line-height: 42px;
}
.m-txt3 .tabel li a:hover {
	color: #0d62be;
}
.ul-news1 li {
	float: left !important;
	width: 50%;
	clear: none;
}
.ul-news1 li a {
	font-weight: 400;
}
.ul-news1 li .tit {
	margin: 0 10px;
}
/*******************************

	-------[=留言反馈]-------

********************************/

#message .m-content .m-message {
	width: 90%;
	padding: 20px;
}
#message .m-content {
	margin-top: 1rem;
}
.m-message label.code span {
	float: left;
}
.m-message label.code input {
	float: left;
}
.m-message label.code img {
	float: left;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 10000;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 20000;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	max-width: 580px;
	width: 480px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #0d62be;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;

}
.btn-1 input:hover {
	background: #ccc;
}
/*******************************

	-------[=案例详情]-------

********************************/

.m-list2 {
	margin-top: 30px;
	padding: 26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}
.m-list2 .con {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .box {
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .con .pic {
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}
.m-list2 .con .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-list2 .box .txt {
}
.m-list2 .box .txt h3 {
	margin-bottom: 30px;
	font-size: 22px;
	color: #0d62be;
}
.ul-txt-01 {
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/source.gif) left center no-repeat;
}
.ul-txt-01 li {
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei', Verdana, Arial;
}
.ul-txt-01 li a {
	font-size: 12px;
}
.ul-txt-01 li a:hover {
	color: #0d62be;
}
.pro-news-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.pro-news-box .main {
	margin: 15px 0;
	padding: 10px;
	background: #f1f1f1;
	overflow: hidden;
}
.pro-news-box .main .col-lg-12 {
	padding: 0;
}
.pro-news-box .main .t-1 {
	height: 27px;
	line-height: 27px;
}
.pro-news-box .main .t-1 .time {
	float: left;
	margin-right: 13px;
}
.pro-news-box .main .tit {
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
}
.pro-news-box .main .tit a {
	color: #333;
}
.pro-news-box .main .time {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}
.pro-news-box .main .txt {
	line-height: 25px;
	height: 50px;
	font-size: 14px;
	overflow: hidden;
}
.pro-news-box .main img {
	width: 30%;
	margin-right: 10px;
	border: #ccc solid 1px;
	float: left;
	height: 120px;
}
.pro-news-box .main:hover, .pro-news-box .main:hover a {
	background: #0d62be;
	color: #fff;
}
.pro-news-box .swiper {
	width: 100%;
	height: 100%;
}
.pro-news-box .swiper-slide {
	/* text-align: center; */

        /* Center slide text vertically */

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.pro-news-box .swiper-pagination {
	width: 1200px;
}
.pro-news-box .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	margin-right: 10px;
}
.pro-news-box .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

@media(max-width:990px) {
.pro-news-box .swiper-pagination {
	width: 100%;
}
.pro-news-box .main {
	height: 90px;
}
.pro-news-box .main .intro .tit {
	line-height: 20px;
	height: 40px;
}
.pro-news-box .main img {
	width: 32%;
	margin-right: 5px;
}
.pro-news-box .main .intro .txt {
	display: none;
}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;


}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}

.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}

@media (min-width: 1430px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
.index-tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}
.index-tit h2 {
	font-size: 30px;
	font-weight: bold;
}
.index-tit span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.index-news-menu {
	width: 100%;
	margin: 20px 0;
}
.index-news-menu ul {
	margin: 0 auto;
	width: 675px;
	height: 40px;
}
.index-news-menu li {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #e4e4e4;
	text-align: center;
	float: left;
	margin-right: 25px;
}
.index-news-menu li:last-child {
	margin-right: 0px;
}
.index-news-menu li a {
	font-size: 16px;
	color: #676767;
}
.index-news-menu li:hover {
	display: block;
	background: #13439d;
}
.index-news-menu li:hover a {
	color: #fff;
}

@media screen and (max-width: 991px) {
.index-news-menu ul {
	width: 100%;
}
.index-news-menu li {
	width: 23%;
	margin-right: 2%;
	overflow: hidden;
}
}
.pic_info {
	width: 400px;
	margin: 10px auto;
}

@media screen and (max-width: 991px) {
.pic_info {
	width: 100%;
}
}
.list_related {
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.list_related ul.related_news_img li {
	height: 132px;
}
.list_related .left_h {
	background: url(../images/title_line.jpg) left bottom no-repeat;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
}
.related_news {
	margin: 10px 0;
	padding: 0 15px;
	font-size: 15px;
	float: left;
	clear: both;
	width: 100%;
}
.related_news li {
	color: #898989;
	background: url(../images/li.png) no-repeat left 15px;
	line-height: 30px;
	height: 35px;
	overflow: hidden;
	padding: 5px 0px;
	padding-left: 14px;
	border-bottom: 1px dashed #e3e2e2;
}
.related_news li a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}
.related_news li a:hover {
	text-decoration: none;
	color: #337ab7;
}
.related_news li span {
	float: right;
	margin-right: 10px;
}
.related_news_img {
	margin: 15px 0;
	float: left;
	clear: both;
	width: 100%;
}
.related_news_img li {
	color: #898989;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.related_news_img li img {
	width: 35%;
	float: left;
	margin-right: 2%;
	border: #ccc solid 1px;
	max-height: 110px;
}
.related_news_img li .txt {
	float: left;
	width: 63%;
}
.related_news_img li span {
	display: block;
	font-size: 16px;
	line-height: 25px;
	max-height: 25px;

	font-weight: bold;
	overflow: hidden;
}
.related_news_img li span a:hover {
	text-decoration: none;
	color: #337ab7;
}
.related_news_img li p {
	line-height: 20px;
	max-height: 60px;
	margin-top: 10px;
	overflow: hidden;
	color: #888;
}

@media screen and (max-width: 991px) {
.related_news li span {
	display: none;
}
.list_related ul.related_news_img li {
	height: 112px;
}
.related_news_img li img {
	width: 30%;
	max-height: 90px;
}
.related_news_img li .txt {
	width: 68%;
}
.news-list .con .pic {
	display: none;
}
.related_news_img li p {
	margin-top: 2px;
}
}

/***分页链接

.pager {

	margin: 20px;

	border-top: #ccc 1px solid;

	background: #fff;


	padding: 5px 0;

}

.page_link {

	padding: 5px;

	margin: 3px;

}

.pager span.total {

	display: inline-block;

	line-height: 25px;

	clear: both;

	background: none;

}

.page_link_now, .page_link_a, .page_link_pre, .page_link_next, .page_link_first, .page_link_last {

	padding: 5px 8px;

	margin: 2px;

	border: 1px solid #ccc;

}

page_link_now a, .page_link_a a, .page_link_pre a, .page_link_next a, .page_link_first a, .page_link_last a {

	text-decoration: none;

	color: #555;

}

.page_link_now {

	background: #ddd;

	font-weight: bold;

}

***/

@media(max-width:990px) {
.m-content table {
	width: 100% !important;
}
}
.inner_table {
	overflow: scroll;
}
.inner_table .tableHtml {
	overflow-x: scroll;
	width: 160%;
}
.inner_table.w_700 .tableHtml {
	width: 200%;
}
.inner_table .tableHtml table {
	border-collapse: collapse;
}
.inner_table .tableHtml table td {
	line-height: 21px;
	padding: 0px 2px;
}
p.table_title {
	line-height: 25px;
	padding-top: 10px;
}
p.table_title i {
	font-size: 1.5rem;
	color: #171c61;
	line-height: 25px;
}
p.table_title i.fa-hand-o-down {
	color: red;
	padding: 0px 7px;
}
p.table_title strong {
	font-size: 1.5rem;
	text-indent: 10px;
	line-height: 25px;
	margin-right: 10px;
}</pre></body></html>