﻿/* banner */
.apple-banner {
	width: 100%;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
}
.apple-banner .swiper-container img{
    width: 100%;
}
.swiper-button-prev, .swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}
.swiper-button-prev {
	left: 60px;
}
.swiper-button-next {
	right: 60px;
}
.swiper-button-prev span, .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	background: url(../images/b-prev.png) no-repeat center center;
}
.swiper-button-next span {
	background: url(../images/b-next.png) no-repeat center center;
	left: auto;
	right: 20px;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
	opacity: 1;
}
/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 4px;
	background: none;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 50px;
	height: 3px;
	display: block;
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet-active span {
	background-color: #ff7200;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet i {
	background-color: #ff7200;
	height: 3px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
	background-color: #fff;
}
.w-contact{
    position: relative;
    top: -100px;
    z-index: 99;
}
.w-contactBox{
    width: 100%;
    display: flex;
    padding:10px 0
}
.w-contactBox .w-contact-left{
    background:#4cadf9;
    width: 25%;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.w-contact-right {
    width: 70%;
    background: #fff;
}
.w-contact-right ul {
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
}

.w-contact-right ul li i {
    display: block;
    font-size: 13px;
    font-style: unset;
}

.w-contactBox .w-contact-left p {
    font-size: 23px;
}

.w-contact-right ul li {
    display: flex;
}

.w-contact-right ul li img {
    height: 38px;
    margin-right: 5px;
}

.w-title{ 
    text-align:center; 
    line-height:1.8;
}
.w-title  h2{
    font-size:36px;
    line-height: 1.5;
    font-weight: normal;
    color: #222;
}
.w-title .title-h-in > span{
     font-size:14px;
     color:#666
}
.w-title .simpline{ 
    margin:10px auto; 
    width:55px; 
    height:2px;
    background-color: #4cadf9;
}

/* 我们的优势 */
.w-advantage{
    background:#f3f3f3;
    padding-top: 140px;
    padding-bottom: 100px;
    margin-top: -144px;
}
.w-advantageBox{
    margin-top:75px;
}
.w-advantageBox ul{
    display: flex;
}
.w-advantageBox ul li{
    flex:1 1;
    margin-right: 20px;
    background:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 30px;
}
.w-advantageBox ul li:last-child{
    margin-right: 0;
}
.w-advantageBox ul li .txt h4{
    font-size: 20px;
    color:#333;
    text-align: center;
    margin: 9px 0 30px;
}
.w-advantageBox ul li .txt p{
    font-size: 13px;
    color:#666;
    line-height: 25px;
}
/* 产品展示 */
.w-product {
    padding: 100px 0; padding-top: 10px;
}
.w-productBox {
    margin-top: 50px;
}

.w-productList{
    display: flex;
    flex-wrap: wrap;
}
.w-productItem{
    width: 24%;
    margin-right: 1%;
    background: #fafafa;
    margin-bottom: 25px;
    position: relative;
}

.w-productItem:nth-child(4n){
    margin-right: 0;
}
.w-productList a {
    position: relative;
    display: block;
}
.img-count-in{ 
    position:absolute; 
    top:0; 
    left:0; 
    right:0;
    bottom:0; 
    overflow:hidden;
    *height:100%; 
}
.aspecRidao{
    padding-top: 86%;
}
.w-productList .imgSearch .imgbg{
    position:absolute; 
    height:82%; 
    width:100%;
    background:#000;
    opacity:0.35; 
    *filter:alpha(opacity=35); 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    transform: scale(0);
    -ms-transform: scale(0); 
    -moz-transform: scale(0);
    -webkit-transform: scale(0); 
    -o-transform: scale(0);
}
.w-productList .imgSearch:hover .imgbg{
    transform: scale(1);
    -ms-transform: scale(1); 
    -moz-transform: scale(1);
    -webkit-transform: scale(1); 
    -o-transform: scale(1);
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
    -o-transition: transform 0.5s;
}
.w-productList .imgSearch .imgSearchBox .icon_search{
    height:75px;
    width:75px;
    background:url("../images/icon_imgsearch.png") no-repeat center center;
    position:absolute;
    z-index:1;
    left:50%;
    margin-left:-37px;
    top:50%;
    margin-top: -50px;
}
.w-productList .imgSearch .imgSearchBox{
    position:absolute; 
    z-index:1; 
    left:0;
     right:0; 
     top:0; 
     bottom:0;
     opacity:0; 
     *filter:alpha(opacity=0); 
     filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s; 
     -o-transition: all 0.5s;
}
.w-productList .imgSearch:hover .imgSearchBox{
    opacity:1; 
    *filter:alpha(opacity=100);
     filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.w-productList .imgSearch:hover .imgSearchBox .icon_search{
    -webkit-transform:rotate(360deg);
    -o-transform:rotate(360deg); 
    -moz-transform:rotate(360deg);
     transform:rotate(360deg);
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s; 
     -o-transition: all 0.5s;
}
.w-productList .img-count-in img {
    height: 250px;
    margin: 0 auto;
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
}

.w-productList .txt {
    padding: 16px 0;
    text-align: center;
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
    -o-transition: transform 0.5s;
}
.w-productList .w-productItem:hover .txt{
    background:#4cadf9;
    color:#fff
}
.w-button{text-align: center;margin-top: 45px;}
.w-button a{
    position: relative;
    padding: 10px 50px 10px 20px;
    background: #4cadf9;
    color: #fff;
    border-radius: 20px;
}
.w-button a:after{
    content:"";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 3px;
    right: 8px;
    background:url(../images/btn.png) no-repeat;
}
/* 关于我们 */
.w-about {
    background: #f3f3f3;
    padding: 50px 0 60px;
}

.w-aboutBox {
    line-height: 33px;
    color: rgb(102, 102, 102);
    font-size: 14px;
}
/* 案例展示 */
.w-case{
    padding:50px 0 40px;
}
.w-caseItem {
    background: #fafafa;
    margin: 0 10px;
}

.w-caseItem .img img {
    width: 100%;
    height: 200px;
}

.w-caseList.swiper-wrapper {
    height: 300px;
}

.w-caseItem .txt {
    padding: 5px 0;
    text-align: center;
}

.w-caseBox {
    margin-top: 50px;
}

.w-caseBox ul.swiper-pagination span {
    padding: 3px;
    border: 3px solid rgb(0 0 0 / 5%);
    background:none;
    width: unset;
    height: unset;
}
.w-caseBox ul.swiper-pagination span:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    text-align: center;
    background: rgb(51 51 51 / 60%);
    border-radius: 100%;
}

.w-caseBox ul.swiper-pagination span.swiper-pagination-bullet-active{
    border: 3px solid rgb(0 0 0 / 10%);
}
.w-caseBox ul.swiper-pagination span.swiper-pagination-bullet-active:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: rgb(76 173 249);
    border-radius: 100%;
}
/* 新闻资讯 */
.w-news{
    background:#fafafa;
    padding:60px 0 60px;
}
.w-newsBox{
    margin-top:40px;
}
.w-newsBox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w-newsBox ul li{
    width: 49%;
    background:#fff;
    padding: 10px 0 10px 22px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.w-newsBox ul li:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background:#4cadf9;
    position: absolute;
    top: 0;
    left:0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
}
.w-newsBox ul li:nth-child(2n){
    margin-right: 0;
}
.w-newsBox ul li a {
    position: relative;
}
.w-newsBox ul li .tit{
    font-size: 18px;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
}
.w-newsBox ul li p{
    color:#666;
    line-height: 25px;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
}
.w-newsBox ul li i{
    display: block;
    padding-left: 18px;
    background: url(../images/time.png) left center no-repeat;
    font-size: 13px;
    color:#666;
    font-style: unset;
    margin-top: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
}
.w-newsBox ul li:hover:before{
    width: 100%;
}
.w-newsBox ul li:hover .tit,.w-newsBox ul li:hover p,.w-newsBox ul li:hover i{
    color:#fff
}
.w-newsBox ul li:hover i{
    background: url(../images/time_bg.png) left center no-repeat;
}
.w-link{height:120px;overflow:hidden;background: #333;border: 1px solid #424141;}
.w-link h5{width:150px;height:70px;overflow:hidden;float:left;background:url(../images/link.png) no-repeat 0 3px;color:#fff;font: 22px "Microsoft Yahei";margin-top: 30px;line-height: 50px;padding-left: 55px;}
.w-link h5 a{color:#b8bac0;display:block;font-size: 25px;}
.w-link h5 span{ display: block; padding-top: 10px;}
.w-link h5 span a{ font-size: 14px; font-weight: normal;}
.w-link p{ width:982px; float:right;overflow:hidden; font:14px "Microsoft Yahei"; line-height: 30px; margin-top: 26px;}
.w-link p a{ display:inline-block; padding:0 21px; color:#b8bac0;}

.w-img img{width: 100%;}