﻿

/* CSS Document已经更新过了 */



body,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'Microsoft YaHei', "Arial", sans-serif;
}

em,
i,
u {
	font-style: normal
}

ul,
li {
	list-style: none;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

a:hover {
	text-decoration: none;
}
code{
padding: 2px 4px;
    border-radius: 4px;
    color: #ff933e;
    font-size: 90%;
    background-color: #fff;
}

input,
textarea,
select,
button {
	outline: none;
	padding: 0;
}

a:focus {
	outline-style: none;
	-moz-outline-style: none;
}





@media (min-width: 1200px) {
	.container {
		width: 1200px;
		padding: 0;
	}
}



.head-top {
	width: 1200px;
	margin: auto;
	height: 42px;
	line-height: 42px;
}

.head-top .leftp {
	float: left;
	font-size: 14px;
	color: #999999;
}

.head-top .rightp {
	float: right;
	font-size: 14px;
	color: #999999;
}

.head-top .rightp a {
	display: inline-block;
	color: #999999;
	padding: 0 12px;
	height: 18px;
}

.head-top .rightp span {
	color: #e1e1e1;
	display: inline-block;
}

#wechat {
	position: relative;
}

.show-wx {
	width: 150px;
	height: 150px;
	background: #fff;
	position: absolute;
	z-index: 99;
	left: -18px;
	margin: auto;
	display: none;
	top: 43px;
}

.show-wx img {
	display: block;
	max-width: 100%;
}

.navbar-default {
	background: #fff;
	border-bottom: none;
}

.navbar-default .navbar-collapse {
	background: #fff;
}

.swiper-container {
	width: 100%;
	margin: auto;
}

.swiper-container img {
	width: 100%;
}

.swiper-pagination-bullet {
	width: 10px;
	margin: 0 7px !important;
	height: 10px;
}


/*.swiper-pagination-bullet-active{background: #434343;}*/

.swiper-button-next,
.swiper-button-prev {
	width: 42px;
	height: 72px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	color: #147ab3;
}

.swiper-button-next .glyphicon,
.swiper-button-prev .glyphicon {
	top: 28px;
}

.pagination {
	text-align: center;
	position: absolute;
	bottom: -10px !important;
	z-index: 9;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #147ab3;
	color: #fff;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav>li>a {
	padding: 40px 18px;
	color: #666666;
	border-bottom: 5px solid #fff;
	line-height: none;
}

.index-product-show {
	max-width: 1200px;
	height: 600px;
	margin: auto;
	position: relative;
}

.index-product-show .title {
	width: 100%;
	text-align: center;
	padding: 50px 0 30px 0;
}

.index-product-show .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}

.index-product-show .title h2 {
	font-size: 36px;
	color: #147ab3;
	position: relative;
}

.index-product-show .title .line_l {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	left: -217px;
	top: 20px;
}

.index-product-show .title .line_r {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	right: -217px;
	top: 20px;
}

.index-product-show .title .tit {
	font-size: 18px;
	color: #147ab3;
	padding: 3px 0;
	display: inline-block;
	position: relative;
}

.index-product-show .tab {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.index-product-show .tab li {
	height: 38px;
	border: 1px solid #e1e1e1;
	text-align: center;
	line-height: 38px;
	color: #666666;
	display: inline-block;
	width: 92px;
	margin: 0 4px;
	cursor: pointer;
}

.index-product-show .tab li.active {
	background: #147ab3;
	color: #FFFFFF;
	border-color: #147ab3;
}

.index-product-show .looplist {
	width: 1200px;
	height: 0;
	overflow: hidden;
	margin: auto;
}

.index-product-show .looplist>div {
	width: 1100px;
	margin: auto;
}

.index-product-show .looplist.active {
	height: auto;
	left: 0;
}

.index-product-show .looplist li {
	width: 100%;
	height: 100%;
	float: left;
	
	position: relative;
}

.index-product-show .looplist li img {
	width: 100%;
	height: 100%;
	border: 1px solid #ebebeb;
}

.index-product-show .looplist li .tw-spc {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	padding: 15px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: -270px;
	transition: bottom .6s;
	-o-transition: bottom .6s;
	-ms-transition: bottom .6s;
	-moz-transition: bottom .6s;
	-webkit-transition: bottom .6s;
}

.index-product-show .looplist li:hover .tw-spc {
	bottom: 0;
}

.index-product-show .looplist li .tw-spc p {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.index-product-show .looplist li .tw-spc .line {
	width: 30px;
	height: 3px;
	background: #147ab3;
	display: inline-block;
}

.index-product-show .looplist li .tw-spc span {
	color: #fff;
	display: inline-block;
	padding-top: 6px;
	width: 100%;
}

.index-product-show .looplist .more {
	margin: auto;
	width: 96px;
	margin-top: 40px;
}

.index-product-show .looplist .more a {
	width: 96px;
	height: 36px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 36px;
	display: block;
	color: #999;
}

.index-product-show .looplist .more a:hover {
	background: #147ab3;
	color: #fff;
}


/*.index-product-show .looplist .product-left,.index-product-show .looplist .product-right{width: 44px;height: 44px;background: #bfbfbf;text-align: center;color: #fff;display: block;position: absolute;top: 50%;margin-top: -80px;z-index: 2;}
.index-product-show .looplist .product-left{left: -55px;}
.index-product-show .looplist .product-right{right: -55px;}
.index-product-show .looplist .product-left .glyphicon,.index-product-show .looplist .product-right .glyphicon{top: 14px;}
.index-product-show .looplist .product-left:hover,.index-product-show .looplist .product-right:hover{background: #147ab3;}*/

.owl-nav div,
.owl-nav div {
	width: 44px;
	height: 44px;
	background: #bfbfbf !important;
	text-align: center;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: 50px !important;
	z-index: 2;
	border-radius: 0;
}

.sowl-nav div {
	width: 44px;
	height: 44px;
	background: #bfbfbf !important;
	text-align: center;
	color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -55px !important;
	z-index: 2;
	border-radius: 0;
}


.owl-nav .owl-prev {
	left: 0px;
}

.owl-nav .owl-next {
	right: 0px;
}

.owl-nav .owl-prev .glyphicon,
.owl-nav .owl-next .glyphicon {
	top: 15px;
}

.sowl-nav .owl-prev {
	left: 0px;
}

.sowl-nav .owl-next {
	right: 0px;
}


.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: #147ab3 !important;
}

.index-solution {
	width: 100%;
	height: 615px;
	background: #f9f9f9;
}

.index-solution .title {
	width: 100%;
	text-align: center;
	padding: 50px 0 30px 0;
}

.index-solution .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}

.index-solution .title h2 {
	font-size: 36px;
	color: #147ab3;
	position: relative;
}

.index-solution .title .line_l {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	left: -217px;
	top: 20px;
}

.index-solution .title .line_r {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	right: -217px;
	top: 20px;
}

.index-solution .title .tit {
	font-size: 18px;
	color: #147ab3;
	padding: 3px 0;
	display: inline-block;
	position: relative;
}

.index-solution .stab {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.index-solution .stab li {
	height: 38px;
	border: 1px solid #e1e1e1;
	text-align: center;
	line-height: 38px;
	color: #666666;
	display: inline-block;
	width: 92px;
	margin: 0 4px;
	cursor: pointer;
}

.index-solution .stab li.active {
	background: #147ab3;
	color: #FFFFFF;
	border-color: #147ab3;
}

.index-solution .s-list {
	width: 1200px;
	height: 0;
	overflow: hidden;
	position: relative;
}

.index-solution .s-list > div{
	width: 1100px;
	margin: auto;
}

.index-solution .s-list.active {
	height: auto;
}

.index-solution .s-list li {
	width: 353px;
	height: 230px;
	position: relative;
	float: left;
	
}

.index-solution .s-list li img {
	width: 100%;
	height: 100%;
}

.index-solution .s-list li .tw-spc {
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 2;
}

.index-solution .s-list li .tw-spc p {
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 60px;
		transition: 0.6s;
-moz-transition: 0.6s; /* Firefox 4 */
-webkit-transition: 0.6s; /* Safari and Chrome */
-o-transition: 0.6s; /* Opera */
}

.index-solution .s-list li .tw-spc .line {
	width: 30px;
	height: 3px;
	background: #147ab3;
	display: inline-block;
}

.index-solution .s-list li .tw-spc span {
	color: #fff;
	display: inline-block;
	padding-top: 6px;
	width: 100%;
	opacity: 0;
	transition: 0.8s;
-moz-transition: 0.8s; /* Firefox 4 */
-webkit-transition: 0.8s; /* Safari and Chrome */
-o-transition: 0.8s; /* Opera */
}

.index-solution .s-list li .tw-spc>.more {
	width: 74px;
	height: 28px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	margin: auto;
	margin-top: 15px;
	color: #fff;
	opacity: 0;
	transition: 1s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; /* Opera */
}

.index-solution .s-list li .zdc {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	padding: 10px;
	transition: bottom .6s;
	-o-transition: bottom .6s;
	-ms-transition: bottom .6s;
	-moz-transition: bottom .6s;
	-webkit-transition: bottom .6s;
}

.index-solution .s-list li .zdc i {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #807575;
}

.index-solution .s-list li:hover .zdc {
	bottom: 0;
}
.index-solution .s-list li:hover .tw-spc p{padding-top:12px;}
.index-solution .s-list li:hover .tw-spc span,.index-solution .s-list li:hover .tw-spc>.more{opacity: 1;}

.index-solution .s-list .more {
	margin: auto;
	width: 96px;
	margin-top: 40px;
}

.index-solution .s-list .more a {
	width: 96px;
	height: 36px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 36px;
	display: block;
	color: #999;
}

.index-solution .s-list .more a:hover {
	background: #147ab3;
	color: #fff;
}

.index-ouravantage {

	margin: auto;
	position: relative;
	
}

.index-ouravantage .title {
	width: 100%;
	text-align: center;
	padding: 50px 0 0px 0;
}

.index-ouravantage .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}

.index-ouravantage .title h2 {
	font-size: 36px;
	color: #147ab3;
	position: relative;
}

.index-ouravantage .title .line_l {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	left: -217px;
	top: 20px;
}

.index-ouravantage .title .line_r {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	right: -217px;
	top: 20px;
}

.index-ouravantage .title .tit {
	font-size: 18px;
	color: #147ab3;
	padding: 3px 0;
	display: inline-block;
	position: relative;
}


.index-about {
	width: 100%;
	height: 615px;
	background: url(../image/bg.jpg) no-repeat center top;
	position: relative;
}

.index-about .title {
	width: 100%;
	text-align: center;
	padding: 50px 0 30px 0;
}

.index-about .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}

.index-about .title h2 {
	font-size: 36px;
	color: #fff;
	position: relative;
}

.index-about .title .line_l {
	height: 1px;
	background: #fff;
	width: 175px;
	position: absolute;
	left: -217px;
	top: 20px;
}

.index-about .title .line_r {
	height: 1px;
	background: #fff;
	width: 175px;
	position: absolute;
	right: -217px;
	top: 20px;
}

.index-about .title .tit {
	font-size: 18px;
	color: #fff;
	padding: 3px 0;
	display: inline-block;
	position: relative;
}

.index-about .spc {
	max-width: 1200px;
	margin: auto;
	padding-top: 70px;
	text-align: center;
}

.index-about .spc h2 {
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.index-about .spc .line {
	width: 50px;
	height: 3px;
	background: #147ab3;
	display: inline-block;
}

.index-about  .p {
	color: #fff;
	padding-top: 10px;
	width: 700px;
	line-height: 32px;
	margin:auto;
	text-align: center;
	height:315px;
}

.index-about .swiper-pagination-bullet{    background: #fff;}
.index-about .swiper-pagination-bullet-active{background: #147ab3;}

.index-about  .more a {
    
    height: 36px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 36px;
    display: block;
    color: #fff;
	padding:0 20px;
	position: absolute;
	left:0;
	right:0;
	bottom:70px;
	width:190px;
	margin:auto;
	z-index:99

}

.index-about .more a:hover {
    background: #147ab3;
    color: #fff;
	border: 1px solid #147ab3;
}

.index-news {
	max-width: 1200px;
	height: 770px;
	margin: auto;
	position: relative;
}

.index-news .title {
	width: 100%;
	text-align: center;
	padding: 50px 0 30px 0;
}

.index-news .title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}

.index-news .title h2 {
	font-size: 36px;
	color: #147ab3;
	position: relative;
}

.index-news .title .line_l {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	left: -217px;
	top: 20px;
}

.index-news .title .line_r {
	height: 1px;
	background: #147ab3;
	width: 175px;
	position: absolute;
	right: -217px;
	top: 20px;
}

.index-news .title .tit {
	font-size: 18px;
	color: #147ab3;
	padding: 3px 0;
	display: inline-block;
	position: relative;
}

.ledgenrq {
	width: 100%;
	height: auto;
}

.zuixindt {
	width: 300px;
	height: 58px;
	padding: 0 15px;
	background: #f3f7f9;
	font-size: 18px;
	color: #333333;
	line-height: 58px;
	border-bottom: 2px solid #147ab3;
}

.zuixindt a {
	display: block;
	float: right;
	width: 65px;
	height: 26px;
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #d3d5d6;
	margin-top: 15px;
}

.zuixindt a:hover {
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #147ab3;
	margin-top: 15px;
	background: #147ab3;
}

.ledgenrq .ledgenrqleft {
	float: left;
	width: 300px;
	height: 532px;
	box-shadow: 0 0 5px 1px #eceaea;
}
.ledgenrq .ledgenrqleft .zxdtnrk{
overflow: hidden;
height:468px;width:300px;
}
.zxdtnrk {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px;
}

.zxdtnrk .dpwenz {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.zxdtnrk .dpwenz .dpwenzimg {
	width: 100%;
	height: auto;
}

.zxdtnrk .dpwenz .dpwenzimg img {
	width: 100%;
	height: auto;
}

.zxdtnrk .dpwenz .dpwenztnr {
	width: 100%;
	height: auto;
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
}

.zxdtnrk .dpwenz .dpwenztnr span {
	display: block;
	color: #333333;
	font-size: 16px;
	padding: 10px 0;
}

.zxdtnrk .dpwenz .dpwenztnr p {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}

.zxdtnrk .dpwenz .dpwenztnr p a {
	color: #147ab3;
}

.zxdtnrk li {
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
}

.zxdtnrk li a {
	color: #666666;
	line-height: 32px;
	font-size: 14px;
}
.zxdtnrk li a.one {
	display: block;
    float: left;
    max-width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxdtnrk li a:hover {
	color: #147ab3;
}

.zxdtnrk li span {
	color: #999999;
	font-size: 12px;
	float: right;
}

.ledgenrq .ledgenrqzhong {
	float: left;
	width: 560px;
	height: 532px;
	margin-left: 20px;
	box-shadow: 0 0 5px 1px #eceaea;
}

.ledgenrqzhong .zuixindt {
	width: 560px;
}

.ledgenrqzhong .rqzhongnrq {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.rqzhongnrq li {
	float: left;
	width: 560px;
	height: 146px;
	padding: 0 15px;
	border-bottom: 1px solid #f0f0f0;
}

.rqzhongnrq li .zhongimg {
	float: left;
	width: 188px;
	height: 127px;
}

.rqzhongnrq li .zhongimg img {
	width: 188px;
	height: 125px;
}

.rqzhongnrq li .zhongtit {
	float: left;
	width: 342px;
	height: 125px;
	padding-left: 15px;
	color: #999999;
}

.rqzhongnrq li .zhongtit span {
	display: block;
	font-size: 16px;
	margin: 10px 0;
	color: #333333;
}

.rqzhongnrq li .zhongtit span a {
	color: #333;
}

.rqzhongnrq li .zhongtit p {
	font-size: 14px;
	padding: 10px 0;
}

.rqzhongnrq li .zhongtit p {
	display: block;
	padding: 10px 0;
	line-height: 20px;
}

.ledgenrq .ledgenrqright {
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 20px;
	box-shadow: 0 0 5px 1px #eceaea;
}

.ledgenrqright .qrightnrq {
	width: 270px;
	height: auto;
	padding: 0 15px;
}

.qrightnrq li {
	width: 100%;
	height: auto;
}

.qrightnrq li .rqrighttit {
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}

.qrightnrq li .rqrighttit i {
	color: #147ab3;
}

.qrightnrq li p {
	width: 250px;
	height: 60px;
	padding: 10px;
	line-height: 22px;
	background: url(404.png) no-repeat;
}

.down {
	float: left;
	width: 300px;
	height: 95px;
	margin-left: 20px;
	margin-top: 16px;

}
.down.download{background: url(../image/bg_1.png) no-repeat;background-size:100% 100%;}
.down.word{background: url(../image/bg_2.png) no-repeat;background-size:100% 100%;}

.down a {
	display: block;
	width: 100%;
	height: 100%;
}

.down .img {
	width: 106px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	float: left;
}

.down p {
	float: left;
	line-height: 95px;
	color: #fff;
	font-size: 28px;
	text-indent:10px;
}

.footer {
	width: 100%;
	height: 382px;
	background: url(../image/f-bg.jpg) no-repeat center;
	padding-top: 55px;
}

.footer .container {
	padding-bottom: 40px;
}

.footer .about {
	border-right: 1px solid #fff;
	height: 214px;
	width: 230px;
}

.footer .about h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 16px;
}

.footer .about a {
	color: #d3cdcd;
	line-height: 30px;
}

.footer .about a:hover {
	color: #147ab3;
}

.footer .lxwm {
	border-right: 1px solid #fff;
	width: 660px;
	height: 214px;
	padding: 0 168px;
}

.footer .lxwm h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 16px;
}

.footer .lxwm p {
	color: #d3cdcd;
	margin-bottom: 12px;
}

.footer .lxwm p i {
	margin-right: 10px;
}

.footer .lxwm p .first {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	float: left;
}

.footer .ewm {
	width: 305px;
}

.footer .ewm p {
	width: 128px;
	height: 153px;
	background: #FFFFFF;
	text-align: center;
	color: #666666;
	float: right;
}

.footer .ewm p img {
	width: 128px;
	height: 128px;
}

.footer .copyright {
	color: #efefef;
	text-align: center;
	padding: 0 15px;
	line-height: 24px;
}

.footer .copyright a {
	color: #efefef;
}

.p-banner {
	width: 100%;
	text-align: center;
}

.here {
	width: 100%;
	line-height: 50px;
	line-height: 50px;
	border-bottom:1px solid #e5e5e5;
}

.here a {
	color: rgb(51, 51, 51);
}

.here i {
	padding-right: 8px;
}

.here .input-group input {
	border: 1px solid #147ab3;
	max-width: 288px;
	float: right;
	margin-top: 8px;
}

.here .input-group .btn {
	width: 84px;
	background: #147ab3;
	height: 36px;
	color: #fff;
}

.product-cat {
	max-width: 1200px;
	margin: auto;
	margin-bottom: 30px;
}

.product-cat .menu {
	max-width: 1008px;
	border-radius: 8px;
	margin: auto;
	height: 50px;
	margin-top: 15px;
	background: #f3f3f3;
}

.product-cat .menu li {
	width: 140.5px;
	text-align: center;
	height: 50px;
	float: left;
	position: relative;
	line-height: 50px;
	font-size: 16px;
}

.product-cat .menu li:hover {
	background: #147ab3;
}

.product-cat .menu li a {
	color: #999999;
	display: block;
	width: 100%;
	height: 100%;
}

.product-cat .menu li:hover a {
	color: #fff;
}

.product-cat .menu li i {
	position: absolute;
	top: 46px;
	color: #147ab3;
	left: 0;
	right: 0;
	display: none;
	margin: auto;
}

.product-cat .menu li:hover i {
	display: block;
}

.product-cat .menu li.on {
	background: #147ab3;
}

.product-cat .menu li.on a {
	color: #fff;
}

.product-cat .menu li.on i {
	display: block;
}

.product-cat .menu span {
	color: #d7d7d7;
	float: left;
	margin-top: 15px;
}

.product-cat .list {
	width: 100%;
	padding-top: 30px;
}

.product-cat .list>div {
	
	margin-bottom: 15px;
}

.product-cat .list img {
	width: 100%;
	height: 100%;
}

.product-cat .list .spc {
	width: 100%;
	height: 270px;
	position: relative;
	overflow: hidden;
}

.product-cat .list .spc .text {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: left;
	color: #fff;
	position: absolute;
	left: 0;
	font-size: 14px;
	line-height: 200px;
	transition: bottom .6s;
	-o-transition: bottom .6s;
	-ms-transition: bottom .6s;
	-moz-transition: bottom .6s;
	-webkit-transition: bottom .6s;
	bottom: -270px;
}

.product-cat .list>div:hover .spc .text {
	bottom: 0;
}

.product-cat .list .spc .text span {
	
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.product-cat .list .tit {
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	color: #666666;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.product-cat .list>div:hover .tit {
	color: #147ab3;
}

.product-cat .stab {
	width: 100%;
	text-align: center;
	position: relative;
	display: none;
	margin-top: 20px;
}

.product-cat .stab li {
	height: 38px;
	border: 1px solid #e1e1e1;
	text-align: center;
	line-height: 38px;
	color: #666666;
	display: inline-block;
	width: 92px;
	margin: 0 4px;
	cursor: pointer;
}

.product-cat .stab li a {
	color: #999999;
	display: block;
	width: 100%;
	height: 100%;
}

.product-cat .stab li.active a {
	background: #147ab3;
	color: #FFFFFF;
	border-color: #147ab3;
}

.seo-diy {
	max-width: 1200px;
	padding: 30px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: auto;
padding-top:0;
}

#pager1 {
	text-align: center;
	width: 100%;
	margin: 20px auto;
}

#pager1 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	margin: 0 3px;
	color: #666666;
	padding: 0 12px;
	border-radius: 3px;
}

#pager1 a:hover {
	color: #fff;
	background: #147ab3;
}

#pager1 span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	color: #564639;
	padding: 0 10px;
	color: #fff;
}

#pager1 a.current {
	height: 30px;
	line-height: 30px;
	border: 1px solid #147ab3;
	margin: 0 3px;
	color: #564639;
	padding: 0 10px;
	color: #fff;
	background: #564639;
}

.producy-info {
	width: 100%;
	
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}

.producy-info .container {
	background: #fff;
	padding: 20px;
}

.producy-info .container h1 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
	text-align: center;
	color: #333;
	display: none;
}

.producy-info .pagination {
	display: none;
}

.pc-slide {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.view .swiper-container {
	width: 670px;
	height: 460px;
}

.view .arrow-left {
	background: url(../image/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -47px;
	width: 42px;
	height: 94px;
	z-index: 10;
	
}
.view .arrow-left:hover{background: url(../image/index_tab_l_on.png) no-repeat left top;}
.view .arrow-right:hover{background: url(../image/index_tab_r_on.png) no-repeat left top;}

.view .arrow-right {
	background: url(../image/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -47px;
	width: 42px;
	height: 94px;
	z-index: 10;
	
}

.preview {
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 140px;
}

.preview .swiper-slide {
	width: 210px;
	height: 140px;
	cursor: pointer;
	border: 1px solid #ebebeb;
}

.preview .swiper-slide img {
	width: 100%;
	height: 100%;
}

.preview .arrow-left {
	left: -50px;
	margin-top: -36px;
	background: #d2d3d5;
	color: #fff;
}

.preview .arrow-left:hover,
.preview .arrow-right:hover {
	background: #147ab3;
}

.preview .arrow-right {
	right: -50px;
	margin-top: -36px;
	background: #d2d3d5;
	color: #fff;
}

.preview .active-nav {
	border: 2px solid #147ab3;
}

.p-content {
	max-width: 1200px;
	margin: auto;
	margin-top: 40px;
}

.p-content .lamu {
	width: 100%;
	height: 52px;
	background: #f3f3f3;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #147ab3;
}

.p-content .lamu li {
	width: 142px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	color: #666666;
	font-size: 18px;
	cursor: pointer;
}

.p-content .lamu li.active {
	background: #147ab3;
	color: #fff;
}

.p-content .laycontent {
	padding: 26px;
}

.p-content .laycontent img{
	width:auto !important;
	
}

.p-content .laycontent .swiper-slide {
	color: #666666;
	line-height: 28px;
}

.xhcp {
	max-width: 1200px;
	padding: 0 26px;
	margin: auto;
	background: #fff;
}

.xhcp .title {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.xhcp .title .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 73px;
	height: 1px;
	background: #147ab3;
}

.xhcp .title p {
	color: #147ab3;
	font-size: 18px;
	padding: 10px 0;
	float: left;
	font-weight: bold;
}

.xhcp .title span {
	float: right;
	padding-top: 10px;
}

.xhcp-view {
	width: 100%;
	margin-top: 30px;
	position: relative;
	margin-bottom: 20px;
}

.xhcp-view .swiper-container {
	width: 100%;
}

.xhcp-view .swiper-slide {
	cursor: pointer;
}

.xhcp-view .swiper-slide img {
	width: 100%;
	height: 100%;
}

.xhcp-view .swiper-slide p {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 42px;
	line-height: 42px;
	color: #666666;
	text-align: center;
}

.xhcp-view .xarrow-left {
	left: -26px;
	margin-top: -58px;
	background: #d2d3d5;
	color: #fff;
	width: 26px;
	height: 100px;
	border-radius: 0;
	opacity: 1 !important;
}

.xhcp-view .xarrow-left:hover,
.xhcp-view .xarrow-right:hover {
	background: #147ab3;
}

.xhcp-view .xarrow-right .glyphicon,
.xhcp-view .xarrow-left .glyphicon {
	top: 43px;
}

.xhcp-view .xarrow-right {
	right: -26px;
	margin-top: -58px;
	background: #d2d3d5;
	color: #fff;
	width: 26px;
	height: 100px;
	border-radius: 0;
	opacity: 1 !important;
}

#xpagination {
	display: none;
}

.xgwz{width: 100%;margin: auto;margin-top: 30px;padding-bottom: 30px;}
.xgwz >div.left{padding-left: 0px;}
.xgwz >div.left{border-right: 1px solid #e9e9e9;padding-left: 0;padding-right: 15px;}
.xgwz li{width: 100%;float: left;height: 36px;line-height: 36px;}
.xgwz li i{margin-right: 12px;}
.xgwz li span{float: right;color: #999999;}
.xgwz li a{color: #666666;}
.xgwz li a:hover{color: #147ab3;}

.news-cat{max-width: 1200px;margin: auto;margin-bottom: 30px;}
.news-cat li{width: 100%;float: left;margin-top: 25px;height: 100%;position: relative;padding-bottom: 25px;border-bottom: 1px solid #ededed;}
.news-cat li .img{width: 300px;float: left;margin-right: 25px;}
.news-cat li .newbody{float: left;max-width: 736px;}
.news-cat li .newbody h4{font-size: 16px;font-weight: bold;padding-top: 30px;}
.news-cat li .newbody .spc{color: #666666;padding: 26px 0;line-height: 24px;}
.news-cat li .newbody .info{color: #999999;}
.news-cat li .newbody .info span{padding-right: 24px;}
.news-cat li a{color: #484848;}
.news-cat li a:hover{color: #147ab3;}
.news-cat li .more{position: absolute;height: 36px;width: 35px;right: 0;top: 50%;margin-top: -34px;}

.pu-news-cat{max-width: 1200px;margin: auto;margin-top: 30px;}
.pu-news-cat .article{margin-bottom: 25px;padding: 0 15px;}
.pu-news-cat .img{width: 100%;margin-right: 25px;}
.pu-news-cat .img img{width: 100%;}
.pu-news-cat .newbody{width: 100%;}
.pu-news-cat .newbody h4{font-size: 16px;font-weight: bold;padding-top: 10px;line-height: 26px;}
.pu-news-cat .newbody .spc{color: #666666;padding: 6px 0;line-height: 24px;}
.pu-news-cat .newbody .info{color: #999999;}
.pu-news-cat .newbody .info span{padding-right: 24px;}
.pu-news-cat a{color: #484848;}
.pu-news-cat a:hover{color: #147ab3;}
.pu-news-cat .more{position: absolute;height: 36px;width: 35px;right: 0;top: 50%;margin-top: -34px;}

.wall-column {
  display: block;
  position: relative;
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.articleinfo{width: 100%;}
.articleinfo .contentinfo{max-width: 1200px;margin: auto;background: #fff;padding: 26px;border-bottom: 1px solid #e7e7e7;min-height: 300px;margin-top: 30px;font-size:16px;}
.articleinfo .contentinfo h1{font-weight: bold;font-size: 20px;text-align: center;}
.articleinfo .contentinfo h2{font-size: 20px !important;font-weight: bold !important;;}
.articleinfo .contentinfo .zsx{text-align: center;padding-top: 20px;padding-bottom: 20px;}
.articleinfo .pn{max-width: 1200px;margin: auto;line-height: 50px;background: #fff;padding: 0 26px;}
.articleinfo .pn>div{padding: 0;color: #666666;}
.articleinfo .pn>div:last-child{text-align: right;}
.articleinfo .pn a{color: #666666;}
.articleinfo .pn a:hover{color: #147ab3;}

.jgt{width: 100%;height: 23px;background: #F4F4F4;display:none;}


.in3 ul{margin-top:60px;width:1198px;border-bottom:solid 1px #eaeaea;border-left:solid 1px #eaeaea; overflow:hidden; box-sizing: border-box;}
.in3 ul li{width:calc(100%/5);height:150px;float:left;text-align:center;position:relative;overflow:hidden;box-sizing: border-box;padding:0;}
.in3 ul li .clientLogo{border:solid 1px #eaeaea;border-bottom-width:0;border-left-width:0;transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-o-transition:all .3s;margin:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:100% auto;background-color:#fff;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%)}
.in3 ul li .clientLogo:before{background-color:rgba(255,255,255,.2);position:absolute;width:calc(96%);height:calc(96%);left:2%;top:2%;content:""}
.in3 ul li:hover .clientLogo{border-width:10px;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0)}
.in-box {
    width: 1200px;
    margin: 0 auto;
}

@media (min-width: 769px) {
.navbar{border:0}
	.navbar-nav {
		float: right;
		position: relative;
	}
	.fgx{display:block;line-height:100px;color:#147ab3}
	#app_menudown {
		display: none;
	}
	.pc-slide img{width:450px !important;height:450px !important;}
	.pc-slide .swiper-slide{text-align: center;}

	.navbar-nav>li {
		position: unset;
	}
	.navbar-nav>li:hover>a {
		color: #147ab3 !important;
		background-color: #ededed !important;
		border-color: #147ab3;
	}
	.mx-dropdown-nav {
		width: 900px;
		padding-top: 12px;
		background: rgba(0,0,0,0.8);
		position: absolute;
		left: 10px;
		top: 104px;
		display: none;
		z-index: 9;
	}
	.dropdown1{z-index: 9;}
	.dropdown2{z-index: 10;}
	.dropdown3{z-index: 11;}
	.dropdown4{z-index: 12;}
	.dropdown5{z-index: 13;}
	.dropdown6{z-index: 14;}
	.dropdown7{z-index: 15;}

	.mx-dropdown-nav p {
		padding-right: 24px;
		float: right;
	}
	.mx-dropdown-nav .dl-horizontal {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px dotted #606163;
	}
	.mx-dropdown-nav .dl-horizontal dt {
		width: 190px;
		float: left;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: bold;
		padding: 5px;
	}
	.mx-dropdown-nav>.dl-horizontal>dd {
		margin-left: 230px;
	}
	.mx-dropdown-nav>.dl-horizontal>dd>.list-inline>li {
		width: 32%;
		padding-right: 0;
	}
	.mx-dropdown-nav>.dl-horizontal>dd>a {
		padding: 0;
		color: #333333;
	}
	.mx-dropdown-nav>.dl-horizontal>dd>a:hover,
	.mx-dropdown-nav>.dl-horizontal dd>a:focus {
		background-color: #147ab3;
		color: #fff;
		border-radius: 3px;
	}
	.mx-dropdown-nav>.dl-horizontal>dd>.list-inline>li {
		display: inline-block;
		padding-left: 5px;
		padding-bottom: 8px;
	}
	.mx-dropdown-nav>.dl-horizontal>dd>.list-inline>li>a {
		color: #fff;
		padding: 5px;
	}
	.mx-dropdown-nav>.dl-horizontal>dd>.list-inline>li>a:hover {
		background-color: #147ab3;
		color: #fff;
		border-radius: 3px;
	}
	.mx-dropdown-nav>.dl-horizontal>dt>a{padding: 5px;border-radius: 3px;color: #fff !important;}
	.mx-dropdown-nav>.dl-horizontal>dt>a:hover {
        background-color: #147ab3;
		color: #fff !important;
		border-radius: 3px;
		padding: 5px;

	}

	.rfid{width:180px;left:422px;}
	.rfid .dl-horizontal dt{text-align:center;}
	.index-product-show .tab li:first-child {
		margin-left: 304px;
	}
	.index-solution .stab li:first-child {
		margin-left: 304px;
	}
	.g-page{
		display: none;
	}
	.ltoph{width:100%;height:147px;}
	.index-ouravantage .list{width:115.5px;margin-right:5px;padding:0;margin-bottom:8px;}
.index-ouravantage .list:nth-child(10n){margin-right:0px;}
}

@media (max-width: 768px) {
.view .arrow-left,.view .arrow-right{display: none;}
	.head-top,.fgx {
		display: none !important;
	}
	.ltoph{width:100%;height:81px;}
	.navbar-toggle{margin-top:22px;}
	.logo {
		max-width: 140px;
		padding-left: 10px;
	}
	.navbar-default .navbar-nav>span {
		display: none;
	}
	#app_menudown {
		top: 0px;
		right: 0px;
		font-size: 18px;
		position: absolute;
	}
	.collapse.in {
		background-color: #fff;
		overflow-y: auto;
	}
	.navbar-nav>li>a {
		border: none;
		padding: 10px 18px;
		color: #666666;
	}
	.mx-dropdown-nav {
		width: 100%;
		margin: 0 16px;
		padding-top: 15px;
	}
	.mx-dropdown-nav .dl-horizontal {
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px dotted #CCD1D9;
	}
	.mx-dropdown-nav .dl-horizontal dt {
		width: 100%;
		padding-bottom: 8px;
	}
	.mx-dropdown-nav .dl-horizontal dd {
		margin-left: 80px;
	}
	.mx-dropdown-nav .dl-horizontal dd .list-inline li {
		width: 48%;
		padding-right: 0;
		padding-bottom: 5px;
		font-size: 14px;
	}
	.mx-dropdown-nav .dl-horizontal dd a {
		padding: 0;
		color: #666666;
	}
	.mx-dropdown-nav .dl-horizontal dd a:hover,
	.mx-dropdown-nav .dl-horizontal dd a:focus {
		background-color: #147ab3;
		color: #fff;
		border-radius: 3px;
	}
	.mx-dropdown-nav p {
		float: none;
		padding-right: 24px;
	}
	.mx-dropdown-nav .dl-horizontal {
		border-bottom: 1px dotted #E6E9ED;
	}
	/*.mx-dropdown-nav .dl-horizontal dt{color:#E6E9ED;}*/
	.mx-dropdown-nav .dl-horizontal dd {
		margin-left: 0px;
		margin-top: 5px;
	}
	/*.mx-dropdown-nav .dl-horizontal dd a{color:#E6E9ED;padding:0;}*/
	.swiper-scrollbar {
		height: 3px;
		margin-top: 10px;
	}
	.swiper-scrollbar-drag {
		background: rgba(0, 0, 0, .2);
		border-radius: 10px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	.index-product-show {
		height: auto;
		padding-bottom: 30px;
	}
	.index-product-show .tab {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.index-product-show .tab li {
		margin: 0;
		margin-right: 8px;
	}
	.index-product-show .looplist {
		width: 100%;
		height: 0;
		position: relative;
	}
	.index-product-show .looplist>div {
		width: 100%;
		padding: 0 15px;
	}
	.index-product-show .looplist>div.more {
		padding: 0;
	}
	.index-product-show .title {
		width: 100%;
		text-align: center;
		padding: 40px 0 20px 0;
	}
	.index-product-show .title span {
		display: inline-block;
		vertical-align: middle;
		line-height: 40px;
	}
	.index-product-show .title h2 {
		font-size: 24px;
		
		position: relative;
	}
	.index-product-show .title .line_l {
		height: 1px;
		
		width: 30%;
		position: absolute;
		left: -50px;
		top: 15px;
	}
	.index-product-show .title .line_r {
		height: 1px;
		
		width: 30%;
		position: absolute;
		right: -50px;
		top: 15px;
	}
	.index-product-show .title .tit {
		font-size: 14px;
		
		padding: 3px 0;
		display: inline-block;
		position: relative;
	}
	.index-product-show .looplist li {
		width: 100%;
		height: 100%;
	}
	.index-product-show .looplist li .tw-spc {
		display: none;
	}
	.index-product-show .looplist .more {
		margin: auto;
		width: 96px;
		margin-top: 10px;
	}
	.owl-dots .active span {
		background: #147ab3 !important;
	}

	

.owl-nav div{
	right: 0px;
	margin-top: -60px !important;
}

	.owl-nav .owl-prev {
		left: 15px;
	}

	.owl-nav .owl-next {
		right: 15px;
	}
	.index-solution {
		height: auto;
		padding-bottom: 30px;
	}
	.index-solution .stab {
		padding: 0;
		margin-bottom: 30px;
	}
	.index-solution .stab li {
		margin: 0;
		margin-right: 8px;
	}
	.index-solution .s-list {
		width: 100%;
		height: 0;
		position: relative;
	}
	.index-solution .s-list>div {
		width: 100%;
		
	}
	.sowl-nav .owl-prev {
	left: 0px;
}
	.sowl-nav .owl-next {
		right: 0px;
	}
	.index-solution .s-list>div.more {
		padding: 0;
	}
	.index-solution .title {
		width: 100%;
		text-align: center;
		padding: 40px 0 20px 0;
	}
	.index-solution .title span {
		display: inline-block;
		vertical-align: middle;
		line-height: 40px;
	}
	.index-solution .title h2 {
		font-size: 24px;
		
		position: relative;
	}
	.index-solution .title .line_l {
		height: 1px;
		
		width: 30%;
		position: absolute;
		left: -50px;
		top: 15px;
	}
	.index-solution .title .line_r {
		height: 1px;
		
		width: 30%;
		position: absolute;
		right: -50px;
		top: 15px;
	}
	.index-solution .title .tit {
		font-size: 14px;
		
		padding: 3px 0;
		display: inline-block;
		position: relative;
	}
	.index-solution .s-list li {
		width: 100%;
		height: 100%;
	}
	.index-solution .s-list .more {
		margin: auto;
		width: 96px;
		margin-top: 10px;
	}
	.index-ouravantage {
		height: auto;
	}
	.index-ouravantage .title {
		width: 100%;
		text-align: center;
		padding: 40px 0 0px 0;
	}
	.index-ouravantage .title span {
		display: inline-block;
		vertical-align: middle;
		line-height: 40px;
	}
	.index-ouravantage .title h2 {
		font-size: 24px;
	}
	.index-ouravantage .title .line_l {
		height: 1px;
		width: 30%;
		position: absolute;
		left: -50px;
		top: 15px;
	}
	.index-ouravantage .title .line_r {
		height: 1px;
		width: 30%;
		position: absolute;
		right: -50px;
		top: 15px;
	}

.index-ouravantage .list{padding-left:5px;padding-right:5px;margin-bottom:8px;}


	.index-about {
		height: auto;
		padding-bottom: 90px;
	}
	.index-about .spc {
		padding-top: 10px;
	}
	.index-about .p {
	width:100%;
	height:auto;
		padding: 15px;
		text-align: left;
		    padding-bottom: 40px;
			    line-height: 26px;
	}
	.index-about .more a{bottom:35px;}
	.index-about .p br {
		display: none;
	}
	.index-about .spc h2 {
		font-size: 22px;
	}
	.index-about .title {
		width: 100%;
		text-align: center;
		padding: 40px 0 20px 0;
	}
	.index-about .title span {
		display: inline-block;
		vertical-align: middle;
		line-height: 40px;
	}
	.index-about .title h2 {
		font-size: 24px;
	}
	.index-about .title .line_l {
		height: 1px;
		width: 30%;
		position: absolute;
		left: -50px;
		top: 15px;
	}
	.index-about .title .line_r {
		height: 1px;
		width: 30%;
		position: absolute;
		right: -50px;
		top: 15px;
	}
	.index-news {
		height: auto;
		padding: 0 15px 30px 15px;
	}
	.index-news .title {
		width: 100%;
		text-align: center;
		padding: 40px 0 20px 0;
	}
	.index-news .title span {
		display: inline-block;
		vertical-align: middle;
		line-height: 40px;
	}
	.index-news .title h2 {
		font-size: 24px;
	}
	.index-news .title .line_l {
		height: 1px;
		width: 30%;
		position: absolute;
		left: -50px;
		top: 15px;
	}
	.index-news .title .line_r {
		height: 1px;
		width: 30%;
		position: absolute;
		right: -50px;
		top: 15px;
	}
	.ledgenrq .ledgenrqleft {
		width: 100%;
		margin-bottom: 15px;
	}
	.zuixindt {
		width: 100%;
	}
	.ledgenrq .ledgenrqzhong {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
		height: auto;
		margin-bottom: 15px;
	}
	.ledgenrqzhong .zuixindt {
		width: 100%;
	}
	.rqzhongnrq li {
		width: 100%;
		height: auto;
		padding-bottom: 15px;
	}
	.rqzhongnrq li .zhongimg {
		width: 100%;
	}
	.rqzhongnrq li .zhongimg img {
		min-height: 125px;
		width: 100%;
		height: 100%;
	}
	.rqzhongnrq li .zhongtit {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.zxdtnrk li a {
		display: block;
		float: left;
		max-width: 75%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.ledgenrq .ledgenrqright {
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.down {
		width: 100%;
		margin-left: 0;
	}
	.footer {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		background: #32373c;
		padding-top: 30px;
	}
	.footer .container {
		padding: 0;
		padding-bottom: 20px;
	}
	.footer .about {
		width: 100%;
		border: none;
		height: auto;
		padding-bottom: 15px;
	}
	.footer .lxwm {
		width: 100%;
		padding: 0 15px;
		border: 0;
	}
	.footer .ewm {
		width: 100%;
	}
	.footer .ewm p {
		float: left;
	}
	.here .lh{line-height:26px;}


	.product-cat .menu {
		display: none;
	}
	.product-cat .stab {
		padding: 0;
		display: block;
	}
	.product-cat .stab li {
		margin: 0;
		margin-right: 8px;
	}
	.product-cat .list .spc {
		height: 100%;
	}
	.product-cat .list .spc .text {
		display: none;
	}
	#pager1 {
		margin-bottom: 0;
		text-align: left;
		display:none;
	}
	#pager1 a,
	#pager1 span {
		margin-bottom: 10px;
	}
	.seo-diy {
		margin-bottom: 15px;
		padding: 15px;
	}
	.producy-info {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.producy-info .container {
		padding: 0 15px;
		padding-bottom: 40px;
	}
	.producy-info .pagination {
		display: block;
		text-align: center;
		position: absolute;
		bottom: 10px !important;
		z-index: 9;
		left: 0;
		right: 0;
	}
	.pc-slide {
		width: 100%;
	}
	.view .swiper-container {
		width: 100%;
		height: 100%;
	}
	.preview {
		display: none;
	}
	.p-content {
		padding: 0 15px;
	}
	.p-content .lamu li {
		width: 92px;
		font-size: 16px;
	}
	.p-content .laycontent {
		padding: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.xhcp {
		padding: 0 15px;
	}
	#xpagination {
		bottom: -24px !important;
		display: block;
	}
	.xgwz>div{padding: 0 !important;border: none !important;}
	.xgwz li a{max-width: 220px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;float: left;}
	.news-cat li .img{width: 100%;}
	.news-cat li .img img{width: 100%;}
	.news-cat li .more{display: none;}
	.wall-column {
	  display: block;
	  position: relative;
	  width: 100%;
	  float: left;
	  box-sizing: border-box;
	  overflow: hidden;
	}
	.articleinfo .contentinfo{padding: 26px 15px;}
	.articleinfo .contentinfo h1{font-size: 14px;}
	.articleinfo .contentinfo img{width:auto !important;max-width:100%;height:auto !important;}
	.articleinfo .pn>div:last-child{text-align: left;}
	.articleinfo .pn i{display: none;}

	.g-page {
    margin-bottom: 15px;
}
.f-tc {
    text-align: center;
}

.g-page .u-pup, .g-page .u-pne, .g-page .u-sa {
    border-radius: 5px;
    display: inline-block;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 25%;
}
.g-page a {
    background-color: #147ab3;
    color: #fff;
}
.g-page .pager-select {
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px;
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: 10px;
}

.g-page .page_number {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #333 inset;
    text-indent: -1em;
}
.g-page .page_number:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 5px solid #aaa;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    left: 50%;
    margin-left: 15px;
    top: 12px;
}
.g-page .pager-select .page_number span {
    padding: 0 2px;
    font-weight: bold;
}
.g-bd .m-pronav .list1 a, .g-bd .m-pronav .list2 a, .g-bd .m-pronav .list3 a, .m-pronav .content a, .u-pnum, .g-bd .m-pronav .prolist .list1 .a_tit {
    color: #0072d8;
}
.g-page .pager-select .page_number span {
    padding: 0 2px;
    font-weight: bold;
}
.g-page .select_box {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    text-align: center;
}
.g-page .u-pup, .g-page .u-pne, .g-page .u-sa {
    border-radius: 5px;
    display: inline-block;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 25%;
}
.g-page a {
    background-color: #147ab3;
    color: #fff;
}


.in3 ul{margin-top:30px;width:100%;border-bottom:solid 1px #eaeaea;border-left:solid 1px #eaeaea; overflow:hidden; box-sizing: border-box;}
.in3 ul li{width:50%;height:80px;float:left;text-align:center;position:relative;overflow:hidden;box-sizing: border-box;padding:0;}
.in3 ul li .clientLogo{border:solid 1px #eaeaea;border-bottom-width:0;border-left-width:0;transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-o-transition:all .3s;margin:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:100% auto;background-color:#fff;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%)}
.in3 ul li .clientLogo:before{background-color:rgba(255,255,255,.2);position:absolute;width:calc(96%);height:calc(96%);left:2%;top:2%;content:""}
.in3 ul li:hover .clientLogo{border-width:10px;-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0)}
.in-box {
    width: 100%;
    margin: 0 auto;
	padding:0 15px;
}

.p-content .laycontent img{
	width:auto !important;
	height:auto !important;
}

table {
    width: 100% !important;
}
table td {
    width: 100% !important;
}

}

@media screen and (max-width: 320px) {
	.xgwz li a{max-width: 190px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;float: left;}
}

.in3 { padding:80px 0;background:url(../image/in3-bg.jpg) no-repeat scroll center top / cover;padding-top:40px;}
.in3 div, .in3 ul, .in3 li {
	box-sizing:border-box
}



-box
}



