@charset "utf-8";
body{margin:0px; font-size:12px; color:#555;font-family:"微软雅黑";}
*{padding:0px;margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td{margin:0;padding:0; font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:12px;list-style:none;}
table{border-collapse:collapse;border-spacing:0;}

i,em,b{font-style:normal;}
button{overflow:visible}
img{border:none;}
a{color:#555;text-decoration:none;}
a:hover{color:#2ba364;}
li{list-style:none;}
input,select,button{font:12px "微软雅黑";vertical-align:middle; border:0; outline:none;}
.clear{overflow:hidden;clear:both; height:0px;}
.lf{float:left;}
.rt{float:right;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:#000;}
::-webkit-scrollbar-thumb{background-color:#ddd; border-radius:5px;}
::-webkit-scrollbar-thumb:hover{background-color:#e60012;}
::-webkit-scrollbar-thumb:active{background-color:#e60012;}

.con{width:1150px; margin:0 auto;}
.top{width:100%; background-color:#2ba364; text-align:right; font-size:12px; color:#fff; line-height:36px; position:relative; z-index:99999;}
.top .h_y{float:left;}
.top .k_j{float:right;}
.top .k_j i{font-size:14px; padding-right:5px;}
.top .k_j a{color:#fff; padding:0 15px; border-right:1px solid #aaa;}

.header{width:100%; height:78px; background: #fff;
box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);z-index:9999; position:absolute; left:0; top:36px;}
.header.on{position:fixed; top:0; box-shadow:0 0 5px #aaa;}
.header .logo{width:174px; float:left;}
.header .logo img{width:100%; height:auto; display:block; margin-top:5px}
.header .row{position:relative;}
.header .nav{float:right;}
.header .nav ul li{font-size:15px; text-align:center; float:left; display:block; position:relative;}
.header .nav ul li a{padding:0 22px; line-height:78px; color:#333; display:block; }
.header .nav ul li:hover a{background-color:#2ba364; color:#fff; text-decoration:none;}
.header .nav .ej{width:100%; margin:0; line-height:0; border-top:1px solid #fff; background-color:#e60012; box-shadow:0 0 3px #aaa; position:absolute; left:0; z-index:999; display:none;}
.header .nav ul li:hover .ej{display:block;}
.header .nav .ej a{font-size:14px; line-height:36px; display:block; padding:0;}
.header .nav ul li:hover .ej a{color:#fff; text-decoration:none; background:none;}
.header .nav ul li:hover .ej a:hover{background-color:#fff; color:#e60012;}

.head_h{width:100%; background-color:#fff; height:78px;}

.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}

.gy_bt{width:100%; text-align:center; margin-bottom:30px;}
.gy_bt h1{font-size:30px; color:#333;}
.gy_bt em{font-size:14px; line-height:24px; color:#777; display:block;}
.gy_bt span{width:120px; height:1px; background-color:#2b2b2b; display:block; margin:15px auto 10px;}
.gy_bt i{width:60px; height:1px; background-color:#2ba364; display:block; margin:0 auto;}

.sy_xw{width:100%; padding:15px 0; background-color:#2b2b2b; font-size:15px; color:#fff; line-height:36px;}
.sy_xw .l_m{width:80px; height:16px; line-height:16px; margin-top:10px; border-right:1px solid #fff; float:left;}
.sy_xw .x_w{width:1100px; float:right; position:relative;}
.sy_xw .x_w .prev{position:absolute; top:5px; right:36px; width:26px; height:26px; display:block; background:url(s_j.png) no-repeat center;}
.sy_xw .x_w .prev:hover{background:url(s_j_1.png) no-repeat center;}
.sy_xw .x_w .next{position:absolute; top:5px; right:0; width:26px; height:26px; display:block; background:url(x_j.png) no-repeat center;}
.sy_xw .x_w .next:hover{background:url(x_j_1.png) no-repeat center;}
.sy_xw .x_w .bd{width:600px; height:36px; overflow:hidden;}
.sy_xw .x_w .bd ul li{width:100%; display:block;}
.sy_xw .x_w .bd ul li a{color:#fff; font-size:14px;}
.sy_xw .x_w .bd ul li i{color:#888; padding-left:30px;}

.sy_cp{width:100%; padding:0px 0; overflow:hidden; background: url(yj_bj.jpg) no-repeat center / cover;}
.sy_cp ul{width:1150px; text-align:center}
.sy_cp ul li{width:272px; margin:0 20px 20px 0; float:left; position:relative;}
.sy_cp ul li:nth-child(4n){margin-right:0; }
.sy_cp .t_a{display:block; overflow:hidden;}
.sy_cp .t_b{position:absolute; top:0; left:0; opacity:0; overflow:hidden;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.sy_cp ul li:hover .t_b{opacity:1;}
.sy_cp img{width:100%; height:239px; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.sy_cp ul li:hover img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_cp .w_z{position:absolute; width:100%; background-color:rgba(0,0,0,.5); left:0; bottom:0;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.sy_cp .w_z a{font-size:15px; color:#fff; line-height:46px; text-align:center; display:block;}
.sy_cp ul li:hover .w_z{background-color:rgb(43, 163, 100);}


.nTab{width:100%;margin:0 auto;overflow:hidden}
.none {display:none;}
.nTab .TabTitle{ padding-left:235px}
.nTab .TabTitle li{ display: inline-block;height:35px;line-height:35px;text-align:center;width:134px; border:#ccc 1px solid; margin:0px 15px; font-size:14px}
.nTab .TabTitle li a{text-decoration:none; display:block}
.nTab .TabTitle .active{background:#e60012;color:#fff;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; }
.nTab .TabTitle .normal{background:#fff;color:#404040;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; }
.nTab .TabContent{clear:both;overflow:hidden; padding-top:20px;display:block; height:auto; overflow:hidden}



.sy_yj{width:100%; padding:50px 0 0px; }
.sy_yj .s_z{margin-bottom:60px;background-color:rgba(248,248,248,.7); width:1150px; line-height:32px; font-size:16px; padding:20px 20px 10px 20px; height:auto; overflow:hidden}
.sy_yj h3{font-size:18px; color:#333; margin-bottom:6px; line-height:45px}
.sy_yj img{width:auto; width:100%; margin:0 auto 10px; display:block;}
.sy_yj .wz{ width:670px;font-size:15px; color:#888;}
.sy_js{width:100%; background-color:#e7e7e7; padding:50px 0 0; overflow:hidden;}
.sy_js h3{font-size:16px;}
.sy_js .j_s{font-size:14px; line-height:32px; color:#777; text-align:center; margin-bottom:30px;}
.sy_js ul{overflow:hidden; margin:0;}
.sy_js ul li{float:left; width:20%;}
.sy_js img{width:100%; height:auto; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.sy_js ul li:hover img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_js .nr{width:100%; position:relative; overflow:hidden;}
.sy_js .bj{width:100%; height:100%; background-color:rgba(0,0,0,.3); top:0; left:0; position:absolute;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.sy_js .wz{position:absolute; width:90%; left:5%; bottom:5%; font-size:12px; color:#fff; line-height:26px;}
.sy_js .wz h3{font-size:22px; margin-bottom:5px;}
.sy_js .wz p{font-size:14px; color:#ddd; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;}
.sy_js .wz span{font-size:14px;}
.sy_js .wz i{padding-left:10px; font-size:12px;}
.sy_js ul li:hover .bj{background-color:rgba(248,182,0,.7);}
.sy_js ul li:hover .wz p{margin-bottom:30px;}

.sy_zh{width:100%; padding:50px 0; overflow:hidden;}
.sy_zh .lf{width:600px;}
.sy_zh .rt{width:570px;}
.sy_zh .t_w{width:100%; position:relative; margin-bottom:15px; overflow:hidden;}
.sy_zh .t_w .b_j{width:100%; height:100%; background-color:rgba(0,0,0,.3); top:0; left:0; position:absolute;}
.sy_zh .t_w .w_z{width:90%; top:30px; left:5%; color:#fff; text-shadow:0 0 5px #333; position:absolute;}
.sy_zh .t_w .w_z h3{font-size:22px; margin-bottom:10px;}
.sy_zh .t_w .w_z p{font-size:15px; line-height:30px;}
.sy_zh .t_w img{width:100%; height:auto; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.sy_zh .t_w:hover img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}

.wjhy-reason{ width:100%; background-color:#f8f8f8; padding:50px 0; overflow:hidden; position:relative;}


.wjhy-reason dl{ background-color: #fff; width: 214px; float: left; margin-right:20px; box-shadow: 0px 0px 6px rgba(0,0,0,.1); }
.wjhy-reason dl:nth-child(5n){margin-right:0; }
.wjhy-reason dt,.wjhy-reason dt img{ width: 100%;}

.wjhy-reason dd{text-align: center; padding-bottom: 30px; width:90%; margin:0 auto}

.wjhy-reason dd h2{ color:#e60012; font-size: 18px; margin-top: 20px;}

.wjhy-reason dd p{ margin-top: 8px; line-height:24px}

.wjhy-reason dd .consult{ margin-top: 20px;text-align: center; height: inherit;}

.wjhy-reason dd .consult a{ box-shadow: 3px 4px 6px rgba(248,187,192,.4); background-color: #e60012; border-radius:18px; display: inline-block; padding:5px 36px; font-size: 16px; color: #fff;}


.wjhy-reason1{ width:100%; background-color:#fff; overflow:hidden; position:relative;}


.wjhy-reason1 dl{ background-color: #fff; width: 31.5%; float: left; margin-right:10px; box-shadow: 0px 0px 6px rgba(0,0,0,.1) ; margin-bottom:20px; margin-left:10px }
.wjhy-reason1 dl:nth-child(3n){margin-right:0; }
.wjhy-reason1 dt,.wjhy-reason1 dt img{ width: 100%;}

.wjhy-reason1 dd{text-align: center; padding-bottom: 30px; width:90%; margin:0 auto}

.wjhy-reason1 dd h2{ color:#e60012; font-size: 18px; margin-top: 20px;}

.wjhy-reason1 dd p{ margin-top: 8px; line-height:24px; font-size:14px}

.wjhy-reason1 dd .consult{ margin-top: 20px;text-align: center; height: inherit;}

.wjhy-reason1 dd .consult a{ box-shadow: 3px 4px 6px rgba(223,69,69,.4); background-color: #ff9900; border-radius:18px; display: inline-block; padding:5px 36px; font-size: 16px; color: #fff;}


.footer{width:100%; background-color:#222; padding-top:30px; border-top:5px solid #2ba364; color:#aaa;}
.footer .l_x{float:left; width:35%;}
.footer .k_j{float:left; width:35%;}
.footer .h_d{float:left; width:30%;}
.footer h3{font-size:16px; color:#fff; margin-bottom:15px;}
.footer p{font-size:12px; line-height:28px;}
.footer p i{padding-right:10px;}
.footer p a{color:#aaa;}
.footer p a:hover{color:#fff;}
.footer ul{margin-bottom:15px; overflow:hidden;}
.footer ul li{padding:0; width:50%; float:left;}
.footer ul li a{display:block; font-size:12px; line-height:28px; color:#aaa;}
.footer ul li a:hover{color:#fff;}
.footer img{width:100%; height:auto; display:block;}
.footer select{border:1px solid #fff; width:50%; height:36px; padding:0 2%; color:#aaa; float:right; font-size:12px; line-height:36px; font-family:"微软雅黑"; outline:none;}
.footer option{color:#555;}
.footer .container{padding:30px 0;}
.footer .e_m{width:100px; float:left;}
.footer .e_m img{width:100%; height:auto; display:block;}
.footer .icp{width:100%; padding:10px 0; font-size:12px; line-height:36px; text-align:center; color:#aaa; border-top:1px solid #555;}

.zxkf{width:60px; position:fixed; right:0; top:50%; margin-top:-80px; z-index:99999;}
.zxkf .dh{margin-bottom:2px; background-color:rgba(0,0,0,.5); width:60px; height:60px; float:right; overflow:hidden;
 transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .dh:hover{background-color:rgba(0,0,0,.8); width:210px;}
.zxkf .dh .tp{float:left; width:60px; padding-top:30px; height:60px; background:rgba(0,0,0,.5) url(d_h.png) no-repeat center 10px; font-size:12px; line-height:30px; color:#fff; text-align:center;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .dh:hover .tp{background:#e60012 url(d_h.png) no-repeat center 10px;}
.zxkf .dh .wz{font-size:20px; color:#fff; font-family:Arial; line-height:60px; float:left; margin-left:10px;}
.zxkf .qq{margin-bottom:2px; background-color:rgba(0,0,0,.5); width:60px; height:60px; float:right; overflow:hidden; transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .qq:hover{background-color:rgba(0,0,0,.8); width:150px;}
.zxkf .qq .tp{float:left; width:60px; padding-top:30px; height:60px; background:rgba(0,0,0,.5) url(q_q.png) no-repeat center 10px; font-size:12px; line-height:30px; color:#fff; text-align:center;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .qq:hover .tp{background:#e60012 url(q_q.png) no-repeat center 10px;}
.zxkf .qq .wz{font-size:14px; color:#fff; line-height:60px; float:left; margin-left:10px;}
.zxkf .qq .wz a{color:#fff;}
.zxkf .wb{margin-bottom:2px; background-color:rgba(0,0,0,.5); width:60px; height:60px; float:right; overflow:hidden; transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .wb:hover{background-color:rgba(0,0,0,.8); width:150px;}
.zxkf .wb .tp{float:left; width:60px; padding-top:30px; height:60px; background:rgba(0,0,0,.5) url(w_b.png) no-repeat center 10px; font-size:12px; line-height:30px; color:#fff; text-align:center;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .wb:hover .tp{background:#e60012 url(w_b.png) no-repeat center 10px;}
.zxkf .wb .wz{font-size:14px; color:#fff; line-height:60px; float:left; margin-left:10px;}
.zxkf .wb .wz a{color:#fff;}
.zxkf .wx{margin-bottom:2px; background-color:rgba(0,0,0,.8); width:60px; height:60px; float:right; position:relative; transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .wx:hover{background-color:#e60012;}
.zxkf .wx .tp{float:left; width:60px; padding-top:30px; height:30px; background:url(w_x.png) no-repeat center 10px; font-size:12px; line-height:30px; color:#fff; text-align:center;}
.zxkf .ewm{position:absolute; width:120px; border:1px solid #e7e7e7; left:-125px; bottom:0; display:none;}
.zxkf .ewm img{width:100%; height:auto; display:block;}
.zxkf .wx:hover .ewm{display:block;}
.zxkf .fh{margin-bottom:10px; background-color:#e60012; width:60px; height:60px; float:right; position:relative; cursor:pointer; display:none;
transition:all 0.5s;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;}
.zxkf .fh:hover{background-color:#e6ae14;}
.zxkf .fh .tp{float:left; width:60px; padding-top:30px; height:30px; background:url(f_h.png) no-repeat center 10px; font-size:12px; line-height:30px; color:#fff; text-align:center;}

.n_ban{width:100%; height:320px; position:relative; overflow:hidden;}
.n_ban .b_j{width:100%; height:100%; background-color:rgba(0,0,0,.3); position:absolute; top:0; left:0;}
.n_ban .w_z{position:absolute; width:100%; text-align:center; box-sizing:0 0 8px #555; color:#fff; top:59%; left:0; 
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.n_ban .w_z h3{font-size:30px; margin-bottom:10px;}
.n_ban .w_z h4{font-size:20px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}

.neiye{margin:50px auto; overflow:hidden;}
.neiye .ny_ej{width:250px; float:left; overflow:hidden;}
.neiye .ny_ej h3{background-color:#e60012; text-indent:20px; font-size:18px; line-height:56px; color:#fff;}
.neiye .ny_ej ul{border:1px solid #e7e7e7; border-top:0;}
.neiye .ny_ej ul li{display:block;}
.neiye .ny_ej ul li a{display:block; font-size:15px; line-height:44px; text-indent:20px;}
.neiye .ny_ej ul li a.on{color:#e60012; background-color:#f5f5f5;}
.neiye .yc_nr{width:100%;}
.neiye .lm_mc{border-bottom:1px solid #e7e7e7; font-size:18px; line-height:56px; margin-bottom:20px;}
.neiye .about{font-size:14px; line-height:28px; color:#555;}
.neiye .about img{width:100%; height:auto; display:block;}
.neiye .about img.m_t{margin-top:80px;}
.neiye .about h3{color:#0769ce; margin-bottom:15px; margin-top:0;}
.neiye .about h4{font-size:16px; color:#0769ce; line-height:28px; margin-bottom:20px;}
.neiye .about h5{margin-top:15px; font-size:16px; color:#0769ce;}
.neiye .about p{margin-bottom:10px; font-size: 15px;
line-height: 36px;}
.neiye .about .t_p{padding:5px; border:1px solid #e7e7e7;}
.neiye .about .t_p img{width:100%; height:auto; display:block;}
.neiye .about .w_z{margin:15px 0; text-align:center; font-size:14px;}
.neiye .product ul{width:1150px;}
.neiye .product ul li{width:267px; float:left; margin:0 20px 20px 0; overflow:hidden;}
.neiye .product .n_r{border:1px solid #e7e7e7;}
.neiye .product .t_p{overflow:hidden;}
.neiye .product .t_p img{width:100%; height:200px; display:block;
transition:all 3s;
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
-o-transition:all 3s;}
.neiye .product ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.neiye .product .w_z{padding:20px 15px; background-color:#fafafa;}
.neiye .product .w_z h3{font-size:16px; margin-top:0; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.neiye .product .w_z p{font-size:12px; color:#888; line-height:24px; height:48px; overflow:hidden;}
.neiye .product .w_z a.mr{display:block; width:100px; height:30px; background-color:#a7a7a7; font-size:12px; color:#fff; text-align:center; line-height:30px; margin-top:10px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.neiye .product ul li:hover .w_z a.mr{box-shadow:inset 130px 0 0 0 #2BA364;
-webkit-box-shadow:inset 130px 0 0 0 #e60012;
-moz-box-shadow:inset 130px 0 0 0 #e60012;
-ms-box-shadow:inset 130px 0 0 0 #e60012;
-o-box-shadow:inset 130px 0 0 0 #e60012;}
.neiye .hezuo ul{width:1220px;}
.neiye .hezuo ul li{width:285px; float:left; margin:0 20px 20px 0;}
.neiye .hezuo .t_p{padding:5px; border:1px solid #e7e7e7;}
.neiye .hezuo .t_p img{width:100%; height:auto; display:block;}
.neiye .hezuo .w_z{margin:15px 0; text-align:center; font-size:14px;}
.neiye .lianxi .x_x{width:550px; float:left;}
.neiye .lianxi .l_y{width:550px; float:right;}
.neiye .lianxi .d_t{margin-top:50px;}
.neiye .lianxi h3{font-size:24px; margin-bottom:15px;}
.neiye .lianxi h4{font-size:16px; line-height:26px; color:#888; margin-bottom:15px;}
.neiye .lianxi em{width:30px; height:1px; background-color:#e60012; display:block; margin-bottom:15px;}
.neiye .lianxi b{font-family:Arial, Helvetica, sans-serif; color:#e60012; padding-left:5px; font-size:20px !important;}
.neiye .lianxi p{font-size:16px; line-height:40px;}
.neiye .lianxi p i{padding-right:10px; color:#aaa;}
.neiye .lianxi input.w_z{width:158px; height:40px; font-size:14px; line-height:40px; margin-right:10px; margin-bottom:10px; border:1px solid #e7e7e7; padding:0 5px;}
.neiye .lianxi input.a_n{width:120px; height:40px; background-color:#e60012; font-size:14px; color:#fff; line-height:40px;}
.neiye .lianxi textarea{width:526px; height:66px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:14px; line-height:28px; margin-bottom:10px;}
.neiye .lf{width:260px; float:left; overflow:hidden;}
.neiye .lf h3{width:230px; height:60px; padding:13px 15px 7px; background-color:#be2930; color:#fff; font-size:22px; line-height:30px;}
.neiye .lf h3 span{font-size:12px; text-transform:uppercase; display:block;}
.neiye .lf ul{width:238px; border:1px solid #e7e7e7; padding:6px 10px 20px; overflow:hidden;}
.neiye .lf ul li{width:240px; float:left; display:block;}
.neiye .lf ul li a{height:42px; border-bottom:1px dotted #bbb; font-size:14px; color:#555; line-height:42px; text-decoration:none; display:block; padding-left:15px; background:url(jt1.png) no-repeat left center;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.neiye .lf ul li a:hover{color:#be2930; background:#be2930 url(jt.png) no-repeat 10px center; color:#fff; padding-left:25px;}
.neiye .lf .lx{margin-top:15px;}
.neiye .lf .l{width:228px; border:1px solid #e7e7e7; background:url(lx_bj.png) no-repeat right bottom; padding:15px; overflow:hidden; font-size:12px; line-height:28px; color:#555;}
.neiye .lf .l img{width:100%; height:auto; display:block;}
.neiye .lf .l strong{font-size:15px; margin:10px 0 6px; display:block;}
.neiye .lf .fl{margin-top:10px; overflow:hidden;}
.neiye .lf .fl h4{background-color:#e7e7e7; font-size:16px; line-height:50px; text-indent:10px; position:relative;}
.neiye .lf .fl h4.on{background-color:#be2930;}
.neiye .lf .fl h4.on a{color:#fff;}
.neiye .lf .fl h4 i{height:50px; width:50px; font-size:18px; line-height:50px; text-align:center; text-indent:0; display:block; position:absolute; top:0; right:0;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.neiye .lf .fl h4.on i{color:#fff;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);}
.neiye .lf .fl ul{border-top:0; display:none;}
.neiye .lf .fl em{width:26px; border-radius:3px; background-color:#F00; font-size:12px; line-height:12px; color:#fff; text-align:center; display:inline-block; vertical-align:top; margin-top:10px; margin-left:5px;}

.page{width:100%; margin:30px auto 0; overflow:hidden;}
.page a{line-height:38px; color:#888; background-color:#fff; border:1px solid #d7d7d7; text-align:center; font-size:14px; width:38px; height:38px; float:left; margin-right:10px;}
.page a:hover{background-color:#e60012; border:1px solid #e60012; color:#fff;}
.page a.on{background-color:#e60012; border:1px solid #e60012; color:#fff;}

.xw{width:100%; float:right; }
.xw .tp{width:230px; padding:4px; border:1px solid #e7e7e7; float:left; overflow:hidden;
transition:all .5s; 
-webkit-transition:all .5s; 
-moz-transition:all .5s; 
-ms-transition:all .5s; 
-o-transition:all .5s;}
.xw .tp img{width:100%; height:auto; display:block;}
.xw ul li{ height:auto; overflow:hidden; border-bottom:#eee 1px dashed;margin-bottom:30px; padding-bottom:30px}
.xw ul li:hover .tp{border:1px solid #2BA364;}
.xw .wz{width:900px; float:right; font-size:14px; line-height:26px; overflow:hidden; position:relative;}
.xw .wz h3{font-size:18px; line-height:30px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:bold}
.xw .wz h3 a:hover{color:#2BA364;}
.xw .wz p{margin-top:5px; font-size:12px; line-height:24px; color:#666; font-size:14px}
.xw .wz span{color:#999; font-size:12px; margin-right:20px;}
.xw .wz i{margin-right:5px;}
.xq1{ font-size:14px; color:#999; margin-top:25px}
.xq{width:100px; height:26px; margin-top:15px; border:1px solid #2ba364; color:#2ba364; font-size:12px; line-height:26px; text-align:center; display:block; position:relative; overflow:hidden; z-index:99;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;border-radius:6px; background: #2BA364; color:#FFF}
.xq:after{content:''; width:0; height:26px; background-color:#2BA364; position:absolute; top:0; left:0;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.xq:hover:after{width:100%;}
.xq a{display:block; position:relative; z-index:999;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;color:#FFF}
.xq:hover a{color:#fff;}
.xq i{margin-left:10px;}
.dq_wz{width:100%; border-bottom:1px solid #e7e7e7; padding:15px 0;}
.dq_wz .wz{float:left; line-height:32px; font-size:14px}
.dq_wz .ej_lm{float:right;}
.dq_wz .ej_lm ul li{float:left; margin-left:20px;}
.dq_wz .ej_lm ul li a{width:120px; height:30px; text-align:center; line-height:30px; font-size:14px; border:1px solid #e7e7e7; display:block;}
.dq_wz .ej_lm ul li a:hover{color:#fff; background-color:#e60012; border:1px solid #e60012;}
.dq_wz .ej_lm ul li a.on{color:#fff; background-color:#e60012; border:1px solid #e60012;}

.dq_wz .ej_lm1{float:right;}
.dq_wz .ej_lm1 ul li{float:left; margin-left:20px;}
.dq_wz .ej_lm1 ul li a{width:150px; height:30px; text-align:center; line-height:30px; font-size:14px; border:1px solid #e7e7e7; display:block;}
.dq_wz .ej_lm1 ul li a:hover{color:#fff; background-color:#e60012; border:1px solid #e60012;}
.dq_wz .ej_lm1 ul li a.on{color:#fff; background-color:#e60012; border:1px solid #e60012;}


.neiye .rc_zp .ts{text-align:left; font-size:14px; line-height:26px; color:#888; margin-bottom:20px;}
.neiye .rc_zp .sc{padding:30px 80px; background-color:#e60012; margin-bottom:10px;}
.neiye .rc_zp .sc input.ss{width:160px; height:36px; background-color:#fff; font-size:14px; line-height:36px; padding:0 5px; float:left; display:block;}
.neiye .rc_zp .sc input.sn{width:150px; height:36px; font-size:14px; line-height:36px; float:left; display:block;}
.neiye .rc_zp .sc input.an{width:100px; height:36px; background-color:#279678; font-size:14px; color:#fff; line-height:36px; float:left; display:block; margin-left:25px;}
.neiye .rc_zp .sc .xz{width:160px; height:36px; padding:0 25px 0 5px; background:#fff url(talent_choose.png) no-repeat 172px center; font-size:14px; line-height:36px; float:left; margin-left:25px; position:relative;}
.neiye .rc_zp .sc .xz .ej{position:absolute; top:38px; left:0; width:188px; border:1px solid #e7e7e7; position:absolute; background-color:#fff; display:none;}
.neiye .rc_zp .sc .xz .ej i{font-size:14px; line-height:32px; text-align:center; font-style:normal; display:block;}
.neiye .rc_zp .jr_lm{border: 1px solid #ccc; overflow:hidden; margin-bottom:5px;}
.neiye .rc_zp .jr_lm.jt{border: 1px solid #313849;}
.neiye .rc_zp .jr_bt{padding:10px 40px; height:40px; font-size:14px; line-height:40px; color:#555; overflow:hidden; cursor:pointer;}
.neiye .rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.neiye .rc_zp .jr_bt.on{background-color:#e7e7e7;}
.neiye .rc_zp .jr_lm.jt .jr_bt{background-color:#313849; color:#e60012;padding:0 40px;}
.neiye .rc_zp .jr_bt span{float:left; width:18%; text-align:center;}
.neiye .rc_zp .jr_bt span.s_40{float:left; width:28%; text-align:left;}
.neiye .rc_zp .jr_nr{background-color:#fff; padding:30px 40px; font-size:14px; line-height:32px; margin-bottom:3px; display:none;}
.neiye .rc_zp .jr_nr .lm{width:100px; float:left;}
.neiye .rc_zp .jr_nr .nr{width:900px; margin-bottom:20px; float:right;}

.pj-lb-xx { padding-bottom:20px;}
.pj-lb-xx .pj-xx-box { margin:0 20px; padding-bottom:15px; border-bottom:1px dashed #dfdfdf;}
.pj-xx-box span { width:85px; float:left; margin-top:15px; font-size:14px; color:#888; line-height:20px;}
.pj-xx-box ul { float:left; width:870px; }
.pj-xx-box ul li { height:20px; float:left; margin-right:20px; margin-top:15px; }
.pj-xx-box ul li label { height:20px; display:block; font-size:14px; color:#000; line-height:20px; padding:0 5px; cursor:pointer;}
.pj-xx-box ul li.checked label { background:#ff7300; color:#fff;}

.zj-bj-box {padding-bottom:15px;}
.zj-bj-box span { width:115px; float:left; margin-top:15px; font-size:14px; color:#888; line-height:20px;}
.zj-bj-box ul { float:left;}
.zj-bj-box ul li { height:20px; float:left; margin-right:20px; margin-top:15px; }
.zj-bj-box ul li label { height:20px; display:block; font-size:14px; color:#000; line-height:20px; background:url(../img/pj-check.png) left center no-repeat; padding-left:28px; cursor:pointer;}
.zj-bj-box ul li.checked label {  background:url(../img/pj-checked.png) left center no-repeat; color:#000; }

.job-sear{ padding: 30px; border:10px #ededed solid; margin-bottom: 15px;}
.job-sear .t-pt{font-size: 13px;color: #565656;float: left;line-height: 32px;padding: 0 15px 0 5px;}
.job-sear .t-area{ float:left; width:23.2%; height:30px; line-height:30px; border:1px solid #eee;  text-indent:5px; margin-right:2%;background-color: #fff;}
.job-sear .t-area ._val{color:#a9a9a9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.job-sear .t-area ._val b{ float:right; width:33px; height:30px; background:url(../img/job-areaico.gif) no-repeat; }
.job-sear .t-area ._option{ top:30px;}

.job-sear .sear_input{ float:left; margin-right:1%; width:24%; padding-left:5px; height:28px; line-height:28px; border:1px solid #eee; position:relative;background-color: #fff;}
.job-sear .sear_input input[type=text]{ vertical-align:top; border:0;width: 80%;height: 16px; line-height:16px;box-sizing: content-box;padding: 6px 0;}
.job-sear button[type=submit]{ border:0; width:21%; height:30px; line-height: 30px; background-color: #606d75;padding: 0;float:left;font-size:17px; color:#fff;cursor: pointer;}
.job-sear .sear_input button i{ display:block;background:url(../img/job-searico.png) no-repeat; width:100%; height:100%;}
.job-sear button[type=submit]:hover{ background-color:#f37020;}


.fuwu{ width:100%; height:auto; overflow:hidden; margin-bottom:20px}
.fuwu .tu{ width:339px; margin-right:20px}
.fuwu .wz { width:800px}
.fuwu .wz h1{ font-size: 21px;color: #ff7800; margin-bottom:10px}
.fuwu .wz p{ font-size: 13px;color: #555; line-height:26px}

.fuwu1{ width:100%; height:auto; overflow:hidden; margin-bottom:20px}
.fuwu1  h1{ font-size: 21px;color: #ff7800; margin-bottom:10px}
.fuwu1  p{ font-size: 13px;color: #555; line-height:26px; padding-bottom:20px}


.chqq { width:100%; height:auto; overflow:hidden}
.chqq .tu{ width:588px; margin-right:20px}
.chqq .tu img{ width:100%}
.chqq .wz{ width:590px; height:auto; overflow:hidden}
.chqq .wz h1{ font-size: 31px;color: #000;margin-bottom: 5px; font-weight:bold}
.chqq .wz p{font-size: 13px;color: #5a5a5a;line-height: 30px; margin-top:20px }

.anniu{ width:150px; height:50px; line-height:50px; background:#e60012; font-size:16px; text-align:center;border-radius:4px; margin-top:100px; float:left; margin-right:20px }
.anniu a{ color:#FFFFFF;font-size:16px;display:block;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; border-radius:4px;}
.anniu a:hover{ background:#80939e; color:#FFFFFF; display:block;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; border-radius:4px;}

.anniu1{ width:150px; height:50px; line-height:50px; background:#333; font-size:16px; text-align:center;border-radius:4px; margin-top:100px; float:left; margin-right:20px }
.anniu1 a{ color:#FFFFFF;font-size:16px;display:block;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; border-radius:4px;}
.anniu1 a:hover{ background:#80939e; color:#FFFFFF; display:block;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out; border-radius:4px;}


.nTab1{width:99%;margin:20px auto;background:#f1f1f1;border:1px solid #e7e7e7;overflow:hidden}
.none {display:none;}
.nTab1 .TabTitle li{float:left;cursor:pointer;height:50px;line-height:50px;text-align:center;width:300px;font-size:18px}
.nTab1 .TabTitle li a{text-decoration:none; font-size:18px}
.nTab1 .TabTitle .active{background:#e60012;color:#fff}
.nTab1 .TabTitle .normal{background:#333;color:#fff}
.nTab1 .TabContent{clear:both;overflow:hidden;background:#fff;padding:20px;display:block; line-height:28px; font-size:13px}


.datalist{ border:1px solid #ccc; border-collapse:collapse; background:#fff; }

.datalist caption{ padding-bottom:5px; text-align:left;} 

.datalist th{ border:1px solid #ccc; background-color:#eee; font-weight:700;  padding:5px 15px; }

.datalist td{ border:1px solid #ccc; padding:5px 15px;}

.datalist tr.altrow{ background-color:#ccc;}



/*订购表单*/

.Form-P1 .Form-P1-Left { float: left; width:48%; }

.Form-P1 .Form-P1-right { float: right; width:48%; }

.Form-P1 .Form-P1-li {position: relative;background: #f7f7f7;padding: 10px 2%;margin-bottom: 15px;}

.Form-P1 .Form-P1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle;

font-size:12px;}

.Form-P1 .Form-P1-li input { height: 28px; line-height: 28px;width:83%; outline:none; vertical-align: middle;border: none;background: transparent;}

.Form-P1 .Form-P1-li textarea { width: 83%;  outline:none; padding:0; margin:0; height:160px;vertical-align: middle;border: none;background: transparent;}

.Form-P1 .Form-P1-li em { color: red; vertical-align: middle; padding-left: 10px; 

font-size:12px;}

.Form-P1 .Form-P1-li input._yzm { width: 34%; }

.Form-P1 .Form-P1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; height:30px; width:100px;}

.Form-P1 .Form-P1-li b { color: #666; font-size: 12px; padding-left: 4px; }

.Form-P1 .Form-P1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }

.Form-P1 .Form-P1-Btn { clear: both; text-align: center; padding-top: 40px; }

.Form-P1 .Form-P1-Btn button { border: none;border-radius: 0;height: 32px;line-height: 32px;width: 120px;padding: 0;color: #fff; cursor:pointer;font-size:15px; outline:none;}

.Form-P1 .Form-P1-Btn ._submit { background:#f37020; margin-right: 10px; }

.Form-P1 .Form-P1-Btn ._reset { background: #909090; }

.Form-P1 .Form-P1-Btn button:hover{ opacity:0.8;}

.Form-P1 .Form-P1-li .orsele{ width: 34.5%; margin-right:5px;}

.Form-P1 .Form-P1-li  .Validform_wrong{position: absolute;right: 7%;top: 13px;}

.Form-P1 .Form-P1-li.Form-P1-yzm .Validform_wrong{right: 56%;}





.album_gallery .arrs{width: 58px!important;height: 51px!important;line-height: 51px!important;font-size: 0!important;color: #fff;top: 50%;margin-top: -100px;text-align: center;z-index: 5; background:url(album.png) no-repeat; transition:none;}

.album_gallery .arr_prev{left: 10%!important;}

.album_gallery .arr_next{left:auto!important;right:10%; background-position: right top;}

.album_gallery .arr_prev:hover{ background-position:left bottom;}

.album_gallery .arr_next:hover{background-position:right bottom;}


.sy_zx{width:100%; padding:60px 0; background:#f8f8f8}
.sy_zx .hd{height:50px;text-align:center;}
.sy_zx .hd li{display:inline-block;width:163px;height:48px;line-height:48px;border-radius:30px;font-size:24px;font-weight:bold;color:#333;border:1px solid #e9e9e9;background:#fff;margin:0 4px;cursor:pointer}
.sy_zx .hd li.on{background:#1a2b58;border-color:#1a2b58;color:#fff;}
.sy_zx .bd{width:1180px;margin-top:10px;overflow:hidden; padding-left:6px; padding-bottom:10px}
.sy_zx .bd ul{width:1200px}
.sy_zx .bd li{width:545px;float:left;margin-right:20px;margin-top:20px;background:#fff;padding:10px;height:150px;box-shadow: 0px 0px 6px rgba(0,0,0,.1)}
.sy_zx .bd li .pic{display:block;width:210px;height:150px;float:left;}
.sy_zx .bd li .txt{width:310px;float:right;}
.sy_zx .bd li .txt h3{height:40px;line-height:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;}
.sy_zx .bd li .txt h3 a{transition:all 0s linear;color:#333;}

.sy_zx .bd li .txt .h3{font-weight: bold;height:40px;line-height:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;}
.sy_zx .bd li .txt .h3 a{transition:all 0s linear;color:#333;}
.sy_zx .bd li .txt .h3 a:hover,.sy_zx .bd li .txt p a:hover{color:#ff35a4;}

.sy_zx .bd li .txt p{font-size:14px;line-height:26px;color:#777;}
.sy_zx .bd li .txt p a{font-size:12px;transition:all 0s linear;}
.sy_zx .bd li .txt h3 a:hover,.sy_zx .bd li .txt p a:hover{color:#2ba364;}


.index_case_nav{ width:1150px; margin:0 auto; padding:50px 0px; height:auto; overflow:hidden}




.liuc { padding:50px 0px; overflow:hidden; background:#fff}
.liuc .nr {margin-left:22px; margin-top:30px;}
.liuc .nr li{float:left;width:164px;height: 164px;background:#2ba364;margin-left:-23px;text-align: center;border-radius: 50%;z-index: 2;position: relative;}
.liuc .nr li i{display: block;font-size:0;line-height: 0;padding-top:42px;}
.liuc .nr li span {display: block;font-size:15px;color: #fff;padding-top:10px;}
.liuc .nr li em {font:12px arial;color: #f7fddb}
.liuc .nr li:nth-child(2n){background: rgba(0,0,0,0.1);}
.liuc .nr li:nth-child(2n) span {color: #1c1c1c}
.liuc .nr li:nth-child(2n) em{color: #444}



/* odds */
.qmtOdds{width:1150px;height:312px;margin:215px auto 0;position:relative;z-index:11;padding:0 48px 0;}
.qmtOdds li{width:275px;float:left;text-align:center;margin:0 54px;display:inline;}
.qmtOdds li h3{line-height:45px;font-size:18px;color:#333;}
.qmtOdds li a{display:block;width:199px;height:199px;background:url(oicon.jpg) no-repeat;transition:all 0s linear;margin:0 auto;}
.qmtOdds li a.a1{background-position:0 0;}
.qmtOdds li a:hover.a1{background-position:0 -199px;}
.qmtOdds li a.a2{background-position:0 -398px;}
.qmtOdds li a:hover.a2{background-position:0 -597px;}
.qmtOdds li a.a3{background-position:0 -796px;}
.qmtOdds li a:hover.a3{background-position:0 -995px;}
.qmtOdds li p{padding-top:10px;line-height:20px;}
/* product */
.qmtProd{height:992px;margin-top:20px;padding-top:20px;}
.qmtProd .prod{height:310px;background:#fff;margin-bottom:20px;position:relative;}
.qmtProd .prod .hd{width:230px;height:310px;float:left;padding:0 20px;position:relative;}
.qmtProd .prod .hda{background:#369dff}
.qmtProd .prod .hdb{background:#ff9736}
.qmtProd .prod .hdc{background:#ff35a4}
.qmtProd .prod .hd span{display:block;width:7px;height:13px;position:absolute;right:-7px;top:45%;}
.qmtProd .prod .hda span{background:url(ls.jpg) no-repeat;}
.qmtProd .prod .hdb span{background:url(lsa.jpg) no-repeat;}
.qmtProd .prod .hdc span{background:url(lsb.jpg) no-repeat;}
.qmtProd .prod .hd h2{height:75px;line-height:75px;font-size:30px;color:#fff;font-weight:normal;text-align:center;}
.qmtProd .prod .hd .jIcon{ border-bottom:1px solid #6cb8ff;}
.qmtProd .prod .hd .xIcon{border-bottom:1px solid #ffb36c;}
.qmtProd .prod .hd .zIcon{border-bottom:1px solid #ff6cbd;}
.qmtProd .prod .hd ul{width:230px;background:url(xt.png) repeat-y center top;overflow:hidden;}
.qmtProd .prod .hd ul li{width:100px;height:35px;line-height:35px;text-align:center;color:#fff;font-size:14px;float:left;margin:15px 7px 0px 7px;}
.qmtProd .prod .hd ul li a{color:#fff;}
.qmtProd .prod .hda ul li.on{background:#fff;border-radius:4px;color:#369dff;}
.qmtProd .prod .hda ul li.on a{color:#369dff;}
.qmtProd .prod .hdb ul li.on{background:#fff;border-radius:4px;color:#ff9736;}
.qmtProd .prod .hdb ul li.on a{color:#ff9736;}
.qmtProd .prod .hdc ul li.on{background:#fff;border-radius:4px;color:#ff35a4;}
.qmtProd .prod .hdc ul li.on a{color:#ff35a4;}
.qmtProd .prod .bd{width:860px;float:right;padding-top:19px;padding-right:19px;overflow:hidden;padding-bottom:23px;height:266px;}
.qmtProd .prod .bd ul{width:900px;}
.qmtProd .prod .bda{border:1px solid #369dff;border-left:none;}
.qmtProd .prod .bdb{border:1px solid #ff9736;border-left:none;}
.qmtProd .prod .bdc{border:1px solid #ff35a4;border-left:none;}

.qmtProd .prod .bd li{width:265px;float:left;margin-left:22px;}
.qmtProd .prod .bd li img{opacity:1;display:block;margin-bottom:5px;}
.qmtProd .prod .bd li img:hover{opacity:0.8}
.qmtProd .prod .bd li p{line-height:22px;}
.Jpic{
            position: relative;
            overflow: hidden;
        }
        #Jpicp{
            position: absolute;
            top:0;
            left: 1px;
            width: 220px;
            height: 40px;
            line-height: 40px;
            text-indent: 5px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: white;
            text-align: center;
            font-size: 17px;
            background: url(bgshowed.png);
        }
#jp .JpicIndex{
    position: absolute;

    left: 1px;
    width: 264px;
    height: 40px;
    line-height: 40px;
    text-indent: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    text-align: center;
    font-size: 17px;
    background: url(bgshowed.png);
    z-index:1;
}
.Jpic:hover>#Jpicp{display:none;}
.Jpic:hover>p{display:none;}
#Jpicpsearch{
    position: absolute;
    top:0;
    left: 1px;
    width: 258px;
    height: 40px;
    line-height: 40px;
    text-indent: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
    text-align: center;
    font-size: 17px;
    background: url(bgshowed.png);
    z-index:1;
}
.Jpic:hover>#Jpicpsearch{display:none;}
/*nav 20170616*/
.Jnav {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 99;
    background-color: white;
    border-bottom: 1px solid #dedede;
    top: 0;
    -webkit-transition:all 100ms linear;
    -mos-transition:all 100ms linear;
    -mz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;
}
.qmtNav .Jlogo{
    padding-top: 4px;
    -webkit-transition:all 100ms linear;
    -mos-transition:all 100ms linear;
    -mz-transition:all 100ms linear;
    -o-transition:all 100ms linear;
    transition:all 100ms linear;
}
.qmtNav .Jnav0 li a{
    height: 60px;
    line-height: 60px;
    -webkit-transition:all 150ms linear;
    -mos-transition:all 150ms linear;
    -mz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    transition:all 0.1s linear;
}


.index-wjhy{ background-color: #fff; padding: 40px 1%; height:auto; margin-bottom:20px; overflow:hidden}


.index-wjhy dl{ float: left; width: 24.5%; text-align: center; box-shadow: 0px 0px 3px rgba(0,0,0,.1); padding-top:50px; height:230px;}

.index-wjhy dl dt { display: inline-block; width:50px; height:50px;border-radius:50px; background:#e60012; text-align:center; line-height:50px; color:#FFF; font-size:24px }

.index-wjhy dl dd h2{ font-size: 18px; margin-top: 10px; font-weight:bold}

.index-wjhy dl dd p{ color: #666; margin-top: 10px; text-align: center; line-height:24px; font-size:14px ; }


/* picture show */
.mediaSlide{width:350px;height:284px;position:relative;overflow:hidden;}
.mediaSlide .bd{position:relative;height:100%;z-index:0;}
.mediaSlide .bd li{zoom:1;vertical-align:middle;}
.mediaSlide .bd img{width:348px;height:282px;display:block;border:1px solid #dedede;}
.mediaSlide .hd{height:15px;overflow:hidden;position:absolute;right:5px;bottom:5px;z-index:1;}
.mediaSlide .hd ul{overflow:hidden;zoom:1;float:left;}
.mediaSlide .hd ul li{float:left;margin-right:2px;width:15px;height:15px;line-height:14px;text-align:center;background:#fff;cursor:pointer; }
.mediaSlide .hd ul li.on{background:#f00;color:#fff;}
.mediaTitle{width:710px;height:284px;overflow:hidden;padding-left:20px;}
.mediaTitle h1{font-size:36px;line-height:40px;color:#e60012;}
.mediaTitle h3{visibility: hidden;  }/*{font-weight:normal;font-size:14px;padding-bottom:20px;}*/
.mediaTitle p{font-size:14px;line-height:26px;}
.mediaTitle p span{margin-right:20px;}
.mediaTitle p span font{color:#e60012;}
.mediaTitle .yj{text-decoration:line-through;}
.mediaShow{width:100%;margin-top:30px;border-top:1px solid #dedede;padding-top:30px;overflow:hidden;height:100%;}
.mediaL{width:235px;overflow:hidden;z-index:98}
.mediaL span{display:block;width:235px;height:45px;line-height:45px;font-size:16px;color:#333;font-weight:normal;margin-bottom:5px;}
.mediaL span a{display:block;color:#333;background:#eee;padding-left:15px;transition:all 0s linear;width:220px;border-radius:4px;}
.mediaL span a:hover{background:#e60012 url(topbj.jpg) repeat-x left bottom;color:#fff;}
.mediaL .mediaLA{background:#e60012 url(topbj.jpg) repeat-x left bottom;color:#fff;}
.mediaL ul{width:283px;border:1px solid #dedede;}
.mediaL ul li{height:45px;line-height:45px;text-align:center;font-size:16px;border-bottom:1px dotted #737383;background:#fff;}
.mediaL ul li a{display:block;}
.mediaL ul li a:hover{background:#737383;color:#fff;}
.mediaL ul li.none{border:none;}
.mediaR{width:850px;}
.mediaR .meA{overflow:hidden;margin-bottom:20px;}
/*remake jf*/
.mediaR .reJ{display: none;}
.mediaR .meAblock{display: block}
.mediaR .title{height:45px;line-height:45px;background:#eee;}
.mediaR .title span{display:inline-block;color:#fff;font-size:16px;width:215px;background:#e60012 url(topbj.jpg) repeat-x left bottom;padding-left:20px;}
.mediaR .box{padding-top:20px;overflow:hidden;font-size:14px;min-height:100px;}
.meAcx{width:1110px;overflow:hidden;}
.meAcx ul{width:1180px;overflow:hidden;}
.meAcx ul li{width:260px;height:290px;float:left;padding-right:23px;font-size:14px;padding-bottom:25px;border-bottom:1px solid #dedede;padding-top:25px;}
.meAcx ul li a{display:block;background:#e60012;}
.meAcx ul li a img:hover{opacity:0.9}
.meAcx ul li h3{height:35px;line-height:35px;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.meAcx ul li span.yj{display:block;width:100%;float:left;text-decoration:line-through;color:#999;line-height:20px;}
.meAcx ul li span.cxj{display:block;width:100%;color:#ca002b;line-height:20px;}
.mediaCase{width:1110px;overflow:hidden;margin-top:-25px;}
.mediaCase ul{width:1180px;overflow:hidden;}
.mediaCase ul li{width:260px;height:204px;float:left;padding-right:23px;font-size:14px;padding-bottom:25px;border-bottom:1px solid #dedede;padding-top:25px;}
.mediaCase ul li a{display:block;background:#e60012;}
.mediaCase ul li a img:hover{opacity:0.9}
.mediaCase ul li h3{height:35px;line-height:35px;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center;}
.sideBox{width:240px;margin-top:40px;}
.sideBox h2{height:45px;line-height:45px;font-size:18px;padding-left:15px;color:#fff;background:#737383;}
.sideBox .recHot .bd{width:210px;height:412px;padding:14px;border:1px solid #737383;overflow:hidden;}
.sideBox .recHot .bd li{width:210px;height:206px;}
.sideBox .recHot .bd li span{width:210px;height:35px;line-height:35px;}
.sideBox .recHot .news{width:210px;padding:14px;border:1px solid #737383;overflow:hidden;}
.sideBox .recHot .news li{width:210px;height:35px;line-height:35px;overflow:hidden;}
.sideBox .recHot .news li a{display:block;width:145px;height:35px;font-size:14px;background:url(ricon.jpg) no-repeat left center;padding-left:10px;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sideBox .recHot .news li span{float:right;color:#999;}
.sideBox .recHot .qmtAd{width:210px;padding:14px;border:1px solid #737383;overflow:hidden;}
.sideBox .recHot .qmtAd img{width:210px;height:108px;border:1px solid #dedede;}
.sideBox .recHot .qmtAd span{display:block;height:40px;line-height:40px;text-align:center;font-size:14px;}
.gsbz{position: relative;float: right;top: -40px;left: -670px;}
.gsbz img{width: 20px;height: auto;}
/*kefu 20170612*/
/*a#top_btn{background:url(f.png) no-repeat;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;position:fixed;right:20px;bottom:20px;}
 a#top_btn{background:url(allbgs.png) no-repeat 0 -250px;cursor:pointer;width:50px;height:50px;display:none;transition:all 0s;margin-bottom: 2px;z-index:99;}
 a#qq_btn{background:url(allbgs.png) no-repeat 0 -100px;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
 a#code_btn{background:url(allbgs.png) no-repeat 0 -50px;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
 a#search_btn{background:url(searchmin.png) no-repeat;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
 a#qq_btn:hover{background:url(allbgs.png) no-repeat 0 -150px;transition:all 0s;}
 a#code_btn:hover{background:url(allbgs.png) no-repeat 0 0;transition:all 0s;}
 a#top_btn:hover{background:url(allbgs.png) no-repeat 0 -200px;transition:all 0s;}*/
a#top_btn{background:url(allbgs1.png) no-repeat 0 -300px;cursor:pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
a#top_btn:hover{background:url(allbgs1.png) no-repeat 0 -350px;transition:all 0s;}
a#qq_btn{background:url(allbgs1.png) no-repeat 0 -50px;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
a#qq_btn:hover{background:url(allbgs1.png) no-repeat 0 0;transition:all 0s;}
a#message_btn{background:url(allbgs1.png) no-repeat 0 -150px;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
a#message_btn:hover{background:url(allbgs1.png) no-repeat 0 -100px;transition:all 0s;}
a#code_btn{background:url(allbgs1.png) no-repeat 0 -250px;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
a#code_btn:hover{background:url(allbgs1.png) no-repeat 0 -200px;transition:all 0s;}
a#search_btn{background:url(allbgs1.png) no-repeat 0 -400px;cursor: pointer;width:50px;height:50px;display:block;transition:all 0s;margin-bottom: 2px;z-index:99;}
a#search_btn:hover{background:url(allbgs1.png) no-repeat 0 -450px;transition:all 0s;}
 #code_btn>div{position: absolute;left: -112px;z-index: 99;background:white;}
 #code_btn{margin: 0;padding: 0;}
 .weixing-show{display: none;border: 1px solid #dddddd;text-align: center;}

.qmtMain{background:#f3f3f3;width:100%;overflow:hidden;}
.w1150{
	position:relative;
	width:1150px;
	margin: 0 auto;
}
.mainBj{width:1110px;background:#fff;padding:30px 20px;overflow:hidden;margin-bottom:40px;}
.recTitle{padding-left:20px;height:40px;line-height:40px;background:url(page_line.jpg) no-repeat 10px 12px #eee;font-size:15px;font-weight:bold;color:#333;font-weight:normal;}

.qmtNews{background:#f5f5f5;padding:40px 0;overflow:hidden;}
.qmtNews .hd{height:50px;text-align:center;}
.qmtNews .hd li{display:inline-block;width:163px;height:48px;line-height:48px;border-radius:30px;font-size:24px;font-weight:bold;color:#333;border:1px solid #e9e9e9;background:#fff;margin:0 4px;cursor:pointer}
.qmtNews .hd li.on{background:#1a2b58;border-color:#1a2b58;color:#fff;}
.qmtNews .bd{width:1150px;margin-top:10px;overflow:hidden;}
.qmtNews .bd ul{width:1200px}
.qmtNews .bd li{width:545px;float:left;margin-right:20px;margin-top:20px;background:#fff;padding:10px;height:150px;}
.qmtNews .bd li .pic{display:block;width:210px;height:150px;float:left;}
.qmtNews .bd li .txt{width:310px;float:right;}
.qmtNews .bd li .txt h3{height:40px;line-height:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;}
.qmtNews .bd li .txt h3 a{transition:all 0s linear;color:#333;}
.qmtNews .bd li .txt .h3{font-weight: bold;height:40px;line-height:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:18px;}
.qmtNews .bd li .txt .h3 a{transition:all 0s linear;color:#333;}
.qmtNews .bd li .txt .h3 a:hover,.qmtNews .bd li .txt p a:hover{color:#ff35a4;}
.qmtNews .bd li .txt p{font-size:14px;line-height:26px;color:#777;}
.qmtNews .bd li .txt p a{font-size:12px;transition:all 0s linear;}
.qmtNews .bd li .txt h3 a:hover,.qmtNews .bd li .txt p a:hover{color:#ff35a4;}
.qmtSearch{padding:50px 0;overflow:hidden;margin:0 auto;}
.qmtSearch h2{color:#333;font-size:48px;}
.qmtSearch .search{margin-top:25px;}



.btn1{ display:block; margin:0 auto 50px; width:205px; }
.btn1 a{ display:block; background:#e60012; color:#fff; padding:12px 0;  border-radius:50px; font-size:18px;transition:all 0.6s; padding-left:55px; }
.btn1 i{ display:block; font-style:normal; border:#fff 1px solid; border-radius:100px; float:right; font-size:12px; width:24px; text-align:center; line-height:24px; margin-right:20px;}
.btn1 a:hover{ transition:all 0.6s; transform:translateY(-10px)}


.xiaocms-page{ padding:15px 0; text-align: center; font-size:12px;}
.xiaocms-page span { display: inline-block; height: 22px; padding: 0 10px; line-height: 22px; background: #e60012; border: 1px solid #e60012; color: #fff; text-align: center; margin-left: 1px;}
.xiaocms-page a { display: inline-block; height: 22px; line-height: 22px; background: #fff; border: 1px solid #e60012; text-align: center; color: #333; padding: 0 10px; margin-left: 1px; font-size:12px;}



.back{font:14px/39px "microsoft yahei";color:#fff;width:138px;margin:0 auto;border-radius:4px;display:block;text-align:center; background:#2ba364}

