﻿@charset "utf-8";
/* CSS Document */
/* 
南京建克机械
By：liuyang
ICQ：1845676808
Date：2018/12/26
*/

/**common**/
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0; margin:0; font:14px \5FAE\8F6F\96C5\9ED1,Arial,Helvetica,sans-serif;}
table,td,tr,th{font-size:14px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clear{*zoom:1;}
.clear:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
input {outline:0px; -webkit-appearance:none;}

video::-internal-media-controls-download-button {
    display:none;
}
 
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
 
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/**top**/
@media screen and (min-width:1200px) {	
	.jk_top .top_main { width:1200px; height: 96px; margin: 0 auto; padding: 0 130px 0 350px; box-sizing: border-box; position: relative;}	
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.jk_top .top_main { width:96%; height: 96px; margin: 0 auto; padding: 0 130px 0 350px; box-sizing: border-box; position: relative;}
}
@media screen and (min-width:1081px) {
	
	.jk_top { width:100%; height: 96px; margin: 0 auto; padding: 0; border-top: 4px solid #2d5d5d; background-color: #fff;}
	.top_main .top_logo { width:310px; height: 72px; overflow: hidden; margin: 0; padding: 0; position: absolute; left: 0; top: 12px;}
	
	.top_icon{width:130px; height: 96px;  margin: 0; padding: 0; position: absolute; top: 0; right: 0;}
	.top_main .jk_lg { width:60px; height: 96px; overflow: hidden; margin: 0; padding: 0; float:left;}
	.jk_lg a { display:block; width: 40px; height: 40px; overflow: hidden; line-height: 40px; margin: 28px auto; padding: 0; color: #2d5d5d; font-size: 14px; text-align: center; background-color: #f5f5f5;}
	.jk_lg a:hover { color:#fff; background-color: #2d5d5d;}
	
	.top_main .jk_search { width:60px; height: 96px;  margin: 0; padding: 0; float:right;}
	.jk_search a { display:block; width: 40px; height: 40px; overflow: hidden; line-height: 40px; margin: 28px auto; padding: 0; color: #2d5d5d; font-size: 14px; text-align: center; background: #f5f5f5 url(../images/sc_btn1.png) center center no-repeat;background-size:22px 22px;}
	.jk_search a:hover { color:#fff; background: #2d5d5d url(../images/sc_btn2.png) center center no-repeat;background-size:22px 22px;}

	.jk_search{position:relative;}
	.search_bd.on{visibility:visible;opacity:1;transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-webkit-transform:translateY(0);}
	.search_bd{position:absolute;top:100%;right:0;z-index:99999;visibility:hidden;opacity:0;transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);-webkit-transform:translateY(30px);transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
	.search_bd form{position:relative;}
	.search_bd input{display:block;color:#fff;line-height: 20px;padding: 20px 60px 20px 20px;border: none;outline: none;width: 300px;color: #fff;background: #2d5d5d;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
	.search_bd input::-webkit-input-placeholder{color:#ffffff;}
	.search_bd:hover form input{background: #429b9b;}
	.search_bd button{display:block;position:absolute;right:0;top:0;height:100%;padding:0 10px;background:none;color:#fff;border:none;cursor:pointer;outline:none;}
	.search_bd button i.iconfont{background:url(../images/sc_btn2.png) center center no-repeat;display:block;width:40px;height:60px;}
	.search_bd form:before {position:absolute;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #2d5d5d transparent;content:'';right:10px;top:-10px;transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
	.search_bd:hover form:before {border-color: transparent transparent #429b9b transparent;}


	.ly_nav { width:100%; position: relative; margin: 0; float: right;}
	.nav { height: 96px;}
	.nav ul { width:100%;}
	.nav_item { float: left; position: relative; margin: 0; width:14.2%;}
	.nav_item > a { display: block; width:100%; height: 96px; line-height: 96px; color: #333; font-size: 14px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	.nav_item > a:hover, .nav_item > a.navon { color: #fff; background-color: #2d5d5d}	
	
	.menu_open { display: none;}
	
	.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #2d5d5d; margin-top: -4px;}
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; padding: 0 10px; color: #666; font-size: 12px; white-space: nowrap; text-align: center; }
	.nav_item2:hover a { background-color: #2d5d5d; color: #fff; }
	.hcover { display: none;}

}
@media screen and (max-width:1080px) {
	.jk_top { width:94%; height: 1rem; margin: 0 auto; padding: 0 3%; border-top: 0.04rem solid #2d5d5d; background-color: #fff;}
	.jk_top .top_main { width:100%; height: 1rem; margin: 0 auto; padding: 0 1.38rem 0 0; box-sizing: border-box;}
	
	.top_main .top_logo { width:3.1rem; height: 0.72rem; overflow: hidden; margin:0.14rem 0.2rem 0.14rem 0; padding: 0; float: left;}	
	.top_logo img { display:block; width:3.1rem; height: 0.72rem; overflow: hidden; vertical-align: middle;}
	
	.top_icon{width:1.58rem; height:0.68rem;  margin: 0; padding: 0; position: absolute; top: 0.05rem;right: 1rem;}
	.top_main .jk_lg { width:0.68rem; height: 0.68rem; overflow: hidden; margin: 0.16rem 0; padding: 0; float: right;}
	.jk_lg a { display:block; width: 0.68rem; height: 0.68rem; overflow: hidden; line-height: 0.68rem; margin: 0 auto; padding: 0; color: #2d5d5d; font-size: 0.28rem; text-align: center; background-color: #f5f5f5;}
	.jk_lg a:active { color:#fff; background-color: #2d5d5d;}
	
	.top_main .jk_search { width:0.68rem; height: 0.68rem; margin: 0.16rem 0.2rem 0 0; padding: 0; float: right;}
	.jk_search a { display:block; width: 0.68rem; height: 0.68rem; overflow: hidden; line-height: 0.68rem; margin: 0 auto; padding: 0; color: #2d5d5d; font-size: 0.28rem; text-align: center; background: #f5f5f5  url(../images/sc_btn1.png) center center no-repeat;background-size:0.3rem 0.3rem;}
	.jk_search a:active { color:#fff; background: #2d5d5d  url(../images/sc_btn2.png) center center no-repeat;background-size:0.3rem 0.3rem;}

	.jk_search{position:relative;}
	.search_bd.on{visibility:visible;opacity:1;transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-webkit-transform:translateY(0);}
	.search_bd{position:absolute;top:110%;right:0;z-index:99999;visibility:hidden;opacity:0;transform:translateY(30px);-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);-webkit-transform:translateY(30px);transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
	.search_bd form{position:relative;}
	.search_bd input{display:block;color:#fff;line-height: 1rem;height:1rem;padding: 0 0.2rem 0 0.2rem;border: none;outline: none;width: 5rem;color: #fff;background: #2d5d5d;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;font-size: 0.28rem;}
	.search_bd input::-webkit-input-placeholder{color:#ffffff;font-size: 0.28rem;}
	.search_bd:hover form input{background: #429b9b;}
	.search_bd button{display:block;position:absolute;right:0;top:0;height:100%;padding:0 0.2rem;background:none;color:#fff;border:none;cursor:pointer;outline:none;}
	.search_bd button i.iconfont{background:url(../images/sc_btn2.png) center center no-repeat;display:block;width:1rem;height:1rem;}
	.search_bd form:before {position:absolute;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #2d5d5d transparent;content:'';right:10px;top:-10px;transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;}
	.search_bd:hover form:before {border-color: transparent transparent #429b9b transparent;}
	
	/**nav**/
	.menu_open { display: block; float: right; width: 0.68rem; height: 0.68rem; padding: 0.08rem 0; border: 1px solid #eaeaea; position: absolute; top: 0.2rem; right: 3%; box-sizing: border-box; z-index: 998; cursor: pointer}
    .menu_open i { height: 2px; width: 50%; background-color: #2d5d5d; display: block; margin: 0.1rem auto;}
	.menu_open:active { background-color:#2d5d5d; border: 1px solid #2d5d5d;}
	.menu_open:active i { background-color: #fff;}
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 999; overflow: hidden; background-color: #2d5d5d;}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed; right: -50%; top: 0; z-index: 999; }
    .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 0.24rem; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 1rem; position: relative;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .1); }
    .nav_item > a { display: block; line-height: 0.52rem; margin: 0; font-size: 0.28rem; color: #fff; padding: 0.24rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.nav_item > a:active { background-color: #0065a4;}
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block;}
    /*.nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; left: 0; }*/
    .nav_item i:after { content: ''; display: block; width: 0.16rem; height: 0.16rem; margin-bottom: -4px; border: 1px solid rgba(255, 255, 255, .5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 0.24rem; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #2d5d5d; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; margin: 0; padding: 0.32rem 0.24rem; white-space: nowrap; text-overflow: ellipsis; font-size: 0.28rem; color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .1); text-indent: 0.24rem; position: relative; }
    .subopen a:before { content: ''; display: block; width: 0.16rem; height: 0.16rem; position: absolute; bottom: 50%; left: 0.24rem; margin-bottom: -0.10rem; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, .5); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; line-height: 0.52rem; overflow: hidden; margin: 0; padding: 0.24rem; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 0.28rem;}
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .1);}
}

/**banner**/
@media screen and (min-width:1200px) {
	/**banner**/
	.apple-banner { width: 100%; height: 480px; overflow: hidden; background-color: #f2f2f2;}
	.apple-banner .swiper-container { width: 100%; height: 480px;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	/**banner**/
	.apple-banner { width: 100%; height: 460px; overflow: hidden; background-color: #f2f2f2;}
	.apple-banner .swiper-container { width: 100%; height: 460px;}
}
@media screen and (min-width:1081px) {	
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
	.apple-banner .swiper-pagination-bullet { display: inline-block; width: 50px; margin: 0 3px; cursor: pointer; background: none; border-radius:0; opacity: 1;}
	.apple-banner .swiper-pagination-bullet span { width: 50px; height: 2px; display: block; background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
	.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 2px; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
	.apple-banner .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: 150%;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: 150%;}
}
@media screen and (max-width:1080px) {
	/**banner**/
	.apple-banner { width: 100%; height: 3rem; overflow: hidden; background-color: #f2f2f2;}
	.apple-banner .swiper-container { width: 100%; height: 3rem;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 0.64rem; height: 0.64rem; position: absolute; left: 0.24rem; top: 50%; margin-top:-0.32rem; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:0.24rem; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:0.24rem; background:none;}
	.apple-banner .swiper-pagination-bullet { display: inline-block; width: 0.5rem; height: 0.02rem; margin: 0 0.03rem; cursor: pointer; background: none; border-radius:0; opacity: 1;}
	.apple-banner .swiper-pagination-bullet span { width: 0.5rem; height: 0.02rem; display: block; background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
	.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 0.02rem; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
	.apple-banner .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: 150%;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: 150%;}
}

/**pro_line**/
@media screen and (min-width:1200px) {
	.pro_line { width:1200px; margin: 60px auto; padding: 0;}	
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.pro_line { width:96%; margin: 60px auto; padding: 0;}	
}
@media screen and (min-width:1081px) {
	.jk_title { width:100%; height: 48px; overflow: hidden; margin: 0 auto 30px; padding: 0; position: relative;}
	.jk_title p { height:36px; line-height: 36px; color: #2d5d5d; font-size: 24px; margin: 0; padding: 0; float: left;}
	.jk_title p span { display:inline-block; color: #999; font-family: "Arial"; font-size: 18px; font-style: italic; margin: 0 0 0 14px;}
	.jk_title a { display:block; width: 118px; height: 34px; overflow: hidden; line-height: 34px; color: #2d5d5d; font-size: 14px; text-align: center; margin: 0; padding: 0; border: 1px solid #dfdfdf; float: right;}
	.jk_title a img { display:inline-block; vertical-align: middle; margin: -2px 0 0 6px;}
	.jk_title a:hover { border: 1px solid #2d5d5d;}
	.jk_title em { display: block; width: 45px; height: 2px; overflow: hidden; margin: 0; padding: 0; background-color: #2d5d5d; position: absolute; left: 0; top: 46px;}
	
	.pro_line ul li { width:31%; height: 240px; margin: 0 3.5% 0 0; padding: 40px 20px; box-sizing: border-box; float: left;}
	.pro_line ul li:nth-child(3n+3) { margin:0;}
	.pro_line ul li .pro_lname { width:100%; overflow: hidden; color: #435065; font-size: 22px; margin: 0 auto; padding: 0;}
	.pro_line ul li p { width:100%; overflow: hidden; color: #435065; font-size: 12px; margin: 5px auto 0; padding: 0; opacity: 0.6;line-height: 22px;}
	.pro_line ul li a { display:block; width: 118px; height: 34px; overflow: hidden; line-height: 34px; color: #2d5d5d; font-size: 14px; text-align: center; margin: 42px 0 0; padding: 0; border: 1px solid #dfdfdf;}
	.pro_line ul li a img { display:inline-block; vertical-align: middle; margin: -2px 0 0 6px;}
	.pro_line ul li a:hover { border: 1px solid #2d5d5d;}
}
@media screen and (max-width:1080px) {
	.pro_line { width:94%; margin: 0.48rem auto; padding: 0;}
	.jk_title { width:100%; height: 0.88rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; position: relative;}
	.jk_title p { height:0.44rem; line-height: 0.44rem; color: #2d5d5d; font-size: 0.32rem; margin: 0; padding: 0; float: left;}
	.jk_title p span { display:block; width:100%; overflow: hidden; line-height: 0.44rem; color: #999; font-family: "Arial"; font-size: 0.24rem; font-style: italic; margin: 0;}
	.jk_title a { display:block; width: 2.0rem; height: 0.72rem; overflow: hidden; line-height: 0.72rem; color: #2d5d5d; font-size: 0.28rem; text-align: center; margin: 0; padding: 0; border: 1px solid #dfdfdf; box-sizing: border-box; float: right;}
	.jk_title a img { display:inline-block; vertical-align: middle; margin: 0 0 0 0.12rem;}
	.jk_title a:active { border: 1px solid #2d5d5d;}
	.jk_title em { display: none;}
	
	.pro_line ul li { width:100%; height:3.4rem; overflow: hidden; margin: 0 3.5% 0.24rem 0; padding: 0.48rem 0.24rem; box-sizing: border-box; background-size: 100% 100%; float: left; background-size: 70%!important;}
	.pro_line ul li:nth-child(3n+3) { margin:0;}
	.pro_line ul li .pro_lname { width:100%; overflow: hidden; color: #435065; font-size: 0.32rem; margin: 0 auto; padding: 0;}
	.pro_line ul li p { width:100%; overflow: hidden; color: #435065; font-size: 0.24rem; margin: 0.06rem auto 0; padding: 0; opacity: 0.6;    line-height: 0.38rem;}
	.pro_line ul li a { display:block; width: 2.0rem; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color: #2d5d5d; font-size: 0.24rem; text-align: center; margin: 0.36rem 0 0; padding: 0; border: 1px solid #dfdfdf;}
	.pro_line ul li a img { display:inline-block; vertical-align: middle; margin: 0 0 0 0.12rem;}
	.pro_line ul li a:active { border: 1px solid #2d5d5d;}
}

/**pro_rec**/
@media screen and (min-width:1200px) {
	.pro_rec { width:100%; height: 330px; overflow: hidden; margin: 60px auto; padding: 60px 0; background: url(../images/rec_bg.jpg) center center no-repeat; background-size: 100% 100%;}
	.pro_rec .rec_main { width:1200px; height: 330px; margin: 0 auto; padding: 0;}
	
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.pro_rec { width:96%; height: 330px; overflow: hidden; margin: 60px auto; padding: 60px 2%; background: url(../images/rec_bg.jpg) center center no-repeat; background-size: 100% 100%;}
	.pro_rec .rec_main { width:100%; height: 330px; margin: 0 auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.ly_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul {overflow:hidden;}
	.ly_scroll ul li {width:216px;_width:216px;height:260px;_height:260px;overflow:hidden;vertical-align:top;margin:0 30px 0 0;padding:0px;float:left;}
	.ly_scroll ul li .pro_name { width:100%; height: 40px; overflow: hidden; line-height: 40px; text-align: center; text-overflow:ellipsis; white-space:nowrap;}
	.pro_name a { color: #333; font-size: 14px;}
	.pro_name a:hover { color:#2d5d5d; font-weight: bold;}

	.port-1{ width:200px; height:200px; overflow: hidden; text-align: center; border:8px solid #fff; background-color: #fff; position: relative;}
	.port-1 .text-desc{opacity:1; top: -100%; transition: 0.5s; color: #000; padding:0;}
	.port-1 img{transition: 0.5s;}
	.port-1:hover img{transform: scale(1.2);}
	.port-1.effect-2 .text-desc{top: auto; bottom: -100%;}
	.port-1.effect-2:hover .text-desc{ bottom: 0;}
	.image-box { width:200px;height:200px;margin:0 auto;padding:0;position:relative;}
	.image-box img { display:block; max-height:100%;max-width:100%; margin:auto;padding:0;position:absolute; left:0;top:0; right:0;bottom:0;}
	.text-desc { position: absolute; left: 0; top: 0; background-color: rgba(32, 51, 64, 0.8); height: 100%; opacity: 0; width: 100%; padding: 0;}
	.port-1 .btn{display:inline-block; width:100%; height:100%; margin:0 auto; padding:0; position: relative;}
	.port-1 .btn img { display:block; width:30px; height: 30px; margin: -15px 0 0 -15px; padding: 0; position: absolute; left: 50%; top: 50%; transform: scale(1.0);}

}
@media screen and (max-width:1080px) {
	.pro_rec { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0.48rem 3%; background: url(../images/rec_bg.jpg) center center no-repeat; background-size: 100% 100%;}
	.pro_rec .rec_main { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	.ly_scroll { width:100%; height: 3.6rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul {overflow:hidden;}
	.ly_scroll ul li {width:3.2rem;_width:3.2rem;height:3.6rem;_height:3.6rem;overflow:hidden;vertical-align:top;margin:0 0.24rem 0 0;padding:0px;float:left;}
	.ly_scroll ul li .pro_name { width:100%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; text-align: center; text-overflow:ellipsis; white-space:nowrap;}
	.pro_name a { color: #333; font-size: 0.26rem;}
	.pro_name a:hover { color:#2d5d5d; font-weight: bold;}

	.port-1{ width:100%; height:2.64rem; overflow: hidden; text-align: center; border:0.12rem solid #fff; box-sizing: border-box; background-color: #fff; position: relative;}
	.port-1 .text-desc{opacity:1; top: -100%; transition: 0.5s; color: #000; padding:0;}
	.port-1 img{transition: 0.5s;}
	.port-1:hover img{transform: scale(1.2);}
	.port-1.effect-2 .text-desc{top: auto; bottom: -101%;}
	.port-1.effect-2:active .text-desc{ bottom: 0;}
	.image-box { width:100%;height:2.64rem;margin:0 auto;padding:0;position:relative;}
	.image-box img { display:block; max-height:100%;max-width:100%; margin:auto;padding:0;position:absolute; left:0;top:0; right:0;bottom:0;}
	.text-desc { position: absolute; left: 0; top: 0; background-color: rgba(32, 51, 64, 0.8); height: 100%; opacity: 0; width: 100%; padding: 0;}
	.port-1 .btn{display:inline-block; width:100%; height:100%; margin:0 auto; padding:0; position: relative;}
	.port-1 .btn img { display:block; width:0.4rem; height: 0.4rem; margin: -0.2rem 0 0 -0.2rem; padding: 0; position: absolute; left: 50%; top: 50%; transform: scale(1.0);}
}





@media screen and (min-width:1081px) {
	.ly_scroll2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll2 ul {overflow:hidden;}
	.ly_scroll2 ul li {width:374px;_width:374px;height:260px;_height:260px;overflow:hidden;vertical-align:top;margin:0 30px 0 0;padding:0px;float:left;}
	.ly_scroll2 ul li .pro_name { width:100%; height: 40px; overflow: hidden; line-height: 40px; text-align: center; text-overflow:ellipsis; white-space:nowrap;}
	.ly_scroll2 .pro_name a { color: #333; font-size: 14px;}
	.ly_scroll2 .pro_name a:hover { color:#2d5d5d; font-weight: bold;}

	.ly_scroll2 .port-1{ width:370px; height:202px; overflow: hidden; text-align: center; border:8px solid #fff; background-color: #f1f1f1; position: relative;}
	.ly_scroll2 .port-1 .text-desc{opacity:1; top: -100%; transition: 0.5s; color: #000; padding:0;}
	.ly_scroll2 .port-1 img{transition: 0.5s;}
	.ly_scroll2 .port-1:hover img{transform: scale(1.2);}
	.ly_scroll2 .port-1.effect-2 .text-desc{top: auto; bottom: -100%;}
	.ly_scroll2 .port-1.effect-2:hover .text-desc{ bottom: 0;}
	.ly_scroll2 .image-box { width:370px;height:202px;margin:0 auto;padding:0;position:relative;}
	.ly_scroll2 .image-box img { display:block; max-height:100%;max-width:100%; margin:auto;padding:0;position:absolute; left:0;top:0; right:0;bottom:0;}
	.ly_scroll2 .text-desc { position: absolute; left: 0; top: 0; background-color: rgba(32, 51, 64, 0.8); height: 100%; opacity: 0; width: 100%; padding: 0;}
	.ly_scroll2 .port-1 .btn{display:inline-block; width:100%; height:100%; margin:0 auto; padding:0; position: relative;}
	.ly_scroll2 .port-1 .btn img { display:block; width:30px; height: 30px; margin: -15px 0 0 -15px; padding: 0; position: absolute; left: 50%; top: 50%; transform: scale(1.0);}

}
@media screen and (max-width:1080px) {
	
	.ly_scroll2 { width:100%; height: 3.6rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll2 ul {overflow:hidden;}
	.ly_scroll2 ul li {width:3.2rem;_width:3.2rem;height:3.6rem;_height:3.6rem;overflow:hidden;vertical-align:top;margin:0 0.24rem 0 0;padding:0px;float:left;}
	.ly_scroll2 ul li .pro_name { width:100%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; text-align: center; text-overflow:ellipsis; white-space:nowrap;}
	.ly_scroll2 .pro_name a { color: #333; font-size: 0.26rem;}
	.ly_scroll2 .pro_name a:hover { color:#2d5d5d; font-weight: bold;}

	.ly_scroll2 .port-1{ width:100%; height:2.64rem; overflow: hidden; text-align: center; border:0.12rem solid #fff; box-sizing: border-box; background-color: #fff; position: relative;}
	.ly_scroll2 .port-1 .text-desc{opacity:1; top: -100%; transition: 0.5s; color: #000; padding:0;}
	.ly_scroll2 .port-1 img{transition: 0.5s;}
	.ly_scroll2 .port-1:hover img{transform: scale(1.2);}
	.ly_scroll2 .port-1.effect-2 .text-desc{top: auto; bottom: -101%;}
	.ly_scroll2 .port-1.effect-2:active .text-desc{ bottom: 0;}
	.ly_scroll2 .image-box { width:100%;height:2.64rem;margin:0 auto;padding:0;position:relative;}
	.ly_scroll2 .image-box img { display:block; max-height:100%;max-width:100%; margin:auto;padding:0;position:absolute; left:0;top:0; right:0;bottom:0;}
	.ly_scroll2 .text-desc { position: absolute; left: 0; top: 0; background-color: rgba(32, 51, 64, 0.8); height: 100%; opacity: 0; width: 100%; padding: 0;}
	.ly_scroll2 .port-1 .btn{display:inline-block; width:100%; height:100%; margin:0 auto; padding:0; position: relative;}
	.ly_scroll2 .port-1 .btn img { display:block; width:0.4rem; height: 0.4rem; margin: -0.2rem 0 0 -0.2rem; padding: 0; position: absolute; left: 50%; top: 50%; transform: scale(1.0);}
}


/**img_play**/
@media screen and (min-width:1200px) {
	.img_play { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}	
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.img_play { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}	
}
@media screen and (min-width:1081px) {
	.jk_p1, .jk_p4 { width:23.5%; height: 590px; overflow: hidden; margin: 0; padding: 0; position: relative;}
	.jk_p1 { float: left; margin: 0 1% 0 0;}
	.jk_p4 { float: right; margin: -290px 0 0;}
	.p_img1, .p_img4 { width:100%; height: 540px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; position: relative;}

	.jk_p2 { width:25%; height: 290px; overflow: hidden; margin: 0 1% 0 0; padding: 0; float: left; position: relative;}
	.p_img2 { width:100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; position: relative;}

	.jk_p3 { width:51%; height: 290px; overflow: hidden; margin: 10px 1% 0 0; padding: 0; float: left; position: relative;}
	.p_img3 { width:100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; position: relative;}

	.jk_p1 img.img_pic, .jk_p2 img.img_pic, .jk_p3 img.img_pic, .jk_p4 img.img_pic { display: block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}

	.p_text { width:100%; height: 40px; overflow: hidden; margin: 10px auto 0; padding: 0;}
	.p_text p { width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto; padding: 0; color: #333; font-size: 14px; text-align: center;}
	.p_text span { display: block; width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto; padding: 0; color: #999; font-family: "Arial"; font-size: 12px; text-align: center;}

	.jk_p1 .img_mask, .jk_p2 .img_mask, .jk_p3 .img_mask, .jk_p4 .img_mask {opacity:1; top: -100%; transition: 0.5s; color: #000; padding:0;}
	.jk_p1 img.img_pic, .jk_p2 img.img_pic, .jk_p3 img.img_pic, .jk_p4 img.img_pic {transition: 0.5s;}
	.jk_p1:hover img.img_pic, .jk_p2:hover img.img_pic, .jk_p3:hover img.img_pic, .jk_p4:hover img.img_pic {transform: scale(1.2);}
	.jk_p1.effect-2 .img_mask, .jk_p2.effect-2 .img_mask, .jk_p3.effect-2 .img_mask, .jk_p4.effect-2 .img_mask {top: auto; bottom: -100%;}
	.jk_p1.effect-2:hover .img_mask, .jk_p2.effect-2:hover .img_mask, .jk_p3.effect-2:hover .img_mask, .jk_p4.effect-2:hover .img_mask {bottom: 0;}
	.img_mask {position: absolute; left: 0; top: 0; background-color:rgba(32, 51, 64, 0.8); height: 100%; opacity: 0; width: 100%; padding:0;}
	.img_mask a {display:inline-block; width:100%; height:100%; margin:0 auto; padding:0; position: relative;}
	.img_mask a img { display:block; width:30px; height: 30px; margin: -15px 0 0 -15px; padding: 0; position: absolute; left: 50%; top: 50%; transform: scale(1.0);}
	
	.pl_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1080px) {
	.img_play { width:94%; overflow: hidden; margin: 60px auto; padding: 0;}
	
	.jk_p1, .jk_p4 { width:100%; overflow: hidden; margin: 0 0 0.24rem; padding: 0; float: left; position: relative;}
	.p_img1, .p_img4 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; position: relative;}
	.jk_p4 { margin: 0;}

	.jk_p2 { width:100%; overflow: hidden; margin: 0 0 0.24rem; padding: 0; float: left; position: relative;}
	.p_img2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; position: relative;}

	.jk_p3 { width:100%; overflow: hidden; margin: 0 0 0.24rem; padding: 0; float: left; position: relative;}
	.p_img3 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eaeaea; box-sizing: border-box; position: relative;}

	.jk_p1 img.img_pic, .jk_p2 img.img_pic, .jk_p3 img.img_pic, .jk_p4 img.img_pic { display: block; width: 100%; overflow: hidden;}

	.p_text { width:100%; height: 0.88rem; overflow: hidden; margin: 10px auto 0; padding: 0;}
	.p_text p { width:100%; height: 0.44rem; overflow: hidden; line-height: 0.44rem; margin: 0 auto; padding: 0; color: #333; font-size: 0.28rem; text-align: center;}
	.p_text span { display: block; width:100%; height: 0.44rem; overflow: hidden; line-height: 0.44rem; margin: 0 auto; padding: 0; color: #999; font-family: "Arial"; font-size: 0.24rem; text-align: center;}

	.jk_p1 .img_mask, .jk_p2 .img_mask, .jk_p3 .img_mask, .jk_p4 .img_mask {opacity:1; top: -100%; transition: 0.5s; color: #000; padding:0;}
	.jk_p1 img.img_pic, .jk_p2 img.img_pic, .jk_p3 img.img_pic, .jk_p4 img.img_pic {transition: 0.5s;}
	.jk_p1:hover img.img_pic, .jk_p2:hover img.img_pic, .jk_p3:hover img.img_pic, .jk_p4:hover img.img_pic {transform: scale(1.2);}
	.jk_p1.effect-2 .img_mask, .jk_p2.effect-2 .img_mask, .jk_p3.effect-2 .img_mask, .jk_p4.effect-2 .img_mask {top: auto; bottom: -100%;}
	.jk_p1.effect-2:hover .img_mask, .jk_p2.effect-2:hover .img_mask, .jk_p3.effect-2:hover .img_mask, .jk_p4.effect-2:hover .img_mask {bottom: 0;}
	.img_mask {position: absolute; left: 0; top: 0; background-color:rgba(32, 51, 64, 0.8); height: 100%; opacity: 0; width: 100%; padding:0;}
	.img_mask a {display:inline-block; width:100%; height:100%; margin:0 auto; padding:0; position: relative;}
	.img_mask a img { display:block; width:0.4rem; height: 0.4rem; margin: -0.2rem 0 0 -0.2rem; padding: 0; position: absolute; left: 50%; top: 50%; transform: scale(1.0);}
	
	.pl_img { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
}

/**jk_news**/
@media screen and (min-width:1200px) {
	.jk_news .new_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.jk_news .new_main { width:96%; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.jk_news { width:100%; overflow: hidden; margin: 60px auto; padding: 60px 0; background-color: #f5f5f5;}
	.new_main .jk_nwl, .new_main .jk_nwr { width: 48%; overflow: hidden; margin: 0; padding: 0;}
	.new_main .jk_nwl { float:left;}
	.new_main .jk_nwr { float:right;}

	.new_tab1, .new_tab2 { margin:0 0 30px;}
	.new_tab1 ul li, .new_tab2 ul li { height: 36px; line-height: 36px; margin: 0 30px 0 0; padding: 0 0 12px; color: #aaa; font-size: 24px; cursor: pointer; float: left; position: relative;}
	.new_tab1 ul li em, .new_tab2 ul li em { display: none; width: 45px; height: 2px; overflow: hidden; margin: 0; padding: 0; background-color: #2d5d5d; position: absolute; left: 0; top: 46px;}
	.nw_df { }
	.new_tab1 ul li.nw_on, .new_tab2 ul li.nw_on { color: #2d5d5d;}
	.new_tab1 ul li.nw_on em, .new_tab2 ul li.nw_on em { display:block;}
	.new_tab1 a, .new_tab2 a  { display:block; width: 118px; height: 34px; overflow: hidden; line-height: 34px; color: #2d5d5d; font-size: 14px; text-align: center; margin: 0; padding: 0; border: 1px solid #dfdfdf; float: right;}
	.new_tab1 a img, .new_tab2 a img { display:inline-block; vertical-align: middle; margin: -2px 0 0 6px;}
	.new_tab1 a:hover, .new_tab2 a:hover { border: 1px solid #2d5d5d;}

	.nw_first { width:100%; height: 120px; margin: 0 auto 30px; padding: 0;}
	.nw_first .lynw_list { width:100%; height: 120px; margin: 0 auto; padding: 0; background-color: #fff;}
	.nw_first .lynw_list:hover { box-shadow:0 8px 20px rgba(204,204,204,0.3);}
	.nw_img a { display: block; width:32%; height: 120px; overflow: hidden; margin: 0; padding: 0; position: relative; float: left;}
	.nw_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.nw_text { width:68%; height: 92px; overflow: hidden; margin: 0; padding: 14px 30px; box-sizing: border-box; float: right;}
	.nw_text .nw_tit a { display: block; width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 16px; margin: 0 auto; padding: 0; text-overflow:ellipsis; white-space: nowrap;}
	.nw_text p { width:100%; height: 40px; overflow: hidden; line-height: 20px; color: #666; font-size: 14px; margin: 6px auto; padding: 0; text-indent: 2em; text-align: justify;}
	.nw_text span { display:block; width:100%; height: 16px; overflow: hidden; line-height: 16px; color: #999; font-size: 12px; margin: 0 auto; padding: 0;}
	.nw_first .nw_tit a:hover { color:#2d5d5d;}
	.nw_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_list ul li { width:100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0 0 0 20px; box-sizing: border-box; background: url(../images/nwlist_jt.png) 0 16px no-repeat;}
	.nw_list ul li a { display:block; width:80%; height: 40px; overflow: hidden; line-height: 40px; color:#333; font-size: 14px; text-overflow:ellipsis; white-space: nowrap; float: left;}
	.nw_list ul li a:hover { color:#2d5d5d;}
	.nw_list ul li span { display:inline-block; width:20%; color: #999; font-family: "Arial"; font-size: 12px; text-align: right; float: right;}
}
@media screen and (max-width:1080px) {
	.jk_news { width:100%; overflow: hidden; margin: 0.48rem auto; padding: 0.48rem 0; background-color: #f5f5f5;}
	.jk_news .new_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0;}
	.new_main .jk_nwl, .new_main .jk_nwr { width: 100%; overflow: hidden; margin: 0; padding: 0;}
	.new_main .jk_nwl { float:left; margin-bottom: 0.48rem;}
	.new_main .jk_nwr { float:right;}

	.new_tab1, .new_tab2 { margin:0 0 0.24rem;}
	.new_tab1 ul li, .new_tab2 ul li { height: 0.72rem; line-height: 0.72rem; margin: 0 0.48rem 0 0; padding: 0 0 0.12rem; color: #aaa; font-size: 0.32rem; cursor: pointer; float: left; position: relative;}
	.new_tab1 ul li em, .new_tab2 ul li em { display: none; width: 0.6rem; height: 0.03rem; overflow: hidden; margin: 0; padding: 0; background-color: #2d5d5d; position: absolute; left: 0; top: 0.69rem;}
	.nw_df { }
	.new_tab1 ul li.nw_on, .new_tab2 ul li.nw_on { color: #2d5d5d;}
	.new_tab1 ul li.nw_on em, .new_tab2 ul li.nw_on em { display:block;}
	.new_tab1 a, .new_tab2 a  { display:block; width: 2.0rem; height: 0.72rem; overflow: hidden; line-height: 0.72rem; color: #2d5d5d; font-size: 0.28rem; text-align: center; margin: 0; padding: 0; border: 1px solid #dfdfdf; float: right;}
	.new_tab1 a img, .new_tab2 a img { display:inline-block; vertical-align: middle; margin: 0 0 0 0.12rem;}
	.new_tab1 a:active, .new_tab2 a:active { border: 1px solid #2d5d5d;}

	.nw_first { width:100%; height: 2.0rem; margin: 0 auto 0.24rem; padding: 0;}
	.nw_first .lynw_list { width:100%; height: 2.0rem; margin: 0 auto; padding: 0; background-color: #fff;}
	.nw_first .lynw_list:active { box-shadow:0 8px 20px rgba(204,204,204,0.3);}
	.nw_img a { display: block; width:36%; height: 2.0rem; overflow: hidden; margin: 0; padding: 0; position: relative; float: left;}
	.nw_img a img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.nw_text { width:64%; height: 2.0rem; overflow: hidden; margin: 0; padding: 0.12rem 0.24rem; box-sizing: border-box; float: right;}
	.nw_text .nw_tit a { display:block; width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.30rem; margin: 0 auto; padding: 0; text-overflow:ellipsis; white-space: nowrap;}
	.nw_text p { width:100%; height: 0.80rem; overflow: hidden; line-height: 0.4rem; color: #666; font-size: 0.26rem; margin: 0.1rem auto; padding: 0; text-indent: 2em; text-align: justify;}
	.nw_text span { display:block; width:100%; height: 0.32rem; overflow: hidden; line-height: 0.32rem; color: #999; font-size: 0.24rem; margin: 0 auto; padding: 0;}
	.nw_first a:active .nw_tit { color:#2d5d5d;}
	.nw_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_list ul li { width:100%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; margin: 0 auto; padding: 0 0 0 0.24rem; box-sizing: border-box; background: url(../images/nwlist_jt.png) 0 0.27rem no-repeat; background-size: 0.10rem 0.18rem;}
	.nw_list ul li a { display:block; width:80%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; color:#333; font-size: 0.26rem; text-overflow:ellipsis; white-space: nowrap; float: left;}
	.nw_list ul li a:active { color:#2d5d5d;}
	.nw_list ul li span { display:inline-block; width:20%; color: #999; font-family: "Arial"; font-size: 0.24rem; text-align: right; float: right;}
}

/**contact_video**/
@media screen and (min-width:1200px) {
	.contact_video { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.contact_video { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.lyjk_contact, .lyjk_video { width:48%; overflow: hidden; margin: 0; padding: 0;}
	.lyjk_contact { float:right;}
	.lyjk_video { float:left;}
	.contact_tit { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0; color: #333; font-size: 24px;}
	.contact_tit span { display:inline-block; color: #2d5d5d; font-size: 14px; margin: 0 0 0 16px;}
	.contact_list { width:100%; overflow: hidden; margin: 0 auto 18px; padding: 0;}
	.contact_list p { height:24px; overflow: hidden; line-height: 24px; color: #666; font-size: 14px; margin: 0 0 12px; padding: 0; float: left;}
	.contact_list p img { display:block; width:24px; height: 24px; margin: 0 8px 0 0; padding: 0; float: left;}
	.contact_list p.jk_addr { width:100%;}
	.contact_list p.jk_tel, .contact_list p.jk_mobile, .contact_list p.jk_fax, .contact_list p.jk_mail { width:100%;}
	.contact_list p.jk_fax, .contact_list p.jk_mail { /*padding: 0 0 0 20px;*/ box-sizing: border-box;}
	.jk_ewm { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_ewm ul li { width:50%; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box;}
	.jk_ewm ul li img { display:block; width: 180px; height: 180px; margin: 0; padding: 0;}
	.jk_ewm ul li p { width:180px; overflow: hidden; margin: 12px 0 0; padding: 0; color: #666; font-size: 12px; text-align: center;}
	.mxvd_main { width:100%; height: 370px; overflow: hidden; margin: 0 auto; padding: 10px; background-color: #9aa7b0; box-sizing: border-box;}
}
@media screen and (max-width:1080px) {
	.contact_video { width:94%; overflow: hidden; margin: 0.48rem auto 0; padding: 0;}
	.lyjk_contact, .lyjk_video { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.contact_tit { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; color: #333; font-size: 0.32rem;}
	.contact_tit span { display:inline-block; color: #2d5d5d; font-size: 0.2rem; margin: 0 0 0 0.2rem;}
	.contact_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.contact_list p { height:0.6rem; overflow: hidden; line-height: 0.6rem; color: #666; font-size: 0.26rem; margin: 0 0 0.12rem; padding: 0;}
	.contact_list p img { display:block; width:0.4rem; height: 0.4rem; margin: 0.1rem 0.12rem 0 0; padding: 0; float: left;}
	.contact_list p.jk_addr { width:100%;}
	.contact_list p.jk_tel, .contact_list p.jk_mobile, .contact_list p.jk_fax, .contact_list p.jk_mail { width:100%;}
	.contact_list p.jk_fax, .contact_list p.jk_mail { padding: 0; box-sizing: border-box;}
	.jk_ewm { width:100%; overflow: hidden; margin: 0.36rem auto 0; padding: 0;}
	.jk_ewm ul li { width:50%; overflow: hidden; margin: 0; padding: 0; box-sizing: border-box; float: left;}
	.jk_ewm ul li img { display:block; width: 2.8rem; height: 2.8rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_ewm ul li p { width:100%; overflow: hidden; margin: 0.16rem auto 0; padding: 0; color: #666; font-size: 0.26rem; text-align: center;}
	.mxvd_main { width:100%; height: 5.4rem; overflow: hidden; margin: 0 auto; padding: 0.12rem; background-color: #9aa7b0; box-sizing: border-box;}
}

/**jk_links**/
@media screen and (min-width:1200px) {
	.lk_main { width:1200px; height: auto; margin: 0 auto; padding: 0;}	
	.lk_main ul li { height:40px;line-height:40px;color:#555; margin: 0 0.8% 4px 0; padding: 0; float: left;}
	.lk_main ul li:nth-child(6n+6) { margin: 0 0 4px;}
	.lk_main ul li a { display:block; width:100%; height: 100%; margin: 0 auto; padding: 0;  position: relative;color:#555;}
	.lk_main ul li a img { display:inline-block; max-width: 94%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.lk_main { width:96%; height: auto; margin: 0 auto; padding: 0;}
	.lk_main ul li { height:40px;line-height:40px;color:#555; margin: 0 2% 4px 0; padding: 0; float: left;}
	.lk_main ul li:nth-child(4n+4) { margin: 0 0 4px;}
	.lk_main ul li a { display:block; width:100%; height: 100%; margin: 0 auto; padding: 0; color: #555; position: relative;}
	.lk_main ul li a img { display:inline-block; max-width: 94%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
}
@media screen and (min-width:1081px) {
	.jk_links { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; background-color: #f5f5f5;}	
}
@media screen and (max-width:1080px) {
	.jk_links { width:100%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0; background-color: #f5f5f5;}
	.lk_main { width:94%; height: auto; margin: 0 auto; padding: 0;}
	.lk_main ul li { height: 0.3rem;line-height:0.3rem; margin: 0 2% 0.12rem 0; padding: 0; float: left;}
	.lk_main ul li:nth-child(2n+2) { margin: 0 0 4px;}
	.lk_main ul li a { display:block; width:100%; height: 100%; margin: 0 auto; padding: 0; color: #555; position: relative;}
	.lk_main ul li a img { display:inline-block; max-width: 94%; max-height: 94%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
}

/**ny_banner**/
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.ny_banner { width:100%; height: 380px; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1080px) {
	.ny_banner { width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0;}
}

.ny_banner_layout {overflow: hidden;width: 100%;}
.ny_banner_layout .slideshow {height: 310px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}
@media (max-width: 1199px) and (min-width: 1001px){.ny_banner_layout .slideshow {height: 320px;}}
@media screen and (max-width: 1000px){.ny_banner_layout .slideshow {height: 280px;}}
@media screen and (max-width: 760px){.ny_banner_layout .slideshow {height: 170px;}}
@media screen and (max-width: 480px){.ny_banner_layout .slideshow {height: 120px;}}

/**jk_menu**/
@media screen and (min-width:1200px) {
	.jk_menu { width:1200px; height: 100px; margin: -50px auto 40px; padding: 0; background-color: #fff; box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.ab1_mian, .ab2_mian, .ab3_mian { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.ab1_mian iframe, .ab2_mian iframe, .ab3_mian iframe{max-width:100% !important;}
	.ab1_mian video, .ab2_mian video, .ab3_mian video{max-width:100% !important;}
	.ab1_mian #playercontainer, .ab2_mian #playercontainer, .ab3_mian #playercontainer{max-width:100% !important;}
	.ab3_con { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab5_list, .ab6_list { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.jk_menu { width:96%; height: 100px; margin: -50px auto 40px; padding: 0; background-color: #fff; box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.ab1_mian, .ab2_mian, .ab3_mian { width:96%; overflow: hidden; margin: 40px auto; padding: 0;}
	.ab1_mian iframe, .ab2_mian iframe, .ab3_mian iframe{max-width:100% !important;}
	.ab1_mian video, .ab2_mian video, .ab3_mian video{max-width:100% !important;}
	.ab1_mian #playercontainer, .ab2_mian #playercontainer, .ab3_mian #playercontainer{max-width:100% !important;}
	.ab3_con { width:96%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab5_list, .ab6_list { width:96%; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.ab_menu, .case_menu, .nws_menu,.ct_menu, .vd_menu { width:100%; height: 100px; margin: 0 auto; padding: 0;}
	.ab_menu li { width:25%; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ab_menu li a { display:block; width:100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 30px 0; background: url(../images/line1.jpg) left 20px no-repeat;}
	.ab_menu li:first-child a { background:none;}
	.ab_menu li a p { width:100%; height: 20px; overflow: hidden; line-height: 20px; color: #333; font-size: 14px; text-align: center; margin: 0 auto 4px; padding: 0;}
	.ab_menu li a span { display: block; width:100%; height: 16px; overflow: hidden; line-height: 16px; color: #999; font-family: "Arial"; font-size: 10px; text-align: center; margin: 0 auto; padding: 0;}
	.ab_menu li a:hover, .ab_menu li a.abmenu_on { background:#2d5d5d;}
	.ab_menu li a:hover p, .ab_menu li a.abmenu_on p { color:#fff;}
	.ab_menu li a:hover span, .ab_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}
	
	
	.ab1_mian h3, .ab2_mian h3, .ab3_mian h3 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 30px; padding: 0;}
	.ab1_mian p { width:100%; overflow: hidden; line-height: 24px; color: #666; font-size: 14px; /*text-indent: 2em;*/ margin: 0 auto 20px; padding: 0;}
	.ab1_mian p img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.ab1_mian ul li { width:396px; height: 220px; overflow: hidden; margin: 0; padding: 2px; float: left;}
	.ab1_mian ul li span { display:block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.ab1_mian ul li span img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; bottom: 0;}

	.ab2_mian h3 { text-align: center;}
	.ab2_video { width:800px; height: 538px; overflow: hidden; margin: 0 auto; padding: 10px; background-color: #9aa7b0;}
	.ab2_video iframe { width:800px; height: 538px;}

	.ab3_con img.ab3_img { display:block; width:400px; height: 500px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ab3_con .ab3_text { width:740px; overflow: hidden; margin: 0; padding: 10px 0 0; float: right;}
	.ab3_text ul li { width:100%; overflow: hidden; margin: 0 auto 28px; padding: 0; color: #2d5d5d; font-size: 14px; font-weight: bold;}
	.ab3_text ul li p { width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #333; font-weight: bold; text-indent: 12px; background: url(../images/line2.jpg) 0 5px no-repeat;}
	.ab3_text ul li span { display: block; width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #666; font-weight: normal;}
	.ab3_con p { width:100%!important; overflow: hidden; line-height: 28px!important; margin: 0 auto; padding: 0; color: #333!important; font-weight: bold!important; text-indent: 12px;}
	.ab3_con p strong { display: block; width: 100%; background: url(../images/line2.jpg) 0 7px no-repeat!important; margin-top: 12px;}

	.ab5_list ul li { width:31%; overflow: hidden; margin: 0 3.5% 40px 0; padding: 0; float: left;}
	.ab5_list ul li:nth-child(3n+3) { margin: 0 0 40px 0;}
	.ab5_list ul li .ab5_img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto 16px; padding: 0; position: relative;}
	.ab5_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ab5_list ul li p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 16px; text-align: center;}

	.ab6_list ul li { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
	.ab6_list ul li h3 { width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; background-color:#96aeae; margin:0 auto; padding:0;}
	.ab6_list ul li h3 em { display:block; width:22px; height:20px; line-height:20px; color:#fff; font-family:"Arial"; font-size:20px; text-align:center; float:left; margin:0 20px 0 0; padding:17px 14px 13px; background-color:#2d5d5d;}
	.ab6_list ul li .rec_text { width:100%; overflow:hidden; margin:0 auto; padding:30px 50px; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; box-sizing: border-box;}
	.rec_text p { width:100%; overflow:hidden; line-height:24px; color:#777; font-size:14px; margin:0 0 15px; padding:0 19px 0 0;}
	.rec_text p span { color:#333; font-weight:bold;}
	.rec_text a { display:block; width:120px; height:40px; overflow:hidden; line-height:40px; margin:30px 0 0; padding:0; border-radius:2px; color:#fff; font-size:14px; text-align:center; background-color:#2d5d5d; opacity: 0.8;}
	.rec_text a:hover { opacity: 1;}

	.ct_menu li { width:33.333333%; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ct_menu li a { display:block; width:100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 30px 0; background: url(../images/line1.jpg) left 20px no-repeat;}
	.ct_menu li:first-child a { background:none;}
	.ct_menu li a p { width:100%; height: 20px; overflow: hidden; line-height: 20px; color: #333; font-size: 14px; text-align: center; margin: 0 auto 4px; padding: 0;}
	.ct_menu li a span { display: block; width:100%; height: 16px; overflow: hidden; line-height: 16px; color: #999; font-family: "Arial"; font-size: 10px; text-align: center; margin: 0 auto; padding: 0;}
	.ct_menu li a:hover, .ct_menu li a.abmenu_on { background:#2d5d5d;}
	.ct_menu li a:hover p, .ct_menu li a.abmenu_on p { color:#fff;}
	.ct_menu li a:hover span, .ct_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}
	
}
@media screen and (max-width:1080px) {
	.jk_menu { width:94%; margin: 0 auto; padding: 0;}
	.ab_menu, .case_menu, .nws_menu, .pro_menu, .ct_menu, .vd_menu { width:100%; margin: 0.24rem auto 0; padding: 0;}
	.ab_menu li { width:31%; height: 1.04rem; overflow: hidden; margin: 0 3.5% 0.24rem 0; padding: 0; background-color: #fff; box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1); float: left;}
	.ab_menu li:nth-child(3n+3) { margin: 0 0 0.24rem 0;}
	.ab_menu li a { display:block; width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto; padding: 0.12rem 0;}
	.ab_menu li a p { width:100%; height: 0.48rem; overflow: hidden; line-height: 0.48rem; color: #333; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.ab_menu li a span { display: block; width:100%; height: 0.3rem; overflow: hidden; line-height: 0.3rem; color: #999; font-family: "Arial"; font-size: 0.2rem; text-align: center; margin: 0 auto; padding: 0;}
	.ab_menu li a:active, .ab_menu li a.abmenu_on { background:#2d5d5d;}
	.ab_menu li a:active p, .ab_menu li a.abmenu_on p { color:#fff;}
	.ab_menu li a:active span, .ab_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}
	
	.ab1_mian, .ab2_mian, .ab3_mian { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.ab1_mian iframe, .ab2_mian iframe, .ab3_mian iframe{max-width:100% !important;}
	.ab1_mian video, .ab2_mian video, .ab3_mian video{max-width:100% !important;}
	.ab1_mian #playercontainer, .ab2_mian #playercontainer, .ab3_mian #playercontainer{max-width:100% !important;}
	.ab3_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab5_list, .ab6_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	
	.ab1_mian h3, .ab2_mian h3, .ab3_mian h3 { width:100%; overflow: hidden; color: #333; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0;}
	.ab1_mian p { width:100%; overflow: hidden; line-height: 0.48rem; color: #666; font-size: 0.24rem; /*text-indent: 2em;*/ margin: 0 auto 20px; padding: 0;}
	.ab1_mian p img { display:block; max-width:100%;height:auto !important; overflow: hidden; margin: 0; padding: 0;}
	.ab1_mian ul li { width:396px; height: 220px; overflow: hidden; margin: 0; padding: 2px; float: left;}
	.ab1_mian ul li span { display:block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.ab1_mian ul li span img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; bottom: 0;}

	.ab2_mian h3 { text-align: center;}
	.ab2_video { overflow: hidden; margin: 0.48rem auto; padding: 0.12rem; box-sizing: border-box;}
	.ab2_video p { width:100%; overflow: hidden; line-height: 0.48rem; color: #666; font-size: 0.24rem; /*text-indent: 2em;*/ margin: 0 auto 20px; padding: 0;}

	.ab3_con img.ab3_img { display:block; width:400px; height: 500px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ab3_con .ab3_text { width:740px; overflow: hidden; margin: 0; padding: 10px 0 0; float: right;}
	.ab3_text ul li { width:100%; overflow: hidden; margin: 0 auto 28px; padding: 0; color: #2d5d5d; font-size: 14px; font-weight: bold;}
	.ab3_text ul li p { width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #333; font-weight: bold; text-indent: 12px; background: url(../images/line2.jpg) 0 5px no-repeat;}
	.ab3_text ul li span { display: block; width:100%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; color: #666; font-weight: normal;}
	.ab3_con p { width:100%!important; overflow: hidden; line-height: 0.4rem!important; margin: 0 auto; padding: 0; color: #333!important; font-size: 0.26rem!important; font-weight: bold!important; text-indent: 12px; text-align: justify;}
	.ab3_con p strong { display: block; width: 100%; height: 0.3rem; line-height: 0.3rem; margin: 0.24rem auto 0.16rem; border-left: 0.04rem solid #2d5d5d;}
	.ab3_con p span { font-size: 0.24rem!important;}

	.ab5_list ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.ab5_list ul li:nth-child(2n+2) {margin: 0 0 0.24rem 0;}
	.ab5_list ul li .ab5_img { width: 100%; height: 2rem; overflow: hidden; margin: 0 auto 0.2rem; padding: 0; position: relative;}
	.ab5_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ab5_list ul li p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 0.24rem; text-align: center;}

	.ab6_list ul li { width:100%; overflow:hidden; margin:0 auto 0.24rem; padding:0;}
	.ab6_list ul li h3 { width:100%; height:0.6rem; overflow:hidden; line-height:0.6rem; color:#fff; font-size:0.3rem; background-color:#96aeae; margin:0 auto; padding:0;}
	.ab6_list ul li h3 em { display:block; width:0.6rem; height:0.6rem; line-height:0.6rem; color:#fff; font-family:"Arial"; font-size:0.28rem; text-align:center; float:left; margin:0 0.24rem 0 0; padding:0; background-color:#2d5d5d;}
	.ab6_list ul li .rec_text { width:100%; overflow:hidden; margin:0 auto; padding:0.2rem 0.24rem; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; box-sizing: border-box;}
	.rec_text p { width:100%; overflow:hidden; line-height:0.44rem; color:#777; font-size:0.26rem; margin:0 0 0.12rem; padding: 0;}
	.rec_text p span { color:#333; font-weight:bold;}
	.rec_text a { display:block; width:1.8rem; height:0.6rem; overflow:hidden; line-height:0.6rem; margin:0.24rem 0 0; padding:0; border-radius:2px; color:#fff; font-size:0.26rem; text-align:center; background-color:#2d5d5d; opacity: 0.8;}
	.rec_text a:hover { opacity: 1;}
	
	.ab5_list p, .ab6_list p { width:100%; overflow: hidden; margin: 0 auto 0.2rem; padding: 0; color: #666; font-size: 0.24rem;}

	.ct_menu li { width:31%; height: 1.04rem; overflow: hidden; margin: 0 3.5% 0 0; padding: 0; background-color: #fff; box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1); float: left;}
	.ct_menu li:nth-child(3n+3) { margin: 0;}
	.ct_menu li a { display:block; width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto; padding: 0.12rem 0;}
	.ct_menu li a p { width:100%; height: 0.48rem; overflow: hidden; line-height: 0.48rem; color: #333; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.ct_menu li a span { display: block; width:100%; height: 0.3rem; overflow: hidden; line-height: 0.3rem; color: #999; font-family: "Arial"; font-size: 0.2rem; text-align: center; margin: 0 auto; padding: 0;}
	.ct_menu li a:hover, .ct_menu li a.abmenu_on { background:#2d5d5d;}
	.ct_menu li a:hover p, .ct_menu li a.abmenu_on p { color:#fff;}
	.ct_menu li a:hover span, .ct_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}
}

/**case**/
@media screen and (min-width:1200px) {
	.case_mian { width:1200px; height: auto; margin: 40px auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.case_mian { width:96%; height: auto; margin: 40px auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.case_menu li { width:12.5%; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.case_menu li a { display:block; width:100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 30px 0; background: url(../images/line1.jpg) left 20px no-repeat;}
	.case_menu li:first-child a { background:none;}
	.case_menu li a p { width:100%; height: 20px; overflow: hidden; line-height: 20px; color: #333; font-size: 14px; text-align: center; margin: 0 auto 4px; padding: 0;}
	.case_menu li a span { display: block; width:100%; height: 16px; overflow: hidden; line-height: 16px; color: #999; font-family: "Arial"; font-size: 10px; text-align: center; margin: 0 auto; padding: 0;}
	.case_menu li a:hover, .case_menu li a.abmenu_on { background:#2d5d5d;}
	.case_menu li a:hover p, .case_menu li a.abmenu_on p { color:#fff;}
	.case_menu li a:hover span, .case_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}

	
	.case_mian ul li { width:23.5%; height:360px; margin: 0 2% 30px 0; padding: 0; float: left;}
	.case_mian ul li:nth-child(4n+4) { margin-right:0;}
	.case_mian ul li .lypro_list { width:100%; height: 100%; margin: 0 auto; padding: 16px; box-sizing: border-box; background-color: #fff;}
	.case_mian ul li .lypro_list:hover { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.case_mian ul li .lypro_list .case_img a { display:block; width:100%; height:240px; overflow: hidden; margin: 0 auto 16px; padding: 0; position: relative;}
	.case_img a img { display:block; max-width:100%; max-height:100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.case_mian ul li .lypro_list p a { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto 12px; padding: 0; color: #333; font-size: 14px; text-align: center; text-overflow:ellipsis; white-space: nowrap;}
	.case_mian ul li span a { display:block; width:83px; height:26px; overflow: hidden; line-height:26px; color: #999; font-size: 12px; text-align:center; border:1px solid #eaeaea; margin: 0 auto; padding: 0;}
	.case_mian ul li p a:hover { color:#2d5d5d;}
	.case_mian ul li span a:hover { border:1px solid #2d5d5d; color:#2d5d5d;}
}
@media screen and (max-width:1080px) {
	.case_menu li { width:48%; height: 1.04rem; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; background-color: #fff; box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1); float: left;}
	.case_menu li:nth-child(2n+2) { margin: 0 0 0.24rem 0;}
	.case_menu li a { display:block; width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto; padding: 0.12rem 0;}
	.case_menu li a p { width:100%; height: 0.48rem; overflow: hidden; line-height: 0.48rem; color: #333; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.case_menu li a span { display: block; width:100%; height: 0.3rem; overflow: hidden; line-height: 0.3rem; color: #999; font-family: "Arial"; font-size: 0.2rem; text-align: center; margin: 0 auto; padding: 0;}
	.case_menu li a:active, .case_menu li a.abmenu_on { background:#2d5d5d;}
	.case_menu li a:active p, .case_menu li a.abmenu_on p { color:#fff;}
	.case_menu li a:active span, .case_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}

	.case_mian { width:94%; height: auto; margin: 0.24rem auto 0.48rem; padding: 0;}
	.case_mian ul li { width:48%; height:4.2rem; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.case_mian ul li:nth-child(2n+2) { margin: 0 0 0.24rem 0;}
	.case_mian ul li .lypro_list { width:100%; height: 100%; margin: 0 auto; padding: 0.24rem 0.2rem; box-sizing: border-box; background-color: #fff;}
	.case_mian ul li .lypro_list:active { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.case_mian ul li .lypro_list .case_img a { display:block; width:100%; height:2.6rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0; position: relative;}
	.case_img a img { display:block; max-width:100%; max-height:100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.case_mian ul li .lypro_list p a { display:block; width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; margin: 0 auto 0.12rem; padding: 0; color: #333; font-size: 0.28rem; text-align: center; text-overflow:ellipsis; white-space: nowrap;}
	.case_mian ul li .lypro_list span a { display:block; width:1.2rem; height:0.4rem; overflow: hidden; line-height:0.4rem; color: #999; font-size: 0.24rem; text-align:center; border:1px solid #eaeaea; margin: 0 auto; padding: 0;}
	.case_mian ul li .lypro_list p a:active { color:#2d5d5d;}
	.case_mian ul li .lypro_list span a:active { border:1px solid #2d5d5d; color:#2d5d5d;}
}

/**jk_page**/
@media screen and (min-width:1200px) {
	.jk_page { width:1200px; overflow: hidden; margin: 0 auto; padding: 0; text-align: center;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.jk_page { width:100%; overflow: hidden; margin: 0 auto; padding: 0; text-align: center;}
	.jk_page  a { display:inline-block; height: 34px; overflow: hidden; line-height: 34px; margin: 0 1px; padding: 0; border: 1px solid #eaeaea; color: #a9a9a9; font-size: 12px; text-align: center;}
	.jk_page a.pg_btn { width:80px; margin: 0 4px;}
	.jk_page a.pnnum { width:34px; font-family: "Arial";}
	.jk_page a.pnnum1{ width:34px;}
	.jk_page a:hover, .jk_page a.pnnum1 { color:#fff; background-color: #2d5d5d; border: 1px solid #2d5d5d;}
}
@media screen and (max-width:1080px) {
	.jk_page { width:100%; overflow: hidden; margin: 0 auto; padding: 0; text-align: center;}
	.jk_page  a { display:inline-block; height: 0.6rem; overflow: hidden; line-height: 0.6rem; margin: 0 0.03rem; padding: 0; border: 1px solid #eaeaea; color: #a9a9a9; font-size: 0.28rem; text-align: center;}
	.jk_page a.pg_btn { width:1.2rem; margin: 0 0.06rem;}
	.jk_page a.pnnum { width:0.6rem; font-family: "Arial";}
	.jk_page a.pnnum1{ width:0.6rem;}
	.jk_page a:hover, .jk_page a.pnnum1 { color:#fff; background-color: #2d5d5d; border: 1px solid #2d5d5d;}
}

/**news**/
@media screen and (min-width:1200px) {
	.nws_main { width:1200px; height: auto; margin: 40px auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.nws_main { width:96%; height: auto; margin: 40px auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.nws_menu li { width:25%; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.nws_menu li a { display:block; width:100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 30px 0; background: url(../images/line1.jpg) left 20px no-repeat;}
	.nws_menu li:first-child a { background:none;}
	.nws_menu li a p { width:100%; height: 20px; overflow: hidden; line-height: 20px; color: #333; font-size: 14px; text-align: center; margin: 0 auto 4px; padding: 0;}
	.nws_menu li a span { display: block; width:100%; height: 16px; overflow: hidden; line-height: 16px; color: #999; font-family: "Arial"; font-size: 10px; text-align: center; margin: 0 auto; padding: 0;}
	.nws_menu li a:hover, .nws_menu li a.abmenu_on { background:#2d5d5d;}
	.nws_menu li a:hover p, .nws_menu li a.abmenu_on p { color:#fff;}
	.nws_menu li a:hover span, .nws_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}
	
	.nws_main .nws_list { width:100%; height: 120px; margin: 0 auto 30px; padding: 0;}
	.nws_list .lynwslist { width:100%; height: 120px; margin: 0 auto; padding: 0; background-color: #fff;}
	.nws_list .lynwslist:hover { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.nws_list .lynwslist .nws_img a { display: block; width:16%; height: 120px; overflow: hidden; margin: 0; padding: 0; float: left; position: relative;}
	.nws_img a img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.nws_list .lynwslist .nws_text { width:74%; height: 120px; overflow: hidden; margin: 0; padding: 20px 30px; box-sizing: border-box; float: left;}
	.nws_list .lynwslist .nws_text p a { display: block; width:100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 16px; margin: 0 auto 10px; padding: 0; text-overflow:ellipsis; white-space: nowrap;}
	.nws_list .lynwslist .nws_text p a:hover { color:#2d5d5d;}
	.nws_list .lynwslist .nws_text span { display:block; width:100%; height: 40px; overflow: hidden; line-height: 20px; color: #666; font-size: 12px; text-indent: 2em; margin: 0 auto; padding: 0; text-align: justify;}
	.nws_list .lynwslist .nws_time { width:10%; height: 60px; overflow: hidden; margin: 10px 0; padding: 20px 0; background-color: #f5f5f5; float: right;}
	.nws_time p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-family: "Arial"; font-size: 40px; text-align: center;}
	.nws_time span { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-family: "Arial"; font-size: 14px; text-align: center;}

	.nws_line { width:100%; overflow: hidden; margin: 30px auto; padding: 0; border-bottom: 1px solid #eaeaea;}

}
@media screen and (max-width:1080px) {
	.nws_menu li { width:48%; height: 1.04rem; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; background-color: #fff; box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1); float: left;}
	.nws_menu li:nth-child(2n+2) { margin: 0 0 0.24rem 0;}
	.nws_menu li a { display:block; width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto; padding: 0.12rem 0;}
	.nws_menu li a p { width:100%; height: 0.48rem; overflow: hidden; line-height: 0.48rem; color: #333; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.nws_menu li a span { display: block; width:100%; height: 0.3rem; overflow: hidden; line-height: 0.3rem; color: #999; font-family: "Arial"; font-size: 0.2rem; text-align: center; margin: 0 auto; padding: 0;}
	.nws_menu li a:active, .nws_menu li a.abmenu_on { background:#2d5d5d;}
	.nws_menu li a:active p, .nws_menu li a.abmenu_on p { color:#fff;}
	.nws_menu li a:active span, .nws_menu li a.abmenu_on span { color:#fff; opacity: 0.5;}
	
	.nws_main { width:94%; height: auto; margin: 0.24rem auto; padding: 0;}
	.nws_main .nws_list { width:100%; height: 1.4rem; margin: 0 auto 0.24rem; padding: 0;}
	.nws_list .lynwslist { display:block; width:100%; height: 1.2rem; margin: 0 auto; padding: 0.1rem 0; background-color: #fff;}
	.nws_list .lynwslist:active { box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1);}
	.nws_list .lynwslist .nws_img { width:20%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0; float: left;}
	.nws_img a { display: block; width:100%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0; position: relative;}
	.nws_img a img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.nws_list .lynwslist .nws_text { width:80%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0 0.24rem; box-sizing: border-box; float: left;}
	.nws_list .lynwslist .nws_text p a { display: block; width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.28rem; margin: 0 auto 0.08rem; padding: 0; text-overflow:ellipsis; white-space: nowrap;}
	.nws_list .lynwslist .nws_text p a:active { color:#2d5d5d;}
	.nws_list .lynwslist .nws_text span { display:block; width:100%; height: 0.72rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.24rem; text-indent: 2em; margin: 0 auto; padding: 0; text-align: justify;}
	.nws_list .lynwslist .nws_time { width:16%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0.24rem 0; background-color: #f5f5f5; box-sizing: border-box; float: right;}
	.nws_time p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-family: "Arial"; font-size: 0.4rem; text-align: center;}
	.nws_time span { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-family: "Arial"; font-size: 0.20rem; text-align: center;}

	.nws_line { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0; border-bottom: 1px solid #eaeaea;}
}

/**nw_detail**/
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.jk_crumb { width:100%; height: 20px; overflow: hidden; line-height: 20px; font-size: 14px; margin: 0 auto 40px; padding: 0 0 16px; border-bottom: 1px solid #eaeaea;}
	.jk_crumb a { color:#666; margin: 0 6px 0 0;}
	.jk_crumb a:hover { color:#2d5d5d;}
	.jk_crumb span { color:#2d5d5d;}
	.jk_crumb img { display:inline-block; vertical-align: middle; margin: -4px 6px 0 0; padding: 0;}
	
	.nw_detail { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.nw_detail h3 { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0; color: #333; font-size: 24px; text-align: center;}
	.nw_detail .nwdtl_tips { width:1200px; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 12px; margin: 0 auto; padding: 0; background-color: #f5f5f5; text-align: center;}
	.nwdtl_tips img { display:inline-block; vertical-align: middle; margin: -4px 6px 0 0;}
	.nw_detail .nwdtl_con { width:100%; overflow: hidden; margin: 60px auto 30px; padding: 0 60px; box-sizing: border-box; text-align: center;}
	.nwdtl_con i { display:block; width:100%; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0; color: #333; font-size: 14px; font-weight: bold; font-style: normal; text-align: left;}
	.nwdtl_con p { display:block; width:100%; overflow: hidden; line-height: 28px; margin: 0 auto 30px; padding: 0; color: #666; font-size: 14px; text-indent: 2em; text-align: left;}
	.nwdtl_con img { display:block; max-width: 100%; margin: 0 auto 30px; padding: 0;}

	.prev_next { width: 100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #f5f5f5;}
	.prev_next a { display:block; width:50%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; text-overflow:ellipsis; white-space: nowrap; margin: 0; padding: 0 30px; box-sizing: border-box; float: left;}
	.prev_next a:hover { color:#fff; background-color: #577d7d;}
}
@media screen and (max-width:1080px) {
	.jk_crumb { width:100%; overflow: hidden; line-height: 0.44rem; font-size: 0.22rem; margin: 0 auto 0.48rem; padding: 0 0 0.24rem; border-bottom: 1px solid #eaeaea;}
	.jk_crumb a { color:#666; margin: 0 0.12rem 0 0;}
	.jk_crumb a:hover { color:#2d5d5d;}
	.jk_crumb span { color:#2d5d5d;}
	.jk_crumb img { display:inline-block; width:0.36rem; height: 0.36rem; vertical-align: middle; margin: -0.08rem 0.12rem 0 0; padding: 0;}
	
	.nw_detail { width:100%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.nw_detail h3 { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; color: #333; font-size: 0.32rem; text-align: center;}
	.nw_detail .nwdtl_tips { width:100%; overflow: hidden; line-height: 0.4rem; color: #999; font-size: 0.20rem; margin: 0 auto; padding: 0.12rem 0.24rem; background-color: #f5f5f5; box-sizing: border-box;}
	.nwdtl_tips img { display:inline-block; width:0.36rem; height: 0.36rem; vertical-align: middle; margin: -0.08rem 0.12rem 0 0;}
	.nw_detail .nwdtl_con { width:100%; overflow: hidden; margin: 0.48rem auto 0; padding: 0; box-sizing: border-box; text-align: center;}
	.nwdtl_con i { display:block; width:100%; overflow: hidden; line-height: 0.48rem; margin: 0 auto; padding: 0; color: #333; font-size: 0.26rem!important; font-weight: bold; font-style: normal; text-align: left;}
	.nwdtl_con p { display:block; width:100%; overflow: hidden; line-height: 0.48rem; margin: 0 auto 0.24rem; padding: 0; color: #666; font-size: 0.26rem!important; text-indent: 2em; text-align: left;}
	.nwdtl_con p span { font-size: 0.26rem!important;}
	.nwdtl_con img { display:block; max-width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}

	.prev_next { width: 100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.prev_next a { display:block; width:100%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; color: #333; font-size: 0.26rem; text-align: left!important; text-overflow:ellipsis; white-space: nowrap; margin: 0 auto 0.24rem; padding: 0 0.24rem; box-sizing: border-box; float: left; background-color: #f5f5f5;}
	.prev_next a:active { color:#fff; background-color: #577d7d;}
}

/**prolist**/
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	/*.pro_menu li { display:block; width:25%; height: 100px; line-height: 100px; margin: 0; padding: 0; text-align: center; background: url(../images/line1.jpg) left 20px no-repeat; float: left;}
	.vd_menu li { display:block; width:33.333333%; height: 100px; line-height: 100px; margin: 0; padding: 0; text-align: center; background: url(../images/line1.jpg) left 20px no-repeat; float: left;}
	.pro_menu li:first-child, .vd_menu li:first-child { background:none;}*/
	
	#divselect, #divselect1, #divselect2, #divselect3 { display: inline-block; width:160px; height: 36px; margin:0; position:relative; z-index:10000; vertical-align: middle;}
	#divselect4, #divselect5, #divselect6 { display: inline-block; width:200px; height: 36px; margin:0; position:relative; z-index:10000; vertical-align: middle;}
	#divselect cite, #divselect1 cite, #divselect2 cite, #divselect3 cite { width:160px; height:36px; display:block; cursor:pointer;font-style:normal; padding:0 30px 0 19px; border:1px solid #dfdfdf; 
	background:url(../images/slt_jt.png) right center no-repeat; box-sizing: border-box;}
	#divselect4 cite, #divselect5 cite, #divselect6 cite { width:200px; height:36px; display:block; cursor:pointer;font-style:normal; padding:0 30px 0 19px; border:1px solid #dfdfdf; 
	background:url(../images/slt_jt.png) right center no-repeat; box-sizing: border-box;}
	#divselect cite p, #divselect1 cite p, #divselect2 cite p, #divselect3 cite p, #divselect4 cite p, #divselect5 cite p, #divselect6 cite p { width:100%; height:34px; overflow: hidden; line-height:34px; color:#666; font-size: 14px; text-align: left; text-overflow:ellipsis; white-space: nowrap;}
	#divselect ul, #divselect1 ul, #divselect2 ul, #divselect3 ul { width:158px; border:1px solid #dfdfdf; background-color:#ffffff; position:absolute; z-index:20000; margin-top:-1px; display:none;}
	#divselect4 ul, #divselect5 ul, #divselect6 ul { width:198px; border:1px solid #dfdfdf; background-color:#ffffff; position:absolute; z-index:20000; margin-top:-1px; display:none;}
	#divselect ul li, #divselect1 ul li, #divselect2 ul li, #divselect3 ul li, #divselect4 ul li, #divselect5 ul li, #divselect6 ul li { width:100%; height:34px; line-height:34px; margin: 0 auto; padding: 0; background: none;}
	#divselect ul li a, #divselect1 ul li a, #divselect2 ul li a, #divselect3 ul li a, #divselect4 ul li a, #divselect5 ul li a, #divselect6 ul li a { display:block; height:34px; color:#666; font-size: 12px; text-decoration:none; padding:0 19px; text-align: left;}
	#divselect ul li a:hover, #divselect1 ul li a:hover, #divselect2 ul li a:hover, #divselect3 ul li a:hover, #divselect4 ul li a:hover, #divselect5 ul li a:hover, #divselect6 ul li a:hover { background-color:#f5f5f5;}
	
}
@media screen and (max-width:1080px) {
	/*.pro_menu li { display:block; width:48%; height: 1rem; margin: 0 4% 0.24rem 0; padding: 0.12rem 0; box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1); float: left;}
	.vd_menu li { display:block; width:31%; height: 1rem; margin: 0 3.5% 0 0; padding: 0.12rem 0; box-shadow: 0 0.12rem 0.24rem rgba(28, 56, 74, 0.1); float: left;}
	.pro_menu li:nth-child(2n+2) { margin: 0 0 0.24rem;}
	.vd_menu li:nth-child(3n+3) { margin: 0;}
	
	.pro_menu li span.pro_menu_tit, .vd_menu li span { display:block; width:100%; height: 0.3rem; overflow: hidden; line-height: 0.3rem; margin: 0 auto 0.1rem; padding: 0; color: #333; font-size: 0.22rem; text-align: center;}*/
	
	#divselect, #divselect1, #divselect2, #divselect3 { display: block; width:84%; height: 0.6rem; margin:0 auto; position:relative;}
	#divselect4, #divselect5, #divselect6 { display: block; width:84%; height: 0.6rem; margin:0 auto; position:relative;}
	#divselect cite, #divselect1 cite, #divselect2 cite, #divselect3 cite { width:100%; height: 0.6rem; display:block; cursor:pointer;font-style:normal; padding:0 0.4rem 0 0.2rem; border:1px solid #dfdfdf; background:url(../images/slt_jt.png) right center no-repeat; box-sizing: border-box;}
	#divselect4 cite, #divselect5 cite, #divselect6 cite { width:100%; height: 0.6rem; display:block; cursor:pointer;font-style:normal; padding:0 0.4rem 0 0.2rem; border:1px solid #dfdfdf; background:url(../images/slt_jt.png) right center no-repeat; box-sizing: border-box;}
	#divselect cite p, #divselect1 cite p, #divselect2 cite p, #divselect3 cite p, #divselect4 cite p, #divselect5 cite p, #divselect6 cite p { width:100%; height:0.6rem; overflow: hidden; line-height:0.6rem; color:#666; font-size: 0.24rem; text-align: left; text-overflow:ellipsis; white-space: nowrap;}
	#divselect ul, #divselect1 ul, #divselect2 ul, #divselect3 ul { width:100%; border:1px solid #dfdfdf; background-color:#ffffff; position:absolute; z-index:20000; margin-top:-1px; display:none; box-sizing: border-box;}
	#divselect4 ul, #divselect5 ul, #divselect6 ul { width:100%; border:1px solid #dfdfdf; background-color:#ffffff; position:absolute; z-index:20000; margin-top:-1px; display:none; box-sizing: border-box;}
	#divselect ul li, #divselect1 ul li, #divselect2 ul li, #divselect3 ul li, #divselect4 ul li, #divselect5 ul li, #divselect6 ul li { width:100%; height:0.6rem; line-height:0.6rem; margin: 0 auto; padding: 0; box-shadow:none;}
	#divselect ul li a, #divselect1 ul li a, #divselect2 ul li a, #divselect3 ul li a, #divselect4 ul li a, #divselect5 ul li a, #divselect6 ul li a { display:block; height:0.6rem; overflow: hidden; color:#666; font-size: 0.24rem; text-decoration:none; padding:0 0.24rem; text-align: left;}
	#divselect ul li a:hover, #divselect1 ul li a:hover, #divselect2 ul li a:hover, #divselect3 ul li a:hover, #divselect4 ul li a:hover, #divselect5 ul li a:hover, #divselect6 ul li a:hover { background-color:#f5f5f5;}
	
}



/**pro_main**/
@media screen and (min-width:1200px) {
	.pro_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 40px 0; position: relative;}
	.ny_l { width:285px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_r { width:875px; overflow: hidden; margin: 0; padding: 0; float: right;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.pro_main { width:96%; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.ny_l { width:23.5%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_r { width:74%; overflow: hidden; margin: 0; padding: 0; float: right;}
}
@media screen and (min-width:1081px) {
	.pro_bg { width:100%; overflow: hidden; background-color:#f5f5f5; /*background:#f5f5f5 url(../images/pro_bg.jpg) center top no-repeat;*/ margin: 0 auto 40px; padding: 60px 0 40px; position: relative;}
	.pro_menu { width:100%; overflow: hidden; margin: 0; padding: 0;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; margin: 0 auto; padding: 0 20px; background-color: #2d5d5d; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit img { display:none;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #dfdfdf; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #2d5d5d;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#2d5d5d;}
	
	.pro_main ul.c_pro_list li { width:31.5%; height:360px; margin: 0 2% 30px 0; padding: 0; float: left;}
	.pro_main ul.c_pro_list li:nth-child(3n+3) { margin-right:0;}
	.pro_main ul.c_pro_list li .lypro_list { width:100%; height: 100%; margin: 0 auto; padding: 16px; box-sizing: border-box; background-color: #fff;}
	.pro_main ul.c_pro_list li .lypro_list:hover { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.pro_main ul.c_pro_list li .lypro_list .case_img a { display:block; width:100%; height:240px; overflow: hidden; margin: 0 auto 16px; padding: 0; position: relative;}
	.case_img a img { display:block; max-width:100%; max-height:100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_main ul.c_pro_list li .lypro_list p a { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto 12px; padding: 0; color: #333; font-size: 14px; text-align: center; text-overflow:ellipsis; white-space: nowrap;}
	.pro_main ul.c_pro_list li span a { display:block; width:83px; height:26px; overflow: hidden; line-height:26px; color: #999; font-size: 12px; text-align:center; border:1px solid #eaeaea; margin: 0 auto; padding: 0;}
	.pro_main ul.c_pro_list li p a:hover { color:#2d5d5d;}
	.pro_main ul.c_pro_list li span a:hover { border:1px solid #2d5d5d; color:#2d5d5d;}
	
	/*.pro_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 { width:100%; overflow: hidden; margin: 60px auto 0; padding: 0; float: right;}
	.pro_list ul li, .pro_list2 ul li { width:22.75%; overflow: hidden; margin: 0 3% 20px 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(4n+4), .pro_list2 ul li:nth-child(4n+4) { margin:0 0 20px;}
	.pro_list ul li .pro_img a, .pro_list2 ul li .pro_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #dfdfdf; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_list ul li .xc_img a, .pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #dfdfdf; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	.pro_list ul li .pro_name a, .pro_list2 ul li p a { display: block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list ul li:hover .pro_img a, .pro_list2 ul li:hover .pro_img a { border: 1px solid #007deb;}
	.pro_list ul li:hover .pro_name a, .pro_list2 ul li:hover p a { color: #007deb;}*/
}
@media screen and (max-width:1080px) {
	.pro_bg { width:100%; overflow: hidden; background-color:#f5f5f5; background-size: 19.2rem 1.6rem; margin: 0 auto 0.48rem; padding: 1.24rem 0 0.48rem; position: relative;}
	.pro_main { width:94%; overflow: hidden; margin: 0 auto ; padding: 0 3%;}
	.ny_l { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	.ny_r { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	.pro_menu { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_menu .pro_menu_tit { width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0 0.24rem; background-color: #2d5d5d; box-sizing: border-box; position: relative;}	
	.pro_menu_tit span { display: inline-block; font-size: 0.24rem; font-style: italic; margin: 0 0 0 0.1rem;}
	.pro_menu_tit img { display:block; width: 0.4rem; height: 0.4rem; margin: 0; padding: 0.2rem; position: absolute; top: 0; right: 0;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 0; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; box-sizing: border-box; display: none;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #dfdfdf; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.26rem; text-decoration: none; margin: 0; padding:0 0.24rem; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #2d5d5d;}
	.pro_menu ul.dropdown li p { width:0.8rem; height: 0.8rem; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 0.48rem; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#2d5d5d;}
	
	
	.pro_main { width:94%; height: auto; margin: 0.24rem auto 0.48rem; padding: 0;}
	.pro_main ul.c_pro_list li { width:48%; height:4.2rem; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_main ul.c_pro_list li:nth-child(2n+2) { margin: 0 0 0.24rem 0;}
	.pro_main ul.c_pro_list li .lypro_list { width:100%; height: 100%; margin: 0 auto; padding: 0.24rem 0.2rem; box-sizing: border-box; background-color: #fff;}
	.pro_main ul.c_pro_list li .lypro_list:active { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.pro_main ul.c_pro_list li .lypro_list .case_img a { display:block; width:100%; height:2.6rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0; position: relative;}
	.case_img a img { display:block; max-width:100%; max-height:100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_main ul.c_pro_list li .lypro_list p a { display:block; width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; margin: 0 auto 0.12rem; padding: 0; color: #333; font-size: 0.28rem; text-align: center; text-overflow:ellipsis; white-space: nowrap;}
	.pro_main ul.c_pro_list li .lypro_list span a { display:block; width:1.2rem; height:0.4rem; overflow: hidden; line-height:0.4rem; color: #999; font-size: 0.24rem; text-align:center; border:1px solid #eaeaea; margin: 0 auto; padding: 0;}
	.pro_main ul.c_pro_list li .lypro_list p a:active { color:#2d5d5d;}
	.pro_main ul.c_pro_list li .lypro_list span a:active { border:1px solid #2d5d5d; color:#2d5d5d;}
	
	/*.pro_list, .pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list ul li, .pro_list2 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(2n+2), .pro_list2 ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list ul li .pro_img a, .pro_list2 ul li .pro_img a { display:block; width:100%; height: 3rem; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #dfdfdf; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li .xc_img a, .pro_list2 ul li .xc_img a { display: block; width:100%; height: 2.2rem; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #dfdfdf; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 96%; max-height: 96%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li .pro_name a, .pro_list2 ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list ul li:active .pro_img a, .pro_list2 ul li:active .pro_img a { border: 1px solid #007deb;}
	.pro_list ul li:active .pro_name a, .pro_list2 ul li:active p a { color: #007deb;}*/
}

/**pro_detail**/
@media screen and (min-width:1200px) {
	.pro_detail { width:1200px; overflow: hidden; margin: 40px auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.pro_detail { width:100%; height: 560px; overflow: hidden; margin: 40px auto 0; padding: 0 0 0 500px; box-sizing: border-box; position: relative;}
	.pro_detail .pro_detail_img { width:460px; height: 560px; margin: 0; padding: 0; position: absolute; left: 0; top: 0;}
	.pro_detail .pro_detail_text { width:100%; height: 560px; margin: 0; padding: 0; position: relative;}
	.pro_detail_text h3 { width:100%; overflow: hidden; margin: 0 0 30px; padding: 0; color: #333; font-size: 24px;}
	.pro_detail_text .pro_detail_text_xx { width:100%; overflow: hidden; margin: 0 0 30px; padding: 14px 0; border: 1px solid #e9eaed; background-color: #f4f4f6; box-sizing: border-box;}
	.pro_detail_text_xx ul li { width:50%; height: 28px; overflow: hidden; line-height: 28px; color: #666; font-size: 12px; margin: 0; padding: 0 0 0 29px; box-sizing: border-box; float: left;}
	.pro_detail_text p { width:100%; max-height: 340px; overflow: hidden; margin: 0 auto 30px; padding: 0; line-height: 24px; color: #999; font-size: 12px; text-indent: 2em; text-align: justify;}
	.pro_detail_text p span { display:block; color: #333; font-size: 14px; font-weight: bold; margin-bottom: 4px; text-indent: 0;}
	.pro_detail_text .pro_detail_text_btn { display:none;width:100%; height: 60px; overflow: hidden; margin: 0; padding: 0; position: absolute; left: 0; bottom: 110px;}
	.pro_detail_text_btn a { display:block; width:280px; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 18px; text-align: center; margin: 0 30px 0 0; padding: 0; float: left;}
	.pro_detail_text_btn a.b1 { background-color:#ea4b37;}
	.pro_detail_text_btn a.b2 { background-color:#40455e;}
	.pro_detail_text_btn a:hover { opacity:0.9;}
	.pro_detail_text_btn a img { display:inline-block; vertical-align: middle; margin: -4px 12px 0 0;}
	.pro_detail_text .pro_detail_text_lxr {display:none; width:100%; height: 80px; overflow: hidden; line-height: 80px; color: #ea4b37; font-size: 24px; margin: 0; padding: 0 29px; border: 1px solid #e9eaed; background-color: #f4f4f6; box-sizing: border-box; position: absolute; left: 0; bottom: 0;}
	.pro_detail_text_lxr img { display:block; width: 40px; height: 40px; margin: 19px 10px 19px 0; padding: 0; float: left;}

	.pro_detail_tab { width:100%; height: 40px; overflow: hidden; margin:0  auto 40px; padding: 0;}
	.pro_detail_tab ul li { width:120px; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; text-align: center; background-color: #f4f4f6; float: left; margin: 0 10px 0 0; padding: 0; float: left; cursor: pointer;}
	.pro_detail_tab ul li.pro_tab_on { color:#fff; background-color: #2d5d5d;}
	.pro_detail_con { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.pro_detail_con strong { /*display:block; */width: 100%; overflow: hidden; margin: 0 0 10px; padding: 0; color: #333; font-size: 14px;}
	.pro_detail_con p { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 0 auto 30px; padding: 0; box-sizing: border-box;}
	.pro_detail_con p img { display:block; max-width: 100%!important; height: auto!important; overflow: hidden; margin: 0 auto 30px; padding: 0;}
}
@media screen and (max-width:1080px) {
	.pro_detail { width:100%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.pro_detail .pro_detail_img { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.pro_detail .pro_detail_text { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_text h3 { width:100%; overflow: hidden; margin: 0 0 0.24rem; padding: 0; color: #333; font-size: 0.36rem;}
	.pro_detail_text .pro_detail_text_xx { width:100%; overflow: hidden; margin: 0 0 0.24rem; padding: 0.2rem; border: 1px solid #e9eaed; background-color: #f4f4f6; box-sizing: border-box;}
	.pro_detail_text_xx ul li { width:100%; overflow: hidden; line-height: 0.4rem; color: #666; font-size: 0.24rem; margin: 0; padding: 0; box-sizing: border-box;}
	.pro_detail_text p { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; line-height: 0.48rem; color: #999; font-size: 0.24rem; text-indent: 2em; text-align: justify;}
	.pro_detail_text p span { display:block; color: #333; font-size: 0.28rem; font-weight: bold; margin-bottom: 0.1rem; text-indent: 0;}
	.pro_detail_text .pro_detail_text_btn { display:none;width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_text_btn a { display:block; width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #fff; font-size: 0.32rem; text-align: center; margin: 0 auto 0.24rem; padding: 0;}
	.pro_detail_text_btn a.b1 { background-color:#ea4b37;}
	.pro_detail_text_btn a.b2 { background-color:#40455e;}
	.pro_detail_text_btn a:hover { opacity:0.9;}
	.pro_detail_text_btn a img { display:inline-block; vertical-align: middle; margin: -0.06rem 0.12rem 0 0;}
	.pro_detail_text .pro_detail_text_lxr {display:none; width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #ea4b37; font-size: 0.32rem; margin: 0; padding: 0 0.24rem; border: 1px solid #e9eaed; background-color: #f4f4f6; box-sizing: border-box; position: absolute; left: 0; bottom: 0;}
	.pro_detail_text_lxr img { display:block; width: 0.32rem; height: 0.32rem; margin: 0.24rem 0.12rem 0.24rem 0; padding: 0; float: left;}

	.pro_detail_tab { width:100%; height: 0.72rem; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.pro_detail_tab ul li { width:31%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; color: #333; font-size: 0.28rem; text-align: center; background-color: #f4f4f6; float: left; margin: 0 3.5% 0 0; padding: 0; float: left; cursor: pointer;}
	.pro_detail_tab ul li.pro_tab_on { color:#fff; background-color: #2d5d5d;}
	.pro_detail_tab ul li:nth-child(3n+3) { margin:0;}
	.pro_detail_con { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.pro_detail_con strong {/* display:block;*/ width: 100%; overflow: hidden; margin: 0 0 0.12rem; padding: 0; color: #333; font-size: 0.28rem;}
	.pro_detail_con p { width:100%; overflow: hidden; line-height: 0.48rem; color: #666; font-size: 0.28rem!important; margin: 0 auto 0.24rem; padding: 0; box-sizing: border-box;}
	.pro_detail_con table { width:100%!important;}
	.pro_detail_con table tr td span, .pro_detail_con table tr td {font-size: 0.28rem!important;}
	.pro_detail_con p img { display:block; max-width: 100%!important; height: auto!important; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	
	.pro_detail_con img,.pro_detail_con table,.pro_detail_con tr,.pro_detail_con td,.pro_detail_con p,.pro_detail_con span,.pro_detail_con div,.pro_detail_con video,.pro_detail_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
}

/**jk_contact**/
@media screen and (min-width:1200px) {
	.jk_serv { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.jk_contact { width:42%; overflow: hidden; margin: 0; padding: 0; box-sizing: border-box; float: left;}
	.jk_contact h3 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 0 30px; padding: 0;}
	.jk_contact ul li { width:100%; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; margin: 0 auto; padding: 0;}
	.jk_contact ul li span { color:#333;}
	.jk_map { width:55%; height: 340px; overflow: hidden; margin: 0; padding: 0; background-color: #fff; border: 10px solid rgba(45, 93, 93, 0.2); box-sizing: border-box; float: right;}
	
	.jk_serv { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_serv .ct_tit { width:100%; overflow: hidden; margin: 0 auto 30px; padding: 0; color: #333; font-size: 24px;}
	.ct_tit span { display:block; width: 40px; height: 2px; overflow: hidden; margin: 12px 0 0; padding: 0; background-color: #2d5d5d;}
	.jk_serv p { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 24px auto; padding: 0;}
	.jk_serv p img { display:block; max-width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}

	.jk_serv form { width:690px; overflow:hidden; margin:40px auto; padding:0;}
	.jk_serv form ul li { width:100%; overflow:hidden; line-height:50px; color:#777; margin:0 0 20px; padding:0;}
	.jk_serv form ul li h6 { width:80px; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; margin:0; padding:5px 0; float:left;}
	.jk_serv form ul li .sgt_ipt { display:block; width:540px; height:30px; overflow:hidden; line-height:30px; color:#777; font-size:14px; margin:0 15px 0 0; padding:9px 19px; border:1px solid #dfdfdf; outline:none; float:left;}
	.jk_serv form ul li .sgt_area { display:block; width:540px; height:100px; overflow:hidden; line-height:30px; color:#777; font-size:14px; margin:0 15px 0 0; padding:9px 19px; border:1px solid #dfdfdf; outline:none; resize:none; float:left;}
	.jk_serv form ul li i { color:#f00;}
	.jk_serv form .sgt_btn { width:580px; height:60px; overflow:hidden; margin:40px 0 0; padding:0 0 0 80px;}
	.sgt_btn .sgt_bl, .sgt_btn .sgt_br { display:block; width:280px; height:60px; overflow:hidden; line-height:60px; color:#fff; font-size:16px; text-align:center; border:none; outline:none; margin:0; padding:0;}
	.sgt_btn .sgt_bl { background-color:#24bb6c; float:left;}
	.sgt_btn .sgt_br { background-color:#ffa800; float:right;}
	
}
@media screen and (max-width:1080px) {
	.jk_contact { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	.jk_contact h3 { width:100%; overflow: hidden; color: #333; font-size: 0.4rem; margin: 0 0 0.48rem; padding: 0;}
	.jk_contact ul li { width:100%; overflow: hidden; line-height: 0.44rem; color: #666; font-size: 0.26rem; margin: 0 auto 0.24rem; padding: 0;}
	.jk_contact ul li span { color:#333;}
	.jk_map { width:660px; height: 340px; overflow: hidden; margin: 0; padding: 0; background-color: #fff; border: 10px solid rgba(45, 93, 93, 0.2); box-sizing:border-box;}
	
	.jk_serv { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_serv .ct_tit { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0; color: #333; font-size: 0.36rem;}
	.ct_tit span { display:block; width: 0.8rem; height: 2px; overflow: hidden; margin: 0.2rem 0 0; padding: 0; background-color: #2d5d5d;}
	.jk_serv p, .jk_serv ol li { width:100%; overflow: hidden; line-height: 0.44rem; color: #666; font-size: 0.26rem!important; margin: 0 auto 0.12rem; padding: 0;}
	.jk_serv p img { display:block; width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_serv p span, .jk_serv ol li span { font-size: 0.26rem!important;}

	.jk_serv form { width:100%; overflow:hidden; margin:0.48rem auto; padding:0;}
	.jk_serv form ul li { width:100%; overflow:hidden; color:#777; margin:0 auto 0.2rem; padding:0;}
	.jk_serv form ul li h6 { width:100%; height:0.72rem; overflow:hidden; line-height:0.72rem; color:#333; font-size:0.26rem; margin:0; padding:0; float:left;}
	.jk_serv form ul li .sgt_ipt { display:block; width:100%; height:0.72rem; overflow:hidden; line-height:0.44rem; color:#777; font-size:0.26rem; margin:0 15px 0 0; padding:0.14rem 0.24rem; border:1px solid #dfdfdf; outline:none; box-sizing: border-box;}
	.jk_serv form ul li .sgt_area { display:block; width:100%; height:3.2rem; overflow:hidden; line-height:0.44rem; color:#777; font-size:0.26rem; margin:0 15px 0 0; padding:0.14rem 0.24rem; border:1px solid #dfdfdf; outline:none; resize:none; box-sizing: border-box;}
	.jk_serv form ul li i { color:#f00;}
	.jk_serv form .sgt_btn { width:100%; height:0.72rem; overflow:hidden; margin:0.48rem 0 0; padding:0 0 0 24%;}
	.sgt_btn .sgt_bl, .sgt_btn .sgt_br { display:block; width:100%; height:0.72rem; overflow:hidden; line-height:0.72rem; color:#fff; font-size:0.26rem; text-align:center; border:none; outline:none; margin:0; padding:0;}
	.sgt_btn .sgt_bl { background-color:#24bb6c; margin-bottom: 0.24rem;}
	.sgt_btn .sgt_br { background-color:#ffa800;}
	
}

/**vd_mian**/
@media screen and (min-width:1200px) {
	.vd_mian { width:1200px; height: auto; margin: 40px auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.vd_mian { width:96%; height: auto; margin: 40px auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	
	.vd_mian ul li { width:24%;/* height:360px;*/ margin: 0 2% 30px 0; padding: 0; float: left;}
	.vd_mian2 ul li { width:46%;/* height:360px;*/ margin: 0 2% 30px 0; padding: 0; float: left;}
	.vd_mian ul li:nth-child(2n+2) { margin-right:0;}
	.vd_mian ul li .lypro_list { display:block; width:100%; height: 100%; margin: 0 auto; padding: 16px; box-sizing: border-box; background-color: #fff;}
	.vd_mian ul li .lypro_list:hover { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.vd_mian ul li .lypro_list .vd_img a { display: block; width:100%; height:240px; overflow: hidden; margin: 0 auto 16px; padding: 0; position: relative;}
	.vd_img a img { display:block; max-width:100%; max-height:100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.vd_mian ul li .lypro_list p a { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; margin: 0 auto 12px; padding: 0; color: #333; font-size: 14px; text-align: center; text-overflow:ellipsis; white-space: nowrap;padding-top:20px;}
	.vd_mian ul li .lypro_list span a { display:block; width:83px; height:26px; overflow: hidden; line-height:26px; color: #999; font-size: 12px; text-align:center; border:1px solid #eaeaea; margin: 0 auto; padding: 0;}
	.vd_mian ul li .lypro_list p a:hover { color:#2d5d5d;}
	.vd_mian ul li .lypro_list span a:hover { border:1px solid #2d5d5d; color:#2d5d5d;}
}
@media screen and (max-width:1080px) {
	.vd_mian { width:94%; height: auto; margin: 0.48rem auto; padding: 0;}
	.vd_mian ul li { width:100%; /*height:4.2rem;*/ margin: 0 0 0.24rem 0; padding: 0; float: left;}
	.vd_mian ul li:nth-child(2n+2) { margin: 0 0 0.24rem 0;}
	.vd_mian ul li .lypro_list { display:block; width:100%; height: 100%; margin: 0 auto; padding: 0.24rem 0.2rem; box-sizing: border-box; background-color: #fff;}
	.vd_mian ul li .lypro_list:active { box-shadow: 0 10px 20px rgba(28, 56, 74, 0.1);}
	.vd_mian ul li .lypro_list .vd_img a { display:block; width:100%; height:2.6rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0; position: relative;}
	.vd_img a img { display:block; max-width:100%; max-height:100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.vd_mian ul li .lypro_list p a { display:block; width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; margin: 0 auto 0.12rem; padding: 0; color: #333; font-size: 0.28rem; text-align: center; text-overflow:ellipsis; white-space: nowrap;padding-top:0.4rem;}
	.vd_mian ul li .lypro_list span a { display:block; width:1.2rem; height:0.4rem; overflow: hidden; line-height:0.4rem; color: #999; font-size: 0.24rem; text-align:center; border:1px solid #eaeaea; margin: 0 auto; padding: 0;}
	.vd_mian ul li .lypro_list p a:hover { color:#2d5d5d;}
	.vd_mian ul li .lypro_list span a:hover { border:1px solid #2d5d5d; color:#2d5d5d;}
}

/**jk_msg**/
@media screen and (min-width:1200px) {
	.jk_msg { width: 1200px; overflow: hidden; margin: 0 auto 40px; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
}
@media screen and (min-width:1081px) {
	.jk_msg { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.jk_msg .msg_l { width: 48%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.jk_msg .msg_r { width: 48%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.msg_l .msg_ipt { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 38px; color: #666; font-size: 14px; margin: 0 0 30px; padding: 0 20px; border: 1px solid #dfdfdf; outline: none; box-sizing: border-box;}
	.msg_r .msg_area { display: block; width: 100%; height: 270px; overflow: hidden; line-height: 38px; color: #666; font-size: 14px; margin: 0 0 30px; padding: 10px 20px; border: 1px solid #dfdfdf; outline: none; resize: none; box-sizing: border-box;}
	.msg_r .msg_btn { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0; padding: 0; background-color: #2d5d5d; color: #fff; font-size: 14px; text-align: center; border: none; outline: none; cursor: pointer;}
	
	.msg_ip { width:300px; height: 40px; overflow: hidden; line-height: 38px; color: #666; font-size: 14px; margin: 0 0 30px; padding: 0 20px; border: 1px solid #eaeaea; outline: none;box-sizing: border-box;}
}
@media screen and (max-width:1080px) {
	.jk_msg { width: 100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.jk_msg .msg_l { width: 100%; overflow: hidden; margin: 0; padding: 0;}
	.jk_msg .msg_r { width: 100%; overflow: hidden; margin: 0; padding: 0;}
	.msg_l .msg_ipt { display: block; width: 100%; height: 0.72rem; overflow: hidden; line-height: 0.70rem; color: #666; font-size: 0.26rem; margin: 0 0 0.24rem; padding: 0 0.24rem; border: 1px solid #dfdfdf; outline: none; box-sizing: border-box;}
	.msg_r .msg_area { display: block; width: 100%; height: 2.4rem; overflow: hidden; line-height: 0.4rem; color: #666; font-size: 0.26rem; margin: 0 0 0.24rem; padding: 0.12rem 0.24rem; border: 1px solid #dfdfdf; outline: none; resize: none; box-sizing: border-box;}
	.msg_r .msg_btn { display: block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; margin: 0; padding: 0; background-color: #2d5d5d; color: #fff; font-size: 0.26rem; text-align: center; border: none; outline: none; cursor: pointer;}
	
	.msg_ip { width:72%; height: 0.72rem; overflow: hidden; line-height: 0.70rem; color: #666; font-size: 0.26rem; margin: 0 0 0.24rem; padding: 0 0.24rem; border: 1px solid #eaeaea; outline: none; box-sizing: border-box;}
	.msg_l a.m-b { display:inline-block; width:28%; height: 0.72rem; overflow: hidden; line-height: 0.72rem; margin: 0; padding: 0 0 0 2%; box-sizing: border-box; float: right;}
	.msg_l a img { display:inline-block; width:100%; overflow: hidden; vertical-align: middle; margin: 0 auto; padding: 0;}
}

/**jk_foot**/
@media screen and (min-width:1200px) {
	.ft_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (max-width:1199px) and (min-width:1081px) {
	.ft_main { width:96%; overflow: hidden; margin: 0 auto; padding: 0;}
}
@media screen and (min-width:1081px) {
	.jk_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; border-top: 4px solid #279d9d; background-color: #283238;}
	.jk_ftl { width:30%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.jk_ftr { width:66%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.jk_ftl a.ftlogo { display:block; width: 100%; height: 70px; overflow: hidden; margin: 0 0 90px; padding: 0;}
	.ft_tel { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0;}
	.ft_tel img { display:block; width: 60px; height: 60px; overflow: hidden; margin: 0 16px 0 0; padding: 0; float: left;}
	.ft_tel span { color:#fff; font-size: 14px; opacity: 0.5;}
	.ft_tel p { color:#fff; font-family: "Arial"; font-size: 32px; margin-top: 8px;}
	.jk_ftr ul li { width: 20%; max-height: 160px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.jk_ftr ul li p { width: 100%; overflow: hidden; color: #fff; font-size: 16px; margin: 0 0 19px; padding: 0;}
	.jk_ftr ul li a { display:inline-block; width: 100%; height: 30px; line-height: 30px; color: #fff; font-size: 12px; margin: 0; padding: 0; opacity: 0.5}
	.jk_ftr ul li a:hover { opacity:1;}
	.jk_ftr .ft_copy { width:100%; overflow: hidden; margin: 40px auto 0; padding: 0; color: #686d70; font-size: 12px;}
	.ft_copy a { color:#686d70;}
	.ft_copy a:hover { color:#fff;}
}
@media screen and (max-width:1080px) {
	.jk_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0; border-top: 0.06rem solid #279d9d; background-color: #283238;}
	.ft_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_ftl { width:100%; overflow: hidden; margin: 0 auto 0; padding: 0;}
	.jk_ftr { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.jk_ftl a.ftlogo { display:block; width: 100%; overflow: hidden; margin: 0 auto 0; padding: 0;}
	.jk_ftl a.ftlogo img { display:block; width: 86%; overflow: hidden; margin: 0; padding: 0;}
	.ft_tel { width:100%; overflow: hidden; margin: 0 auto; padding: 0;display:none;}
	.ft_tel img { display:block; width: 0.6rem; height: 0.6rem; overflow: hidden; margin: 0.16rem 0.2rem 0 0; padding: 0; float: left;}
	.ft_tel span { display: inline-block; color:#fff; font-size: 0.24rem; opacity: 0.5;}
	.ft_tel p { color:#fff; font-family: "Arial"; font-size: 0.4rem; margin-top: 0.1rem;}
	.jk_ftr ul li { width: 100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.jk_ftr ul li p { width: 100%; overflow: hidden; color: #fff; font-size: 0.32rem; margin: 0 0 0.2rem; padding: 0;}
	.jk_ftr ul li a { display:inline-block; height: 0.6rem; line-height: 0.6rem; color: #fff; font-size: 0.26rem; margin: 0 0 0.12rem; padding: 0 0.12rem; opacity: 0.5; float: left;}
	.jk_ftr ul li a:active { opacity:1;}
	.jk_ftr .ft_copy { width:100%; overflow: hidden; line-height: 0.48rem; margin: 0.48rem auto 0; padding: 0; color: #686d70; font-size: 0.26rem; text-align: justify;}
	.ft_copy a { color:#686d70;}
	.ft_copy a:active { color:#fff;}
	.jk_ftr ul{display:none;}
}

.zoomdiv img {
    display:block;
    max-height:100%;
    max-width:100%;
    margin:auto;
    padding:0;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}

/* box */
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.box{width:460px;margin:0 auto;}
	.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
	.tb-pic a img{vertical-align:middle;}
	.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
	.tb-thumb{margin:10px 0 0;overflow:hidden;}
	.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:90px;margin:0 9px 0 0;overflow:hidden;padding:0;}
	.tb-s310, .tb-s310 a{ display: block; width:458px;height:458px; position: relative;}
	.tb-s310, .tb-s310 img{display: block; max-height:100%;max-width:100%; margin: auto; padding: 0; position: absolute; left: 0;top: 0; right: 0; bottom: 0;}
	.tb-s310 a{*font-size:271px;}
	.tb-s40 a{*font-size:35px;}
	.tb-s40, .tb-s40 a{ display: block;height:88px;width:145px; position: relative;}
	.tb-s40 a img {display: block; max-height:100%;max-width:100%; margin: auto; padding: 0; position: absolute; left: 0;top: 0; right: 0; bottom: 0;}
	.tb-booth{ border:1px solid #dfdfdf; position:relative; z-index:1;}
	.tb-thumb .tb-selected{background:none repeat scroll 0 0 #e4191f;height:88px;padding:1px;}
	.tb-thumb .tb-selected div{background-color:#fff;border:medium none;}
	.tb-thumb li div{border:1px solid #dfdfdf;}
	div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #dfdfdf; display:none;text-align:center;overflow:hidden;}
	div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
}
@media screen and (max-width:1080px) {
	.box{width:100%;margin:0 auto;}
	.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
	.tb-pic a img{vertical-align:middle;}
	.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
	.tb-thumb{margin:0.12rem 0 0;overflow:hidden;}
	.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:1rem;margin:0 0.12rem 0 0;overflow:hidden;padding:0;}
	.tb-s310, .tb-s310 a{ display: block; width:100%;height:7.05rem; position: relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.tb-s310, .tb-s310 img{display: block; max-height:100%;max-width:100%; margin: auto; padding: 0; position: absolute; left: 0;top: 0; right: 0; bottom: 0;}
	.tb-s310 a{*font-size:271px;}
	.tb-s40 a{*font-size:35px;}
	.tb-s40, .tb-s40 a{ display: block;height:100%;width:1.4rem; position: relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;max-width:100%;}
	.tb-s40 a img {display: block; max-height:100%;max-width:100%; margin: auto; padding: 0; position: absolute; left: 0;top: 0; right: 0; bottom: 0;}
	.tb-booth{ border:1px solid #dfdfdf; position:relative; z-index:1;}
	.tb-thumb .tb-selected{background:none repeat scroll 0 0 #e4191f;height:1rem;padding:1px; box-sizing: border-box;}
	.tb-thumb .tb-selected div{background-color:#fff;border:medium none;}
	.tb-thumb li div{border:1px solid #dfdfdf;}
	div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #dfdfdf; display:none;text-align:center;overflow:hidden;}
	div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
}

@media screen and (min-width:1081px) {
.down_btn{padding:30px 0;}
.down_btn a{display:block;width:158px;height:40px;line-height:40px;margin-top:20px;border-radius:5px;background:#2d5d5d;cursor:pointer;color:#fff;text-align:center;font-size:18px;margin:0 auto;}
.down_btn span{text-align:center;padding-top:10px;color: #c4c4c4;font-size: 14px;display:block;margin:0 auto;}
}
@media screen and (max-width:1080px) {
.down_btn{padding:0.12rem 0;}
.down_btn a{display:block;width:158px;height:40px;line-height:40px;margin-top:20px;border-radius:5px;background:#00adf0;cursor:pointer;color:#fff;text-align:center;font-size:18px;margin:0 auto;}
.down_btn span{text-align:center;padding-top:10px;color: #c4c4c4;font-size: 14px;display:block;margin:0 auto;}
}


/**search**/
@media screen and (min-width:1200px) {}
@media screen and (max-width:1199px) and (min-width:1081px) {}
@media screen and (min-width:1081px) {
	.ly_search { width:360px; height: 40px; overflow: hidden; margin: 0; padding: 0;}
	.ly_search form { display: block; width:360px; height: 40px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ly_search form .sc_ipt { width:300px; height: 40px; overflow: hidden; margin: 0; padding: 3px 20px; background-color: #fff; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; float: left; box-sizing: border-box;}
	.ly_search form .sc_btn { width:60px; height: 40px; overflow: hidden; margin: 0; padding: 0; background-color: #2d5d5d;}
	.sc_ipt input { display:block; width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 40px; background: url(../images/sc_btn1.png) center center no-repeat; border: none; outline: none;}
}
@media screen and (max-width:1080px) {
	.ly_search { width:94%; height: 0.8rem; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; left: 3%; top: 0.4rem;}
	.ly_search .sc_ipt { width:82%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0.1rem 0.24rem; background-color: #fff; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:18%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0; background-color: #2d5d5d;}
	.sc_ipt input { display:block; width:100%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color: #666; font-size: 0.26rem; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 0.8rem; background: url(../images/sc_btn1.png) center center no-repeat; background-size:0.36rem 0.36rem; border: none; outline: none;}
}

@media screen and (min-width:1081px) {
	
	.ny_lcon { width:100%; overflow: hidden; margin: 20px auto; padding: 0;}
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; margin: 0 auto; padding: 10px 20px; background-color: #2d5d5d; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 10px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:100%; overflow: hidden; margin:0 auto 10px; padding: 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat; margin: 0 auto; padding: 0 10px;}
	.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon { color:#fff; background: #007deb url(../images/jt_tb3.png) 200px 14px no-repeat;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 10px; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;}
	.ny_lnew ol li a:hover { color:#2d5d5d;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #2d5d5d; border-radius: 50%; float: left;}
}
@media screen and (max-width:1080px) {

	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ny_ltit { width:100%; overflow: hidden; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0.24rem; background-color: #2d5d5d; box-sizing: border-box;}
	.ny_ltit span { display:inline-block; font-size: 0.22rem; font-weight: normal; font-style: italic; margin: 0 0 0 0.12rem;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: -0.24rem auto 0; padding: 0; box-sizing: border-box;}
	.ny_lcon ul li { width:32%; overflow: hidden; margin:0.24rem 2% 0 0; padding: 0; background-color: #f8f8f8; float: left;}
	.ny_lcon ul li:nth-child(3n+3) { margin:0.24rem 0 0 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.28rem; background: #f5f5f5 url(../images/jt_tb2.png) 2.7rem 0.28rem no-repeat; margin: 0 auto; padding: 0 0.24rem; box-sizing: border-box;}
	.ny_lcon ul li a:active, .ny_lcon ul li a.nyon { color:#fff; background: #1475cf url(../images/jt_tb3.png) 2.7rem 0.28rem no-repeat;}
		
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; margin: 0 auto; padding: 0; border-bottom: 1px dotted #dfdfdf;}
	.ny_lnew ol li a { color: #666; font-size: 0.28rem;}
	.ny_lnew ol li a:active { color:#2d5d5d;}
	.ny_lnew ol li a span { display:block; width:0.1rem; height: 0.1rem; overflow: hidden; margin: 0.35rem 0.2rem 0.35rem 0; padding: 0; background-color: #2d5d5d; border-radius: 50%; float: left;}
	
	.ly_no { display:none;}
}


.jw-error .jw-preview, .jw-stretch-uniform .jw-preview, .jwplayer .jw-preview{background-size:cover!important;}

/*详情页内容超出设置*/

@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
}

/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:50px;bottom:250px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:60px;height:60px;background-color:#019271;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.suspension .a.active,
.suspension .a:hover{background:#279d9d;-moz-box-shadow: 0px 0px 20px #279d9d;-webkit-box-shadow: 0px 0px 20px #279d9d; box-shadow: 0px 0px 20px #279d9d;}
.suspension .a .i{display:none !important;width:44px;height:44px;}

.suspension .a-service{background:#2d5d5d url(../images/pf_icon1.png) center center no-repeat;background-size:30px;}
.suspension .a-service:hover{background:#279d9d url(../images/pf_icon1.png) center center no-repeat;background-size:30px;}

.suspension .a-service-phone{background:#2d5d5d url(../images/pf_icon2.png) center center no-repeat;background-size:30px;}
.suspension .a-service-phone:hover{background:#279d9d url(../images/pf_icon2.png) center center no-repeat;background-size:30px;}

.suspension .a-qrcode{background:#2d5d5d url(../images/pf_icon3.png) center center no-repeat;background-size:30px;}
.suspension .a-qrcode:hover{background:#279d9d url(../images/pf_icon3.png) center center no-repeat;background-size:30px;}

.suspension .a-top{background:#D2D3D6 url(../images/pf_icon4.png) center center no-repeat;background-size:30px;}
.suspension .a-top:hover{background:#279d9d url(../images/pf_icon4.png) center center no-repeat;background-size:30px;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-top{display:none;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:60px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;r*/ight:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:1px;}
.suspension .d-service-phone{top:64px;}
.suspension .d-qrcode{top:127px;}
.suspension .d .inner-box{padding:11px 22px; overflow:hidden;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:30px;font-size:15px;margin-left:12px; color:#435065;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}
@media (max-width:991px){
.suspension{width:60px;right: 10px;bottom:120px;height:auto;}
.suspension .a{width:60px;height:60px;background-size: 30px !important;}
}
@media (max-width:767px){
.suspension{ display:block;}		
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.suspension{width:40px;right: 4px;bottom:100px;height:85px;}
.suspension .a{width:40px;height:40px;background-size: 20px !important;}
.suspension .a-service{display:none !important;}
.suspension .a-qrcode{display:none !important;}
.suspension .d-service{display:none !important;}
.suspension .d-service-phone{display:none !important;}
.suspension .d-qrcode{display:none !important;}
}
