@charset "utf-8";

/*BANNER*/
.swiper-slide{overflow: hidden; cursor: pointer;}
.swiper-slide img{width: 100%;}

.home-bt{overflow: hidden; text-align: center; margin: 50px 0;}
.home-bt span{font-size: 36px; line-height: 40px;}
.home-bt span b{color: #f9a135;}
.home-bt em{display: block; font-size: 14px; color: #999;}

.home-pro {border: 1px solid #e7e7e7; padding: 10px;}
.home-pro img {max-width: 100%;}
.home-pro h2{ text-align:center; height: 55px;}
.Proswiper {position: relative;padding: 15px 15px 80px 15px;}
.Proswiper .swiper-pagination {text-align: center;width: 100%;bottom: 30px;}
.Proswiper .swiper-pagination-bullet-active {opacity: 1;background: #f9a135 !important;}
.Proswiper .swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;background: #ccc;border-radius: 100%;margin: 0 5px;}

.home-promore{margin: 0 auto; border-radius: 4px;background: linear-gradient(to right, #f19b48 , #f47345);width: 195px;height: 50px;line-height: 50px; font-size: 14px; text-align: center;}
.home-promore a{color: #FFF;}

.home-casebg{ background: url(../images/casebg.jpg) no-repeat;background-attachment: fixed; margin-top: 50px; padding: 2vw 0;}
.home-casebt{overflow: hidden; text-align: center; margin: 50px 0;}
.home-casebt span{font-size: 36px;color: #FFF;line-height: 40px;}
.home-casebt span b{color: #f9a135;}
.home-casebt em{display: block; font-size: 14px; color: #FFF;}

.home-case {overflow: hidden;}
.home-case img {width: 100%;}
.home-case h2{ text-align:center; height: 55px; background: #FFF; border-top: 1px solid #f9a135; line-height: 55px;}
.home-case:hover h2{ background:#f9a135;color: #FFF;}


.CaseSwiper{position: relative; margin: 50px 0;}
.CaseSwiper .prev-hz,
.CaseSwiper .next-hz{position: absolute;width: 56px;height: 56px;background-size: 56px 56px;}
.CaseSwiper .prev-hz{left: -90px;background-image: url(../images/hz-left.png);}
.CaseSwiper .next-hz{right: -90px;background-image: url(../images/hz-right.png);}

.home-aboutbg{overflow: hidden; background-color: #f7f7f7; padding: 4vw 0;}
.home-about-l{float: left; width: 50%;}
.home-about-l h2{font-size: 36px;color:#333; }
.home-about-l h2 b{color: #f47946;}
.home-about-l .text{font-size: 15px;line-height: 32px;margin: 30px 0;}
.home-about-l .more{ border-radius: 4px;background: linear-gradient(to right, #f19b48 , #f47345);width: 195px;height: 50px;line-height: 50px; font-size: 14px; text-align: center;}
.home-about-l .more a{color: #FFF;}
.home-about-r{float: left; width: 45%; margin-left: 5%;}
.home-about-r img{max-width: 100%; border-radius: 10px;}

.home-news-img{float: left; width: 40%; margin-right: 5%;}
.home-news-img ul{}
.home-news-img ul li{overflow: hidden; border: 1px solid #e7e7e7;}
.home-news-img ul li .img{overflow: hidden;}
.home-news-img ul li .img img{max-width: 100%; transition: all 0.6s;}
.home-news-img ul li .img img:hover{transform: scale(1.1);}
.home-news-img ul li .text{padding: 20px;}
.home-news-img ul li .text time{display: block; color: #a7a7a7; border-bottom: 1px solid #e7e7e7; margin: 10px 0;}
.home-news-img ul li .text span{font-size: 17px; color: #333; display: block; font-weight:bold; }
.home-news-img ul li .text p{ color:#666;font-size:15px; line-height: 32px;}

.home-news{float: left; width: 55%;}
.home-news ul{}
.home-news ul li{overflow: hidden; border-bottom: 1px solid #e7e7e7; margin-bottom: 15px;}
.home-news ul li time{display: block; color: #a7a7a7; margin: 5px 0; }
.home-news ul li span{font-size: 17px; color: #333; display: block; font-weight: bold;}
.home-news ul li .nr{ color:#666;font-size:15px; line-height: 32px; margin-bottom: 10px;}
.home-news ul li:hover span{color: #f9a135;}

