@charset "utf-8";
/* CSS Document */
html{overflow-x:hidden; overflow-y:auto;}
*{padding:0; margin:0;}
ul,ol,li,dl,dd,dt{list-style-type:none; line-height:normal;}
body,button,input,select,textarea{font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code,kbd,pre,samp{font-family:'Microsoft yahei' ,Arial;}
address,caption,cite,code,dfn,em,th,var{font-style:normal; font-weight:normal;}
a{text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{color:#9542a6; cursor:pointer;}
img{border:0; max-width:100%;}
table{border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{margin:0; padding:0; border:none;}
button,table{border:none; background:none; margin:0; padding:0;}
select{margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{resize:none; outline:0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
outline:0;
border:0}
input{outline:0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
outline:0;
border:0}
body{overflow:hidden;}

.luck_top{float:left; width:100%; position:absolute; z-index:999;}
.luck_banner{float:left; width:100%; position:relative;}
.luck_main{float:left; width:100%; }
.luck_down{float:left; width:100%; /*background:url(../images/footer.jpg);*/background:#0059b3;}


/*top*/
.top{border-top:1px solid #379944; border-bottom:1px solid rgba(255,255,255, 0.3); height:156px; background:rgba(255,255,255,.3);}
.top .logo{float:left; width:228px; height:64px; margin:39px 0 0 0;}
.top_right_head{float:right; width:210px; height:40px;}
.Features{float:left; width:100%; position:relative;}
.Features_bg{float:left; width:3000px; height:40px; background:#379944; position:absolute; left:0; top:-1px; z-index:97;}
.Features_bg:before{content:''; width:55px; height:40px; position:absolute; left:-53px; top:0; background:url(../images/top3.png) no-repeat center center; background-size:contain;}
.Features li{float:left; margin-left:-3px; margin-top:8px; font-size:14px; color:white; line-height:24px; position:relative; z-index:666;}
.Features li:last-child{float:right; margin-left:0;}
.Features li p{display:inline-block;}
.Features li img{vertical-align:middle; margin:-3px 5px 0 0;}
.Features li a{color:white;}
.Features li a:hover{text-decoration:underline;}

.menu{z-index:99; float:right; margin-top:22px;}
.menu > ul{float:left; width:100%;}
.menu ul .nli{float:left;z-index:99; margin:0 0 0 103px; height:92px; position:relative;}
.menu ul .nli span{display:block;float:left; width:100%;}
.menu ul .nli span a{display:block; float:left; height:40px; line-height:40px; color:#333; font-size:16px; overflow:hidden; font-weight:bold; min-width:66px; text-align:center; background-position:center top;}
.menu ul .nli.on span a,.menu ul .nli:hover span a{ color:#379944;}

/*下拉菜单（漂浮在menu .nli上）*/
.sub{ z-index:21; position:absolute; width:180px; left:50%; margin-left:-70px;top:100%; display:none; text-align:center; background:rgba(255,255,255, 0.6); box-shadow:0 6px 9px rgba(0,0,0,0.16);
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.sub:before{ content:''; width:65px; height:2px; background:#379944; position:absolute; left:50%; top:-1px; margin-left:-32.5px;}
.sub .l2{width:100%; position:relative;}
.sub .l2 .l2_a{display:block;float:left; width:100%; border-left:solid 2px rgba(255,255,255, 0.0); font-size:15px; line-height:45px; color:#666; overflow:hidden; }
.sub .l2:hover .l2_a{color:#379944; border-left:solid 2px rgba(249,167,42, 0.8); background:rgba(255,255,255, 0.6001);}
.sub .l2 .l3_ul{width:120px; position:absolute; left:100%; top:0; display:none; background:rgba(255,255,255, 0.5);}
.sub .l2 .l3_ul .l3{width:100%; position:relative;}
.sub .l2 .l3_ul .l3 .l3_a{display:block;float:left; width:100%; border-left:2px solid rgba(249,167,42, 0.8); font-size:16px; line-height:45px; color:#666; overflow:hidden; position:relative;}
.sub .l2 .l3_ul .l3:hover .l3_a{ color:#379944; border-left:2px solid rgba(249,167,42, 0.8); background:rgba(255,255,255, 0.6001);}
.sub .l2:hover .l3_ul{ display:block;
-webkit-animation:fadeInUp1 0.5s 0s ease both;
-moz-animation:fadeInUp1 0.5s 0s ease both;}
.menu ul .nli:hover .sub{ display:block;
-webkit-animation:fadeInUp1 0.5s 0s ease both;
-moz-animation:fadeInUp1 0.5s 0s ease both;}
.menu.white{ background-image:url(../images/top2.png);}
.menu ul .nli.on span a,
.menu ul .nli:hover span a{ color:#379944; border-color:#379944;}

@-webkit-keyframes fadeInUp1{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp1{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}

.menuph{float:right; cursor:pointer; width:18px; height:50px; position:relative; display:none;}
.menuph .point{display:block; width:18px; height:30px; margin-top:20px;}
.menuph .navbtn{position:absolute; width:18px; height:2px; top:24px; right:0px; display:inline-block; -webkit-transition:all .3s ease-out 0s; -moz-transition:all .3s ease-out 0s; -ms-transition:all .3s ease-out 0s; -o-transition:all .3s ease-out 0s; transition:all .3s ease-out 0s; background:#000; z-index:9999;}
.menuph .navbtn::after,
.menuph .navbtn::before{position:absolute; right: 0; display:inline-block; width:18px;  height:2px; content:''; -webkit-transition:all .3s ease-out 0s; -moz-transition:all .3s ease-out 0s; -ms-transition:all .3s ease-out 0s; -o-transition:all .3s ease-out 0s; transition:all .3s ease-out 0s; background:#000;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
.menuph .navbtn::after{top:-6px;}
.menuph .navbtn::before{top:6px;}
.menuph .point.active .navbtn{background:transparent;}
.menuph .point.active .navbtn::after{-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform:rotate(45deg);  top:0px;}
.menuph .point.active .navbtn::before{-webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); top:0px;}
.pf_menu{position:fixed; width:100%; height:100%; right:-100%; top:0px; z-index:9 !important; display:block; z-index:98; background:rgba(0,0,0,0.8);
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.pf_menu.on_1{right:0;}
.ph_menu{position:absolute; height:100%; right:0; top:0px; width:100%; text-align:left; padding:50px 0 0 0px; overflow:hidden;background: #f5f5f5; overflow-y:auto;}
.nav_box{float:left; width:100%;}
.ph_menu .nli{float:left; width:100%; position:relative;}
.ph_menu .nli span{float:left; width:100%;}
.ph_menu .nli .l1_a{float:left; width:100%; color:#333; font-size:14px; line-height:50px; white-space:nowrap; position: relative; letter-spacing: 1px; border-bottom:solid 1px #e6e6e6; padding:0 10px;}
.ph_menu .nli svg{display:block; width:40px; height:40px; position:absolute; right:0; top:5px; background:url(../images/top_6_h.png) no-repeat center center; background-size:auto 14px !important;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ph_menu .nli.on .l1_a{font-weight:bold;}
.ph_menu .nli.on svg{background-image:url(../images/top_6_h.png); transform:rotate(90deg);}
.ph_menu .nli .l2_ul{display:none; float:left; width:100%; height:auto; border-bottom:solid 1px #e6e6e6;}
.ph_menu .nli .l2_ul .l2{float:left; width:100%; position:relative; padding:0 15px; border-bottom:solid 1px #e6e6e6;}
.ph_menu .nli .l2_ul .l2:last-child{border-bottom:none;}
.ph_menu .nli .l2_ul .l2 .l2_a{display:block; line-height:40px; font-size:13px; color:#333; text-transform:uppercase; opacity:0.8;}
.ph_menu .nli .l2_ul .l2 i{display:block; width:40px; height:40px; position:absolute; right:0; top:0px; background:url(../images/top_6_h.png) no-repeat center center; background-size:auto 12px !important;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ph_menu .nli .l2_ul .l2.on{opacity:0.9; border-bottom:solid 1px #e6e6e6;}
.ph_menu .nli .l2_ul .l2.on .l2_a{font-weight:bold; background-image:url(../images/top_6.png); border-bottom:solid 1px #e6e6e6;}
.ph_menu .nli .l2_ul .l2.on i{background-image:url(../images/top_6_h.png); transform:rotate(90deg);}
.ph_menu .nli .l3_ul{display:none; float:left; width:100%; height:auto; padding:5px;}
.ph_menu .nli .l3_ul .l3{float:left; width:100%; border-bottom:solid 1px #e6e6e6;}
.ph_menu .nli .l3_ul .l3:last-child{border-bottom:none;}

.ph_menu .nli .l3_ul .l3.on i{background-image:url(../images/top_6_h.png); transform:rotate(90deg);}
.ph_menu .nli .l3_ul .l3 .l3_a{ line-height:30px; font-size:13px; text-transform:uppercase; color:#333;}
.ph_menu .search{ display:block; float:left; height:40px; border:solid 1px #000; width:96%; padding: 0 40px 0 0; position: relative; left:auto; top:auto; right:auto; margin-top:10px; z-index:1; margin-left:2%;}
.ph_menu .search .search_k{ height:38px; line-height:38px; width:100%; background: white; font-size: 14px; color: #000; padding-left:10px; font-weight:bold;}
.ph_menu .search .search_b{ position: absolute; right:-1px; top: 0; height:38px; width:40px; background: #000 url(../images/top8.png) no-repeat center center; background-size: 40px 40px;}
.ph_menu .msg{float:left; width:100%; margin-top:10px;}
.ph_menu .msg a{ display:block;float:left; width:100%; height:36px; line-height:36px; text-align:center; background:#073d6f; font-size:14px; color:white; font-weight:bold; font-family:Arial;
-moz-border-radius:18px; 
-webkit-border-radius:18px; 
-khtml-border-radius:18px;
border-radius:18px;}
.pf_menu.on{ padding:64px 95px 0 95px;}
.luck_top_index.active{ background:black;}
.ph_menu_down{float:left; width:100%; margin-top:20px;}
.ph_menu_down li{float:left; width:100%; font-size:14px; color:#333; line-height:28px;}
.ph_menu_down li a{ display:block; width:100%; color:#379944; text-align:center;}
.ph_menu_down li a img{ vertical-align:middle; margin:-2px 5px 0 0;}
@media screen and (max-width: 1529px) {
.menu ul .nli{ margin:0 0 0 83px;}
}
@media screen and (max-width: 1199px) {
.menu ul .nli{ margin:0 0 0 43px;}
}
@media screen and (max-width: 991px) {
.top .logo{ width:204px; height:50px; margin:50px 0 0 0;}
.menu ul .nli{ margin:0 0 0 23px;}
}
@media screen and (max-width: 767px) {
.luck_top{ position:fixed;}
.menuph{ display:block;}
.menu,.top_right_head{ display:none;}
.top{ height:50px; padding:0 10px; border-bottom:0;}
.luck_top{ background:rgba(255,255,255,0.8);}
.top .logo{ width:140px; height:34px; margin:0 0 0 0;}
.luck_top.on{ background:white;}
}

.slide_banner{float:left; width:100%;}
.slide_banner img{float:left; width:100%;}
.banner_ico{width:52px; height:28px; margin-left:-26px; position:absolute; left:50%; bottom:50px; left:50%; cursor:pointer; line-height:0;}
.dian{position:absolute; width:35px; margin-top:-60px; margin-right:-765px; top:50%; right:50%;}
.dian .slick-dots{float:left; display:block; overflow:visible; width:35px; position:relative; bottom:auto; left:auto; right:auto;}
.dian .slick-dots li{display:block; width:35px; height:20px; margin:27px 0 0 0; padding:0; cursor:pointer; background:url(../images/banner_dian.png) no-repeat center bottom;
}
.dian .slick-dots li.slick-active{background-position:top center;}
.dian .slick-dots li button{position:absolute; top:0; width:23px; text-align:left; height:20px; line-height:20px; color:white; font-size:22px;font-family:Arial; font-weight:bold; text-indent:0; padding:0; display:none; left:-23px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.dian .slick-dots li.slick-active button{ display:block;}
.dian .slick-dots li button:before{content:'0'; color:white; opacity:1;line-height:20px; color:white; font-size:22px; font-family:Arial; font-weight:bold; position:absolute; left:-13px; top:0;}
@media screen and (max-width: 1529px) {
.dian{ margin-right:-600px;}
}
@media screen and (max-width: 1199px) {
.dian{ right:30px; margin-right:0;}
.dian .slick-dots li{margin: 15px 0 0 0;}
}
@media screen and (max-width: 991px) {
.dian{ display:none;}
.banner_ico{width:32px; height:17px; bottom:30px; margin-left:-16px;}
}
@media screen and (max-width: 767px) {
.banner_ico{width:20px; height:10px; bottom:10px; margin-left:-10px; text-align:center;}
}

/*footer*/
.footer_head{float:left; width:100%; padding:50px 0 40px 0; border-bottom:solid 1px #0068d0;}
.footer_head .logo{ float:left; width:304px;}
.footer_head ul{ float:right; margin-top:26px;}
.footer_head ul li{ float:left;}
.footer_head ul li a{ display:block; float:left; font-size:16px; color:#eee; line-height:42px;}
.footer_head ul li a:hover{ color:white;}
.footer_head ul span{ display:block; float:left; height:42px; width:99px; background:url(../images/footer2.jpg) no-repeat center center;}
@media screen and (max-width: 1529px) {
.footer_head ul span{ width:59px;}
}
@media screen and (max-width: 1199px) {
.footer_head ul span{ width:39px;}
}
@media screen and (max-width: 991px) {
.footer_head{ padding:30px 0 20px 0;}
.footer_head .logo{ width:204px;}
.footer_head ul{ margin-top:16px;}
.footer_head ul li a{ font-size:14px; line-height:36px;}
.footer_head ul span{ width:29px; height:36px;}
}
@media screen and (max-width: 767px) {
.footer_head{ padding:10px 10px 8px 10px;}
.footer_head .logo{ display:none;}
.footer_head ul{ margin-top:0; width:100%; text-align:center;}
.footer_head ul li{ float:none; display:inline-block; vertical-align:top;}
.footer_head ul li a{ line-height:30px; font-size:13px;}
.footer_head ul span{ float:none; display:inline-block; vertical-align:top; width:20px; height:30px; background-size:1px 10px;}
}

.footer_body{float:left; width:100%; padding:108px 0 79px 0; border-bottom:solid 1px #0068d0;}
.footer_body ul{float:left; width:100%;}
.footer_body ul li{ width:25%; float:left; padding-left:73px; position:relative; height:72px;}
.footer_body ul li .ico{ width:60px; height:72px; position:absolute; left:0; top:0; line-height:0;}
.footer_body ul li h6{float:left; width:100%; font-size:14px; color:white; line-height:32px;}
.footer_body ul li h4{float:left; width:100%; font-size:26px; color:white; line-height:40px; font-weight:bold; font-family:Arial;}
.footer_body ul li h5{float:left; width:100%; font-size:16px; color:white; line-height:40px;}
.footer_body ul li .btn{float:left; width:100%; margin-top:6px;}
.footer_body ul li .btn a{ display:block; float:left; width:25px; height:25px; margin-right:14px; background-position:center center; background-size:contain; background-repeat:no-repeat; position:relative;}
.footer_body ul li .btn a .ewm{ position:absolute; left:50%; top:-126px; width:116px; height:123px; padding:10px 10px 17px 10px; background:url(../images/ewm_bg.png) no-repeat center center; background-size:contain; margin-left:-58px; display:none;}
.footer_body ul li .btn a .ewm img{float:left; width:100%;}
.footer_body ul li .btn a:hover .ewm{ display:block;
-webkit-animation:fadeInUp1 0.5s 0s ease both;
-moz-animation:fadeInUp1 0.5s 0s ease both;}
.footer_body ul li .btn a.a1{ background-image:url(../images/footer7.png);}
.footer_body ul li .btn a.a2{ background-image:url(../images/footer8.png);}
.footer_body ul li .btn a.a3{ background-image:url(../images/footer9.png);}
.footer_body ul li .btn a.a1:hover{ background-image:url(../images/footer7_h.png);}
.footer_body ul li .btn a.a2:hover{ background-image:url(../images/footer8_h.png);}
.footer_body ul li .btn a.a3:hover{ background-image:url(../images/footer9_h.png);}
.footer_body ul li.l1{ width:30%;}
.footer_body ul li.l2{ width:20%;}
@media screen and (max-width: 1199px) {
.footer_body ul li{ width:50% !important; margin-top:20px;}
.footer_body{ padding:28px 0 49px 0;}
}
@media screen and (max-width: 991px) {
.footer_body ul li{ padding-left:63px; height:62px;}
.footer_body ul li .ico{ width:50px; height:62px;}
.footer_body ul li h6{ font-size:12px; line-height:26px;}
.footer_body ul li h4{ font-size:20px; line-height:30px;}
.footer_body ul li h5{ font-size:14px; line-height:30px;}
.footer_body ul li .btn{ margin-top:2px;}
.footer_body ul li .btn a{ width:23px; height:23px; margin-right:10px;}
}
@media screen and (max-width: 767px) {
.footer_body{ padding:18px 10px 19px 10px;}
.footer_body ul li{ width:100% !important; padding-left:43px; height:52px; margin-top:6px;}
.footer_body ul li .ico{ width:30px; height:52px;}
.footer_body ul li h6{ line-height:22px;}
.footer_body ul li h4{ font-size:16px; line-height:24px;}
.footer_body ul li h5{ font-size:12px; line-height:20px; word-break:break-all;}
.footer_body ul li .btn{ margin-top:2px;}
.footer_body ul li .btn a{ width:21px; height:21px; margin-right:6px;}
}

.footer_down{display:none;float:left; width:100%; padding:22px 0 23px 115px; position:relative;}
.footer_down dt{ display:block; position:absolute; left:0; top:22px; font-size:14px; color:white; line-height:30px;}
.footer_down dt img{ vertical-align:middle; margin:-3px 11px 0 0; width:24px;}
.footer_down .dd{float:left; width:100%; overflow:hidden;}
.footer_down .dd a{ display:block; float:left; position:relative; font-size:14px; color:#fff; line-height:30px; margin-right:22px; position:relative;}
.footer_down .dd a:hover{ color:white;}
.footer_down .dd a span{ display:block; position:absolute; height:30px; top:0; left:-13px; font-size:14px; color:#888; line-height:30px;}
@media screen and (max-width: 991px) {
.footer_down{ padding:12px 0 13px 95px;}
.footer_down dt{ top:12px; font-size:12px; line-height:24px;}
.footer_down dt img{ margin:-3px 6px 0 0; width:20px;}
.footer_down .dd a{ font-size:12px; line-height:24px; margin-right:12px;}
.footer_down .dd a span{ height:24px; top:0; left:-7px; font-size:12px; line-height:24px;}
}
@media screen and (max-width: 767px) {
.footer_down{ padding:12px 10px 13px 10px; position:relative;}
.footer_down dt{ position:relative; width:100%; left:auto; top:auto; float:left;}
.footer_down dt:before{ content:''; width:20px; height:100%; position:absolute; right:0; top:0; background:url(../images/top_6.png) no-repeat center center; background-size:8px auto;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.footer_down dt span{ display:none;}
.footer_down .dd{ display:none; position:absolute; left:0; bottom:100%; background:#1a1a1a; max-height:160px; overflow-y:auto;
-moz-border-top-left-radius:8px; 
-webkit-border-top-left-radius:8px; 
-khtml-border-top-left-radius:8px;
border-top-left-radius:8px;
-moz-border-top-right-radius:8px; 
-webkit-border-top-right-radius:8px; 
-khtml-border-top-right-radius:8px;
border-top-right-radius:8px;}
.footer_down .dd a{ display:block; width:100%; text-align:center; line-height:30px; border-bottom:solid 1px #242424;}
.footer_down .dd a span{ display:none;}
}
.footer_down dt.on:before{ transform:rotate(-90deg);}
.bottom{ background:#0059b3; padding:13px 0;}
.bottom .p{ float:left; font-size:12px; color:#eee; line-height:24px;}
.bottom .link{ float:right; font-size:12px; color:#eee; line-height:24px;}
.bottom .link a{ color:#eee;}
.bottom .link a:hover{ color:#fff;}
.bottom .link span{ margin:0 13px;}
@media screen and (max-width: 991px) {
.bottom{ padding:9px 0;}
.bottom .p{ width:100%; text-align:center; line-height:22px;}
.bottom .link{ width:100%; text-align:center; line-height:22px;}
}
@media screen and (max-width: 767px) {
.bottom{ padding:9px 10px;}
.bottom .link span{ margin:0 9px;}
}

/*右漂浮*/
.right{ position: fixed; width: 42px; right: 20px; top: 50%; margin-top: -135px; z-index: 20;}
.right ul{ float: left; width:100%; margin-top:-15px;}
.right ul .bian{ width:2px; height:90%; border-left:solid 2px #2b2d34; position:absolute; left:calc(50% - 1px); top:15px; z-index:-1;}
.right ul li{ float: right; width: 42px; height: 42px; margin-top:15px; background:#2c2e35; position: relative;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.right ul li .zbox{ width:100%; height:100%; float:right; position:relative;}
.right ul li .zbox > img{ width: 42px; height: 42px; float: left;}
.right ul li .name{ width:126px; position:absolute; left:-116px; top:50%; margin-top:-16px; line-height:32px; font-size:14px; color:#999; text-align:right; padding-right:16px; background:#379944; color:white; display:none;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
.right ul li:hover .name{ display:block;}
.right ul li:hover{ background:#379944;}
.right ul li .zbox .ewm{ display:none; width:107px; height:99px; padding:9px 17px 9px 9px; background:url(../images/right6.png) no-repeat center center; position:absolute; left:-110px; top:50%; margin-top:-50px; z-index:6;}
.right ul li .zbox .ewm img{float:left; width:100%;}
.right ul li .zbox:hover .ewm{ display:block;}
@media screen and (max-width: 1199px) {
.right{ right:0;}
}
@media screen and (max-width: 991px) {
.right{ display: none;}
}

/*首页main*/
.c_1530_1{float:left; width:100%; padding:94px 0 100px 0;}
.tit_1{float:left; width:100%; text-align:center;}
.tit_1 h3{float:left; width:100%; background:url(../images/index1.png) no-repeat center 15px; font-size:26px; color:#333; font-weight:bold; line-height:38px; font-weight:bold;}
.tit_1 h3 span{ color:#379944;}
.tit_1 h6{float:left; width:100%; font-size:12px; color:#ccc; line-height:23px; text-transform:uppercase;font-family: 'OPENSANS-REGULAR';}
.slide_pic_1{float:left; width:100%; margin-top:30px;}
.slide_pic_1 .li_hp{float:left; width:100%; padding:23px 15px;}
.slide_pic_1 .li_hp .zbox{float:left; width:100%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .img,.slide_pic_1 .li_hp .zbox .img img{float:left; width:100%;}
.slide_pic_1 .li_hp .zbox .text{float:left; width:100%; height:130px; padding:21px 30px 17px 31px; border:solid 1px #e6e6e6; border-top:0; position:relative;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .text .name{float:left; width:100%; font-size:16px; color:#333; line-height:24px; text-align:center;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox .text .p{float:left; width:100%; font-size:14px; color:#999; line-height:25px; margin-top:17px; height:50px; overflow:hidden;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_1 .li_hp .zbox:hover .text{ background:#379944; border-color:#379944;}
.slide_pic_1 .li_hp .zbox:hover .text .name,.slide_pic_1 .li_hp .zbox:hover .text .p{ color:white;}
.slide_pic_1 .li_hp .zbox:hover .text:before{ background-image:url(../images/icon-arrows.png);}
.slide_pic_1 .li_hp .zbox:hover{ box-shadow:0 0 22px rgba(68,68,68,0.28);}
.c_1530_1 .arr{float:left; width:100%; text-align:center; margin-top:60px;}
.c_1530_1 .arr .zuo,.c_1530_1 .arr .you{ display:inline-block; vertical-align:top; width:40px; height:40px; background-image:url(../images/index3.png); background-repeat:no-repeat; background-position:left center; cursor:pointer;}
.c_1530_1 .arr .you{ background-position:right center;}
.c_1530_1 .arr .more{ display:inline-block; vertical-align:top; width:40px; height:40px; margin:0 25px; background:url(../images/index2.png); background-size:contain;}
.c_1530_1 .arr .zuo:hover,.c_1530_1 .arr .you:hover{ background-image:url(../images/index3_h.png);}
.c_1530_1 .arr .more:hover{ background-image:url(../images/index2_h.png);}
@media screen and (max-width: 991px) {
.c_1530_1{ padding:54px 0 60px 0;}
.tit_1 h3{ font-size:20px; line-height:32px; background-size:auto 7px;}
.tit_1 h6{ line-height:21px;}
.slide_pic_1{ margin-top:15px;}
.slide_pic_1 .li_hp{ padding:13px 10px;}
.slide_pic_1 .li_hp .zbox .text{ height:100px; padding:11px 20px 10px 21px;}
.slide_pic_1 .li_hp .zbox .text .name{ font-size:14px; line-height:20px; padding-right:22px;}
.slide_pic_1 .li_hp .zbox .text:before{ width:20px; height:20px; top:21px; right:21px; margin-top:-10px;}
.slide_pic_1 .li_hp .zbox .text .p{ font-size:12px; line-height:23px; margin-top:12px; height:46px;}
.c_1530_1 .arr{ margin-top:30px;}
.c_1530_1 .arr .zuo,.c_1530_1 .arr .you{ width:30px; height:30px; background-size:auto 30px;}
.c_1530_1 .arr .more{ width:30px; height:30px; margin:0 15px;}
.slide_pic_1 .li_hp .zbox:hover{ box-shadow:0 0 12px rgba(68,68,68,0.28);}
}
@media screen and (max-width: 767px) {
.c_1530_1{ padding:24px 10px 30px 10px;}
.tit_1 h3{ font-size:16px; line-height:26px; background-size:auto 5px;}
.tit_1 h6{ line-height:19px;}
.slide_pic_1{ margin-top:10px;}
.slide_pic_1 .li_hp{ padding:13px 5px;}
.slide_pic_1 .li_hp .zbox .text{ height:90px; padding:11px 10px 10px 11px;}
.slide_pic_1 .li_hp .zbox .text:before{ right:11px;}
.slide_pic_1 .li_hp .zbox .text .p{ line-height:21px; margin-top:8px; height:40px;}
.c_1530_1 .arr{ margin-top:15px;}
.c_1530_1 .arr .zuo,.c_1530_1 .arr .you{ width:24px; height:24px; background-size:auto 24px;}
.c_1530_1 .arr .more{ width:24px; height:24px; margin:0 10px;}
.slide_pic_1 .li_hp .zbox:hover{ box-shadow:0 0 12px rgba(68,68,68,0.28);}
}
.bg_gray{background:#f5f5f5;}
.zbg1{ background:url(../images/index9.jpg);}
.c_1530_2{float:left; width:100%; padding:94px 0 126px 0;}
.slide_pic_2{float:left; width:100%; margin-top:48px; position:relative;}
.slide_pic_2 a{ display:block; float:left; padding:0 15px; text-align:center;}
.slide_pic_2 h6{ width:100%; font-size:14px; color:#888; line-height:24px;}
.slide_pic_2 h4{ width:100%; font-size:22px; color:#333; line-height:33px; margin-top:8px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_2 .bian{ width:2px; height:59px; margin:47px auto 0 auto; background:#333;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_2 .img{ width:100%; margin-top:49px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_2 .ico{ width:100%; margin-top:80px; height:50px; background:url(../images/index14.png) no-repeat center center; background-size:contain;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_2 a:hover .img{ box-shadow:0 0 21px rgba(0,0,0,0.23)}
.slide_pic_2 a:hover h4{ color:#379944;}
.slide_pic_2 a:hover .ico{ background-image:url(../images/index14_h.png);}
.slide_pic_2 a:hover .bian{ background:#379944;}
@media screen and (max-width: 991px) {
.c_1530_2{ padding:54px 0 66px 0;}
.slide_pic_2{ margin-top:28px; padding-bottom:30px;}
.slide_pic_2 a{ padding:0 10px;}
.slide_pic_2 h6{ font-size:12px; line-height:22px;}
.slide_pic_2 h4{ font-size:18px; line-height:26px; margin-top:4px;}
.slide_pic_2 .bian{ width:1px; height:39px; margin:27px auto 0 auto;}
.slide_pic_2 .img{ margin-top:29px;}
.slide_pic_2 .ico{ margin-top:40px; height:30px;}
.slide_pic_2 .slick-dots
{ height:10px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide_pic_2 .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
	background:#ccc;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slide_pic_2 .slick-dots li.slick-active{ background:#379944;}
.slide_pic_2 .slick-dots li button{ display:none;}
}
@media screen and (max-width:767px) {
.c_1530_2{ padding:24px 10px 26px 10px;}
.slide_pic_2{ margin-top:18px; padding-bottom:20px;}
.slide_pic_2 a{ padding:0 5px;}
.slide_pic_2 h6{ line-height:18px;}
.slide_pic_2 h4{ font-size:16px; line-height:24px; margin-top:2px;}
.slide_pic_2 .bian{ height:29px; margin:17px auto 0 auto;}
.slide_pic_2 .img{ margin-top:19px;}
.slide_pic_2 .ico{ margin-top:20px; height:20px;}
.slide_pic_2 .slick-dots li{  width: 6px; height: 6px; margin: 0 3px;}
}

.c_1530_3{float:left; width:100%; padding:92px 0 100px 0;}
.c_1530_3 .hd{float:left; width:100%; text-align:center; margin-top:34px;}
.c_1530_3 .hd ul{ display:inline-block; vertical-align:top;}
.c_1530_3 .hd ul li{ display:block; float:left; margin:0 15px; width:120px; height:34px; line-height:34px; font-size:16px; color:white; background:#aaa; cursor:pointer;
-moz-border-radius:17px; 
-webkit-border-radius:17px; 
-khtml-border-radius:17px;
border-radius:17px}
.c_1530_3 .hd ul li.on{ background:#379944;}
.c_1530_3 .bd{float:left; width:100%; margin-top:60px;}
.c_1530_3 .bd .c_750{ width:49.02%; float:left; height:660px; background:#f6f6f6; padding:62px 85px 20px 85px;}
.c_1530_3 .bd .c_750 h4{float:left; width:100%; font-size:30px; color:#999; line-height:38px; font-weight:bold; font-family:Arial;}
.c_1530_3 .bd .c_750 .title{float:left; width:100%; font-size:22px; color:#666; line-height:30px; margin-top:18px;}
.c_1530_3 .bd .c_750 .p{float:left; width:100%; font-size:14px; color:#aaa; line-height:26px; height:78px; overflow:hidden; margin-top:30px; padding-left:31px; position:relative;}
.c_1530_3 .bd .c_750 .p:before{ content:''; width:2px; height:66px; background:#aaa; position:absolute; left:0; top:50%; margin-top:-33px;}
.c_1530_3 .bd .c_750 .img{float:left; width:100%; margin-top:24px; overflow:hidden; position:relative; padding-bottom:41.38%;}

.c_1530_3 .bd .c_750 .img img{position:absolute; left:0; top:0; width:100%; }

.c_1530_3 .bd .c_750 .detail{float:left; width:100%; margin-top:30px;}
.c_1530_3 .bd .c_750 .detail a{ display:block; float:left; width:145px; height:40px; line-height:40px; background:#379944; padding:0 20px; font-size:14px; color:white; font-family: 'OPENSANS-REGULAR'; text-transform:uppercase;}
.c_1530_3 .bd .c_750 .detail a img{ float:right; margin-top:17px;}
.c_1530_3 .bd .c_750 .detail a:hover{ padding:0 40px;}
.c_1530_3 .bd .c_750:hover .title{ color:#379944;}
.c_1530_3 .bd ul{ width:50.98%; float:right; border-top:solid 1px #f6f6f6;}
.c_1530_3 .bd ul li{float:left; width:100%; height:219px; border-bottom:solid 1px #f6f6f6; border-right:solid 1px #f6f6f6; background:white; padding:54px 215px 53px 60px; position:relative;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.c_1530_3 .bd ul li .time{ width:70px; position:absolute; right:39px; top:54px; font-size:24px; color:#999; line-height:28px; font-family:Arial; padding-bottom:66px; background:url(../images/index17.png) no-repeat left bottom;}
.c_1530_3 .bd ul li .title{float:left; width:100%; font-size:18px; color:#666; line-height:28px;}
.c_1530_3 .bd ul li .p{float:left; width:100%; font-size:14px; color:#aaa; line-height:25px; margin-top:33px; height:50px; overflow:hidden;}
.c_1530_3 .bd ul li:hover{ box-shadow:0 0 57px rgba(10,2,4,0.18); z-index:3;}
.c_1530_3 .bd ul li:hover .title{ color:#379944;}
@media screen and (max-width: 1199px) {
.c_1530_3 .bd .c_750{ height:560px; padding:42px 65px 10px 65px;}
.c_1530_3 .bd ul li{ height:186px; padding:34px 145px 33px 40px;}
.c_1530_3 .bd ul li .time{ right:19px;}
}
@media screen and (max-width: 991px) {
.c_1530_3{ padding:52px 0 60px 0;}
.c_1530_3 .hd{ margin-top:24px;}
.c_1530_3 .hd ul li{ margin:0 10px; width:100px; height:30px; line-height:30px; font-size:14px;}
.c_1530_3 .bd{ margin-top:30px;}
.c_1530_3 .bd .c_750{ height:440px; padding:32px 35px 10px 35px;}
.c_1530_3 .bd .c_750 h4{ font-size:24px; line-height:32px;}
.c_1530_3 .bd .c_750 .title{ font-size:16px; line-height:24px; margin-top:12px;}
.c_1530_3 .bd .c_750 .p{ font-size:12px; line-height:22px; height:66px; margin-top:20px; padding-left:21px;}
.c_1530_3 .bd .c_750 .p:before{ height:56px; margin-top:-28px;}
.c_1530_3 .bd .c_750 .img{ margin-top:14px;}
.c_1530_3 .bd .c_750 .detail{ margin-top:20px;}
.c_1530_3 .bd .c_750 .detail a{ width:125px; height:34px; line-height:34px; padding:0 10px; font-size:12px;}
.c_1530_3 .bd .c_750 .detail a img{ width:17px; margin-top:15px;}
.c_1530_3 .bd .c_750 .detail a:hover{ padding:0 30px;}
.c_1530_3 .bd ul li{ height:146px; padding:24px 105px 23px 20px;}
.c_1530_3 .bd ul li .time{ right:20px; top:24px; padding-bottom:46px; background-size:20px auto; font-size:18px;}
.c_1530_3 .bd ul li .title{ font-size:16px; line-height:24px;}
.c_1530_3 .bd ul li .p{ font-size:12px; line-height:23px; margin-top:23px; height:46px;}
}
@media screen and (max-width: 767px) {
.c_1530_3{ padding:22px 10px 30px 10px;}
.c_1530_3 .hd{ margin-top:14px;}
.c_1530_3 .hd ul li{ margin:0 6px;}
.c_1530_3 .bd{ margin-top:20px;}
.c_1530_3 .bd .c_750{ width:100%; height:auto; padding:22px 25px 20px 25px;}
.c_1530_3 .bd .c_750 h4{ font-size:18px; line-height:26px;}
.c_1530_3 .bd .c_750 .title{ font-size:14px; line-height:22px; margin-top:8px;}
.c_1530_3 .bd .c_750 .p{ line-height:20px; height:58px; margin-top:10px; padding-left:11px;}
.c_1530_3 .bd .c_750 .p:before{ height:46px; margin-top:-23px;}
.c_1530_3 .bd .c_750 .img{ margin-top:10px;}
.c_1530_3 .bd .c_750 .detail{ margin-top:12px;}
.c_1530_3 .bd .c_750 .detail a{ width:105px;}
.c_1530_3 .bd .c_750 .detail a:hover{ padding:0 20px;}
.c_1530_3 .bd ul{ width:100%;}
.c_1530_3 .bd ul li{ height:auto; padding:14px 65px 13px 10px; border-left:solid 1px #f6f6f6;}
.c_1530_3 .bd ul li .time{width:45px; right:0px; top:14px; padding-bottom:26px; background-size:16px auto; font-size:14px;}
.c_1530_3 .bd ul li .title{ font-size:14px; line-height:22px;}
.c_1530_3 .bd ul li .p{ line-height:19px; margin-top:13px; height:36px;}
}

.zbg2{}
.c_1530_4{float:left; width:100%; padding:93px 0 0 0;}
.c_1530_4 .dt{ position:absolute; left:-10px; bottom:88px;}
.c_1530_4 .text{ width:72.14%; float:left; padding:106px 315px 137px 90px; background:#aaa; margin-top:54px; position:relative;}
.c_1530_4 .text h4{float:left; width:100%; font-size:22px; color:white; line-height:28px; position:relative;}
.c_1530_4 .text h6{float:left; width:100%; font-size:12px; color:white; line-height:16px; margin-top:10px; font-family: 'OPENSANS-REGULAR'; text-transform:uppercase;}
.c_1530_4 .text .p{float:left; width:100%; font-size:14px; color:white; line-height:28px; margin-top:40px; height:84px; overflow:hidden;}
.c_1530_4 .text .ico{float:left; width:100%; margin-top:23px;}
.c_1530_4 .img{ position:absolute; top:50px; right:-38.81%; width:61.39%; box-shadow:0px 0 38px rgba(0,0,0,0.25);}
.c_1530_4 .c_1530_4_down{float:left; width:100%; padding:0 0 236px 130px; position:relative;}
@media screen and (max-width: 1529px) {
.c_1530_4 .text{ padding:106px 245px 137px 70px;}
.c_1530_4 .c_1530_4_down{ padding:0 0 186px 130px;}
}
@media screen and (max-width: 1199px) {
.c_1530_4{ padding:53px 0 0 0;}
.c_1530_4 .dt{ left:-8px; bottom:48px; width:87px;}
.c_1530_4 .c_1530_4_down{ padding:0 0 136px 90px;}
.c_1530_4 .text{ padding:66px 185px 87px 40px; margin-top:34px;}
}
@media screen and (max-width: 991px) {
.c_1530_4{ padding:33px 0 0 0;}
.c_1530_4 .dt{ left:-4px; bottom:28px; width:57px;}
.c_1530_4 .c_1530_4_down{ padding:0 0 86px 70px;}
.c_1530_4 .text{ padding:36px 135px 47px 20px; margin-top:24px;}
.c_1530_4 .text h4{ font-size:16px; line-height:24px;}
.c_1530_4 .text h6{ margin-top:6px;}
.c_1530_4 .text .p{ font-size:12px; line-height:24px; margin-top:20px; height:72px;}
.c_1530_4 .text .ico{ margin-top:13px;}
.c_1530_4 .text .ico img{ width:20px;}
.c_1530_4 .img{ top:35px;}
}
@media screen and (max-width: 767px) {
.c_1530_4{ padding:23px 10px 0 10px;}
.c_1530_4 .dt{ left:-2px; bottom:18px; width:37px;}
.c_1530_4 .c_1530_4_down{ padding:0 0 26px 50px;}
.c_1530_4 .text{ width:100%; padding:16px 25px 12px 20px; margin-top:14px;}
.c_1530_4 .text h4{ font-size:14px; line-height:22px;}
.c_1530_4 .text h6{ margin-top:4px;}
.c_1530_4 .text .p{ line-height:22px; margin-top:12px; height:64px;}
.c_1530_4 .text .ico{ margin-top:8px;}
.c_1530_4 .text .ico img{ width:16px;}
.c_1530_4 .img{ width:100%; position:relative; float:left; top:auto; right:auto; margin-top:20px;}
}

.c_1530_5{float:left; width:100%; padding:94px 0 100px 0;}
.slide_pic_3{float:left; width:100%; margin-top:24px; padding-bottom:66px; position:relative;}
.slide_pic_3 .l1{ width:50%; float:left; padding:0 15px; margin-top:30px;}
.slide_pic_3 .l1 a{ display:block;float:left; width:100%; border:solid 1px #e6e6e6; cursor:pointer; position:relative;}
.slide_pic_3 .l1 a:before{ width:0; height:2px; background:#379944; content:''; position:absolute; left:0; top:0;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.slide_pic_3 .l1 a img{float:left; width:100%;}
.slide_pic_3 .l1 a:hover{ box-shadow:0 0 21px rgba(136,136,136,0.18);}
.slide_pic_3 .l1 a:hover:before{ width:100%;}
.slide_pic_3 .slick-dots
{ height:10px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide_pic_3 .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 14px;
    padding: 0;
	background:url(../images/index28.png) no-repeat left center;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slide_pic_3 .slick-dots li.slick-active{ background-position:right center;}
.slide_pic_3 .slick-dots li button{ display:none;}
@media screen and (max-width: 991px) {
.c_1530_5{ padding:54px 0 60px 0;}
.slide_pic_3{ margin-top:14px; padding-bottom:46px;}
.slide_pic_3 .l1{ padding:0 10px; margin-top:20px;}
.slide_pic_3 .slick-dots li{ width: 12px; height: 12px; background-size:auto 12px; margin: 0 8px;}
}
@media screen and (max-width: 767px) {
.c_1530_5{ padding:24px 10px 30px 10px;}
.slide_pic_3{ margin-top:10px; padding-bottom:26px;}
.slide_pic_3 .l1{ padding:0 5px; width:33.33%; margin-top:10px;}
.slide_pic_3 .slick-dots li{ width: 8px; height: 8px; background-size:auto 8px; margin: 0 4px;}
}


.h_155{float:left; width:100%; height:155px; background:white;}
.banner_tab{ position:absolute; left:50%; bottom:-31px; margin-left:-31px; width:62px; line-height:0;}
@media screen and (max-width: 991px) {
.h_155{ height:50px;}
.banner_tab{ bottom:-16px; margin-left:-15px; width:30px;}
}

.headline{float:left; width:100%; margin-top:31px; text-align:center; font-size:14px; color:#888; line-height:20px;}
.headline a{color:#888;}
.headline span{margin:0 6px;}
.headline a:hover{color:#379944;}

.luck_SideLayer{float:left; width:100%; margin-top:16px; text-align:center;}
.luck_SideLayer ul{margin-top:16px; display:inline-block;}
.luck_SideLayer ul li{float:left;  width:calc(33.333% - 10px); margin:10px 5px auto; padding:0 5px; background:#2c2e35; -moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px; overflow:hidden;}
.luck_SideLayer ul li a{display:block; height:48px; line-height:48px; color:white; font-size:14px;}
.luck_SideLayer ul li.hover,
.luck_SideLayer ul li:hover{background:#379944;}
@media screen and (max-width: 991px) {
.headline{margin-top:16px;font-size:12px;}
.luck_SideLayer ul li a{height:40px; line-height:40px; font-size:14px;}
}
@media screen and (max-width: 767px) {
.headline{padding:0 10px;}
.luck_SideLayer{margin-top:12px;}
.luck_SideLayer ul li{float:left; width:calc(50% - 6px); margin:6px 3px auto;}
.luck_SideLayer ul li a{height:34px; line-height:34px; font-size:12px;}
}

.c_1530_6{float:left; width:100%; position:relative; padding:50px 0 85px 0;}
.c_1530_6:before{ content:''; width:2000px; height:417px; background:#ededed; position:absolute; left:50%; bottom:0; margin-left:-1000px; z-index:1;}
.slide_pic_4{float:left; width:100%; position:relative; z-index:2;}
.slide_pic_4 .zbox{float:left; width:100%; padding:10px 15px;}
.slide_pic_4 .zbox a{ display:block;float:left; width:100%; background:white; padding:45px 35px 46px 35px; box-shadow:0 0 14px rgba(0,0,0,0.08);}
.slide_pic_4 .zbox .title{float:left; width:100%; font-size:18px; color:#1e1e1e; line-height:28px; font-weight:bold;}
.slide_pic_4 .zbox .p{float:left; width:100%; margin-top:12px; font-size:14px; color:#1e1e1e; line-height:25px; height:75px; overflow:hidden;}
.slide_pic_4 .zbox .time{float:left; width:100%; font-size:36px; color:#9e9e9e; line-height:40px; font-family:Arial; margin-top:41px;}
.slide_pic_4 .zbox .time span{ font-size:16px; margin-left:4px;}
.slide_pic_4 .zbox .img{float:left; width:100%; margin-top:61px; line-height:0;}
.slide_pic_4 .zbox .img img{float:left; width:100%;}
@media screen and (max-width: 1199px) {
.slide_pic_4 .zbox a{ padding:35px 25px 36px 25px;}
.slide_pic_4 .zbox .time{ margin-top:21px;}
.slide_pic_4 .zbox .img{ margin-top:31px;}
}
@media screen and (max-width: 991px) {
.c_1530_6{ padding:30px 0 45px 0;}
.c_1530_6:before{ height:317px;}
.slide_pic_4{ padding-bottom:20px;}
.slide_pic_4 .slick-dots
{ height:10px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide_pic_4 .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
	background:#ccc;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slide_pic_4 .slick-dots li.slick-active{ background:#379944;}
.slide_pic_4 .slick-dots li button{ display:none;}
.slide_pic_4 .zbox{ padding:10px 10px;}
.slide_pic_4 .zbox a{ padding:25px 25px 26px 25px;}
.slide_pic_4 .zbox .title{ font-size:16px; line-height:26px;}
.slide_pic_4 .zbox .p{ margin-top:10px; font-size:12px; line-height:23px; height:69px;}
.slide_pic_4 .zbox .time{ font-size:30px; line-height:36px;}
.slide_pic_4 .zbox .time span{ font-size:14px; margin-left:3px;}
}
@media screen and (max-width: 767px) {
.c_1530_6{ padding:20px 10px 25px 10px;}
.c_1530_6:before{ height:217px;}
.slide_pic_4 { padding-bottom:10px;}
.slide_pic_4 .zbox{ padding:10px 5px;}
.slide_pic_4 .zbox a{ padding:15px 15px 16px 15px;}
.slide_pic_4 .zbox .title{ font-size:14px; line-height:24px;}
.slide_pic_4 .zbox .p{ margin-top:8px; line-height:21px; height:61px;}
.slide_pic_4 .zbox .time{ font-size:24px; line-height:30px; margin-top:11px;}
.slide_pic_4 .zbox .time span{ font-size:12px; margin-left:2px;}
.slide_pic_4 .zbox .img{ margin-top:11px;}
.slide_pic_4 .slick-dots li{ width: 8px; height: 8px; margin: 0 4px;}
}

.c_1530_7{ padding:10px 0 40px 0;}
.ul_1{float:left; width:100%;}
.ul_1 li{float:left; width:100%; margin-top:30px; background:white; padding:40px 35px 39px 40px; box-shadow:0 0 24px rgba(0,0,0,0.18);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.ul_1 li .img{ width:283px; float:left; height:190px; overflow:hidden; line-height:0;}
.ul_1 li .text{ margin-left:318px; padding-left:86px; position:relative;}
.ul_1 li .text .time{ float:left; width:48px; text-align:center; position:absolute; left:0; top:0;}
.ul_1 li .text .time:before{ content:''; width:1px; height:44px; background:black; opacity:0.1; position:absolute; right:-18px; top:0;}
.ul_1 li .text .time h3{ font-size:36px; color:#ce1920; line-height:26px; font-family:Arial;}
.ul_1 li .text .time h5{ font-size:16px; color:#9f9f9f; line-height:16px; margin-top:4px; font-family:Arial;}
.ul_1 li .text .title{float:left; width:100%; font-size:18px; color:#1e1e1e; line-height:26px; font-weight:bold;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.ul_1 li .text .p{float:left; width:100%; font-size:14px; color:#1e1e1e; line-height:25px; margin-top:20px; height:50px; overflow:hidden;}
.ul_1 li .text .detail{ float:left; margin-top:74px; font-size:14px; color:#1e1e1e; line-height:20px; font-weight:bold; font-family:Arial; position:relative;}
.ul_1 li .text .detail:before{ content:''; width:100%; height:1px; background:#1e1e1e; position:absolute; left:0; bottom:1px;}
.ul_1 li:hover{ box-shadow:0 0 24px rgba(0,0,0,0.38);
-moz-border-radius:8px; 
-webkit-border-radius:8px; 
-khtml-border-radius:8px;
border-radius:8px;}
.ul_1 li:hover .title,.ul_1 li:hover .detail{ color:#379944;}
.ul_1 li:hover .detail:before{ background-color:#379944;}
@media screen and (max-width: 991px) {
.c_1530_7{ padding:10px 0 40px 0;}
.ul_1 li{ margin-top:20px; padding:20px 25px 23px 20px;}
.ul_1 li .img{ width:230px; height:154px;}
.ul_1 li .text{ margin-left:250px; padding-left:66px;}
.ul_1 li .text .time{ width:40px;}
.ul_1 li .text .time:before{ height:34px; right:-12px; top:0;}
.ul_1 li .text .time h3{ font-size:30px; line-height:22px;}
.ul_1 li .text .time h5{ font-size:14px; line-height:12px; margin-top:2px;}
.ul_1 li .text .title{ font-size:16px; line-height:22px;}
.ul_1 li .text .p{ font-size:12px; line-height:23px; margin-top:12px; height:46px;}
.ul_1 li .text .detail{ margin-top:44px; font-size:12px; line-height:18px;}
}
@media screen and (max-width: 767px) {
.c_1530_7{ padding:0px 10px 20px 10px;}
.ul_1 li{ margin-top:10px; padding:10px 15px 13px 10px; box-shadow:0 0 8px rgba(0,0,0,0.08);}
.ul_1 li .img{ width:130px; height:87px; margin-top:2px;}
.ul_1 li .text{ margin-left:140px; padding-left:0;}
.ul_1 li .text .time{ left:-140px; width:60px; background:white; padding:0 5px;}
.ul_1 li .text .time:before{ display:none;}
.ul_1 li .text .time h3{ font-size:16px; line-height:20px; float:left;}
.ul_1 li .text .time h5{ font-size:12px; line-height:20px; float:left; margin-top:0px;}
.ul_1 li .text .title{ font-size:14px; line-height:20px;}
.ul_1 li .text .p{line-height:20px; margin-top:6px; height:38px;}
.ul_1 li .text .detail{ margin-top:10px;}
}


/*在线留言*/
.guestbook{float:left; width:100%; padding:50px 0 50px 0;}
.guestbook .lab{float:left; width:100%; margin:20px 0 0 0;}
.fm1{float:left; width:50%; padding:0 10px;}
.fm2{float:left; width:100%; padding:0 10px;}
.fm3{width:280px; display:block; margin:0 auto;}
.fm1_1{float:left; width:100%; color:#4c4c4c; font-size:14px; line-height:32px; text-transform:uppercase;}
.fm1_1 font{font-size:12px;}
.fm1_1 span{color:#ec9706;}
.fm1_2{float:left; width:100%; padding:0 18px; border:1px solid #e6e6e6; background:#fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#333; font-size:14px; height:50px; line-height:48px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_3{ float:left; width:100%; border:1px solid #e6e6e6; background:#fff; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; padding:16px 18px; color:#333; font-size:14px; height:100px; line-height:24px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_4{ float:left; width:100%; border:none; background:#379944; color:#fff; height:56px; line-height:56px; text-align:center; font-size:16px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin-top:20px;
    -webkit-appearance:none;
    outline: 0;
}
.fm1_4:hover,
.fm1_4:focus{ background: #f39800;}
.messageIn ::-webkit-input-placeholder { color:#999 !important;}
.messageIn :-moz-placeholder {  color:#999 !important;}
.messageIn ::-moz-placeholder {  color:#999 !important;}
.messageIn :-ms-input-placeholder { color:#999 !important; }
.fmStar{ float:left; width:100%; color: #999999; font-size: 12px; line-height: 15px; padding-top: 8px; text-align: center;}
.fmStar span{ color: #ec9706; font-size: 14px;}

@media  screen and (max-width:991px){
    .guestbook .lab{ margin:5px 0;}
    .fm1{ padding:0 10px;}
    .fm2{ padding:0 10px;}
    .fm1_4{ height:45px; line-height:45px; margin-top:10px;}
    .fm1_2{ padding:0 10px; height:40px; line-height:38px;}
    .fm1_3{padding:8px 10px; line-height:24px;}
}
@media  screen and (max-width:767px){
    .guestbook{padding:1.16% 4.5% 5.66% 4.5%;}
    .guestbook label{ margin:0;}
    .guestbook .lab{ margin:0;}
    .fm1{ width:100%; padding:0;}
    .fm2{ padding:0;}
    .fm3{ width:170px;}
    .fm1_1{ margin-top:8px;}
}


/*列表分页2*/
.d_0100_fy{ float:left; width:100%; text-align:center; padding:60px 0 0 0;}
.luck_fy1{display:inline-block; *display:inline; *zoom:1;vertical-align: top;}
.luck_fy1 a {display:block; float:left; width:31px; height:31px; text-align:center; line-height:30px; border:1px solid #e1e1e1; font-size:14px; color:#272727; margin:0 8px;
-webkit-border-radius:18px; 
 -khtml-border-radius:18px;
   -moz-border-radius:18px;
        border-radius:18px;}
.luck_fy1 a:hover,.luck_fy1 a.on{color: #fff; border:1px solid #379944; background:#379944; text-decoration:none;}
.luck_fy1 a.prve{ background:url(../images/sprve_fy.png) no-repeat center; width:100px;}
.luck_fy1 a.prve:hover,
.luck_fy1 a.prve.on{ background:url(../images/sprve_fy_h.png) no-repeat center #379944; border:1px solid #379944;}
.luck_fy1 a.next{ background:url(../images/snext_fy.png) no-repeat center; width:100px;}
.luck_fy1 a.next:hover,
.luck_fy1 a.next.on{ background:url(../images/snext_fy_h.png) no-repeat center #379944; border:1px solid #379944;}
.fy_phone{ display:none;}
@media  screen and (max-width:991px){
.d_0100_fy{ padding:30px 0 0 0;}
}
@media  screen and (max-width:767px){
.d_0100_fy{ padding:20px 0 0 0;}
.luck_fy1{ display:none;}
.fy_phone{ display:block;  float:left; width:100%; text-align:center; font-size:14px; color:#333;}
.fy_phone a {display:inline-block; *display:inline; *zoom:1; width:100px; height:30px; text-align:center; line-height:28px; border:1px solid #e1e1e1; margin:0 5px;
-webkit-border-radius:18px; 
 -khtml-border-radius:18px;
   -moz-border-radius:18px;
        border-radius:18px;}
.fy_phone a.prve{ background:url(../images/prve_fy.png) no-repeat center;}
.fy_phone a.next{ background:url(../images/next_fy.png) no-repeat center;}
.fy_phone span{ padding:0 5%; color:#333; display:inline-block; *display:inline; *zoom:1; vertical-align:top; height:30px; line-height:30px;}
}

.ul_2{float:left; width:100%; margin-top:-13px; margin-bottom:40px;}
.ul_2 li{float:left; width:100%; margin-top:40px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.ul_2 li .pages{ width:50%; float:left; height:562px; position:relative; overflow:hidden;}
.ul_2 li .pages img{ width:765px; height:562px; position:absolute; left:50%; top:50%; max-width:none; margin:-281px 0 0 -382px; }
.ul_2 li .text{ width:50%; float:left; height:562px; background:#f7f7f7; padding:71px 60px 20px 60px;}
.ul_2 li .text .title{float:left; width:100%; padding-bottom:21px; border-bottom:dashed 1px #acacac; }
.ul_2 li .text .title a{ display:block;float:left; width:100%;font-size:24px; color:#333; font-weight:bold; line-height:41px;}
.ul_2 li .text .p{float:left; width:100%; margin-top:17px; font-size:16px; color:#555; line-height:36px; height:288px; overflow:hidden;}
.ul_2 li .text .detail{float:left; width:100%; margin-top:3px;}
.ul_2 li .text .detail a{ display:block; float:left; width:145px; height:40px; line-height:40px; background:#379944; padding:0 20px; font-size:14px; text-transform:uppercase; font-family: 'OPENSANS-REGULAR'; color:white;}
.ul_2 li .text .detail a img{ float:right; margin-top:17px;}
.ul_2 li:hover .text .detail a{ padding:0 40px;}
.ul_2 li.l1 .pages{ float:right;}
.ul_2 li:hover{ box-shadow:0 0 18px rgba(0,0,0,0.2);}
.ul_2 li:hover .title a{ color:#379944;}
@media  screen and (max-width:991px){
.ul_2{ margin-top:-3px;}
.ul_2 li{ margin-top:30px;}
.ul_2 li .pages{ height:402px; position:relative; overflow:hidden;}
.ul_2 li .pages img{ width:574px; height:422px; margin:-211px 0 0 -287px;}
.ul_2 li .text{  height:402px; padding:31px 30px 10px 30px;}
.ul_2 li .text .title{ padding-bottom:11px;}
.ul_2 li .text .title a{ font-size:18px; line-height:35px;}
.ul_2 li .text .p{ margin-top:12px; font-size:14px; line-height:30px; height:240px;}
.ul_2 li .text .detail a{ width:105px; height:34px; line-height:34px; padding:0 10px; font-size:12px;}
.ul_2 li .text .detail a img{ margin-top:14px;}
.ul_2 li:hover .text .detail a{ padding:0 20px;}
}
@media  screen and (max-width:767px){
.ul_2{ margin-top:0px;}
.ul_2 li{ margin-top:10px;}
.ul_2 li .pages{ height:auto; width:100%;}
.ul_2 li .pages img{ width:100%; height:auto; position:relative; left:auto; top:auto; margin:0; float:left;}
.ul_2 li .text{  height:auto;float:left; width:100%; padding:21px 20px 15px 20px;}
.ul_2 li .text .title{ padding-bottom:6px;}
.ul_2 li .text .title a{ font-size:16px; line-height:28px;}
.ul_2 li .text .p{ margin-top:6px; font-size:12px; line-height:24px; height:auto;}
.ul_2 li .text .detail{ margin-top:10px;}
.ul_2 li .text .detail a{ width:85px; height:30px; line-height:30px;}
.ul_2 li .text .detail a img{ margin-top:12px; width:16px;}
.ul_2 li:hover .text .detail a{ padding:0 15px;}
}

.c_1530_8{float:left; width:100%; padding:81px 0 80px 0; }
.c_1220{ width:1220px; margin:auto; max-width:100%;}
.row_1{ margin:0 -5px;}
.ul_3{float:left; width:100%;}
.ul_3 li{float:left; width:100%; margin-top:18px; padding:0 5px;}
.ul_3 li .zbox{float:left; width:100%; border:solid 1px #d2d2d2; padding-left:86px; position:relative;}
.ul_3 li .zbox .name{ width:86px; text-align:center; font-size:16px; color:#323232; line-height:48px; background:url(../images/lxwm5.jpg) no-repeat right center; position:absolute; left:0; top:0;}
.ul_3 li .zbox .name .ico{ display:inline-block; vertical-align:middle; width:22px; height:22px; background:#379944; margin:-3px 7px 0 0; line-height:0;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_3 li .zbox .name .ico img{float:left; width:100%;}
.ul_3 li .zbox input{ display:block;float:left; width:100%; padding-left:15px; font-size:16px; color:#323232; line-height:48px; background:none; height:48px;}
.ul_3 li .zbox textarea{ display:block; width:100%; height:270px; float:left; padding:10px 15px; font-size:16px; color:#323232; line-height:28px; background:none;}
.ul_3 li.l1{ width:33.33%;}
.ul_3 li.l2{ text-align:center; margin-top:37px;}
.ul_3 li.l2 input{ display:inline-block; width:206px; height:50px; line-height:50px; color:white; background:#379944; font-size:18px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
.ul_3 li.l2 input:hover{ background:#d90005;}
@media  screen and (max-width:991px){
.c_1530_8{ padding:41px 20px 40px 20px;}
.ul_3 li{ margin-top:15px;}
.ul_3 li .zbox{ padding-left:76px;}
.ul_3 li .zbox .name{ width:76px; font-size:14px; line-height:42px;}
.ul_3 li .zbox .name .ico{ width:18px; height:18px; margin:-3px 4px 0 0;}
.ul_3 li .zbox input{ padding-left:10px; font-size:14px; line-height:42px; height:42px;}
.ul_3 li .zbox textarea{ height:200px; padding:10px 10px; font-size:14px; line-height:20px;}
.ul_3 li.l2{ margin-top:17px;}
.ul_3 li.l2 input{ width:166px; height:40px; line-height:40px; font-size:16px;}
}
@media  screen and (max-width:767px){
.c_1530_8{ padding:21px 10px 20px 10px;}
.ul_3 li{ margin-top:10px;}
.ul_3 li.l1{ width:100%;}
}

/*产品列表*/
.list-product{float:left; width:100%; padding:10px 0 50px 0;}
.list-product ul{float:left; width:100%; margin-top:9px; display:flex; display:-webkit-flex; flex-wrap:wrap; align-items:flex-start;}
.list-product ul li{float:left; width:25%; margin-top:30px; padding:0 15px;}
.list-product ul li .divbox{float:left; width:100%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.list-product ul li .divbox .img{float:left; width:100%;border:1px solid #e6e6e6;border-bottom:1px solid #f2f2f2;}
.list-product ul li .divbox .img img{float:left; width:100%;}
.list-product ul li .divbox .text{float:left; width:100%; border:solid 1px #e6e6e6; border-top:0; padding:22px 20px 30px 20px; text-align:center;}
.list-product ul li .divbox .text h4{float:left; width:100%; font-size:22px; color:#333; line-height:36px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.list-product ul li .divbox .text h6{float:left; width:100%; height:50px; margin-top:17px; font-size:13px; color:#888; line-height:25px;overflow:hidden;}
.list-product ul li:hover .divbox{ box-shadow:0 0 21px rgba(0,0,0,0.12); background:#379944; border-color:#379944; color:#fff;}
.list-product ul li:hover .divbox .text h4{ color:#fff;}
.list-product ul li:hover .divbox .text h6{ color:#fff;}
@media  screen and (max-width:991px){
.list-product ul li{ width:33.33%; padding:0 10px; margin-top:20px;}
.list-product ul li .divbox .text{ padding:12px 10px 20px 10px;}
.list-product ul li .divbox .text h4{ font-size:16px; line-height:30px;}
.list-product ul li .divbox .text h6{height:40px; margin-top:10px; line-height:20px; font-size:12px;}
}
@media  screen and (max-width:767px){
.list-product ul li{ width:50%; padding:0 5px; margin-top:10px;}
.list-product ul li .divbox .text h4{ line-height:26px;}
.list-product ul li .divbox .text h6{height:40px; margin-top:10px; line-height:20px; font-size:12px;}
}


/*产品详情*/
.details-product{float:left; width:100%; padding-bottom:59px;}
.details-product .productHead{float:left; width:100%; margin-top:61px; padding:30px; border:#e6e6e6 solid 1px;}
.details-product .productHead .pic{float:left; width:770px;}
.details-product .productHead .pic img{float:left; width:100%;}

.details-product .productHead .text{float:right; width:44.65%;}
.details-product .productHead .text .title{float:left; width:100%; margin-top:45px; padding-right:100px; padding-bottom:37px; border-bottom:dashed 1px #e5e5e5; font-size:40px; color:#333; line-height:50px; font-weight:bold; position:relative; letter-spacing:1px;}
.details-product .productHead .text .title a{position:absolute; right:0; top:11px; font-size:16px; color:#666; line-height:39px; display:block; font-weight:normal;}
.details-product .productHead .text .title a img{width:20px; margin:-3px 0 0 9px; vertical-align:middle;}
.details-product .productHead .text .title a:hover{ color:#ff0000;}
.details-product .productHead .text .p{float:left; width:100%; padding:33px 0 35px 0; border-bottom:dashed 1px #e5e5e5; font-size:16px; color:#666; line-height:30px;}
.details-product .productHead .text .btn{float:left; width:100%; margin-top:40px;}
.details-product .productHead .text .btn a{float:left; width:200px; height:50px; display:block; line-height:50px; background:#cc0000; text-align:center; font-size:18px; color:white;}
.details-product .productHead .text .btn a img{width:30px; margin:-3px 9px 0 0; vertical-align:middle;}
.details-product .productHead .text .btn a:hover{box-shadow:0 3px 5px rgba(0,0,0,0.3);}
.details-product .productHead .text .btn a.a1{margin:0 0 0 20px; padding:0 !important; background:#3d4047;}
.details-product .productHead .text .btn .fx{float:left; width:auto;}
@media  screen and (max-width:1800px){
.details-product .productHead .pic{width:670px;}
}
@media  screen and (max-width:1580px){
.details-product .productHead .pic{width:570px;}
.details-product .productHead .text .title{margin-top:5px;}
}
@media  screen and (max-width:1366px){
.details-product .productHead .text .title{padding-bottom:27px; padding-right:90px; font-size:30px; line-height:40px;}
.details-product .productHead .text .title a{top:6px; font-size:14px; line-height:30px;}
.details-product .productHead .text .p{padding:23px 0 25px 0; font-size:14px; line-height:24px;}
.details-product .productHead .text .btn{margin-top:30px;}
.details-product .productHead .text .btn a{width:160px; height:40px; line-height:40px; font-size:16px;}
.details-product .productHead .pic{width:520px;}
}
@media  screen and (max-width:1199px){
.details-product .productHead{ margin-top:41px;}
.details-product .productHead .pic{ width:420px;}
.details-product .productHead .text{ width:auto; margin-left:450px; float:none;}
}
@media  screen and (max-width:1023px){
.details-product{padding-bottom:39px;}
.details-product .productHead{margin-top:31px;}
.details-product .productHead .pic{width:320px;}
.details-product .productHead .text{margin-left:350px;}
.details-product .productHead .text .title{padding-bottom:17px; padding-right:0px; font-size:20px; line-height:24px;}
.details-product .productHead .text .title a{top:auto; right:auto; position:relative; float:right; font-size:12px; line-height:24px;}
.details-product .productHead .text .p{padding:13px 0 15px 0; line-height:22px;}
.details-product .productHead .text .btn{margin-top:20px;}
.details-product .productHead .text .btn a{width:140px;}
.details-product .productHead .text .btn a img{width:20px; margin:-3px 5px 0 0;}
.details-product .productHead .text .btn a.a1{margin:0 0 0 6px;}
}
@media  screen and (max-width:767px){
.details-product{padding-bottom:19px;}
.details-product .productHead{margin-top:21px; padding:10px;}
.details-product .productHead .pic{width:100%;}
.details-product .productHead .text{float:left; width:100%; margin-top:20px; margin-left:0;}
}


.productBody{ width:100%; float:left; margin-top:30px; border:solid 1px #e8e8e8;}
.productBody .productBodyHead{ width:100%; float:left; border-bottom:solid 1px #e8e8e8; background:#f6f6f6; height:49px;}
.productBody .productBodyHead li{ float:left; border-right:solid 1px #e8e8e8; height:50px; margin-top:-1px; width:200px; line-height:50px; font-size:18px; color:#333; letter-spacing:1px; text-align:center; cursor:pointer;}
.productBody .productBodyHead li.on{ background:#379944; color:white; border-color:#379944;}
.productBody .productBodyBody{float:left; width:100%; padding:30px; color:#666;}
.productBody .productBodyBody p{font-size:14px; line-height:200%;}
@media screen and (max-width:991px) {
.productBody{ margin-top:20px;}
}
@media screen and (max-width:767px) {
.productBody{ margin-top:10px;}
.productBody .productBodyHead{ height:40px;}
.productBody .productBodyHead li{height:41px; width:33.33%; line-height:41px; font-size:16px;}
.productBody .productBodyHead li:last-child{ border-right:0;}
.productBody .productBodyBody{padding:10px; font-size:13px; line-height:22px;}
}


/*关于我们*/

.about{ float:left; width:100%; text-align:center; padding:66px 0 70px 0;}
.about .tit1{ float:left; width:100%; color:#3f3f3f; font-size:30px; line-height:38px;}
.about .tit2{ float:left; width:100%; margin:15px 0 29px 0;}
.about .tit2 span{ display:inline-block; *display:inline; *zoom:1; background:#e60012; font-family:Arial; text-transform:uppercase; color:#fff; font-size:14px; line-height:25px; padding:0 18px;}
.about .line{ float:left; width:100%;}
.about .line span{ display:block; margin:0 auto; width:2px; height:43px; background:#e60012;}
.about .info{ float:left; width:100%; color:#666666; font-size:15px; line-height:33px; margin:26px 0 46px 0; padding:0 100px;  text-align:left;}
.about .list{ float:left; width:100%;}
.about .list ul{ display:inline-block; *display:inline; *zoom:1; position:relative;}
.about .list ul::after{ float:left; width:1px; height:47px; background:#dcdcdc; content:''; position:absolute; left:0; top:50%; margin-top:-24px;}
.about .list ul li{ float:left; width:222px; position:relative;}
.about .list ul li::after{ float:left; width:1px; height:47px; background:#dcdcdc; content:''; position:absolute; right:0; top:50%; margin-top:-24px;}
.about .list ul li .nub{ float:left; width:100%; color:#e60012; font-size:26px; line-height:30px;}
.about .list ul li .nub span{ font-size:40px; font-family:Arial; padding-right:8px;}
.about .list ul li .tit3{ float:left; width:100%; color:#666666; font-size:18px; line-height:26px; margin-top:15px;}

@media screen and (max-width:1429px) {
.about .info{ padding:0;}
}


@media screen and (max-width:1023px) {
.about{ padding:30px 0;}	
.about .tit1{ font-size:18px; line-height:28px;}
.about .tit2{ margin:10px 0 15px 0;}
.about .tit2 span{ font-size:12px;}
.about .line span{ height:22px;}
.about .info{ font-size:14px; line-height:26px; margin:15px 0 20px 0;}
.about .list ul::after{ height:26px; margin-top:-13px;}
.about .list ul li::after{ height:26px; margin-top:-13px;}
.about .list ul li{ width:180px;}
.about .list ul li .nub{ font-size:18px; line-height:24px;}
.about .list ul li .nub span{ font-size:30px; padding-right:4px;}	
.about .list ul li .tit3{ font-size:16px; line-height:24px; margin-top:5px;}
	
}


@media screen and (max-width:767px) {
.about{ padding:20px 0;}
.about .list ul::after{ height:20px; margin-top:-10px;}
.about .list ul li::after{ height:20px; margin-top:-10px;}
.about .list ul li{ width:98px;}
.about .list ul li .nub{ font-size:16px; line-height:18px;}
.about .list ul li .nub span{ font-size:22px;}	
.about .list ul li .tit3{ font-size:14px; line-height:22px; margin-top:2px;}

}

/*单页-详细*/
.page{float:left; width:100%; margin:40px 0; padding:20px; border:1px solid #e6e6e6; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.page .title{float:left; width:100%; padding:25px 0; text-align:center; color:#333333; font-size:24px; font-weight:bold; line-height:36px;}
.page .content{float:left; width:100%; color:#666; font-size:14px; line-height:30px; padding:20px 0;}

@media  screen and (max-width:767px){
.page{margin:10px 0; padding:10px 15px;}
.page .title{padding:12px 0; font-size:20px; line-height:30px;}
.page .content{font-size:12px; line-height:25px; padding:20px 0;}
}


/*联系我们*/
.contact{float:left; width:100%; padding:55px 0 80px 0;}
.contact .content1{float:left; width:100%; }
.contact .content1 .c_1010{float:left; width:66.01%;}
.contact .content1 .c_1010 .dt{float:left; width:100%; padding:39px 60px 26px 60px; background:#efefef;}
.contact .content1 .c_1010 .dt h3{float:left; width:100%; font-size:30px; color:#333; font-weight:bold; line-height:40px; letter-spacing:1px;}
.contact .content1 .c_1010 .dt h5{float:left; width:100%; margin-top:8px; font-size:16px; color:#9c9c9c; line-height:22px; letter-spacing:1px; text-transform:uppercase;}
.contact .content1 .c_1010 .dd{float:left; width:100%; padding:33px 60px 34px 60px; background:#f6f6f6;}
.contact .content1 .c_1010 .dd li{float:left; width:50%; padding-left:65px; position:relative;}
.contact .content1 .c_1010 .dd li .ico{width:42px; height:42px; background:#379944; line-height:0; position:absolute; left:2px; top:2px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.contact .content1 .c_1010 .dd li h5{ float:left; width:100%; font-size:16px; color:#444; line-height:29px; letter-spacing:1px;}
.contact .content1 .c_1010 .dd li h6{ float:left; width:100%; font-size:16px; color:#444; line-height:26px; letter-spacing:1px;}
.contact .content1 .c_1010 .dd li h6 span{ margin-right:22px; display:inline-block;}
.contact .content1 .c_1010 .dd:nth-child(odd){ background:#efefef;}

.contact .content1 .c_490{width:32.02%; float:right; background:#f5f5f5; height:502px; text-align:center;}
.contact .content1 .c_490 h4{width:100%; margin-top:53px; font-size:30px; color:#333; line-height:38px; letter-spacing:1px;}
.contact .content1 .c_490 .ewm{width:290px; height:290px; margin-top:35px; padding:37px; background:white; display:inline-block; vertical-align:top;}
.contact .content1 .c_490 h5{width:100%; margin-top:20px; font-size:20px; color:#666; line-height:32px; letter-spacing:1px;}
@media  screen and (max-width:1529px){
.contact .content1 .c_1010 .dt{padding:39px 40px 26px 40px;}
.contact .content1 .c_1010 .dd{padding:33px 40px 34px 40px;}
}
@media  screen and (max-width:1199px){
.contact .content1 .c_1010 .dt{ padding:29px 20px 26px 20px;}
.contact .content1 .c_1010 .dd{ padding:23px 20px 34px 20px;}
.contact .content1 .c_490 .ewm{ width:250px; height:250px; padding:30px;}
}
@media  screen and (max-width:991px){
.contact .content1 .c_1010 .dt{ padding:19px 10px 16px 10px;}
.contact .content1 .c_1010 .dd{ padding:13px 10px 24px 10px;}
.contact .content1 .c_1010 .dt h3{ font-size:24px; line-height:32px;}
.contact .content1 .c_1010 .dt h5{ margin-top:6px; font-size:14px; line-height:20px;}
.contact .content1 .c_1010 .dd li{ padding-left:55px;}
.contact .content1 .c_1010 .dd li .ico{ width:32px; height:32px;}
.contact .content1 .c_1010 .dd li h5{ font-size:14px; line-height:25px;}
.contact .content1 .c_1010 .dd li h6{ font-size:14px; line-height:22px;}
.contact .content1 .c_490{ height:476px;}
.contact .content1 .c_490 h4{ margin-top:63px; font-size:24px; line-height:32px;}
.contact .content1 .c_490 .ewm{ width:220px; height:220px; padding:20px; margin-top:25px;}
.contact .content1 .c_490 h5{ margin-top:40px; font-size:16px; line-height:26px;}
.contact{ padding:35px 0 40px 0;}
}
@media  screen and (max-width:767px){
.contact .content1 .c_1010{ width:100%;}
.contact .content1 .c_1010 .dt{ padding:12px 10px 10px 10px;}
.contact .content1 .c_1010 .dd{ padding:8px 10px 14px 10px;}
.contact .content1 .c_1010 .dt h3{ font-size:18px; line-height:26px;}
.contact .content1 .c_1010 .dt h5{ margin-top:4px; font-size:12px; line-height:18px;}
.contact .content1 .c_1010 .dd li{ width:100%; margin-top:10px; padding-left:45px;}
.contact .content1 .c_1010 .dd li h5{ line-height:21px;}
.contact .content1 .c_1010 .dd li h6{ line-height:20px;}
.contact .content1 .c_490{ width:100%; margin-top:10px; height:auto; padding-bottom:15px;}
.contact .content1 .c_490 h4{ margin-top:33px; font-size:18px; line-height:24px;}
.contact .content1 .c_490 .ewm{ width:180px; height:180px; padding:10px; margin-top:15px;}
.contact .content1 .c_490 h5{ margin-top:20px; font-size:14px; line-height:22px;}
.contact{ padding:15px 10px 20px 10px;}
}

.contact .content2{float:left; width:100%; margin-top:37px; padding:10px; background:#f6f6f6;}
#bdmap_1{ width:100%; height:540px; float:left;}
@media  screen and (max-width:991px){
.contact .content2{ margin-top:17px;}
#bdmap_1{ height:340px;}
}
@media  screen and (max-width:767px){
.contact .content2{ margin-top:12px; padding:6px;}
#bdmap_1{ height:240px;}
}


/*新闻内页样式*/
.z_page{width:100%; float:left; padding:40px 0; line-height:30px; font-size:14px; color:#666;}

.news_tit{float:left; width:100%; border-bottom:1px dashed #999999; padding:0 0 10px 0; text-align:center; line-height:32px;}
.news_tit h2{  font-size:16px;}
.news_tit span{ color:#969696; font-size:12px;}

.news_ct{float:left; width:100%; padding:15px 0; }
.news_ct img { max-width: 100%; }

.z_fy{ float:left; width:100%; margin-top:15px; }
.z_l{ float:left; width:45%; }
.z_l a{ float:left; color:#515151; width:100%;   overflow: hidden; text-overflow:ellipsis; line-height:24px; font-size:14px; }
.z_l a:hover span{color:#b72e22;}
.z_r{ float:right; width:45%; overflow: hidden; text-overflow:ellipsis; }
.z_r a{ float:right; color:#515151; line-height:24px; font-size:14px; width:100%;   overflow: hidden; text-overflow:ellipsis; text-align:right;}
.z_r a:hover span{color:#b72e22;}

@media  screen and (max-width:767px){
.z_page{padding:20px 10px; line-height:24px;}
}







.sitemap{ width:100%;float:left;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#379944;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}

/* 详情内页 */
.c_1570_8{float:left; width:100%;  padding:29px 0 81px 0;}
.c_1570_8 .content{float:left; width:100%; background:white; box-shadow:0 0 10px rgba(0,0,0,0.12);}
.c_1151{ width:73.31%; float:left; border-right:solid 1px #d4d4d4; padding:42px 40px 79px 40px; background:white;}
.c_1151 .title{float:left; width:100%; padding-right:190px; position:relative;}
.c_1151 .title .fx{ position:absolute; right:0; top:21px;}
.c_1151 .title .fx .bdsharebuttonbox{ width:auto;}
.c_1151 .title .fx .bdsharebuttonbox a{ display:block; width:26px; height:26px; padding:0; margin:0 6px 0 0 !important; float:left;}
.c_1151 .title h3{float:left; width:100%; font-size:30px; color:#232323; line-height:41px;}
.c_1151 .title h3 span{ display:inline-block; vertical-align:middle; margin:-3px 0 0 10px; width:68px; height:29px; line-height:29px; text-align:center; font-size:18px; color:white; background:#379944;
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-khtml-border-radius:2px;
border-radius:2px;}
.c_1151 .time{float:left; width:100%; margin-top:8px; font-size:14px; color:#666; line-height:28px; font-weight:bold;}
.c_1151 .time span{ display:inline-block; vertical-align:top; margin-right:16px;}
.c_1151 .p{float:left; width:100%; font-size:16px; color:#232323; line-height:36px; margin-top:9px; border-top:solid 1px #d4d4d4; padding-top:35px; text-indent:2em;}
.c_1151 .p h5{ color:#379944; font-weight:bold; font-size:16px; line-height:36px;}
.c_1151 .p img{ margin:34px 0 32px 0;}
.c_1151 .end{ width:100%;  float:left; text-align:center; background:url(../images/news13.png) no-repeat center center;}
.c_1151 .end span{ display:inline-block; width:50px; height:50px; line-height:50px; background:#313131; font-size:14px; color:#8b8b8b; text-transform:uppercase; position:relative;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.c_1151 .end span:before{ content:''; width:1px; height:70px; background:#cfcfcf; position:absolute; left:50%; top:100%;}
.c_1151 .wzfy{float:left; width:100%; margin-top:20px;}
.c_1151 .wzfy .wzfy_left{ width:48%; float:left; font-size:14px; color:#8b8b8b; line-height:24px; font-weight:bold; letter-spacing:1px;}
.c_1151 .wzfy .wzfy_left a{ display:block;float:left; width:100%; font-size:14px; color:#232323; line-height:24px; font-weight:normal;}
.c_1151 .wzfy .wzfy_left a:hover{ color:#379944;}
.c_1151 .wzfy .wzfy_right{ text-align:right; float:right;}
.c_419{ width:26.69%; float:left; background:white;}
.c_419_head{float:left; width:100%; text-align:center; padding:0 29px;}
.c_419_head a{ display:block; width:100%; border-bottom:solid 1px #d4d4d4; line-height:128px;}
.c_419 ul{float:left; width:100%; padding-top:23px;}
.c_419 ul li{float:left; width:100%; padding:21px 160px 21px 30px; position:relative; border-bottom:solid 1px #d4d4d4; margin-top:-1px;
height:108px;}
.c_419 ul li:before{ content:''; width:29px; height:1px; background:white; position:absolute; left:0; bottom:-1px;}
.c_419 ul li:after{ content:''; width:29px; height:1px; background:white; position:absolute; right:0; bottom:-1px;}
.c_419 ul li:last-child{ border-bottom:0;}
.c_419 ul li:last-child:before,.c_419 ul li:last-child:after{ display:none;}
.c_419 ul li .img{ width:98px; position:absolute; right:30px; top:21px;}
.c_419 ul li .img img{ width:100%;}
.c_419 ul li .title{float:left; width:100%; margin-top:6px; font-size:14px; color:#232323; line-height:20px; height:40px; overflow:hidden;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.c_419 ul li .time{float:left; width:100%; margin-top:3px; font-size:12px; color:#666; line-height:17px;}
.c_419 ul li:hover{ background:#fffafa; border-bottom:0;}
.c_419 ul li:hover .title{ color:#379944;}
@media  screen and (max-width:1529px){
.c_419{ width:32%;}
.c_1151{ width:68%;}
}
@media  screen and (max-width:1199px){
.c_419{ width:40%;}
.c_1151{ width:60%;}
.c_1151 .title{float:left; width:100%; padding-right:190px; position:relative;}
.c_1151 .title .fx{ position:absolute; right:0; top:21px;}
.c_1151 .title{ padding-right:0px;}
.c_1151 .title .fx{ position:relative; right:auto; top:auto;float:left; width:100%; margin-top:11px;}
}
@media  screen and (max-width:991px){
.c_1570_8{ padding:19px 0 41px 0;}
.c_1151{ padding:22px 20px 49px 20px;}
.c_1151 .title h3{ font-size:20px; line-height:31px;}
.c_1151 .title h3 span{ margin:-3px 0 0 6px; width:48px; height:22px; line-height:22px; font-size:16px;}
.c_1151 .time{ margin-top:6px; font-size:12px; line-height:24px;}
.c_1151 .p{ margin-top:6px; font-size:14px; line-height:26px; margin-top:6px; padding-top:14px;}
.c_1151 .p h5{ font-size:14px; line-height:26px;}
.c_1151 .img{ margin:22px 0 28px 0;}
.c_1151 .end span{ width:40px; height:40px; line-height:40px; font-size:12px;}
.c_1151 .end span:before{ height:40px;}
.c_1151 .wzfy{ margin-top:10px;}
.c_1151 .wzfy .wzfy_left{ font-size:12px; line-height:22px;}
.c_1151 .wzfy .wzfy_left a{ font-size:12px; line-height:22px;}
.c_419 ul{ padding-top:13px;}
.c_419 ul li{ padding:15px 100px 15px 10px; height:80px;}
.c_419 ul li .img{ width:78px; right:10px; top:15px;}
.c_419 ul li .title{ margin-top:3px; font-size:12px; line-height:18px; height:36px;}
.c_419 ul li .time{ margin-top:0px; line-height:15px;}
.c_419_head{ padding:0 10px;}
.c_419_head a{ line-height:68px;}
.c_419_head a img{ width:52px;}
.c_419 ul li:before,
.c_419 ul li:after{ width:10px;}
}
@media  screen and (max-width:767px){
.c_1570_8{ padding:10px 10px 21px 10px;}
.c_1151{ width:100%; padding:12px 10px 29px 10px; border-right:0;}
.c_1151 .wzfy .wzfy_left{ width:100%;}
.c_1151 .wzfy .wzfy_right{ text-align:left; margin-top:5px;}
.c_419{ width:100%; border-top:solid 1px #dcdcdc;}
.c_1151 .end span:before{ height:30px;}
.c_1151 .title h3{ font-size:18px; line-height:26px;}
}

.c_1151_1 .title{ padding-right:0;}
.c_1151_1 .p{ text-indent:0em;}

.c_1570_8 .content3{float:left; width:100%; margin-top:56px; overflow:hidden;}
.c_1570_8 .content3 .content3_head{float:left; width:100%;}
.c_1570_8 .content3 .content3_head h4{ float:left; font-size:26px; color:#333; line-height:38px; font-weight:bold; position:relative; padding-right:11px;}
.c_1570_8 .content3 .content3_head h4 span{ color:#379944;}
.c_1570_8 .content3 .content3_head h4:before{ content:''; width:9px; height:9px; border:solid 1px #e6e6e6; position:absolute; right:-9px; top:50%; margin-top:-4px; z-index:3; background:white;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.c_1570_8 .content3 .content3_head h4:after{ content:''; width:2000px; height:1px; background:#e6e6e6; position:absolute; right:-2000px; top:50%;}
.c_1570_8 .content3 .content3_head h6{float:left; width:100%; font-size:12px; color:#ccc; line-height:22px; text-transform:uppercase;	font-family: 'OPENSANS-REGULAR';}
.slide_pic_6{float:left; width:100%; margin-top:19px; position:relative;}
.slide_pic_6 .li{float:left; width:100%; padding:0 15px;}
.slide_pic_6 .li .zbox{float:left; width:100%;}
.slide_pic_6 .li .zbox .img{float:left; width:100%; overflow:hidden;}
.slide_pic_6 .li .zbox .img img{float:left; width:100%;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.slide_pic_6 .li .zbox:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.slide_pic_6 .li .zbox .name{float:left; width:100%; border:solid 1px #e6e6e6; padding:23px 10px; border-top:0; text-align:center;}
.slide_pic_6 .li .zbox .name h4{ width:100%; font-size:22px; color:#333; line-height:36px;}
.slide_pic_6 .li .zbox .name h6{ width:100%; font-size:12px; color:#888; line-height:25px;}
.slide_pic_6 .li .zbox:hover .name h4{ color:#379944;}
@media  screen and (max-width:1199px){
.slide_pic_6{ padding-bottom:40px;}
.slide_pic_6 .slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slide_pic_6 .slick-dots li{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
	background:#ddd;
    cursor: pointer;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slide_pic_6 .slick-dots li button{ display:none;}
.slide_pic_6 .slick-dots li.slick-active{ background:#379944;}
}
@media  screen and (max-width:991px){
.slide_pic_6{ padding-bottom:30px;}
.c_1570_8 .content3{ margin-top:36px;}
.c_1570_8 .content3 .content3_head h4{ font-size:20px; line-height:32px; padding-right:9px;}
.slide_pic_6{ margin-top:14px;}
.slide_pic_6 .li{ padding:0 11px 0 10px;}
.slide_pic_6 .li .zbox .name{ padding:15px 10px;}
.slide_pic_6 .li .zbox .name h4{ font-size:18px; line-height:30px;}
.slide_pic_6 .li .zbox .name h6{ line-height:23px;}
}
@media  screen and (max-width:767px){
.slide_pic_6{ padding-bottom:20px;}
.c_1570_8 .content3{ margin-top:26px;}
.c_1570_8 .content3 .content3_head h4{ font-size:16px; line-height:26px; padding-right:7px;}
.c_1570_8 .content3 .content3_head h4:before{ width:7px; height:7px; right:-7px; margin-top:-3px;}
.slide_pic_6{ margin-top:8px;}
.slide_pic_6 .li{ padding:0 5px 0 5px;}
.slide_pic_6 .li .zbox .name{ padding:10px 10px;}
.slide_pic_6 .li .zbox .name h4{ font-size:16px; line-height:26px;}
.slide_pic_6 .li .zbox .name h6{ line-height:21px;}
.slide_pic_6 .slick-dots li{ width:6px; height:6px; margin:0 3px;}
}

/* 方案详情 */
.c_1530_10{float:left; width:100%; margin-top:45px;}
.c_1530_10 .c_1530_10_head{float:left; width:100%; padding-bottom:36px; border-bottom:dashed 1px #b2b2b2; font-size:30px; color:#333; line-height:40px; letter-spacing:1px; text-align:center;}
.c_1530_10 .content1{float:left; width:100%; margin-top:48px;}
.c_1530_10 .content2{float:left; width:100%; margin-top:60px;}
.tit_2{float:left; width:100%; background:url(../images/case7.png) repeat-x center;}
.tit_2 span{ display:block; float:left; padding:0 28px; font-size:24px; color:white; line-height:48px; height:48px; background:#2c2e35; position:relative;
-moz-border-top-left-radius:4px; 
-webkit-border-top-left-radius:4px; 
-khtml-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-bottom-left-radius:4px; 
-webkit-border-bottom-left-radius:4px; 
-khtml-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;}
.tit_2 span:before{ content:''; width:36px; height:48px; position:absolute; right:-35px; top:0; background:url(../images/case6.jpg) no-repeat center center;}
.c_1530_10 .content2 ul{float:left; width:100%; margin-top:19px;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.c_1530_10 .content2 ul li{ width:50%; float:left; font-size:16px; color:#666; line-height:38px; padding-right:20px; letter-spacing:1px;}
.c_1530_10 .content3{float:left; width:100%; margin-top:30px;}
.c_1530_10 .content3 ul{float:left; width:100%; margin-top:30px;}
.c_1530_10 .content3 ul li{ width:50%; float:left; padding:0 25px; text-align:center;}
@media  screen and (max-width:991px){
.c_1530_10{ margin-top:25px;}
.c_1530_10 .c_1530_10_head{ padding-bottom:16px; font-size:20px; line-height:30px;}
.c_1530_10 .content1{ margin-top:28px;}
.c_1530_10 .content2{ margin-top:30px;}
.tit_2 span{ padding:0 22px; font-size:18px; line-height:40px; height:40px;}
.tit_2 span:before{ width:28px; height:40px; right:-27px; background-size:contain;}
.c_1530_10 .content2 ul{ margin-top:12px;}
.c_1530_10 .content2 ul li{ font-size:14px; line-height:32px; padding-right:10px;}
.c_1530_10 .content3{ margin-top:20px;}
.c_1530_10 .content3 ul{ margin-top:20px;}
.c_1530_10 .content3 ul li{ padding:0 15px;}
}
@media  screen and (max-width:767px){
.c_1530_10{ margin-top:15px; padding:0 10px;}
.c_1530_10 .c_1530_10_head{ padding-bottom:10px; font-size:16px; line-height:24px;}
.c_1530_10 .content1{ margin-top:18px;}
.c_1530_10 .content2{ margin-top:20px;}
.tit_2 span{ padding:0 16px; font-size:16px; line-height:34px; height:34px;}
.tit_2 span:before{ width:24px; height:34px; right:-23px;}
.c_1530_10 .content2 ul{ margin-top:6px;}
.c_1530_10 .content2 ul li{ width:100%; font-size:12px; line-height:26px; padding-right:0px;}
.c_1530_10 .content3{ margin-top:10px;}
.c_1530_10 .content3 ul{ margin-top:10px;}
.c_1530_10 .content3 ul li{ width:100%; padding:0 5px;}
}

.c_1530_10 .content4{float:left; width:100%; margin-top:46px;}
.c_1530_10 .content4 table{float:left; width:100%; margin-top:36px;}
.c_1530_10 .content4 table td{ border:solid 1px white; text-align:center; background:#eff0f3; font-size:18px; color:#333; padding:18px 20px; line-height:28px;}
.c_1530_10 .content4 table th{ border:solid 1px white; text-align:center; background:#379944; font-size:18px; color:#fff; padding:18px 20px; line-height:28px;}
@media  screen and (max-width:991px){
.c_1530_10 .content4{ margin-top:26px;}
.c_1530_10 .content4 table{ margin-top:16px;}
.c_1530_10 .content4 table td,
.c_1530_10 .content4 table th{ font-size:16px; padding:13px 10px; line-height:24px;}
}
@media  screen and (max-width:767px){
.c_1530_10 .content4{ margin-top:16px;}
.c_1530_10 .content4 table{ margin-top:10px;}
.c_1530_10 .content4 table td,
.c_1530_10 .content4 table th{ font-size:14px; padding:9px 8px; line-height:20px;}
}



/*关于晨凤*/
.c_1530_11{float:left; width:100%; margin:49px 0; background:#f5f5f7; padding:30px;}
.c_1530_11 .zbox{float:left; width:100%; background:white;}
.c_1530_11 .zbox .img{ width:50%; float:left;}
.c_1530_11 .zbox .img img{float:left; width:100%;}
.c_1530_11 .zbox .text{ width:100%; float:left; padding:55px 50px 45px 60px; background:url(../images/logo2.png) no-repeat 92% 96%;}
.c_1530_11 .zbox .text h4{float:left; width:100%; font-size:24px; color:#379944; line-height:33px;}
.c_1530_11 .zbox .text .p{float:left; width:100%; font-size:16px; color:#444; line-height:30px; margin-top:19px; letter-spacing:0.5px;}
@media  screen and (max-width:1529px){
.c_1530_11{ padding:40px;}
.c_1530_11 .zbox{ background:none;}
.c_1530_11 .zbox .text{ padding:35px 30px 25px 40px; background:white;}
}
@media  screen and (max-width:991px){
.c_1530_11{ padding:20px; margin-top:29px;}
.c_1530_11 .zbox .img{ width:100%;}
.c_1530_11 .zbox .text{ width:100%; padding:25px 20px 15px 20px;}
.c_1530_11 .zbox .text h4{ font-size:18px; line-height:25px;}
.c_1530_11 .zbox .text .p{ font-size:14px; line-height:26px; margin-top:14px; letter-spacing:0px;}
}
@media  screen and (max-width:767px){
.c_1530_11{ padding:10px; margin-top:9px;}
.c_1530_11 .zbox .text{ padding:15px 10px 10px 10px;}
.c_1530_11 .zbox .text h4{ font-size:16px; line-height:23px;}
.c_1530_11 .zbox .text .p{ font-size:12px; line-height:22px; margin-top:8px;}
}


.c_1530_12{float:left; width:100%; padding:73px 0 81px 0;}
.tit_3{float:left; width:100%; margin-bottom:15px; text-align:center; padding-bottom:13px;}
.tit_3 h4{ width:100%; font-size:30px; color:#379944; line-height:45px; letter-spacing:1px;}
.tit_3 h5{ width:100%; font-size:14px; color:#999; line-height:26px; letter-spacing:1px; text-transform:uppercase; font-family:Arial;}
.c_1530_12 ul{float:left; width:100%;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.c_1530_12 ul li{ width:25%; float:left; margin-top:30px; padding:0 15px;}
.c_1530_12 ul li .zbox{float:left; width:100%; background:white; min-height:232px; padding:40px 20px 10px 20px; text-align:center; cursor:pointer;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.c_1530_12 ul li .zbox .ico{ width:72px; height:72px; background:#ffdedf; display:inline-block; vertical-align:top;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.c_1530_12 ul li .zbox:hover{ box-shadow:0 0 10px rgba(0,0,0,0.2);}
.c_1530_12 ul li .zbox:hover .ico{ transform:rotateY(180deg);}
.c_1530_12 ul li .zbox h4{float:left; width:100%; margin-top:32px; font-size:20px; color:#333; line-height:34px; font-weight:bold;}
.c_1530_12 ul li .zbox .p{float:left; width:100%; font-size:16px; color:#666; line-height:30px;}
.c_1530_12 ul li.l1 .zbox{ min-height:261px;}
@media  screen and (max-width:991px){
.zbg3{ margin-top:40px;}
.c_1530_12{ padding:43px 0 41px 0;}
.tit_3{ padding-bottom:9px;}
.tit_3 h4{ font-size:24px; line-height:38px;}
.tit_3 h5{ font-size:12px; line-height:22px;}
.c_1530_12 ul li{ margin-top:20px; padding:0 10px;}
.c_1530_12 ul li .zbox{ padding:20px 10px 10px 10px; min-height:193px;}
.c_1530_12 ul li .zbox .ico{ width:52px; height:52px;}
.c_1530_12 ul li .zbox h4{ margin-top:22px; font-size:16px; line-height:28px;}
.c_1530_12 ul li .zbox .p{ font-size:14px; line-height:24px;}
.c_1530_12 ul li.l1 .zbox{ min-height:231px;}
}
@media  screen and (max-width:767px){
.zbg3{ margin-top:20px;}
.c_1530_12{ padding:23px 10px 21px 10px;}
.tit_3{ padding-bottom:5px;}
.tit_3 h4{ font-size:18px; line-height:32px;}
.tit_3 h5{ line-height:18px;}
.c_1530_12 ul li{ margin-top:10px; padding:0 5px; width:50%;}
.c_1530_12 ul li .zbox{ padding:10px 10px 10px 10px; min-height:143px;}
.c_1530_12 ul li .zbox .ico{ width:32px; height:32px;}
.c_1530_12 ul li .zbox h4{ margin-top:12px; font-size:14px; line-height:28px;}
.c_1530_12 ul li .zbox .p{ font-size:12px; line-height:22px;}
.c_1530_12 ul li.l1 .zbox{ min-height:180px;}
}

.c_1530_13{float:left; width:100%; padding:69px 0 76px 0;}
.slide_pic_7{float:left; width:100%; margin-top:51px; position:relative;}
.slide_pic_7 li{float:left; width:100%; padding:107px 38px 5px 38px; position:relative;}
.slide_pic_7 li:before{ content:''; width:100%; height:4px; background:#ccc; position:absolute; left:0; top:58px; z-index:1;}
.slide_pic_7 li .time{ width:104px; height:34px; line-height:34px; text-align:center; background:#379944; color:white; position:absolute; left:50%; top:5px; margin-left:-52px; font-size:16px;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_7 li .time:before{ content:''; position:absolute; left:50%; bottom:0px; margin-left:-14px;
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-top: 10px solid red;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slide_pic_7 li:hover .time{ margin-top:-5px;}
.slide_pic_7 li:hover .time:before{ bottom:-5px;}
.slide_pic_7 li .ico{ width:24px; height:24px; background:url(../images/about14.png) no-repeat center center; background-size:contain; position:absolute; left:50%; top:48px; margin-left:-12px; z-index:3;}
.slide_pic_7 li .p{float:left; width:100%; padding:32px 28px 32px 28px; font-size:14px; color:#333; line-height:30px; box-shadow:0 0 8px rgba(0,0,0,0.16); position:relative; min-height:155px; word-break:break-all;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
.slide_pic_7 li .p:before{ content:''; background:url(../images/about15.png) no-repeat center center; background-size:contain; width:22px; height:14px; position:absolute; left:50%; top:-14px; margin-left:-11px;}
.slide_pic_7 .slick-prev,
.slide_pic_7 .slick-next
{
    position: absolute;
	left:-63px;
    top: 31px;
    display: block;
    width: 24px;
    height: 58px;
	background:url(../images/about13.jpg) no-repeat left center;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}
.slide_pic_7 .slick-next{
	left:auto;
	right:-63px;
	background-position:right center;
}
.slide_pic_7 .slick-prev:hover,
.slide_pic_7 .slick-next:hover{ background-image:url(../images/about13_h.jpg);}
@media  screen and (max-width:1653px){
.slide_pic_7 .slick-prev{ left:0;}
.slide_pic_7 .slick-next{ right:0;}
}
@media  screen and (max-width:1529px){
.slide_pic_7 li .p{ padding:22px 20px 22px 20px;}
}
@media  screen and (max-width:1199px){
.slide_pic_7 li{ padding:102px 18px 5px 18px;}
}
@media  screen and (max-width:991px){
.c_1530_13{ padding:39px 0 46px 0;}
.slide_pic_7{ margin-top:21px;}
.slide_pic_7 li{ padding:82px 18px 5px 18px;}
.slide_pic_7 li:before{ height:3px; top:50px;}
.slide_pic_7 li .time{ width:84px; height:30px; line-height:30px; margin-left:-42px; font-size:14px;}
.slide_pic_7 li .ico{ width:20px; height:20px; top:42px; margin-left:-10px;}
.slide_pic_7 li .p{ padding:12px 10px 12px 10px; font-size:12px; line-height:26px; min-height:80px;}
.slide_pic_7 li .p:before{ width:16px; height:10px; top:-10px; margin-left:-8px;}
.slide_pic_7 .slick-prev,
.slide_pic_7 .slick-next{ top:23px;}
.slide_pic_7 li .time:before{ margin-left:-10px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;border-top: 6px solid red;}
.slide_pic_7 li:hover .time:before{ bottom:-4px;}
}
@media  screen and (max-width:991px){
.c_1530_13{ padding:19px 0 26px 0;}
.slide_pic_7{ margin-top:21px;}
.slide_pic_7 li{ padding:82px 10px 5px 10px;}
.slide_pic_7 li .p{ text-align:left;}
.slide_pic_7 li .ico{ width:14px; height:14px; top:45px; margin-left:-7px;}
}


.c_1530_14{float:left; width:100%; padding:68px 0 80px 0;}
.tit_3_w{ background-image:url(../images/about3.png);}
.tit_3_w h4{ color:white;}
.tit_3_w h5{ color:white;}
.c_1530_14 .text{ float:left; width:49.02%; background:white; margin-top:39px; padding:38px 30px 20px 30px; min-height:469px; font-size:16px; color:#444; line-height:30px; letter-spacing:1px;}
.c_1530_14 .pic{ float:right; margin-top:39px; width:49.02%;}
.c_1530_14 .pic li{ float:left; margin-top:10px; margin-left:10px;}
.c_1530_14 .pic img{float:left; width:100%;}
.c_1530_14 .pic ul.first{ width:540px; float:left;}
.c_1530_14 .pic ul.last{ width:220px; float:right;}
@media  screen and (max-width:991px){
.c_1530_14{ padding:38px 0 40px 0;}
.c_1530_14 .text{ margin-top:29px; padding:28px 20px 10px 20px; font-size:14px; line-height:26px;}
.c_1530_14 .pic{ margin-top:29px;}
}
@media  screen and (max-width:767px){
.c_1530_14{ padding:18px 10px 20px 10px;}
.c_1530_14 .text{ width:100%; margin-top:19px; padding:18px 10px 10px 10px; font-size:12px; line-height:22px; min-height:0;}
.c_1530_14 .pic{ width:100%; margin-top:5px;}
}


.c_1530_15{float:left; width:100%; margin:52px 0 30px; }
.slide_pic_8{float:left; width:100%; margin-top:40px; padding-bottom:40px; position:relative;}
.slide_pic_8 .li{float:left; width:100%; padding:0 15px;}
.slide_pic_8 .li .zbox{float:left; width:100%; background:white; padding:22px 29px 0 29px; border:solid 1px #e4e4e4;}
.slide_pic_8 .li .zbox .img{float:left; width:100%; overflow:hidden;}
.slide_pic_8 .li .zbox .img img{float:left; width:100%;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.slide_pic_8 .li .zbox:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.slide_pic_8 .li .zbox .name{float:left; width:100%; text-align:center; margin-top:20px; border-top:solid 1px #e6e6e6; font-size:16px; color:#666; line-height:55px; letter-spacing:1px;}
.slide_pic_8 .slick-dots
{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide_pic_8 .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
	background:#379944; opacity:0.2;
    margin: 0 5px;
    padding: 0;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.slick-dots li button
{ display:none;}
.slide_pic_8 .slick-dots li.slick-active
{
    opacity: 1;
}
@media  screen and (max-width:991px){
.c_1530_15{ margin-top:42px;}
.slide_pic_8{ margin-top:20px; padding-bottom:30px;}
.slide_pic_8 .li{ padding:0 10px;}
.slide_pic_8 .li .zbox{ padding:12px 19px 0 19px;}
.slide_pic_8 .li .zbox .name{ margin-top:12px; font-size:14px; line-height:45px;}
}
@media  screen and (max-width:767px){
.c_1530_15{ margin-top:22px; padding:0 10px;}
.slide_pic_8{ margin-top:10px; padding-bottom:20px;}
.slide_pic_8 .li{ padding:0 5px;}
.slide_pic_8 .li .zbox{ padding:8px 10px 0 10px;}
.slide_pic_8 .li .zbox .name{ margin-top:8px; font-size:12px; line-height:35px;}
.slide_pic_8 .slick-dots li{ width: 6px;height: 6px; margin: 0 3px;}
}

.c_1530_16{float:left; width:100%; margin-top:72px; padding-bottom:12px;}
.c_1530_16 .slide_pic_3{ margin-top:0;}
@media  screen and (max-width:991px){
.c_1530_16{ margin-top:42px; padding-bottom:22px;}
.c_1530_16 .slide_pic_3{ padding-bottom:23px;}
}
@media  screen and (max-width:767px){
.c_1530_16{ margin-top:22px; padding:0 10px; padding-bottom:12px;}
.c_1530_16 .slide_pic_3{ padding-bottom:13px;}
.c_1530_16 .slide_pic_3 .l1{ width:50%;}
}



/*新闻列表*/
.list-news{float:left; width:100%; margin:30px 0; overflow:hidden;}
.list-news ul{float:left; width:100%;}
.list-news ul li{float:left; width:100%; margin-top:30px; background:#f6f6f6; position:relative;}
.list-news ul li .img{float:left; width:328px; height:185px; line-height:0; overflow:hidden; position:absolute; left:30px; top:30px;}
.list-news ul li .img img{width:328px; height:185px;
-webkit-transition: all 0.4s ease-out 0s; 
-moz-transition: all 0.4s ease-out 0s; 
-o-transition: all 0.4s ease-out 0s; 
transition: all 0.4s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.list-news ul li:hover .img img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.list-news ul li .text{float:left; width:100%; padding-left:390px;}
.list-news ul li .lc1{float:left; width:100%; min-height:245px; padding:30px 40px 30px 47px; border-left:solid 1px white; }
.list-news ul li .text h4{float:left; width:100%; margin-top:10px; font-size:18px; color:#1c1c1c; line-height:28px;}
.list-news ul li .text .p{float:left; width:100%; margin-top:18px; font-size:15px; color:#898989; line-height:30px; height:60px; overflow:hidden;}
.list-news ul li .text h6{float:left; width:100%; margin-top:32px;}
.list-news ul li .text h6 .time{float:left; font-size:14px; color:#a9a9a9; line-height:14px;}
.list-news ul li .text h6 .More{float:right; font-size:14px; color:#a9a9a9; line-height:14px;}
.list-news ul li:hover{background:#f0f0f0;}
.list-news ul li:hover .lc1{background:#f6f6f6;}
.list-news ul li:hover .text h6 .More{color:#379944;}
.list-news ul li:hover .text h4{color:#379944;}




@media screen and (max-width:1023px) {
.list-news{margin:20px 0;}
.list-news ul li{margin-top:12px;}
.list-news ul li .img{width:259px; height:146px; left:15px; top:15px;}
.list-news ul li .img img{width:259px; height:146px;}
.list-news ul li .text{padding-left:289px;}
.list-news ul li .lc1{min-height:176px; padding:15px;}
.list-news ul li .text h4{margin-top:10px; font-size:16px; line-height:26px;}
.list-news ul li .text .p{font-size:14px; line-height:22px; height:44px;}
.list-news ul li .text h6{float:left; width:100%; margin-top:20px;}

}


@media screen and (max-width:767px) {
.list-news{margin:15px 0;}
.list-news ul li .img{width:124px; height:70px; left:8px; top:8px;}
.list-news ul li .img img{width:124px; height:70px;}
.list-news ul li .text{padding-left:140px;}
.list-news ul li .lc1{min-height:88px; padding:7px 10px; }
.list-news ul li .text h4{margin-top:0; }
.list-news ul li .text h6{float:left; width:100%; margin-top:5px;}
.list-news ul li .text .p{height:24px; margin-top:0;}
.list-news ul li .text h6 .time{font-size:12px;}

}


/*新闻动态-详细*/
.news-det{float:left; width:100%; margin:75px 0 60px 0; padding:20px 50px; border:1px solid #e6e6e6; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.news-det .title{float:left; width:100%; padding:25px 0; text-align:center; color:#333333; font-size:24px; font-weight:bold; line-height:36px;}
.news-det .meta{float:left; width:100%; padding:10px 0; text-align:center; font-size:13px; color:#999; background:#f9f9f9; border-radius:15px; overflow: hidden;}
.news-det .content{ float:left; width:100%; color:#666; font-size:14px; line-height:30px; padding:40px 0;}

.sy_fy{float:left; width:100%; margin:38px 0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; position:relative;}
.sy_fy::after{float:left; width:1px; height:100%; background:#e6e6e6; content:''; position:absolute; left:50%; top:0;}
.sy_fy a{float:left; width:50%; color:#666666; font-size:14px; line-height:62px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.sy_fy a.l_fy{padding-right:12px;}
.sy_fy a.r_fy{float:right; padding-left:12px; text-align:right;}
.sy_fy a:hover{color:#a91e2a;}

.bdshare_det{float:left; width:100%; height:36px; text-align:center;}
.bdshare2{display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.bdshare2 a,
.bdshare2 .bds_more{width:36px !important; height:36px !important; margin:0 8px !important; padding:0 !important;}
.bdshare2 .bds_weixin{background:url(../images/icon-weixin.png) 0 0 no-repeat !important;}
.bdshare2 .bds_tsina{background:url(../images/icon-weibo.png) 0 0 no-repeat !important;}
.bdshare2 .bds_qzone{background:url(../images/icon-qzone.png) 0 0 no-repeat !important;}

@media  screen and (max-width:1023px){

.news-det{ margin:20px 0 30px 0; padding:20px 10px;}
.news-det .l1{ font-size:18px; line-height:28px; }
.news-det .l2{ padding:6px 0; font-size:12px; line-height:22px; margin-top:12px;}
.news-det .l3{ line-height:26px; padding:15px 0;}

.sy_fy{ margin:20px 0;}
.sy_fy a{ line-height:44px;}
}

@media  screen and (max-width:767px){
.news-det .title{padding:12px 0; font-size:20px; line-height:30px;}
.news-det .meta{font-size:12px;}
}


.list-case{float:left; width:100%; margin-top:30px;}
.list-case ul{float:left; width:100%;}
.list-case ul li{float:left; width:25%; margin-top:38px; padding:0 23px;}
.list-case ul li .cBox{float:left; width:100%; padding:20px 23px 32px 23px; background:white url(../images/cBox_bg.png) center top no-repeat; border:1px solid #e6e6e6; box-shadow:9px 10px 46px rgba(0,0,0,0.06); background-size:contain;}
.list-case ul li .cBox .cPage{float:left; width:100%; padding-bottom:66.31%; position:relative; overflow:hidden;}
.list-case ul li .cBox .cPage img{width:100%; min-height:100%; position:absolute; left:0; top:0;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.list-case ul li .cBox:hover .cPage img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}

.list-case ul li .cBox h4{float:left; width:100%; margin-top:28px; font-size:16px; color:#232323; line-height:30px;}
.list-case ul li .cBox h5{float:left; width:100%; font-size:14px; color:#6e6e6e; line-height:28px;}
.list-case ul li .cBox h6{float:left; width:100%; margin-top:25px; line-height:20px;}
.list-case ul li .cBox:hover{background-image:url(../images/cBox_bgs.png);}


@media screen and (max-width:1023px) {
.list-case{margin-top:20px;}
.list-case ul li{width:50%; margin-top:28px; padding:0 18px;}
.list-case ul li .cBox{padding:10px 18px 22px 18px;}
.list-case ul li .cBox h4{margin-top:22px; font-size:15px; line-height:25px;}
.list-case ul li .cBox h5{font-size:12px; line-height:25px;}
.list-case ul li .cBox h6{margin-top:22px;}
}

@media screen and (max-width:991px) {
.list-case{margin-top:20px;}
.list-case ul li{width:50%; margin-top:28px; padding:0 13px;}
.list-case ul li .cBox{padding:10px 13px 22px 13px;}
.list-case ul li .cBox h4{margin-top:20px; font-size:14px; line-height:24px;}
.list-case ul li .cBox h5{font-size:12px; line-height:24px;}
.list-case ul li .cBox h6{margin-top:20px;}
}
@media screen and (max-width:767px) {
.list-case{margin-top:10px;}
.list-case ul li{width:50%; margin-top:10px; padding:0 5px;}
.list-case ul li .cBox{ padding:10px 10px 12px 10px;}
.list-case ul li .cBox h4{ margin-top:10px; line-height:22px;}
.list-case ul li .cBox h5{ line-height:22px;}
.list-case ul li .cBox h6{ margin-top:10px;}
.list-case ul li .cBox h6 img{ height:6px; line-height:16px;}
}


.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}

@font-face {
	font-family: 'OPENSANS-REGULAR';
	src: url('../font/OPENSANS-REGULAR.eot');
	src: local('☺'), url('../font/OPENSANS-REGULAR1.woff') format('woff'), url('../font/OPENSANS-REGULAR2.ttf') format('truetype'), url('../font/OPENSANS-REGULAR3.svg#webfontHIqteXlE') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}


/*通用-列表翻页*/
.pagination-wrapper{margin:10px 0;text-align:center;}
.pagination{clear:both;margin:20px;overflow:hidden;text-align:center;font-size:12px;}
.pagination a,
.pagination span{display:inline-block;height:32px;line-height:32px;margin:0 2px;padding:0 12px;font-size:13px;border:1px solid #ddd;color:#999;text-decoration:none;}
.pagination a:hover,.pagination .current-page{background:#379944;border-color:#379944;color:#fff;cursor:default;}