.header-pc .nav-list ul.nav li a span.header-pc .navbar {
	border-bottom: #f0f0f0 1px solid;
	background: #FFFFFF;
}

.header-pc nav{
	background: #fff;
	box-shadow: 0px 0px 8px #D6D1D1;
}

.header-pc .nav-list ul.nav li a {
	color: #5a5a5a;
	padding: 0;
	margin: 0 15px;
	line-height: 83px !important;
	overflow: hidden;
	background: none;
}

.header-pc .nav-list ul.nav li a span {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	display: inline-block;
	font-size: 15px;
	color: #555;
}

.header-pc .nav-list ul.nav li:hover a span {
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.header-pc .nav-list ul.nav li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	left: 0px;
	height: 1px;
	background-color: #8fc141;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	box-sizing: border-box;
}

.header-pc .nav-list ul.nav li:hover a {
	background: none;
}

.header-pc .nav-list ul.nav li:hover a:before {
	width: 100%;
}

.header-pc .nav-list ul.nav li:nth-of-type(1) span:after {
	content: "홈 페이지";
	position: absolute;
	color: #555;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}

/*.header-pc .nav-list ul.nav li:nth-of-type(2) span:after {
	content: "纸绳";
	position: absolute;
	color: #5a5a5a;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}
*/
.header-pc .nav-list ul.nav li:nth-of-type(2) span:after {
	content: "상품 갤러리";
	position: absolute;
	color: #555;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}

.header-pc .nav-list ul.nav li:nth-of-type(3) span:after {
	content: "응용 전시";
	position: absolute;
	color: #555;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}

.header-pc .nav-list ul.nav li:nth-of-type(4) span:after {
	content: "뉴스 동태";
	position: absolute;
	color: #555;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}

.header-pc .nav-list ul.nav li:nth-of-type(5) span:after {
	content: "회사소개";
	position: absolute;
	color: #555;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
}

.header-pc .nav-list ul.nav li:nth-of-type(6) span:after {
	content: "제휴센터";
	position: absolute;
	color: #555;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;

}

.header-pc .nav-list .language {
	margin-left: 30px;
	font-size: 12px;
	color: #a1a0a0;
	width: 180px;
	padding-top:10px; 
}

.header-pc .nav-list .language a {
    color: #616161;
    display: block;
    float: left;
    width: 80px;
    height: 25px;
    margin-top: 5px;
    border: 1px solid #e6e6e6;
    padding-left: 5px;
    margin-left: 8px;
    line-height: 25px;
}
.header-pc .nav-list .language a:hover{
    background: #8fc141;
    color: #fff	
}


.language-list i {
	margin-right: 5px;
}

.header-pc .nav-list .language a:nth-child(1) span {
	background: url(../img/chinese.png)left center no-repeat;
	padding-left: 30px;
}
.header-pc .nav-list .language a:nth-child(2) span {
	background: url(../img/en.jpg)left center no-repeat;
	padding-left: 30px;
}
.header-pc .nav-list .language a:nth-child(3) span {
	background: url(../img/ja.jpg)left center no-repeat;
	padding-left: 30px;
}
.header-pc .nav-list .language a:nth-child(4) span {
	background: url(../img/kr.jpg)left center no-repeat;
	padding-left: 30px;
}

.header-pc .nav-list .language span i {
	margin-left: 5px;
}

.language-box {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.language-list-wrap a {
	color: #FFFFFF;
	font-size: 18px;
}

.language-list-wrap {
	position: fixed;
	top: 40%;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	z-index: 99999;
}

.language-list {
	width: 12rem;
	margin: 0 auto;
	line-height: 24px;
}

.language-list a {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #7D7D7D;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.language-list a:hover {
	background-color: #8FC141;
	border: 1px solid #8FC141;
}

.language-list li {
	margin: 15px 0;
}

.close-btn {
	color: #FFFFFF;
	position: fixed;
	right: 0;
	top: 0;
	font-size: 14px;
}






/*手机端header*/

.header-phone .page a {
	background: center center no-repeat transparent;
	background-image: url(../img/header-i.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0px;
}

.header-phone .page .header {
	height: 42px;
	width: 100%;
	border-bottom: solid 1px #eee;
}

.header-phone .page .header .logo {
	height: 40px;
	left: 50%;
	position: absolute;
	margin-left: -55px;
}

.header-phone .page .header .logo img {
	height: 100%;
	width: auto;
}


/*首页轮播图*/

.banner {}

.banner #slidershow a.carousel-control {
	background: none;
}


/**/

.wrap {
	width: 100%;
	position: absolute;
	bottom: -0.9rem;
}

.box-wrap {
	width: 12rem;
	background-color: #FFFFFF;
	box-shadow: 0px 0.13rem 0.1rem rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 0 0.15rem;
}

.box-wrap span.num {
	font-size: 0.48rem;
	color: #3d3d3d;
	font-family: Helvetica Neue LT Pro;
	display: block;
	text-align: center;
	position: relative;
}

.box-wrap span.num:before {
	content: "";
	display: inline-block;
	width: 0.42rem;
	height: 0.4rem;
	margin-bottom: -0.05rem;
	margin-right: 0.05rem;
}

.box-wrap .i1 span.num:before {
	background: url(../img/i1.png)left center no-repeat;
	background-size: cover;
}

.box-wrap .i2 span.num:before {
	background: url(../img/i2.png)left center no-repeat;
	background-size: cover;
}

.box-wrap .i3 span.num:before {
	background: url(../img/i3.png)left center no-repeat;
	background-size: cover;
}

.box-wrap .i4 span.num:before {
	background: url(../img/i4.jpg)left center no-repeat;
	background-size: cover;
}

.box-wrap p {
	color: #959595;
	font-size: 0.14rem;
	text-align: center;
	padding-left: 0.5rem;
	margin-bottom: 0;
	line-height: 0.16rem;
}

.box-wrap div.row>div {
	padding: 0.25rem 0.8rem 0.4rem 0.4rem;
	background: url(../img/i_bg.png)center right no-repeat;
}

.box-wrap div.row>div:nth-of-type(2) {
	padding-right: 0.5rem;
}

.box-wrap div.row>div:last-of-type {
	background: none;
	padding-bottom: 0.27rem;
	padding-left: 0;
}

.box-wrap div.row>div.text-wrap {
	padding: 0;
}

.box-wrap span.dw {
	position: absolute;
	right: 0.6rem;
	top: 0.3rem;
	font-size: 0.14rem;
	color: #959595;
}

.box-wrap .i2 span.dw {
	right: 0.3rem;
}

.box-wrap .i4 span.dw {
	right: 1rem;
}

.banner-wrap {
	position: relative;
	margin-top: 83px;
}


/*产品中心*/

.pro-box {
	width: 12rem;
	margin: 0 auto;
}

.pro-wrap {
	margin-top: 1.6rem;
}

.title {
	font-size: 0.26rem;
	color: #111111;
}

.title span {
	display: block;
	font-size: 0.12rem;
	color: #b1b1b1;
}

.pro-wrap .list-pro-class {
	margin: 0.4rem auto 0.5rem auto;
	width: 12rem;
	height: auto;
	padding-left: 0.7rem;
}

.pro-wrap .list-pro-class ul li {
	float: left;
}

.pro-wrap .list-pro-class ul li:first-of-type a {
	background-color: #8fc141;
	color: #FFFFFF;
}

.pro-wrap .list-pro-class ul li a {
	color: #878787;
	padding: 0 0.2rem;
	line-height: 0.28rem;
	display: inline-block;
	font-size: 0.13rem;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}
.pro-wrap .list-pro-class ul li a:hover {
	background-color: #8fc141;
    color: #FFFFFF;
	border-radius: 10px;
	
}
.pro-wrap .list-pro-class ul li:after {
	content: "";
	height: 0.15rem;
	width: 1px;
	background-color: #e2e2e2;
	display: inline-block;
	margin-bottom: -0.05rem;
}

.pro-wrap .list-pro-class ul li:last-of-type:after,
.pro-wrap .list-pro-class ul li:first-of-type:after {
	display: none;
}

.pro-wrap .list-pro-class ul li:last-of-type .glyphicon {
	top: 0.05rem;
	right: -0.05rem;
}

.pro-box .pro-box-li {
	border: solid 1px #eaeaea;
	margin: 0.18rem 0.12rem;
}

.pro-box .pro-box-li .pro-box-img {
	width: 100%;
	height: auto;
	position: relative;
}

.pro-box .pro-box-li .pro-box-img:before {
	content: "";
	width: 0.37rem;
	height: 0.37rem;
	background: url(../img/show.png)top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	margin-top: -0.185rem;
	left: 50%;
	margin-left: -0.185rem;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.pro-box .pro-box-li:hover .pro-box-img:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pro-box .pro-box-li img {
	width: 100%;
	height: auto;
}

.pro-box .pro-box-li .pro-box-text {
	padding: 0.1rem 0;
	transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
}

.pro-box .pro-box-li .pro-box-text h3 {
	font-size: 0.16rem;
	color: #727272;
	font-weight: bold;
	margin-top: 0;
}

.pro-box .pro-box-li .pro-box-text p {
	font-size: 0.14rem;
	color: #555;
	padding: 0 0.4rem;
	margin-bottom: 0;
	text-align: left;
}

.pro-box ul li {
	padding: 0;
}

.pro-box .pro-box-li:hover .pro-box-text {
	background-color: #8fc141;
	color: #FFFFFF;
}

.pro-box .pro-box-li:hover .pro-box-text h3 {
	color: #FFFFFF;
}

.pro-box .pro-box-li:hover .pro-box-text p {
	color: #FFFFFF;
}

.more-btn a {
	color: #555;
	font-size: 0.14rem;
	display: inline-block;
	border: solid 1px #EAEAEA;
	width: 1.5rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.6rem;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.more-btn a:hover {
	border-radius: 20px;
	border-color: #8FC141;
	color: #FFFFFF;
	background-color: #8FC141;
}


/*产品应用*/

.pro-use {
	margin-top: 1.2rem;
	margin-bottom: 0.8rem;
}

.pro-use .pro-use-left {
	overflow: hidden;
	position: relative;
}

.pro-use .pro-use-left .pro-use-left-text {
	display: block;
	background-color: transparent;
	position: absolute;
	top: 20%;
	width: 3.4rem;
	left: 5%;
}

.pro-use .pro-use-left .pro-use-left-text h2 {
	color: #838383;
	font-size: 0.24rem;
	border-bottom: solid 1px #c2c1c1;
	display: inline-block;
	padding-bottom: 0.12rem;
}

.pro-use .pro-use-left .pro-use-left-text p {
	color: #A3A3A3;
	font-size: 0.14rem;
	line-height: 0.24rem;
}

.pro-use .pro-use-left:hover img {
	transform: scale(1.06, 1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}

.pro-use .pro-use-left img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.pro-use .pro-use-right .pro-use-Img {
	overflow: hidden;
}

.pro-use .pro-use-right .pro-use-Img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.pro-use .pro-use-right .pro-use-text .text-box {
	position: relative;
	max-width: 3.25rem;
	margin: 18% auto 0 auto;
}

.pro-use .pro-use-right .pro-use-text .text-box h2 {
	color: #838383;
	font-size: 0.24rem;
	margin: 0 0 0.2rem 0;
}

.pro-use .pro-use-right .pro-use-text .text-box p {
	color: #a3a3a3;
	font-size: 0.14rem;
	line-height: 0.24rem;
	margin-bottom: 0;
}

.pro-use .pro-use-right .pro-use-text .text-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: -4%;
	width: 1px;
	height: 100%;
	background: #9F9F9F;
}

.pro-use .pro-use-right .pro-use-right-top:hover .pro-use-Img img,
.pro-use .pro-use-right .pro-use-right-bottom:hover .pro-use-Img img {
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}

.pro-use .pro-use-right .pro-use-right-top:hover .text-box h2,
.pro-use .pro-use-right .pro-use-right-bottom:hover .text-box h2 {
	color: #3d3d3d;
}

.pro-use .pro-use-right .pro-use-right-top:hover .text-box p,
.pro-use .pro-use-right .pro-use-right-bottom:hover .text-box p {
	color: #757575;
}

.pro-use .owl-theme .owl-controls .owl-prev {
	position: absolute;
	right: 0;
	top: 45%;
	margin: 0 !important;
	width: 0.32rem;
	height: 0.88rem;
	background: url(../img/next.png)left top no-repeat !important;
	background-size: cover !important;
}

.pro-use .owl-theme .owl-controls .owl-next {
	position: absolute;
	left: 0;
	top: 45%;
	margin: 0 !important;
	width: 0.32rem;
	height: 0.88rem;
	background: url(../img/prev.png)left top no-repeat !important;
	background-size: cover !important;
}


/*展会新闻*/

.news-wrap .news-list {
	width: 100%;
	margin-top: 0.5rem;
	border-top: solid 1px #f4f4f4;
}

.news-wrap .news-list-wrap {
	width: 12rem;
	margin: 0 auto;
}

.news-wrap .news-list-wrap ul li {
	border-left: solid 1px #F4F4F4;
	padding: 0.7rem 1.2rem 0.35rem 0.2rem;
}

.news-wrap .news-list-wrap ul li .news-md {
	color: #C2C2C2;
	font-size: 0.3rem;
	font-family: "MicrosoftYaHeiLight";
}

.news-wrap .news-list-wrap ul li .news-md:after {
	content: "";
	width: 0.4rem;
	height: 1px;
	display: block;
	background-color: #dfdfdf;
	margin: 0.1rem 0 0.15rem 0;
	transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
}

.news-wrap .news-list-wrap ul li .news-title {
	font-size: 0.18rem;
	color: #333;
}

.news-wrap .news-list-wrap ul li .news-details {
	border: 1px solid #E6E6E6;
	width: 0.29rem;
	height: 0.29rem;
	margin-top: 0.4rem;
	font-family: "宋体";
	line-height: 0.29rem;
	color: #E6E6E6;
	font-weight: bold;
}

.news-wrap .news-list-wrap ul li:hover .news-md:after {
	width: 0.8rem;
}

.news-wrap .news-list-wrap ul li:hover .news-title {
	color: #8fc141;
}


/*关于雅新*/

.About-wrap {
	margin-top: 0.95rem;
	position: relative;
	width: 100%;
	/*height: 5.52rem;*/
	overflow: hidden;
    background: #98be59;
}

.About-wrap .about-box-left{
	width: 50%;
	float: left;
	/*background: url()top center no-repeat;
	background-size: contain;*/
	height: 100%;
}

.About-wrap .about-box-left img {
	max-width: 100%;
	height: auto;
}


.About-wrap .about-box-right {
	width: 50%;
	float: right;
	height: 100%;
}

.About-wrap .about-box-text {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    margin-top: -170px;
    width: 576px;
    background-color: #FFFFFF;
}


.About-wrap .about-box-text .about-img {
	width: 4.06rem;
}

.About-wrap .about-box-text .about-img img {
	width: 100%;
	height: 100%;
}

.About-wrap .about-box-text .about-text {
	padding-left: 0.55rem;
	padding-top: 0.5rem;
	padding-right: 0.6rem;
	padding-bottom: 0.5rem;
}

.About-wrap .about-box-text .about-text h2 {
	font-size: 0.26rem;
	color: #111111;
}

.About-wrap .about-box-text .about-text span {
	font-size: 0.14rem;
	color: #555;
	margin: 0.1rem 0;
	display: block;
}

.About-wrap .about-box-text .about-text p {
	font-size: 0.14rem;
	color: #8b8b8b;
	line-height: 0.24rem;
	margin-top: 0.3rem;
	margin-bottom: 0;
}

.About-wrap .about-box-text .about-text .about-more-btn {
	display: block;
	border: solid 1px #E2E2E2;
	line-height: 0.28rem;
	width: 0.98rem;
	font-size: 0.14rem;
	color: #555;
	margin-top: 0.3rem;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.About-wrap .about-box-text .about-text .about-more-btn:hover {
	border-radius: 20px;
	border-color: #8FC141;
	color: #fff;
	background-color: #8FC141;
}


/*企业优势*/

.Advantage-wrap {
	margin-top: 0.8rem;
	margin-bottom: 1.8rem;
}

.Advantage-wrap .Advantage-box-list {
	width: 12rem;
	margin: 0.88rem auto 0 auto;
}

.Advantage-wrap .Advantage-box-list .Advantage-item {
	position: relative;
}

.Advantage-wrap .Advantage-box-list .Advantage-item .item-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.Advantage-wrap .Advantage-box-list .Advantage-item .item-img img {
	width: 100%;
	height: 100%;
	transition: all .6s ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-webkit-transition: all .6s ease-out 0s;
}

.Advantage-wrap .Advantage-box-list .Advantage-item:hover .item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.Advantage-wrap .Advantage-box-list .Advantage-item .item-text-wrap {
	position: absolute;
/*	bottom: -0.3rem;*/
	width: 100%;
	height: auto;
}

.Advantage-wrap .Advantage-box-list .Advantage-item .item-text {
	background-color: #fff;
	width:100%;
	height: auto;
	margin: 0 auto;
	padding: 0.12rem 0.3rem;
	box-shadow: 0px 1px 15px #CCCCCC;
}

.Advantage-wrap .Advantage-box-list .Advantage-item .item-text h3 {
	font-size: 0.16rem;
	color: #3c3c3c;
}

.Advantage-wrap .Advantage-box-list .Advantage-item .item-text p {
	font-size: 0.12rem;
	color: #555;
	text-align: left;
}


/*解决方案*/

.Program-wrap .Program-box {
	width: 100%;
	background-color: #F3F3F3;
	margin-top: 0.77rem;
	margin-bottom: 1.15rem;
}

.Program-wrap .Program-box .Program-list {
	width: 12rem;
	height: auto;
	margin: 0 auto;
}

.Program-wrap .Program-box ul li .Program-item {
	padding-top: 0.25rem;
	padding-bottom: 0.35rem;
	cursor: pointer;
	-webkit-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
}

.Program-wrap .Program-box ul li .Program-item img {
	width: 1.81rem;
	height: auto;
}

.Program-wrap .Program-box ul li .Program-item h2 {
	font-size: 0.18rem;
	color: #111111;
	margin-top: 0.3rem;
	margin-bottom: 0.26rem;
}

.Program-wrap .Program-box ul li .Program-item p {
	font-size: 0.14rem;
	color: #555;
	padding: 0 0.4rem;
	line-height: 0.24rem;
	padding-bottom: 0.48rem;
	text-align: left;
}
.Program-wrap .Program-box ul li:first-of-type .Program-item p{
	padding-bottom: 0;
}
.Program-wrap .Program-box ul li:hover .Program-item {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
}


/*首页尾部联系方式or客服*/

.contact-wrap .contact-box {
	width: 12rem;
	margin: 0 auto;
}

.contact-wrap .contact-box .contact-box-left {
	border-right: solid 1px #EEEEEE;
}

.contact-wrap .contact-box .contact-box-left ul.company-list {
	font-size: 0.14rem;
	color: #000;
	line-height: 0.3rem;
}

.contact-wrap .contact-box .contact-box-left ul.company-list li span {
	font-weight: bold;
	color: #606060;
}

.contact-wrap .contact-box .contact-box-right .QQ-list a {
	color: #000;
}

.contact-wrap .contact-box .contact-box-left ul.contact-list {
	font-size: 0.12rem;
	color: #000;
	line-height: 0.24rem;
}

.contact-wrap .contact-box .contact-box-right .QQ-list {
	color: #9F9F9F;
	font-size: 0.12rem;
}

.contact-wrap .contact-box .contact-box-right .QQ-list .QQservice {
	line-height: 0.4rem;
}

.contact-wrap .contact-box .contact-box-right .QQ-list .QQservice:before {
	content: "";
	width: 0.38rem;
	height: 0.4rem;
	background: url(../img/icon-qq.png)left center no-repeat;
	background-size: cover;
	display: inline-block;
	float: left;
	margin-right: 0.1rem;
}

.contact-wrap .contact-box .contact-box-right .QQ-list .QQservice:nth-of-type(2) {
	margin-top: 0.15rem;
}

.contact-wrap .contact-box .contact-box-right .contact-Img img {
	border: solid 1px #eee;
	margin: 0.08rem;
	width: 1.49rem;
	height: auto;
}


/*留言*/

.message-wrap {
	width: 12rem;
	height: auto;
	margin: 1rem auto 0 auto;
	overflow: hidden;
}

.message-wrap input {
	width: 100%;
	height: 0.45rem;
	margin: 0.1rem 0;
	padding-left: 10px;
	color: #a9a9a9;
	background-color: #F5F5F5;
	border: none;
	outline: none;
}

.message-wrap .message-right textarea {
	height: 1.75rem;
	width: 100%;
	border: none;
	background-color: #F5F5F5;
	margin-top: 0.1rem;
	padding: 10px;
	color: #A9A9A9;
}

.message-wrap button {
	width: 2.63rem;
	height: 0.5rem;
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	border-radius: 25px;
	outline: 0;
	color: #b4b4b4;
	font-size: 0.16rem;
	display: block;
	margin: 0.47rem auto 0 auto;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}


/*footer*/

.footer {
	width: 100%;
	background-color: #868686;
	font-size: 0.12rem;
	color: #FFFFFF;
	line-height: 0.2rem;
	margin-top: 0.8rem;
	    padding: 0.1rem;
}

.footer a {
	color: #FFFFFF;
}


/*内页样式*/

.content-wrap {
	width: 12rem;
	margin: 84px auto 0 auto;
	min-height: 10rem;
	padding-top: 0.5rem;
}

.class-title h2 {
	font-size: 0.24rem;
	color: #111111;
	margin-bottom: 0;
}

.class-title span {
	color: #B1B1B1;
	font-size: 0.14rem;
}

.text-content {
	font-size: 0.16rem;
	color: #676767!important;
	margin-top: 0.5rem;
}

.text-content img {
	max-width: 100%;
}

.place {
	font-size: 0.12rem;
	color: #BEB8B8;
}

.place a {
	color: #BEB8B8;
}


/*内页产品页*/

.pro-class-nav {
	margin-bottom: 0.3rem;
}
.pro-class-nav ul{
	width: 100%;
	text-align: center;
	
}

.pro-class-nav ul li {
	display: inline-block;
	margin-bottom: 10px;
}

.pro-class-nav ul li a {
	font-size: 14px;
	color: #878787;
	display: block;
	padding: 0 0.1rem;
	border-right: solid 1px #E2E2E2;
	line-height: 24px;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.pro-class-nav ul li:hover a {
	background-color: #8fc141;
	color: #FFFFFF;
    border-radius: 10px;
}

.pro-class-nav .active a{
	background-color: #8fc141;
	color: #FFFFFF;
}


ul.pro-list li .pro-Img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

ul.pro-list li .pro-Img img {
	width: 100%;
	height: auto;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

ul.pro-list li p {
	color: #808080;
	width: 100%;
	line-height: 0.4rem;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

ul.pro-list li:hover p {
	background-color: #8fc141;
	color: #FFFFFF;
}

ul.pro-list li:hover .pro-Img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

ul.pro-list li .pro-Img:before {
	content: "";
	width: 0.37rem;
	height: 0.37rem;
	background: url(../img/show.png)top center no-repeat;
	background-size: cover;
	position: absolute;
	top: -20%;
	margin-top: -0.185rem;
	left: 50%;
	margin-left: -0.185rem;
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	z-index: 2;
}

ul.pro-list li:hover .pro-Img:before {
	top: 50%;
}


/*新闻资讯*/

.content-wrap .news-list li {
	margin: 0.2rem 0;
}

.content-wrap .news-list li .news-item {
	transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	width: 100%;
	height: auto;
}

.content-wrap .news-list li img {
	width: 100%;
	height: auto;
	max-height: 326px;
}

.content-wrap .news-list li .news-item-text {
	padding-left: 0.2rem;
}

.content-wrap .news-list li .news-item-text h3 {
	font-size: 0.16rem;
	color: #414141;
}

.content-wrap .news-list li .news-item-text p {
	font-size: 0.14rem;
	color: #A3A3A3;
}

.content-wrap .news-list li .news-item:after {
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	left: 0;
	height: 1px;
	background-color: #8FC141;
	transition: all .3s ease-out 0s;
	display: block;
}

.content-wrap .news-list li:hover .news-item:after {
	width: 100%;
}

.content-wrap .news-list li:hover .news-item {
	box-shadow: 0 10px 40px rgba(222, 222, 222, .71);
	-moz-box-shadow: 0 10px 40px rgba(222, 222, 222, .71);
	-webkit-box-shadow: 0 10px 40px rgba(222, 222, 222, .71);
}


/*产品展示页*/

.pro-description h3 {
	font-size: 0.24rem;
	border-bottom: solid 1px #E2E2E2;
	padding: 10px 0;
}


/*Top按钮*/

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}


/*解决IE6下滚动抖动的问题*/

.tbox {
	width: 50px;
	float: right;
	position: fixed;
	right: 10px;
	bottom: 15px;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 15px;
	display: none;
}


/*解决IE6下不兼容 position:fixed 的问题*/

.tbox #gotop {
	width: 50px;
	height: 50px;
	background: url(../img/icon.png) no-repeat 0 0;
	display: block;
}


/*分页样式*/

.page_info {
	margin-top: 20px;
	text-align: center;
	color: #666;
}

.page_list {
	margin-top: 60px;
	text-align: center;
}

.page_list a {
	border: solid 1px #eee;
	padding: 10px 20px;
	color: #666;
	margin: 0 5px;
	font-weight: lighter;
}
.page_list a:hover{background-color: #8fc141;
	color: #fff;}
.page_list a.on {
	background-color: #8fc141;
	color: #fff;
}


/*新闻详细页*/

.listConts {
	line-height: 26px;
	color: #666;
}

.listConts .title {
	text-align: center;
	line-height: 40px;
	color: #000;
}

.listConts .info {
	width: 450px;
	height: 27px;
	line-height: 28px;
	text-align: center;
	margin: 15px auto;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	color: #666;
}

.listConts .info small {
	margin-left: 8px;
	margin-right: 3px;
	color: #999;
	font-size: 12px;
}

.listConts .info .small,
.info .big {
	font-family: Georgia;
	font-weight: bold;
	cursor: pointer;
}

.listConts .info .small {
	font-size: 10px;
	padding-right: 3px;
}

.listConts .info .big {
	color: #003ba6;
	padding-left: 3px;
}

.listConts .desc {
	margin: 20px 0 15px;
	padding: 5px 10px;
	line-height: 20px;
	border: 1px solid #f4e4b4;
	background: #fffff0;
}

.listConts .showimg {
	margin: 20px 0;
	text-align: center;
}

.listConts .showimg a img {
	border: 1px solid #ccc;
	padding: 1px;
}

.listConts .showimg a:hover img {
	border: 1px solid #F90;
	padding: 1px;
}

.listConts .conttitle {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #2f2f2f;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.listConts .author {
	text-align: right;
	color: #999;
}


/*详细页功能区*/

.preNext {
	position: relative;
}

.preNext .line {
	height: 10px;
	overflow: hidden;
	clear: both;
	background: url(../img/box_dotline.gif) left 15px repeat-x;
	margin: 4px auto;
	padding-top: 10px;
}

.preNext .line strong {
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 100px;
	background: url(../img/box_dotline.gif) right -10px no-repeat;
	float: left;
}

.preNext .text {
	color: #999;
}

.preNext .text a {
	color: #666;
}

.preNext .text a:hover {
	color: #8fc141;
}

.preNext .actBox {
	position: absolute;
	top: 25px;
	right: 0;
}

.preNext .actBox li {
	display: inline;
	padding-left: 22px;
	background-image: url(../img/actbox-ico.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.preNext .actBox li a {
	color: #666;
}

.preNext .actBox li#act-fav {
	background-position: 4px 0px;
}

.preNext .actBox li#act-err {
	background-position: 4px -37px;
}

.preNext .actBox li#act-pus {
	background-position: 4px -73px;
}

.preNext .actBox li#act-pnt {
	background-position: 4px -109px;
}


/**/

.phone-language {
	position: inherit !important;
	width: auto !important;
	height: auto !important;
	background-image: none !important;
	font-size: 24px;
	line-height: 40px;
	padding: 0 16px 0 0;
}

.phone-language a:hover,
.phone-language a:focus {
	color: #666;
}

.phone-language-list {
	width: 100%;
	height: auto;
}

.phone-language-list a {
	color: #666;
}

.phone-language-list li {
	border-bottom: solid 1px #EEEEEE;
	line-height: 40px;
	padding: 0;
}

.phone-language {
	position: inherit;
	background-image: none;
	width: auto;
	height: auto;
	color: #666;
}


/*大于1200分辨率（电脑）*/

@media screen and (min-width:1210px) {}


/*768-1200分辨率（ipad）*/

@media screen and (max-width:1210px) {
	.language-list {
		width: 15rem;
	}
	.box-wrap {
		width: 100%;
	}
	.banner-wrap {
		margin-top: 0px;
	}
	.pro-wrap .list-pro-class {
		width: 100%;
	}
	.pro-wrap .list-pro-class ul li a {
		padding: 0 0.2rem;
		line-height: 0.28rem;
		font-size: 0.2rem;
		
	}
	.pro-wrap .list-pro-class ul li:after {
		height: 0.2rem;
	}
	.news-wrap .news-list-wrap {
		width: 100%;
	}
	.Advantage-wrap .Advantage-box-list {
		width: 100%;
	}
	.Program-wrap .Program-box .Program-list {
		width: 100%;
	}
	.content-wrap {
		width: 100%;
	}
	.pro-box {
		width: 100%;
	}
	.pro-box .pro-box-li .pro-box-text p {
		padding: 0 0.1rem;
	}
	/*Top按钮*/
	*html {
		background-image: url(about:blank);
		background-attachment: fixed;
	}
	/*解决IE6下滚动抖动的问题*/
	.tbox {
		width: 50px;
		float: right;
		position: fixed;
		right: 10px;
		bottom: 15px;
		_position: absolute;
		_bottom: auto;
		_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
		_margin-bottom: 15px;
		display: none;
	}
	/*解决IE6下不兼容 position:fixed 的问题*/
	.tbox #gotop {
		width: 50px;
		height: 50px;
		background: url(../img/icon.png) no-repeat 0 0;
		display: block;
	}
	.About-wrap .about-box-text{
		margin-top: -140px;
	}
	.About-wrap .about-box-text .about-text {
		padding:0.2rem 0.4rem;
		width: 100%;
	}
}

@media screen and (max-width:1130px) {
	.About-wrap .about-box-text{
		width: 476px;
		margin-top: -120px;
	}
}
/*小于768分辨率（手机）*/

@media screen and (max-width: 768px) {
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.header-pc {
		display: none;
	}
	.wrap {
		position: static;
	}
	.box-wrap {
		width: 100%;
	}
	.box-wrap div.row>div {
		padding: 2rem 3rem 2rem 0.4rem;
	}
	.box-wrap div.row>div:nth-of-type(2) {
		padding-right: 5rem;
		background: none;
	}
	.box-wrap span.num {
		font-size: 2.5rem;
		padding-right: 1rem;
	}
	.box-wrap p {
		line-height: 1.5rem;
		font-size: 1rem;
	}
	.box-wrap span.dw {
		right: 2.5rem;
		top: 1.8rem;
		font-size: 1rem;
	}
	.box-wrap .i2 span.dw {
		right: 3.6rem;
	}
	.box-wrap span.num:before {
		width: 2.5rem;
		height: 2.5rem;
		margin-bottom: -0.4rem;
		margin-right: 0.8rem;
	}
	.box-wrap .i4 span.dw {
		right: 3.8rem;
	}
	.banner-wrap {
		margin: 0;
	}
	.pro-wrap {
		margin-top: 4rem;
	}
	.title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.title span {
		font-size: 0.8rem;
	}
	.pro-wrap .list-pro-class {
		width: 90%;
	}
	.pro-wrap .list-pro-class ul li a {
		padding: 0 0.5rem;
		line-height: 1.5rem;
		font-size: 1rem;
		
	}
	.pro-wrap .list-pro-class ul li:after {
		height: 0.8rem;
	}
	.pro-box .pro-box-li .pro-box-text p {
		font-size: 1rem;
		color: #555;
		text-align: left;
		padding: 0 0.4rem;
	}
	.pro-box .pro-box-li .pro-box-text h3 {
		font-size: 1.4rem;
		color: #727272;
		font-weight: bold;
	}
	.pro-box .pro-box-li .pro-box-text {
		padding: 0.5rem 0;
		height: 90px;
		overflow: hidden;
	}
	.pro-box .pro-box-li .pro-box-img:before {
		width: 2rem;
		height: 2rem;
		margin-left: -1rem;
		margin-top: -1rem;
	}
	.more-btn a {
		font-size: 1rem;
		width: 8rem;
		height: 2.5rem;
		line-height: 2.5rem;
		margin-top: 3rem;
		color: #555;
	}
	.pro-use {
		margin-top: 5rem;
		margin-bottom: 3rem;
	}
	.pro-use .pro-use-right .pro-use-text .text-box {
		position: relative;
		width: auto;
		margin: 1.5rem auto 0 auto;
		max-width: 100%;
	}
	.pro-use .pro-use-left .pro-use-left-text {
		display: block;
		background-color: transparent;
		position: absolute;
		top: 20%;
		width: 12rem;
		left: 5%;
	}
	.pro-use .pro-use-left .pro-use-left-text h2 {
		font-size: 1.2rem;
		padding-bottom: 0.12rem;
	}
	.pro-use .pro-use-left .pro-use-left-text p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.pro-use .pro-use-right .pro-use-text .text-box h2 {
		color: #838383;
		font-size: 1.2rem;
		margin: 0 0 0.2rem 0;
	}
	.pro-use .pro-use-right .pro-use-text .text-box p {
		color: #a3a3a3;
		font-size: 1rem;
		line-height: 1.2rem;
		margin-bottom: 0;
	}
	.pro-use .owl-theme .owl-controls .owl-prev {
		right: 0;
		top: 48%;
		width: 1.8rem;
		height: 4.5rem;
	}
	.pro-use .owl-theme .owl-controls .owl-next {
		left: 0;
		top: 48%;
		width: 1.8rem;
		height: 4.5rem;
	}
	.news-wrap .news-list-wrap {
		width: 100%;
	}
	.news-wrap .news-list-wrap ul li {
		border-bottom: solid 1px #F4F4F4;
		border-left: none;
		padding: 1rem 1.2rem 1rem 1.2rem;
	}
	.news-wrap .news-list-wrap ul li .news-md {
		color: #C2C2C2;
		font-size: 1.5rem;
		font-family: "MicrosoftYaHeiLight";
	}
	.news-wrap .news-list-wrap ul li .news-md:after {
		content: "";
		width: 2.5rem;
		height: 1px;
		display: block;
		background-color: #dfdfdf;
		margin: 0.5rem 0 1rem 0;
	}
	.news-wrap .news-list-wrap ul li .news-title {
		font-size: 1rem;
		color: #333;
	}
	.news-wrap .news-list-wrap ul li .news-details {
		border: 1px solid #E6E6E6;
		width: 1.5rem;
		height: 1.5rem;
		margin-top: 0.8rem;
		font-family: "宋体";
		line-height: 1.5rem;
		color: #E6E6E6;
		font-weight: bold;
	}
	.About-wrap {
		margin-top: 4rem;
		height: auto;
		background: none;
	}
	.About-wrap .about-box-left{
		width: 100%;
		float: none;
		height: 100%;
	}
	.About-wrap .about-box-right {
		width: 100%;
		float: none;
		height: 100%;
	}
	.About-wrap .about-box-left img {
		width: 100%;
		height: 100%;
	}
	.About-wrap .about-box-text {
		/* width: 80%; */
		/* left: 50%; */
		/* top: 15%; */
		position: relative;
		/* margin-left: -40%; */
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0;
	}
	.About-wrap .about-box-text .about-img {
		width: 100%;
	}
.About-wrap .about-box-text .about-text {
		padding: 1rem 1rem 1rem 1.5rem;
	}
	.About-wrap .about-box-text .about-text h2 {
		font-size: 1.8rem;
	}
	.About-wrap .about-box-text .about-text span {
		font-size: 1rem;
		color: #555;
		margin: 0.6rem 0;
	}
	.About-wrap .about-box-text .about-text p {
		font-size: 0.9rem;
		line-height: 1.2rem;
		margin-top: 0.3rem;
		margin-bottom: 0;
	}
	.About-wrap .about-box-text .about-text .about-more-btn {
		line-height: 2rem;
		width: 6rem;
		font-size: 1rem;
		margin-top: 1rem;
	}
	.Advantage-wrap {
		margin-top: 5rem;
		margin-bottom: 6rem;
	}
	.Advantage-wrap .Advantage-box-list {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.Advantage-wrap .Advantage-box-list .Advantage-item .item-text-wrap {
		position: absolute;
		bottom: -2rem;
		width: 100%;
	}
	.Advantage-wrap .Advantage-box-list .Advantage-item .item-text {
		background-color: #fff;
		width: 85%;
		margin: 0 auto;
		padding: 1rem 3rem;
		box-shadow: 0px 1px 15px #CCCCCC;
	}
	.Advantage-wrap .Advantage-box-list .Advantage-item .item-text h3 {
		font-size: 1.2rem;
		color: #3c3c3c;
	}
	.Advantage-wrap .Advantage-box-list .Advantage-item .item-text p {
		font-size: 0.9rem;
		color: #555;
		text-align: left;
		margin: 0;
	}
	.Advantage-wrap .Advantage-box-list ul li:first-of-type {
		margin-top: 0;
	}
	.Advantage-wrap .Advantage-box-list ul li {
		margin-top: 5rem;
	}
	/*解决方案*/
	.Program-wrap .Program-box {
		width: 100%;
		background-color: #F3F3F3;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.Program-wrap .Program-box .Program-list {
		width: 100%;
	}
	.Program-wrap .Program-box ul li .Program-item {
		padding-top: 1.6rem;
		padding-bottom: 2.3rem;
	}
	.Program-wrap .Program-box ul li .Program-item img {
		width: 10rem;
		height: auto;
	}
	.Program-wrap .Program-box ul li .Program-item h2 {
		font-size: 1.2rem;
		color: #111111;
		margin-top: 2rem;
		margin-bottom: 1.8rem;
	}
	.Program-wrap .Program-box ul li .Program-item p {
		font-size: 0.9rem;
		color: #555;
		padding: 0 1rem;
		line-height: 1.8rem;
		text-align: left;
	}
	.Program-wrap .Program-box ul li:hover .Program-item {
		background-color: #FFFFFF;
		box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
	}
	/*首页尾部联系方式or客服*/
	.contact-wrap .contact-box {
		width: 100%;
	}
	.contact-wrap .contact-box .contact-box-left {
		border-right: none;
	}
	.contact-wrap .contact-box .contact-box-left ul.company-list {
		font-size: 1.2rem;
		color: #000;
		line-height: 2rem;
		padding-left: 15px !important;
	}
	.contact-wrap .contact-box .contact-box-left ul.company-list li span {
		font-weight: bold;
		color: #606060;
	}
	.contact-wrap .contact-box .contact-box-left ul.contact-list {
		font-size: 1rem;
		color: #000;
		line-height: 1.8rem;
	}
	.contact-wrap .contact-box .contact-box-right .QQ-list {
		color: #9F9F9F;
		font-size: 1rem;
	}
	.contact-wrap .contact-box .contact-box-right .QQ-list .QQservice {
		line-height: 2.5rem;
	}
	.contact-wrap .contact-box .contact-box-right .QQ-list .QQservice:before {
		content: "";
		width: 2.4rem;
		height: 2.5rem;
		background: url(../img/icon-qq.png)left center no-repeat;
		background-size: cover;
		display: inline-block;
		float: left;
		margin-right: 0.5rem;
	}
	.contact-wrap .contact-box .contact-box-right .QQ-list .QQservice:nth-of-type(2) {
		margin-top: 0.8rem;
	}
	.contact-wrap .contact-box .contact-box-right .contact-Img img {
		margin: 0.5rem 0;
		width: 10rem;
		height: auto;
		display: block;
	}
	.contact-wrap .contact-box .contact-box-right .wechat img {
		display: block;
		margin: 0 auto;
	}
	/*留言*/
	.message-wrap {
		width: 100%;
		height: auto;
		margin: 1rem auto 0 auto;
	}
	.message-wrap input {
		width: 100%;
		height: 3rem;
		margin: 0.5rem 0;
		border: none;
		outline: none;
	}
	.message-wrap .message-right textarea {
		height: 10rem;
		width: 100%;
		margin-top: 0.5rem;
	}
	.message-wrap button {
		width: 15rem;
		height: 3rem;
		font-size: 1rem;
		margin: 2rem auto 0 auto;
	}
	.footer {
		width: 100%;
		font-size: 1rem;
		line-height: 2rem;
		margin-top: 5rem;
	}
	/*内页样式*/
	.content-wrap {
		width: 100%;
		padding-top: 2rem;
		margin-top: 0;
	}
	.class-title h2 {
		font-size: 2rem;
	}
	.class-title span {
		font-size: 1rem;
	}
	.text-content {
		font-size: 1.2rem;
		color: #a7a7a7!important;
		margin-top: 4rem;
	}
	.text-content .row>div{padding:0;}
	.place {
		font-size: 1rem;
		color: #707070;
	}
	/*产品展示页*/
	.pro-description h3 {
		font-size: 1.8rem;
		border-bottom: solid 1px #E2E2E2;
		padding: 10px 0;
	}
	/*内页产品页*/
	.pro-class-nav {
		margin-bottom: 0.3rem;
	}
	.pro-class-nav ul li {
		margin-bottom: 10px;
	}
	.pro-class-nav ul li a {
		font-size: 14px;
		color: #878787;
		display: block;
		padding: 0 0.5rem;
		border-right: solid 1px #E2E2E2;
		line-height: 24px;
		transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-webkit-transition: all .3s ease-out 0s;
	}
	ul.pro-list {
		margin-top: 2rem;
		padding: 0;
	}
	ul.pro-list li p {
		color: #808080;
		width: 100%;
		line-height: 2rem;
		transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-webkit-transition: all .3s ease-out 0s;
		font-size: 1.2rem;
	}
	ul.pro-list li:hover .pro-Img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	ul.pro-list li .pro-Img:before {
		content: "";
		width: 2rem;
		height: 2rem;
		background: url(../img/show.png)top center no-repeat;
		background-size: cover;
		position: absolute;
		top: -30%;
		margin-top: -1rem;
		left: 50%;
		margin-left: -1rem;
		transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-webkit-transition: all .3s ease-out 0s;
		z-index: 2;
	}
	ul.pro-list li:hover .pro-Img:before {
		top: 50%;
	}
	/*新闻资讯*/
	.content-wrap .news-list li {
		margin: 1rem 0;
	}
	.content-wrap .news-list li img {
		width: 100%;
		height: auto;
	}
	.content-wrap .news-list li .news-item-text {
		padding-left: 1.5rem;
	}
	.content-wrap .news-list li .news-item-text h3 {
		font-size: 1.2rem;
		color: #414141;
	}
	.content-wrap .news-list li .news-item-text p {
		font-size: 1rem;
		color: #A3A3A3;
	}
	.phone-pro-nav {
		background-color: #8FC141;
		line-height: 40px;
		color: #FFFFFF;
		padding: 0 15px;
	}
	.phone-pro-nav a {
		color: #FFFFFF;
	}
	.phone-pro-nav i {
		line-height: 40px;
	}
	#phone-pro-nav-list {
		background-color: #f3f3f3;
	}
	#phone-pro-nav-list ul li {
		line-height: 40px;
	}
	#phone-pro-nav-list a {
		color: #666;
		display: block;
		border-bottom: solid 1px #fff;
		font-size: 1.2rem;
	}
	.margin-top-sm {
		margin-top: 20px;
	}
	.margin-sm-0 {
		margin: 0 !important;
	}
	.pro-box {
		width: 100%;
	}
}



/*客服*/
.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:150px;}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../kf/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../kf/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../kf/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../kf/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}


/*手机BUG */
 @media screen and (max-width: 768px) {
      .pro-list li{padding:0;}
        .gallery-top {
        width: 100%;
		max-width: 100% !important;
       }
       .gallery-thumbs{display: none;}
       .content-width{padding:0;}

       /*解决IE6下滚动抖动的问题*/
	.tbox {
		width: 40px;
		float: right;
		position: fixed;
		right: 10px;
		bottom: 15px;
		display: none;
	}
	/*解决IE6下不兼容 position:fixed 的问题*/
	.tbox #gotop {
		width: 40px;
		height: 40px;
		background: url(../img/icon.png) no-repeat 0 0;
		display: block;
		background-size: 90%; 
	}
	.page_list a{
		padding: 10px 15px;
	 }
	 .content-wrap .news-list li {
       padding: 0;
       }
       .gallery-thumbs{display: none;}
       .listConts .title{line-height: 20px;}
    }
