@-webkit-keyframes fadeOO {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

@-webkit-keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }

@keyframes fadeInDown {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0,-100%,0);
                -ms-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0)
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }
@-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none
            }
        }
@keyframes fadeInUp {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(0, 100%, 0);
                -ms-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
            }
            100% {
                opacity: 1;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none
            }
        }



.breadcrumb{line-height:54px;border-bottom:1px solid #e0e7e8;}
.breadcrumb a.SkinObject:first-child{font-size:16px;color:#282828;}
.breadcrumb a.SkinObject{font-size:16px;color:#9d949a;}

/**/
.ywContent{line-height: 36px;padding: 90px 0 130px;background:url(/zzywwzgb/resource/cms/2019/09/2019090418493049123.jpg) top center/cover no-repeat;}
.ywContent h6{float: left;width: 180px;font-weight: normal;font-size: 22px;color: #282828;}
.ywContent p{float: right;width: 1000px;font-size: 22px;color: #282828;}
/*join us*/


/***********  bakUp
.companyBox{position:relative;}
.companyBox .contactus-container{height:474px;overflow:hidden;}
.companyBox .swiper-slide{width: 100%;height: 474px;position:relative;}
.companyBox .swiper-slide .link{width: 1200px;height: 100%;position: relative;margin:0 auto;}
.companyBox .swiper-slide .link img{position: absolute;left: 0;bottom: 0;opacity:1;}
.companyBox .swiper-slide .link span{position: absolute;left: 50px;top: 50%;margin-top: -70px;font-size: 48px;font-weight: bold;color: #fff;opacity:1;}
.companyBox .swiper-slide .link a{font-size: 36px;color: #fff;display: block;position: absolute;left: 50px;top: 50%;margin-top: 64px;opacity:1;background:url(/eportal/fileDir/chinare/resource/cms/2019/07/youjiantou.png) 0 center no-repeat;padding-left:20px;text-indent: 40px;}
.companyBox .pagination{position: absolute;z-index: 100;margin-top: -81.5px;top: 50%;right:17px;}
.companyBox .swiper-pagination-switch{width:11px;height:11px;border:1px solid #ddd;border-radius:50%;display:block;margin:7px 7px 13px;cursor:pointer;}
.companyBox .swiper-active-switch{background:#ddd;}
***********/



.companyBox{position:relative;}
.companyBox .contactus-container{height:474px;overflow:hidden;}
.companyBox .comSlide{width: 100%;height: 474px;position:relative;}
.companyBox .comSlide .link{width: 1200px;height: 100%;position: relative;margin:0 auto;}
.companyBox .comSlide .link .linkWrap{float: left;background: url(/zzywwzgb/resource/cms/2019/09/2019090419224643295.png) left center/cover no-repeat;width: 50%;height: 50%;margin-top: 100px;padding-top: 60px;}
.companyBox .comSlide.slide2 .link .linkWrap{float:right;}
.companyBox .comSlide .link img{position: absolute;left: 0;bottom: 0;opacity:1;}
.companyBox .comSlide .link span{font-weight: bold;color: #fff;font-size: 40px;text-indent: 40px;display: block;}
.companyBox .comSlide .link a{font-size: 32px;color: #fff;display: block;margin-top: 60px;background:url(/zzywwzgb/resource/cms/2019/09/2019090419251978878.png) 0 center no-repeat;padding-left:20px;text-indent: 30px;margin-left: 40px;}
.companyBox .pagination{position: absolute;z-index: 100;margin-top: -81.5px;top: 50%;right:17px;}
.companyBox .swiper-pagination-switch{width:11px;height:11px;border:1px solid #ddd;border-radius:50%;display:block;margin:7px 7px 13px;cursor:pointer;}
.companyBox .swiper-active-switch{background:#ddd;}


/*
.ani-slide{	opacity:1;
	-webkit-animation: fadeOO 0.1s liner;
	animation: fadeOO 0.1s liner;}
.ani-slide img{
	opacity:1;
	-webkit-animation: fadeInUp 0.5s both;
	animation: fadeInUp 0.5s both;
}
.ani-slide span{
	opacity:1;
	-webkit-animation: fadeInDown 0.5s .6s both;
	animation: fadeInDown 0.5s .6s both;
}
.ani-slide a{
	opacity:1;
	-webkit-animation: fadeInUp 0.5s .9s both;
	animation: fadeInUp 0.5s .9s both;
}
*/