@charset "utf-8";
/* CSS Document */

/**common**/
* { scrollbar-width: 0; margin: 0; padding: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body { color: #333;min-width:1440px; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color: #333; cursor: pointer; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: "impact"; src: url('../fonts/impact.ttf'); }
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}
::-webkit-scrollbar-track {
background-color:#e6e6e6;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#19a14f;
border-radius:4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#19a14f;
border-radius:4px;
}
/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
.w1400 {width: 1400px;margin: 0 auto;}


/*top*/
header{ width:100%; border-top:10px solid #19a14f; background:#fff;}
header .top1{height:42px; position:relative; }
header .top1:after{ content:""; display:block; width:50%; height:42px;background:#19a14f; position:absolute; right:0; top:0;}
header .top0{width: 71%;float:right;background:#19a14f;padding: 0 0 0 55px;position: relative;z-index: 2;border-radius: 0 0 0 50px;}
header .top1 .left{float:left;color:#fff;font-size:16px;height:42px;padding: 5px 0 0;}
header .top1 .right{float:right;height:100%;padding: 5px 0 0;color:#fff;}
header .top1 .right img{ display:inline-block; margin:-2px 10px 0 0;vertical-align:middle;}
header .top1 .right span{ font-size:16px; color:#fff;}
.ly_top {width: 100%;background: #fff;height: 98px;position: relative;z-index: 99;}
.ly_top .lytop_main { height: 100%; position: relative;}
.ly_top .lytop_main .toplogo {width: 430px;height:100%;float: left;overflow: hidden;margin-top: -17px;}
.ly_top .lytop_main .toplogo a { display: block; width: 100%; height: 100%; position:relative; }
.ly_top .lytop_main .toplogo a img { max-width: 100%; max-height:100%; position:absolute; top:50%; transform:translateY(-50%); }
.ly_top .lytop_main .top_right { width: 68%; float: right; height: 100%; }
.ly_top .lytop_main .top_right .nav { width: calc(100% - 80px); float: left; height: 100%; transition: all 0.4s; }
.ly_top .lytop_main .top_right#showopen .nav { transform: scale3d(0, 0, 0); width: 0; }
.ly_top .lytop_main .top_right .nav li {width:14.285%;height: 100%;float: left;text-align: center;position: relative;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-top: 33px;}
.ly_top .lytop_main .top_right .nav li> a { height: 100%; line-height: 30px; font-size: 18px; text-align: center; transition: .4s ease; display: inline-block; position: relative; color: #333; }
.ly_top .lytop_main .top_right .nav li a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { content: ""; display: block; position: absolute; bottom: 0; height: 3px; width: 3px; left: 50%; transform: translateX(-50%); opacity: 0; background-color: #19a14f; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a::before, .ly_top .lytop_main .top_right .nav li.navon a::before { width: 100%; opacity: 1; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; }
.ly_top .lytop_main .top_right .nav li:hover a, .ly_top .lytop_main .top_right .nav li.navon a { font-weight:bold;}
.ly_top .lytop_main .top_right .nav li:hover a::after,.ly_top .lytop_main .top_right .nav li.navon a::after { content: ""; display: block; width: 9px; height: 6px; background: url(../images/topjt.png) center no-repeat; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; position: absolute; bottom:0; left:50%; transform:translateX(-50%);}
/*下拉*/
.nav_item_open { width: 140%; height: auto; position: absolute; left: -20%; top: 100%; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color: #fff; }
.ly_top .lytop_main .top_right .nav li:hover:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.ly_top .lytop_main .top_right .nav li .subopen { display: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { width: 100%; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.ly_top .lytop_main .top_right .nav li .nav_item2 a { color: #565656; }
.ly_top .lytop_main .top_right .nav li .nav_item2:hover a { background-color: #2e71b4; color: #fff; }
/*PC搜索*/
.ly_top .lytop_main .top_search { float: right; position: relative; transition: all 0.5s; height: 100%; width: 48px;}
.ly_top .lytop_main .nav-hide .top_search { margin-top: 19px; }
.ly_top .lytop_main .top_search em { background:rgba(25,161,79,0.1);cursor: pointer; display: block; height: 48px; width:48px; margin-top: 25px; overflow: hidden; transition: all 0.3s; padding:4px; border-radius:50px;}
.ly_top .lytop_main .top_search em i{ display:block; width:40px; height:40px; background:#19a14f url(../images/ss.png) no-repeat center center;border-radius:50px;}
.ly_top .lytop_main #showopen .top_search { background: none; }
.ly_top .lytop_main #showopen .top_search em { opacity: 0; filter: Alpha(opacity=0); margin-top: 0; }
.ly_top .lytop_main .top_search .search_con2 { position: absolute; right: 0px; height: 50px; z-index: 100; transform: scale3d(0, 0, 0); transform-origin: right center; transition: all 0.5s; opacity: 0; filter: Alpha(opacity=0); width: 500px; background: #fff; top: 25px; }
.ly_top .lytop_main #showopen .top_search .search_con2 { opacity: 1.0; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); }
.top_search .search_con2 .search-input { width: 380px; float: left; height: 48px; line-height: 48px; overflow: hidden; background:rgba(25,161,79,0.1); border-radius: 50px; font-size: 16px; padding-left: 25px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; position:relative;}
.top_search .search_con2 .input1 { height: 48px; line-height: 48px; background: none; border: 0; width: calc(100% - 57px); width: -webkit-calc(100% - 57px); width: -moz-calc(100% - 57px); float: left; outline: none; font-size: 15px; color: #666; }
.top_search .search_con2 .bnts { float: right; width:48px; height: 48px;  background:rgba(25,161,79,0.1); cursor: pointer; border: none; position:relative;border-radius: 50px; z-index:2; }
.top_search .search_con2 .search-input i{ display:block; width:40px; height:40px; background:#19a14f url(../images/ss.png) no-repeat center center;border-radius:50px; position:absolute; right:4px; top:4px;}
.top_search .search_con2 .moblie-search-close { position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background: url(../images/scguan.png) center center no-repeat; }
.nav-hide .top_search .search_con2 .moblie-search-close { background-image: url(../images/scguan.png); }
/*导航栏 结束*/

/*首页-友情链接 开始*/
.ly_Links { width:100%; overflow:hidden; margin:0 auto;}
.ly_Links .lyLinks_main { width:100%; min-height:95px; overflow:hidden; margin:0 auto; padding:0 0 0 180px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyLinks_main .Lk_tit { height:95px; overflow:hidden; line-height:95px; color:#474848; font-size:16px; margin:0; padding:0 0 0 32px; background:url(../images/Link_ico.png) left center no-repeat; position:absolute; left:0; top:0;}
.lyLinks_main .Lk_list { width:100%; overflow:hidden; line-height:30px; color:#999; font-size:16px;margin: 5px 0; padding:27px 0 10px;}
.lyLinks_main .Lk_list a { display:inline-block; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 1% 0 0; padding:0;s}
.lyLinks_main .Lk_list a:hover { color:#19a14f;}
/*首页-友情链接 结束*/

/*底部 开始*/
.lyFoot{ width:100%; overflow:hidden; background:url(../images/Foot_Bg.png) no-repeat; background-size:cover;}
.lyFoot .lyFoot_Main{ padding:70px 0;}
.lyFoot .lyFoot_ewm{ width:26%; float:left;}
.lyFoot .lyFoot_tit{ font-size:20px; color:#fff; margin-bottom:40px;}
.lyFoot .lyFoot_tit i{ display:inline-block; width:25px; height:1px; background:#fff; margin:0 0 5px;}
.lyFoot .lyFoot_tit em{ display:inline-block; width:25px; height:1px; background:#19a14f;margin:0 20px 5px 0;}
.lyFootewm_list .lyFootewm_img{ width:168px; float:left; position:relative;}
.lyFootewm_list .lyFootewm_img img{ width:160px;}
.lyFootewm_list .lyFootewm_Part{ display:none;}
.lyFootewm_list .lyFootewm_Part.on{ display:block;}
.lyFootewm_list .lyFootewm_Part i { background:url(../images/ewm_jt.png) no-repeat top right; width:8px; height:15px; display:block; position:absolute; right:0; top:15px;}
.lyFootewm_list .lyFootewm_Part2 i{top:70px;}
.lyFootewm_list .lyFootewm_Part3 i{top:inherit; bottom:15px;}
.lyFootewm_list .lyFootewm_tit{width: calc(100% - 184px); float:right;}
.lyFootewm_list .lyFootewm_tit span{ display:block; width:100%; height:46px; line-height:46px; text-align:center; background:#4e4e4e;border-radius:30px; font-size:16px; color:#fff; margin-bottom:12px; cursor:pointer;}
.lyFootewm_list .lyFootewm_tit span i{ width:24px; height:24px; display:inline-block; overflow:hidden; position:relative; margin:0 15px -7px 0;}
.lyFootewm_list .lyFootewm_tit span i img{ display:block; position:absolute; left:0; bottom:0; width:100%;}
.lyFootewm_list .lyFootewm_tit span.on{background:#fff; color:#666; }
.lyFootewm_list .lyFootewm_tit span.on i img{ bottom:inherit; top:0;}

.lyFoot .lyFoot_nav{ width:60%; float:right;}
.lyFoot .lyFoot_nav ul li{ width:40%; float:left; }
.lyFoot .lyFoot_nav ul li .lyFoot_tit{margin-bottom:30px;}
.lyFoot .lyFoot_nav ul li:last-child{ width:20%; float:right;}
.lyFoot .lyFoot_nav ul li p{ font-size:15px; height:40px; line-height:40px;padding:0 30px 0 70px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyFoot .lyFoot_nav ul li p a{ display:block; color:rgba(255,255,255,0.6);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyFoot .lyFoot_nav ul li p a:hover{ color:#19a14f;}
.lyFoot .lyFoot_Copy { width: 100%; padding: 40px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.1); font-size: 16px; color: #999; }
.lyFoot .lyFoot_Copy a { color: #999; }
.lyFoot .lyFoot_Copy a:hover { color: #19a14f; }
.lyFoot_Copy .Copy_l { width: 50%; float: left; }
.lyFoot_Copy .Copy_r { float: right; }

/*底部 结束*/


/*在线客服*/
.kfView4{background-color: #19a14f;border: 2px solid #1fb159;position: fixed;width: 80px;top:20%;right: 10px;text-align: center;display: block;-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);box-shadow: 0 6px 12px rgba(0,0,0,0.1);border-radius: 0 0 8px 8px;font-size: 12px;z-index: 99999;}
.kfView4 ul{margin: 0;padding-top: 45px;color:#fff;}
.kfView4 ul li{position: relative;}
.kfView4 ul li a{display: block;color: #FFF;text-decoration: none;overflow: hidden;height: auto;width: 100%;padding: 43px 0 12px; background: url(../images/kefu-tb.png) no-repeat top center;}
.kfView4 ul li a:hover{background-color: #1fb159;}
.kfView4 a.kefu-lx{background-image: url(../images/kefu.png);background-repeat: no-repeat;background-position: center top;position: absolute;top: -40px;text-indent: -9999px;height: 80px;width: 80px;z-index: 999999;left: 0px;border-width: 0;overflow: hidden}
.kfView4 a.kefu-lx:hover{background-color: rgba(255,255,255,0)}
.kfView4 ul li a.kf{display: block;padding: 10px 0}
.kfView4 ul li a.kefu-tel{background-position: center -79px}
.kfView4 ul li a.kefu-qq{background-position: center -150px}
.kfView4 ul li a.kefu-wx{background-position: center -220px}
.kfView4 ul li a.kefu_bottom{background-position: center -288px;padding: 30px 0 10px 0;border-radius: 0 0 8px 8px}
.kfView4 ul li a.kefu_top{background-position: center -15px;padding: 30px 0 10px 0}
.kfView4:hover ul li a{display: block}
.kfView4 ul li p{ position: absolute; top:-79px; right: 82px; width:0; padding: 0 ; font-size: 14px; line-height: 24px; text-align: left; color:#fff; background: #19a14f; display: block; opacity: 0;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201;}
.kfView4 ul li:nth-of-type(2) p{ top:0;}
.kfView4 ul li:hover p{ width:150px; padding:15px; opacity: 1;}
.kfView4 ul li .wechat p {}
/*在线客服*/
