/*轮播图动画*/
.swiper-slide p,.swiper-slide ul{transform:translateY(200px);opacity:0;transition:all .8s;}
.ani-slide p,.ani-slide ul{transform:translateY(0);opacity:1;}
/*首页轮播图*/
.swiper-container {width: 100%;height: 5.5rem;margin-top: 60px;}
.swiper-slide {text-align: center;font-size: 18px;color: #fff;
      /* Center slide text vertically */
      display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;lign-items: center;}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(1){background: url(../images/banner.png) no-repeat center;}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(2){background: url(../images/banner2.jpg) no-repeat center;}
.swiper-container .swiper-wrapper .swiper-slide:nth-child(3){background: url(../images/banner3.jpg) no-repeat center;}
.swiper-container .swiper-wrapper .swiper-slide img{max-width: 90%;}
/*.swiper-container .swiper-wrapper .swiper-slide:nth-child(3){background: url(../images/banner1.png) no-repeat center;}*/
.swiper-pagination-bullet{border: 1px solid #fff;background: transparent;opacity: 1;}
.swiper-pagination-bullet-active{background: #fa9c08;height: 36px;border-radius: 8px;border: 1px solid #FA9C08;}
.swiper-wrapper .swiper-slide ul li{list-style-type: none;line-height: 0.3rem;}
.swiper-wrapper .swiper-slide p.fs64{margin: 0.4rem 0px 0.25rem 0px;}
.swiper-wrapper .swiper-slide button{width: 3.55rem;height: 0.42rem;border: 1px solid #d5d9de;color:#d5d9de;background: rgba(255,255,255,0.1);margin-top: 0.28rem;font-size: 0.16rem;}
/*轮播图字体大小*/
.swiper-slide .bannerImg{max-width: 432px;width: 4rem;}
.swiper-slide  .serviceImg{max-width: 80px;width: 0.8rem;margin-right: 0.2rem;}
.swiper-slide .fs64{font-size: 0.54rem;}
.swiper-wrapper .swiper-slide ul li{font-size: 0.22rem;}
.sc-href{width: 100%;height: 6.3rem;display: block;}

/*新闻动态动画*/
.au-block,.cm-block{visibility:hidden;animation-delay: 0.3s;animation-name: none;position: relative;}
.cm-block{animation-delay: 0s;}
.au-block.fadeInLeft{
	/*animation-name: fadeInLeft;animation-delay: .3s;*/
	visibility:visible;
	animation:fadeInLeft 1s ease-out 0s 1 normal running;
	-moz-animation:fadeInLeft 1s ease-out 0s 1 normal running;
	-webkit-animation:fadeInLeft 1s ease-out 0s 1 normal running;
	-o-animation:fadeInLeft 1s ease-out 0s 1 normal running;
	}
.au-block.fadeInRight{
	/*animation-name: fadeInRight;animation-delay: .3s;*/
	visibility:visible;
	animation:fadeInRight 1s ease-out 0s 1 normal running;
	-moz-animation:fadeInRight 1s ease-out 0s 1 normal running;
	-webkit-animation:fadeInRight 1s ease-out 0s 1 normal running;
	-o-animation:fadeInRight 1s ease-out 0s 1 normal running;
	}
.au-block.fadeInBottom,.cm-block.fadeInBottom{
	/*animation-name: fadeInBottom;*/
	visibility:visible;
	animation:fadeInBottom 1s ease-out 0s 1 normal running;
	-moz-animation:fadeInBottom 1s ease-out 0s 1 normal running;
	-webkit-animation:fadeInBottom 1s ease-out 0s 1 normal running;
	-o-animation:fadeInBottom 1s ease-out 0s 1 normal running;
	}
.cm-block.fadeInBottom{
	visibility:visible;
	animation:fadeInBottom 0.2s ease-out 0s 1 normal running;
	-moz-animation:fadeInBottom 0.2s ease-out 0s 1 normal running;
	-webkit-animation:fadeInBottom 0.2s ease-out 0s 1 normal running;
	-o-animation:fadeInBottom 0.2s ease-out 0s 1 normal running;
	}
@keyframes fadeInLeft {
    0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-moz-keyframes fadeInLeft {
    0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-webkit-keyframes fadeInLeft {
    0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-o-keyframes fadeInLeft {
    0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}

@keyframes fadeInRight {
    0% {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-moz-keyframes fadeInRight {
    0% {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-webkit-keyframes fadeInRight {
    0% {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-o-keyframes fadeInRight {
    0% {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}


@keyframes fadeInBottom {
    0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-moz-keyframes fadeInBottom {
    0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-webkit-keyframes fadeInBottom {
    0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}
@-o-keyframes fadeInBottom {
    0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0)}
    100% {opacity: 1;-webkit-transform: none;transform: none}
}

/*关于我们*/
/*.about-us .wid1200{padding: 0px 115px;}*/
.about-us .wid1200{padding: 109px 0px 86px 0px;}
.about-us .aucblock::after{display: block;clear: both;content: "";visibility: hidden;height: 0}
.about-us h2{margin: 0 0 10px 0;
/*height: 1.3rem;line-height: 1.3rem;font-size: 0.28rem;*/
}
.brand-area h2,.about-us h2,.service-custom h2,.contactus-block h2{position: relative;font-size: 0.28rem;font-weight: bold;}
.about-us h2::after,.brand-area h2::after,.service-custom h2::after,.contactus-block h2::after{width: 70px;height: 3px;background: #cfac34;content: ''; position: absolute;top: .36rem;left: 47%;}
.about-us p{line-height: 25px;}
.about-us a{padding: 10px 0px;color: #CFAC34;display: inline-block;float: right;margin-top: 45px;}
.about-us a img{margin-left: 6px;}
.aucblock{background: url(../images/gywm-bg.png) no-repeat;height: 382px;margin-top: 30px;}
.aucblock .aucb-con{float: right;width: 500px;padding-top: .4rem;}
.aucblock .aucb-con p{margin-top: .3rem;}

/*小banner*/
.about-banner{background:#fff url(../images/amdban.png) no-repeat center;height: 273px;}
.about-banner ul{margin-left: 308px;float: left;width: auto;margin-top:120px;}
.about-banner ul li{display: inline;}
.about-banner ul li a{width:1.26rem;text-align:center;margin-left: 0.27rem;color: #fff;font-size: 0.16rem;display: inline-block;}
.about-banner ul li:nth-child(1) a{margin: 0px;}
.about-banner span{margin-top: 40px;}

/*新闻动态*/

.index-news{background: url(../images/newsbg.png) no-repeat;}
.index-news h2,footer h2,.index-brand h2{font-size: 0.28rem;height:1.3rem;line-height: 1.3rem;margin: 0px;}
.index-news .au-block{width: 370px;margin:0 auto 0.8rem auto;background: #fff;border-radius: 3px;box-shadow: 1px 0px 3px 0px #eaeaea;}
.index-news .au-block img{width: 100%;max-height: 200px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.au-content span{font-size: 14px;line-height: 21px;height: 60px;overflow: hidden;display: block;}
.au-content{padding: 0rem 0.25rem 0.15rem 0.25rem;}
.au-content h4{font-size: 16px;height: 35px;line-height: 35px;background-image: url(../images/borderbg.png);background-repeat: no-repeat;background-size: 40px 3px;background-position: bottom left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.au-content h4 a{color: #333;}
.au-content h4:hover{background-size: 88px 3px;}
.au-button{width: 200px;font-size: 16px;background:#fff;border: 0px;margin:0px auto 0px auto;height: 38px;line-height: 38px;display: block;border: 1px solid #dedede;color: #c0bfbf;border-radius: 50px;}
.more-block{position: absolute;bottom: -15px;left: 470px;cursor: pointer;}



/*品牌专区*/
.index-brand{height: 1050px;line-height: 800px;}
.index-brand .wid1200{position: relative;}
.bra-block{position: relative;z-index: 111;}
.index-brand .brandImgB{width: 140px;height: 60px;text-align:center;line-height:53px;border: 1px solid #e2e2e2;background: #fff;box-shadow: 6px 9px 0px #fafafa;position: absolute;z-index: 1111;}
.index-brand .brandImgB:hover{border: 1px solid #f15362;box-shadow: 6px 9px 0px #f9e9e9;}
.index-brand .brandImgB img{max-width: 120px;max-height: 50px;}
.index-brand .brandImgB:nth-child(3){top:140px;left:405px;}
.index-brand .brandImgB:nth-child(4){top:140px;left:618px;}
.index-brand .brandImgB:nth-child(5){top:150px;left:900px;}
.index-brand .brandImgB:nth-child(6){top:220px;left:50px;}
.index-brand .brandImgB:nth-child(7){top:260px;left:240px;}
.index-brand .brandImgB:nth-child(8){top:240px;left:460px;}
.index-brand .brandImgB:nth-child(9){top:250px;left:718px;}
.index-brand .brandImgB:nth-child(10){top:230px;left:1010px;}
.index-brand .brandImgB:nth-child(11){top:380px;left:190px;}
.index-brand .brandImgB:nth-child(12){top:380px;left:840px;}
.index-brand .brandImgB:nth-child(13){top:480px;left:10px;}
.index-brand .brandImgB:nth-child(14){top:520px;left:210px;}
.index-brand .brandImgB:nth-child(15){top:530px;left:860px;}
.index-brand .brandImgB:nth-child(16){top:460px;left:1050px;}
.index-brand .brandImgB:nth-child(17){top:590px;left:80px;}
.index-brand .brandImgB:nth-child(18){top:610px;left:1020px;}
.index-brand .brandImgB:nth-child(19){top:680px;left:300px;}
.index-brand .brandImgB:nth-child(20){top:720px;left:520px;}
.index-brand .brandImgB:nth-child(21){top:740px;left:720px;}
.index-brand .brandImgB:nth-child(22){top:760px;left:900px;}
.index-brand .brandImgB:nth-child(23){top:780px;left:200px;}
.index-brand .brandImgB:nth-child(24){top:880px;left:260px;}
.index-brand .brandImgB:nth-child(25){top:840px;left:450px;}
.index-brand .brandImgB:nth-child(26){top:840px;left:650px;}
.index-brand .brandImgB:nth-child(27){top:880px;left:850px;}
.index-brand .brandImgB:nth-child(28){top:940px;left:550px;}
.index-brand .wid1200 a{position: absolute;z-index: 11;height: 30px;line-height: 30px;}
.index-brand .wid1200 a:hover{text-decoration: underline;}
.index-brand .wid1200 a.brandExp{top:420px;left:415px}
.index-brand .wid1200 a.morebrand{top:420px;left:564px;color: #f44c4d;}
.index-brand .wid1200 a.brandInfo{top:420px;left:712px}
.index-brand .wid1200 a.brandExp:hover,.index-brand .wid1200 a.brandInfo:hover{cursor: default;text-decoration: none;}


.brand-area{height: 850px;background: url(../images/ppzqbg.png) no-repeat center;padding: 45px 0;}
.brand-area .wid1200>p{margin:19px 0 57px 0;}
.brand-area .wid1200>ul{ font-size: 0;-webkit-text-size-adjust:none;height: 5.52rem;overflow: hidden;position: relative;text-align: left;}
.brand-area .wid1200>ul::before{position: absolute;width: 31px;height: 192px;left: 0px;top: 0px;content: "";background: #cfac34;}
.brand-area .wid1200>ul::after{display: block;clear: both;content: "";
/*visibility: hidden;*/
width:22px;height: 192px;position: absolute;bottom: 0px;right: 78px;background: #cfac34;}
.brand-area .wid1200>ul li{display: inline-block;border: 1px solid #707070;}
.brand-area .wid1200>ul li:nth-child(1){width: 239px;height: 298px;margin-left: 50px;}
.brand-area .wid1200>ul li:nth-child(2){width: 498px;height: 298px;margin-left: 20px;}
.brand-area .wid1200>ul li:nth-child(3){width: 256px;height: 298px;margin-left: 20px;}
.brand-area .wid1200>ul li:nth-child(4){width: 394px;height: 233px;margin: 20px 0 0 20px;}
.brand-area .wid1200>ul li:nth-child(5){width: 256px;height: 233px;margin-left: 20px}
.brand-area .wid1200>ul li:nth-child(6){width: 256px;height: 233px;margin-left: 20px}
/*.brand-area .wid1200>ul li img{vertical-align: middle;max-width: 90%;}*/
.brand-area .wid1200>a{margin-top: 40px;color: #CFAC34;display: block;cursor: pointer;}
.brand-area .wid1200>a img{margin-left: 6px;}

.service-custom{background: #fff;}
.serc-block{width: 1098px;height: 560px;margin:0 auto;margin-top: 40px;}
.service-custom .wid1200>h2{margin: 0px;}
.service-custom .wid1200>h2 img,.brand-area .wid1200>h2 img{max-width: 90%;}
.service-custom .wid1200{padding: 106px 0 88px 0;}
.service-custom .wid1200>p{line-height: 35px;margin-top: 10px;}
.service-custom .serc-block ul li:nth-child(1){width: 542px;height: 281px;}
.service-custom .serc-block ul li{text-align: left;padding-top: 10px;display: inline-block;}
.service-custom .serc-block ul li h1{font-size: .28rem;color: #CFAC34;margin-top: 45px;}
.service-custom .serc-block ul li:nth-child(2){width: 542px;height: 271px;}
.service-custom .serc-block ul li:nth-child(3){width: 825px;height: 281px;margin-right: 124px;display: inline-block;padding: 0;}
.ser-licon{float: right;width: 271px;height: 271px;padding: 0 30px;color: #666;}
.ser-licon p{font-size: 14px;line-height: 24px;}
.news-dynamic{height: 520px;background: url(../images/xwdtbg.png) no-repeat center;}
.news-dynamic .wid1200{width: 1125px;padding: 150px 0 50px 0;}
.news-dynamic .wid1200>h2{margin: 0 0 35px 0;}
/*.ndr-con,.ndr-block{background: #fff;}*/
.ndr-con{height: 290px;float: right;width: calc(100% - 374px);height: 290px;padding: .2rem;cursor: pointer;}
.ndr-con h3{font-size: .2rem;color: #cfac34;line-height: 25px;margin: 0px;padding-bottom: .3rem;}
.ndr-con p{color: #333;line-height: 22px;font-size: .14rem;}
.ndr-con a.viewmore{float: right;color: #CFAC34;margin-top: 20px;}
.ndr-con a.viewmore img{margin-left: 6px;}
.ndr-block{padding: .3rem .2rem;}
.ndr-block h3{margin: 0 0 10px 0;font-size: 16px;background: url(../images/circle-gray.png) no-repeat left center;padding-left: .2rem;}
.ndr-block h3 a{color: #fff;max-width: 90%;display: inline-block;font-size: 20px;}
.ndr-block h3 span{float: right;color: #808080;font-size: 18px;}
.ndr-block>p{float: left;width: 90%;color: #bfbfbf;line-height: 22px;height: 22px;overflow: hidden;padding-left: .2rem;}
.ndr-block>a{float: right;margin-top: 25px;width: 16px;height: 16px;background:url(../images/morer-gray.png)}
/*.ndr-con:hover{background: #ebe5d1;cursor: pointer;}*/
.ndr-block:hover{cursor: pointer;}
.ndr-block:hover h3{color: #CFAC34;}
.ndr-block:hover h3 span,.ndr-block:hover h3 a{color: #CFAC34;}
.ndr-block:hover>a{background:url(../images/more-right.png)}

.contactus-block .wid1200{padding: 112px 0px 48px 0;}
.contactus-block .row span{display:inline-block;width: 100%;height: 70px;}
.contactus-block .row .phone span{background: url(../images/phone-gray.png) no-repeat center center;}
.contactus-block .row .address span{background: url(../images/address-gray.png) no-repeat center center;}
.contactus-block .row .fax span{background: url(../images/fax-gray.png) no-repeat center center;}
.contactus-block .row .email span{background: url(../images/email-gray.png) no-repeat center center;}
.foot-block>p{color: #666;font-size: 16px;font-family: arial;}
.foot-block:hover p{color: #CFAC34;}
.foot-block.phone:hover span{background: url(../images/phone-red.png) no-repeat center center;}
.foot-block.address:hover span{background: url(../images/address-red.png) no-repeat center center;}
.foot-block.fax:hover span{background: url(../images/fax-red.png) no-repeat center center;}
.foot-block.email:hover span{background: url(../images/email-red.png) no-repeat center center;}
.serc-block ul{position: relative;font-size:0;}
.serc-block ul::before{display: block;content: "";width: 82px;height: 21px;background: #CFAC34;position: absolute;top: 0;right: 210px;}
/*.serc-block ul::before{display: block;content: "";width: 24px;height: 114px;background: #CFAC34;position: absolute;top: 0;left: 210px;}*/
.serc-block ul::after{display: block;clear: both;content: "";width:27px;height: 34px;position: absolute;right: 20px;bottom: 50px;background: #CFAC34;}
