/*重置*/
@charset "utf-8";
*{ margin:0px; padding:0px;}
a{ color: #808080;text-decoration:none;}
a:hover{cursor: pointer;outline: none;}
table{border-collapse:collapse; border-spacing:0px;}
body{text-align:left;font-weight:normal;word-wrap:break-word;color: #333;line-height:24px;font-size:14px; font-family:"微软雅黑";background:#ffffff;}
ul,dl,li,i{list-style:none;}
h1,h2,h3,h4,h5{font-size:12px;font-weight:normal;}
i,em,b{font-style:normal;font-weight:normal;list-style:none;}
.pr{position: relative;}.pa{position: absolute;}
img{border: none;max-width: 100%;max-height: 100%;transition: 1s transform;}

.transition{-webkit-transition: all  0.3s ease-out;-moz-transition: all  0.3s ease-out;-o-transition: all  0.3s ease-out; transition: all  0.3s ease-out; }
.model-dectil .model-dectil-title {text-align: left !important;}
.model-dectil .model-dectil-title {
    text-align: left;
}

.index_wrapper{width: 100%;height: auto;position: relative;overflow: hidden;}
/*头部*/
#header{width: 100%;height: 76px;padding: 22px 0;background:#eeeeee;}
#header .header_box{width: 1200px;height: 76px;margin: 0 auto;}
#header .logo{width:28%;height: 76px;float: left;}
#header .logo a{display: table-cell;width: 456px;height:76px;vertical-align: middle;}
#header .logo a img{max-width: 100%;max-height: 100%;}
/*导航*/
#header .nav_box{width: 69%;float: right;height:76px;position: relative;z-index: 5;}
#header .nav_box .yiji{height:100%;float: left;text-align: center;position: relative;}
#header .nav_box .yiji a.one{transition: 400ms;color: #fff;display: block;height:76px;line-height:76px;font-size: 14px;font-weight: bold;color: #333;position: relative;}
#header .nav_box .yiji a.one span{position: relative;}
#header .nav_box .yiji a.one:hover,#header .nav_box .yiji.current a{color: #55a492;}
#header .nav_box .yiji a.one:hover span:before,#header .nav_box .yiji.current a.one span:before{content: "";height: 2px;background: #55a492;position: absolute;top: -16px;left: 0;animation: lines 0.3s ease forwards;}
@keyframes lines {  
    0% {opacity: 0;width: 0;} 
    100% {opacity: 1;width: 26px;}  
  }
#header .search_btn{width: 3%;float: right;position: relative;}
#header .search_btn dd{height: 18px;line-height: 18px;margin: 30px 0;background: url(../images/icon1.png) right center no-repeat;background-size: auto 100%;}
#header .search_btn .model-seachdiv{display: none;position: absolute;top: 98px;right: 0; width: 442px;height: 42px;border: 1px solid #e6e6e6;z-index: 3;}
#header .search_btn .model-seachdiv form .input{outline: none;width: 359px;height: 42px;float: left;background: #fff;border: none;text-indent: 15px;}
#header .search_btn .model-seachdiv form .seabtn{width: 83px;float: left;height: 42px;background: #55a492;color: #fff;border: none;}
/*banner*/
#model_banner .banner_img .slick-dots{height:14px;bottom: 30px;}
#model_banner .slick-dots li{width:14px;height: 14px;margin: 0 8px;position: relative;}
#model_banner .slick-dots li button{width: 14px;height: 14px;border-radius: 50%;border: 2px solid #fff;}
#model_banner .slick-dots li.slick-active button{background: #55a492;border: 2px solid #55a492;}
#model_banner .slick-dots li.slick-active:before{content: "";width: 2px;height: 20px;background: #55a492;position: absolute;left: 6px;animation: dotlines 0.3s ease forwards;}
.slick-arrow:before{display: none;}
@keyframes dotlines { 0% {top: 0;} 100% {top: 100%;} }

.index_contant{background: #f9f9f9}
.index_contant .Product{width: 100%;height: auto;overflow: hidden;background:#f3f3f3;}
.index_contant .Box{width: 1200px;height: auto;overflow: hidden;padding: 50px 0;margin: 0 auto;}
.index_contant .Box .title{width: 100%;height: auto;overflow: hidden;padding: 50px 0;}
.index_contant .Box .title a.box_more{float: right;text-transform: uppercase;width: 80px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #fff;font-weight:bold;background: #55a492;display: block;margin: 5px 0;}
.index_contant .Box .title p{font-size: 24px;color: #333;font-weight: bold;line-height: 40px;}
.index_contant .Box .title p span{font-size: 36px;margin-right: 5px;position: relative;}
.index_contant .Box .title p span:before{content: "";width: 100%;height: 10px;background: #55a492;position: absolute;left: 0;bottom: 4px;}
.index_contant .Box .title p span i{position: relative;z-index: 4;font-weight: bold;}
.pro_chance .hd{width: 228px;height:646px;float: left;background: #55a492;padding: 30px 0;}
.pro_chance .hd dd{cursor: pointer;width: 100%;height: 72px;line-height: 72px;font-size: 16px;color: #fff;position: relative;}
.pro_chance .hd dd p{padding: 0 50px;overflow: hidden;height: 72px;position: relative;color: #fff;}
.pro_chance .hd dd i{transition: 400ms;opacity: 0;position: absolute;left: -20px;top:0;line-height: 72px;font-size: 60px;font-weight: bold;color:#77b6a8;}
.pro_chance .hd dd:before{content: "";transition: 400ms;opacity: 0;width: 116px;height: 5px;background: #77b6a8;position: absolute;right: -80px;top: 33px;}
.pro_chance .hd dd.on p,.pro_chance .hd dd:hover p{color: #333;}
.pro_chance .hd dd.on i,.pro_chance .hd dd:hover i{left: 10px;opacity: 1;transition: 400ms;}
.pro_chance .hd dd.on:before,.pro_chance .hd dd:hover:before{right: -30px;opacity: 1;transition: 400ms;}
.pro_chance .bd{width:972px;height: 712px;overflow: hidden;float: right;position: relative; }
.pro_chance .bd .detil{zoom:1;width: 100%;height: auto;opacity: 0;position: absolute;top: 0;left: 0;z-index: 2;}
.pro_chance .bd .detil.cur{z-index: 6;opacity: 1!important;}
.pro_chance .bd .detil:first-child{opacity: 1;z-index: 3;width: 100%;}
.pro_chance .bd .detil .pro_item{width: 100%;height: auto;overflow: hidden;}
.pro_chance .bd .detil .pro_item .slick-slide.slick-current.slick-active:nth-child(2n){padding-left: 30px;} 
.pro_chance .bd .detil .pro_item .bor{width:426px;padding-left: 60px;padding-bottom: 48px;}
.pro_chance .bd .detil .pro_item .bor a{display: block;width:426px;height: 328px;position: relative;}
.pro_chance .bd .detil .pro_item .bor .pimg{width:426px;height: 328px;display: table-cell;text-align: center;vertical-align: middle;}
.pro_chance .bd .detil .pro_item .bor .pimg img{display: inline-block;}
.pro_chance .bd .detil .pro_item .bor .li_hover{opacity: 0; width: 100%;height: 100%;position: absolute;top: 0;left: 0;
background-color: rgba(85, 164, 146, 0.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f55a492,endcolorstr=#2f55a492);}
.pro_chance .bd .detil .pro_item .bor .li_hover:before{content: "";width: 94%;height: 94%;border: 2px solid #dfebe6;top: 2.5%;left: 2.5%;position: absolute;z-index: 6;}
.pro_chance .bd .detil .pro_item .bor .li_hover dl{position: relative;transition: 400ms;color: #fff;width: 100%;text-align: center;position: absolute;top: 2%;left: 0;}
.pro_chance .bd .detil .pro_item .bor a .li_hover dl:before{content: ""; width: 40px;height: 4px;background: #fff;position: absolute;left: 50%;margin-left: -20px;top: 50px;animation: lines2 0.5s 1s ease forwards;}
.pro_chance .bd .detil .pro_item .bor .li_hover dl dt{width: 100%;height: 30px;line-height: 30px;font-size: 24px;font-weight: bold;overflow: hidden;margin-bottom: 40px;}
.pro_chance .bd .detil .pro_item .bor .li_hover dl dd{width: 100%;height: 44px;line-height: 22px;overflow: hidden;font-size: 14px;}
.pro_chance .bd .detil .pro_item .bor a:hover .li_hover{opacity: 1;}
.pro_chance .bd .detil .pro_item .bor a:hover .li_hover dl{top:36%;transition: 400ms; }





.index_contant .brand{width: 100%;height: auto;overflow: hidden;position: relative;}
.brand .brand_img{width: 960px;height: 724px;display: table-cell;text-align: center;vertical-align: middle;}
.brand .Box{position: absolute;top: 0;left: 50%;margin-left: -600px;}
.brand .brand_r{width: 554px;height: 544px;background: #fff;position: relative;float: right;padding: 40px 46px 40px 98px;}
.brand .brand_r .title{margin: 20px 0;}
.brand .brand_r .title .box_more2{float: right;font-size: 26px;line-height:46px;font-weight: normal;}
.brand .brand_r .title .box_more2:hover{color: #55a492;}
.brand .brand_r .aout_text{font-size: 16px;color: #666;line-height: 34px;outline-color: inherit;width: 100%;max-height:374px;overflow: hidden;}
.brand .brand_r:before{content: "";width: 554px;height: 10px;background: #55a492;position: absolute;left:98px;bottom: 0;}

.index_contant .News{background: #f3f3f3;}
.index_contant .News .Box{overflow:unset;}
.index_contant .News ul li{width: 100%;height:306px;padding: 30px 0;}
.index_contant .News ul li a{display: block;width: 100%;height: 100%;background: #f9f9f9;transition: 400ms;}
.index_contant .News ul li a:hover{box-shadow: 0 0 30px #d6d6d6;transition: 400ms;}
.index_contant .News ul li .new_l{width:402px;height: 306px;float: left;}
.index_contant .News ul li .new_l .nimg{width:402px;height: 306px;display: table-cell;text-align: center;vertical-align: middle;}
.index_contant .News ul li .new_r{width: 738px;height: 246px;float: right;padding: 30px;}
.index_contant .News ul li:nth-child(2) .new_l{float: right;}
.index_contant .News ul li:nth-child(2) .new_r{float: left;}
.News ul li .new_r .time{display: block;font-size: 14px;color: #999;font-style:italic}
.News ul li .new_r dt{width: 100%;height: 50px;line-height: 50px;font-size: 18px;color: #333;overflow: hidden;margin: 10px 0;}
.News ul li .new_r dd{width: 100%;height:108px;font-size: 14px;color: #666;overflow: hidden;line-height: 36px;}
.News ul li .new_r .more{font-size: 30px;color: #d0d0d0;line-height: 60px;}
.index_contant .News ul li a:hover .new_r dt{color: #55a492;}
.News ul li a:hover .new_r .more{color: #55a492;}

.Case .Box{padding-bottom: 0;}
.Case .case_item{width: 1250px;height: auto;margin: 0 auto;padding-bottom: 80px;}
.Case .case_item .bor{padding: 0 25px;height: auto;}
.Case .case_item a{display: block;width: 100%;height: auto;}
.Case .case_item a .cimg{margin-bottom: 30px;width: 100%;height: auto;overflow: hidden;position: relative;transition: 400ms;text-align: center;}
.Case .case_item a .cimg img{display: inline-block;}
.Case .case_item a dd{width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #333;text-align: center;}
.Case .case_item a .li_hover{opacity: 0; width: 100%;height: 100%;position: absolute;top: 0;left: 0;
background-color: rgba(85, 164, 146, 0.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#2f55a492,endcolorstr=#2f55a492);}
.Case .case_item a .li_hover:before{content: "";width: 94%;height: 94%;border: 2px solid #dfebe6;top: 2.5%;left: 2.5%;position: absolute;z-index: 6;}
.Case .case_item a .li_hover p{position: relative;transition: 400ms;padding-bottom: 16px;font-size: 18px;color: #fff;font-weight: bold;width: 100%;text-align: center;position: absolute;top: 2%;left: 0;}
.Case .case_item a .li_hover p:before{content: ""; width: 50px;height: 3px;background: #fff;position: absolute;left: 50%;margin-left: -25px;top: 120%;animation: lines2 0.5s 1s ease forwards;}
.Case .case_item a:hover .li_hover{opacity: 1;}
.Case .case_item a:hover .li_hover p{top:36%;transition: 400ms; }
@keyframes lines2 {  
    0% {transform: scale(0);} 
    100% {transform: scale(1);}  
  }

.Case .case_item a:hover dd{display: none;}
.Case .case_item a:hover .cimg{margin-top: 30px;margin-bottom: 0;transition: 400ms;box-shadow: 0 0 24px #9c9b9b;}
.Case .case_item .slick-dots{bottom: 36px;}
.Case .case_item .slick-dots li{width: 60px;height: 3px;margin:0 10px;}
.Case .case_item .slick-dots li button{width: 60px;height: 3px;background: #cfcfcf;padding: 0;transition: 400ms;}
.Case .case_item .slick-dots li.slick-active button{background: #55a492;transition: 400ms;}

.footer{width: 100%;height: auto;overflow: hidden;background: #f3f3f3;}
.footer .foot_box{width: 1200px;height: auto;overflow: hidden;margin: 0 auto;padding: 30px 0;}
.footer .foot_box .foot_dd{width: 33.3%;float: left;}
.footer .foot_box .foot_dd .ewm{width: 144px;height: 144px;float: left;}
.footer .foot_box .foot_dd dl{margin-left: 150px;margin-top: 18px;line-height: 28px;}
.footer .foot_box .foot_dd dl dt{font-size: 16px;color: #333;}
.footer .foot_box .foot_dd dl dd{font-size: 14px;color: #666;}
.footer .foot_box .foot_dd dl p{font-size: 14px;color: #666;padding-top: 10px;position:relative;}
.footer .foot_box .foot_dd dl p:before{content: "";width: 30px;height: 2px;background: #55a492;position: absolute;left: 0;top: 5px;}

.footer .foot_box .foot_dd .a_link{height: auto;overflow: hidden;text-align: center;padding-top:24px;}
.footer .foot_box .foot_dd .a_link li{padding: 18px;display: inline-block;}
.footer .foot_box .foot_dd .a_link li a{display: block;width:40px;height: 40px;border-radius: 50%;}
.footer .foot_box .foot_dd .a_link li.li1 a{background: #dddddd url(../common/images/icon1_h.png) center no-repeat;}
.footer .foot_box .foot_dd .a_link li.li2 a{background: #dddddd url(../common/images/icon2_h.png) center no-repeat;}
.footer .foot_box .foot_dd .a_link li.li3 a{background: #dddddd url(../common/images/icon3_h.png) center no-repeat;}
.footer .foot_box .foot_dd .a_link li.li1 a:hover{background: #55a492 url(../common/images/icon1.png) center no-repeat;}
.footer .foot_box .foot_dd .a_link li.li2 a:hover{background: #55a492 url(../common/images/icon2.png) center no-repeat;}
.footer .foot_box .foot_dd .a_link li.li3 a:hover{background: #55a492 url(../common/images/icon3.png) center no-repeat;}

.footer .foot_box .foot_dd .fot_nav li{width:33.3%;float: left;}
.footer .foot_box .foot_dd .fot_nav li p{width: 100%;height: 38px;overflow: hidden;font-size: 14px;color:#333;line-height: 38px;position: relative;margin-bottom: 8px;}
.footer .foot_box .foot_dd .fot_nav li p:before{content: "";width: 30px;height: 2px;background: #55a492;position: absolute;left: 0;bottom: 0;}
.footer .foot_box .foot_dd .fot_nav li a{display: block;width: 100%;height: 30px;color: #666;overflow: hidden;}
.footer .foot_box .foot_dd .fot_nav li a:hover{color: #55a492;}

.footer .foot_bot{width: 100%;height: auto;overflow: hidden;padding: 8px 0;background: #eeeeee;text-align: center;}
.footer .foot_bot .copy{width: 1200px;height: auto;margin: 0 auto;font-size: 14px;color: #666;line-height: 22px;}

.quickbar_nav ul li.quickbar_weixin:hover .quickbar_hoverbox{width: 130px;height: 130px;}

.banner_img2 .banner_item .slick-dots{bottom: 20px;}
.banner_img2 .banner_item .slick-dots li{width: 12px;height: 12px;margin:0 8px;}
.banner_img2 .banner_item .slick-dots li button{width: 12px;height: 12px;background: #e0dcdb;padding: 0;border-radius: 50%;transition: 400ms;}
.banner_img2 .banner_item .slick-dots li.slick-active button{background: #55a492;transition: 400ms;}
