@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
*{
    font-family: "myFont4";
}
li{
    list-style: none;
}

/*banner*/
/* .index-banner img{
    width: 100%;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.index-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 0.95;
    border-radius: 50px;
}
.index-banner  .swiper-pagination-bullet-active{
	width: 15px;
    height: 15px;
	border:2px solid #fff;
    background-color: #ffffff00;
    opacity: 1;
   
} */

/*banner*/
.index-banner{
    width: 100%;
    position: relative;
}
.banner-box{
    width: 100%;
    min-width: 1200px;
    margin:0 auto;
}
.banner-box .swiper-img{
    width: 100%;
    display: block;
}
.banner-box .swiper-slide.swiper-slide-active .swiper-img{
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    100%{
        transform: scale(1.2); /*放大1.1倍*/
    }

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    100%{
        transform: scale(1.2); /*放大1.1倍*/
    }
}
.banner-box .banner-text {
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
}
.banner-box .banner-text img{
    width: auto;
    /* display: inline-block; */
}
.banner-box .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.3s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.banner-box .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 0.95;
    border-radius: 50px;
}
.banner-box  .swiper-pagination-bullet-active{
	width: 15px;
    height: 15px;
	border:2px solid #fff;
    background-color: #ffffff00;
    opacity: 1;
}
.banner-box .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.banner-box .banner-text .text{
    font-size: 54px;
    color:#fff;
    font-weight: bold;
    font-family: '黑体';
    letter-spacing: 1px;
    margin-left: 60px;
}
.banner-box .banner-text .text p{
    font-size: 26px;
    font-weight: lighter;
}
.banner-box .banner-text .en{
    font-size: 15px;
    color:#fff;
    margin-top: 30px;
    border:1px solid #fff;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: .4s;
    margin-left: 60px;
}
.banner-box .banner-text .en a{
    display: block;
    color:#fff;
    text-transform: uppercase;
}
.banner-box .banner-text .en:hover{
    background:#fff;
}
.banner-box .banner-text .en:hover a{
    color:#000;
}

/* 数字滚动 */
.cont-1 .title{
    font-size: 34px;
    color:#222222;
    font-weight: lighter;
    width: 40%;
}
.cont-1 .title p{
    font-size: 18px;
    color:#444444;
}
.math-box{
    width: 59%;
    text-align: center;
}
.digital li{
    width: 33%;
    position: relative;
}
.digital li p{
    font-size:19px;
    color:#374567;
}
.digital li p strong{
    font-size: 42px;
    color:#374567;
    font-weight: normal;
}
.digital li em{
    font-size: 15px;
    color:#333;
}
.digital li::after{
    display: block;
    content: "";
    width: 1px;
    height: 35px;
    background:#cccccc;
    position: absolute;
    top: 28px;
    right:0;
}
.digital li:last-child:after{
    display: none;
}
.digital li p small{
    vertical-align: top;
}

/* 标题 */
.title{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title .t-c{
    font-size: 30px;
    color:#282828;
    font-weight: bold;
    width: 50%;
}
.title .t-r{
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}
.title .t-r a{
    color:#282828;
    transition: .4s;
}
.title .t-r a:hover{
    color:#ffe100;
}

/* 产品展示 */
.cont-2,
.cont-4{
    background:#fbfbfb;
}
.cont-2 .pro-c{
    width: 32.89%;
    position: relative;
}
.cont-2 .pro-c-img{
    width: 100%;
    overflow: hidden;
}
.cont-2 .pro-c-img img{
    width: 100%;
    height: auto;
    display: block;
    transition: .4s;
}
.cont-2 .pro-c:hover .pro-c-img img,
.cont-2 .pro-r-list:hover .pro-c-img img{
    transform: scale(1.04);
}
.cont-2 .pro-c .pro-box-div,
.cont-2 .pro-r-list .pro-box-div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    color: white;
    opacity: 0;
    transition:opacity 1s;
    -moz-transition:opacity 1s; /* Firefox 4 */
    -webkit-transition:opacity 1s; /* Safari and Chrome */
    -o-transition:opacity 1s; /* Opera */
}
.cont-2 .pro-box-div-title{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
}
.cont-2 .pro-box-div-title>div{
    width: 33%;
}
.cont-2 .pro-t-c{
    color:#fff;
}
.cont-2 .pro-t-c h6{
    font-size: 19px;
}
.cont-2 .pro-t-c p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: lighter;
    margin:5px 0 20px 0
}
.cont-2 .pro-c:hover .pro-box-div,
.cont-2 .pro-r-list:hover .pro-box-div{opacity: 1}

.cont-2 .pro-r-box{
    width: 66.48%;
    overflow: hidden;
}
.cont-2 .pro-r-box .pro-r-list{
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
    position: relative;
}
.cont-2 .pro-r-box .pro-r-list:nth-child(2n){
    margin-right: 0;
}
.cont-2 .pro-r-box .pro-r-list:first-child,
.cont-2 .pro-r-box .pro-r-list:nth-child(2){
    margin-top: 0;
}
.column-row-2{
    margin-top: .7%;
    margin-bottom: .7%;
}

/* 横线动画 */
.line i {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: none;
    -webkit-transition: .8s width,.8s background;
    transition: .8s width,.8s background;
}
.pro-c:hover .line i,
.pro-r-list:hover .line i{
  width: 80%;
  background-color: #ffe100; 
}

/* 关于我们 */
.about-box{
    position: relative;
}
.about-l{
    width: 46.4%;
    height: auto;
}
.about-l img{
    width: 100%;
    height: auto;
    display: block;
}
.about-box .title{
    font-size: 30px;
    color:#222222;
    font-weight: bold;
    text-transform: uppercase;
    width: 49%;
    margin-top: 3%;
}
.about-box .title i{
    width: 45px;
    height: 4px;
    background:#f2f2f2;
    display: block;
    margin-top: 20px;
}
.about-box .about-r{
    width: 58.5%;
    position: absolute;
    top: 24%;
    right:0;
    background: rgba(255, 253, 239, .6);
    padding:3% 3.5%;
}
.about-box .about-r .about-des{
    font-size: 17px;
    color:#222222;
    line-height: 45px;
    font-weight: lighter;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.about-box .about-r .a-img{
    float: right;
    margin-top: 30px;
}
.about-box .link{
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: 5%;
    left: 51%;
    font-size: 16px;
    color:#222222;
    line-height: 40px;
}
.about-box a .iconfont{
    font-size: 34px;
    color:#222222;
    float: right;
    margin-left: 10px;
}
.about-box a:hover{
    margin-top: -5px;
}

/* 新闻中心 */
.news-box .swiper-slide{
    background:#fff;
}
.news-box .news-img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.news-box .swiper-slide:hover .news-img img{
    transform: scale(1.02);
}
.news-box .news-text{
    width: 100%;
    padding:35px 30px;
    position: absolute;
    height: 161px;
    z-index: 2;
}
.news-box .news-text h5{
    width: 90%;
    font-size: 18px;
    color:#222222;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}
.news-box .news-text p{
    width: 90%;
    font-size: 15px;
    color:#5b5b5b;
    font-weight: lighter;
    line-height: 28px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-box .swiper-slide .iconfont{
    position: absolute;
    right:25px;
    top: 55px;
    font-size: 33px;
    color:#b6b6b6;
}
.news-box .bg-color{
    width: 100%;
    height: 161px;
    position: relative;
}
.news-box .bg-color::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background:#fffde8;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .4s;
    z-index: 1;
}
.cont-4 .news-box .swiper-slide:hover .bg-color::before{
    width: 100%;
}
.container{
    position: relative;
}

/* 面包屑导航 */
.crumb-box{
    padding:35px 0;
    border-bottom: 1px solid #eee;
}
.crumb-box .location ul{
    background: url(../images/s.png) no-repeat left center;
    padding-left: 30px;
}
.crumb-box .location li a{
    color:#333;
}
.crumb-box .location li:last-child::before{
    float: left;
    padding: 0 10px 0 10px;
    color: #6c757d;
    content: "/";
}
.crumb-box .bread-crumb li{
    margin-left: 20px;
    font-size: 15px;
}
.crumb-box .bread-crumb li a.active{
    color:#333;
    font-weight: bold;
}
.crumb-box .bread-crumb li:hover a,
.crumb-box .bread-crumb li a.cur{
    color: #ffe100;
    font-weight: bold;
}
/* 产品展示 */
.pro-list dl{
    width: 32%;
    float: left;
    margin:1% 1% 0 0;
    position: relative;
}
.pro-list dl dt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pro-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.pro-list dl:hover dt img{
    transform: scale(1.06);
}
.pro-list dl dd{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000008c;
    color: white;
    opacity: 0;
    transition:opacity 1s;
    -moz-transition:opacity 1s; /* Firefox 4 */
    -webkit-transition:opacity 1s; /* Safari and Chrome */
    -o-transition:opacity 1s; /* Opera */
}
.pro-list dl dd .pro-box-div-title{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pro-list dl dd .pro-box-div-title>div{
    width: 33%;
}
.pro-list dl dd .pro-t-c{
    color:#fff;
}
.pro-list dl dd .pro-t-c h6{
    font-size: 19px;
}
.pro-list dl dd .pro-t-c p{
    text-transform: capitalize;
    font-size: 15px;
    font-weight: lighter;
    margin:5px 0 20px 0
}
.pro-list dl:hover dd{
    opacity: 1;
}
.pro-list dl:hover .line i{
  width: 80%;
  background-color: #ffe100; 
}

.ny-banner{
    width: 100%;
    height: auto;
    background-attachment:fixed;
}
.ny-banner img{
    width: 100%;
    height: auto;
}

/* 详情页 */
.detail-box{
    margin-top: 20px;
}
.detail-box .detail-title{
    border-bottom: 1px solid #efefef;
}
.detail-box .detail-title h5{
    font-size: 28px;
    color:#222;
}
.detail-box .detail-title p{
    color:#a7a7a7;
    margin:12px 0 25px 0;
}
.detail-box .detail-content{
    font-size: 16px;
    color:#333;
    line-height: 35px;
    margin-top: 40px;
    text-align: justify;
}
.detail-box .detail-content img{
    max-width: 100% !important;
    display: block;
    margin:10px auto;
}

/* 上下篇 */
.article-box{
    margin:50px 0 60px 0;
    border-top: 1px solid #efefef;
    padding-top: 25px;
}
.article-box li{
    font-size: 14px;
    color:#909090;
    margin-bottom: 10px;
}
.article-box li a{
    color:#909090;
    transition: .4s;
}
.article-box li a:hover{
    color:#ffe100;
    text-decoration: underline;
}


/* 分页 */
.pages {
    margin:70px 0;
}
.pages div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.pages a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.pages a:hover{
    background: #ffe100;
    color:#fff;
}
.pages strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #ffe100;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

/* 新闻资讯 */
.page-box .news-list dl{
    background-color: #f1f1f1;
    padding: 3%;
    margin-bottom: 40px;
}
.page-box .news-list dl dt{
    float: left;
    width: 40%;
    overflow: hidden;
}
.page-box .news-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.page-box .news-list dl:hover dt img{
    transform: scale(1.04);
}
.page-box .news-list dl dd{
    width: 56%;
    float: right;
    transition: .4s;
}
.page-box .news-list dl dd h5{
    font-size: 24px;
    color:#333;
    margin:15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-box .news-list dl dd p{
    color:#8e8e8e;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.page-box .news-list dl dd i{
    display: block;
    width: 130px;
    line-height: 35px;
    border-radius: 3px;
    background:#ffe100;
    color:#333;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    opacity: 0;
    transition: .4s;
}
.page-box .news-list dl:hover dd i{
    opacity: 1;
}
.page-box .news-list dl:hover dd{
    margin-top: -10px;
}

/* 商务合作 */
.about-sxy{
	padding:50px 0;
}
.contact-box{
	padding:0 0 50px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.contact-box dl{
	width: 30%;
	overflow: hidden;
}
.contact-box dl dt{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background:#ffd400;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-top: 9px;
}
.contact-box dl:first-child dt .iconfont{
	font-size: 34px;
}
.contact-box dl dt .iconfont{
	color:#fff;
	font-size: 28px;
}
.contact-box dl dd{
	width: 83%;
	float: left;
	text-transform: capitalize;
	font-size: 18px;
	color:#333;
	margin-left: 3%;
}
.contact-box dl dd p{
	font-weight: normal;
	font-weight: bold;
	margin-top: 5px;
	font-size: 20px;
}

/* 招聘信息 */
.recruit-box{
    margin:40px 0 35px 0;
}
.recruit-box dl{
    padding:25px;
    box-shadow: 0 0 10px rgb(230 230 230 / 50%);
    margin-bottom: 25px;
    cursor: pointer;
    border:1px solid #fff;
}
.recruit-box dd{
    display: none;
}
.recruit-box dl dt{
    overflow: hidden;
}
.recruit-box dl dt h5{
    width: 85%;
    float: left;    
    font-size: 20px;
    color:#333;
    position: relative;
    padding-left: 16px;
}
.recruit-box dl dt h5::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 20px;
    background: #ffd400;
}
.recruit-box dl dt h5 .iconfont{
    font-size: 27px;
    vertical-align: top;
    color:#ffd400;
    margin:0 5px 0 20px;
}
.recruit-box dl dt h5 span{
    font-size: 22px;
    color:#ffd400;
}
.recruit-box dl dt p{
    float: right;
}
.recruit-box dl dt p{
    transform: rotate(90deg);
}
.recruit-box dl dt p .iconfont{
    font-size: 20px;
}
.recruit-box dl:hover dt p .iconfont,
.recruit-box dl dt p.active .iconfont{
    color:#ffd400;
}
.recruit-box dl dd{
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 20px 0;
    color: #565656;
}
.recruit-box dl:hover{
    border:1px solid #ffd400;
}
.recruit-box dl dt p.active{
    transform: rotate(-90deg);
}
.about-description{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    text-align: justify;
    padding:30px 0 50px 0;
}
.about-description img{
    display: block;
    max-width: 100%;
    margin:10px auto;
}


.ny-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.ny-banner img{
    width: 100%;
}
.ny-banner .text-box{
    width: 100%;
    position: absolute;
    /* text-align: center; */
    font-size: 32px;
    color: #fff;
    margin-top: 50px;
}
.ny-banner .text-box p{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    font-weight: bold;
}