/* z_tanchuang */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background:white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#fff url(../images/out.png) center no-repeat;background-size:20px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer;transition: ease 0.6s;}
.z_tanchuang .tbox .modal .img{width:100%;max-width:600px;margin:0 auto}
.z_tanchuang .tbox .modal .img video{display:block;width:100%;max-width:100%;object-fit:cover;outline: none;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background:#fff url(../images/out.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{max-width:1200px}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
.z_tanchuang .tbox .modal{padding:10px}
.z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px;background-size: 14px;}
.z_tanchuang .tbox .modal .out:hover{background-size: 14px;}
}

/* title */
.nei_tit{position: relative;margin-bottom:60px;}
.nei_tit .en{font-size: 28px;color: #333;text-transform: uppercase;margin-bottom: 8px;}
.nei_tit .title{font-size: 50px;color: #333;text-align: center;font-weight: bold;}
@media screen and (max-width:1440px){
.nei_tit .title{font-size: 42px;}
.nei_tit .en{font-size: 24px;}
}
@media screen and (max-width:1080px){
.nei_tit{margin-bottom: 40px;}
.nei_tit .title{font-size: 34px;}
.nei_tit .en{font-size: 22px;}
}
@media screen and (max-width: 520px){
.nei_tit{margin-bottom:20px;}
.nei_tit .title{font-size: 26px;}
.nei_tit .en{font-size: 18px;margin-bottom: 4px;}
}
	
/* n_main */
.n_main{background: linear-gradient(to top, #fae9e166, #FBFCFE);padding: 65px 0 80px;}
.n_main.n_main2{background: #FAFAFA;}
@media screen and (max-width: 1080px){
.n_main{padding: 30px 0 50px;}
}
@media screen and (max-width: 520px){
.n_main{padding: 10px 0 30px;}
}

/* banner */
.banner{margin-top: 84px;}
.banner .pic img{width: 100%;}
@media(max-width:1080px){
.banner{margin-top: 88px;}
}
@media(max-width:768px){
.banner{margin-top: 75px;}
}
@media(max-width:520px){
.banner{margin-top: 58px;}
}

/* tabBox */
.tabBox{position: sticky;top: 0;background: #fbfcfe;z-index: 9;padding: 20px 0;}
.tabBox .tabs{font-size: 16px;text-align: center;display: flex;justify-content: center;}
.tabBox .tabs #tab{border: 1px solid #E16330;color: #E16330;border-radius: 50px;font-size: 16px;position: relative;z-index: 2;cursor: pointer;height: 40px;line-height: 40px;width: 8%;margin-right: 15px;}
.tabBox .tabs #tab:nth-last-child(1){margin-right: 0;}
.tabBox .tabs #tab:after{width: 100%;height: 100%;position: absolute;left: 0%;top: 0%;content: '';background: #E16330;border-radius: 50px;-webkit-transition: all .45s cubic-bezier(0.175, 0.885, 0.32, 1.275);z-index: -1;-webkit-transform: scale(0.5);opacity: 0;}
.tabBox .tabs #tab.active,.tabBox .tabs #tab:hover{color: #ffffff;}
.tabBox .tabs #tab.active:after,.tabBox .tabs #tab:hover:after{-webkit-transform: scale(1);opacity: 1;}
@media(max-width:1440px){
.tabBox .tabs #tab{width: 11.5%;}
}
@media(max-width:1080px){
.tabBox .tabs #tab{width: 16%;height: 38px;line-height: 38px;}
}
@media(max-width:768px){
.tabBox{overflow-x: auto;margin: 0 auto;padding: 15px 0;}
.tabBox .tabs{width: max-content;margin: 0 auto;padding: 0 5%;}
.tabBox .tabs #tab{width: auto;height: 34px;line-height: 34px;font-size: 15px;display: inline-block;padding: 0px 30px;margin-right: 10px;}
}
@media(max-width:520px){
.tabBox{padding: 10px 0;}
.tabBox .tabs{justify-content: space-between;}
.tabBox .tabs #tab{font-size: 14px;height: 28px;line-height: 28px;padding: 0px 18px;}
}


/* newslist */
.newslist{margin-top: 50px;}
.newslist .item{width:32%;position:relative;margin-right:2%;margin-bottom:2%;-webkit-transition-delay:.2s;box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);background: rgba(255,255,255,.7);border-radius:10px;position:relative;}
.newslist .item:nth-child(3n+3){margin-right:0}
.newslist .item::after{width:0%;height:3px;position:absolute;left:0;bottom:0;content:'';background:#e16330;-webkit-transition:all 1s;border-radius: 10%;}
.newslist .item:hover::after{width:100%}
.newslist .item a{padding:10px;overflow:hidden;display:block;}
.newslist .item .img{border-radius:10px;position:relative;padding-bottom:60%;width:100%;height:0;overflow:hidden}
.newslist .item .img img{height:100%;object-fit:cover;width:100%;position:absolute;-webkit-transition: all 1s;}
.newslist .item:hover .img img{transform:scale(1.05)}
.newslist .item .info{padding: 20px 10px 10px 10px;}
.newslist .item .info .t1{font-size: 20px;line-height:1.7;margin-bottom: 15px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.newslist .item .info .date{font-size:12px;opacity:.5}
.newslist .item:hover .info .t1{color:#e16330}
@media(max-width:1080px){
.newslist{margin-top: 30px;}
.newslist .item .info{padding: 15px 10px;}
.newslist .item .info .t1{font-size: 18px;}
}
@media(max-width:768px){
.newslist .item{width:48%;margin-bottom: 4%;}
.newslist .item:nth-child(odd){margin-right:4%}
.newslist .item:nth-child(even){margin-right:0}
.newslist .item .info .t1{font-size: 16px;margin-bottom: 12px;}
}
@media(max-width:520px){
.newslist{margin-top: 20px;}
.newslist .item{border-radius:6px;width: 48.5%;margin-bottom: 3%;}
.newslist .item:nth-child(odd){margin-right: 3%;}
.newslist .item a{padding: 8px;}
.newslist .item .img{border-radius:6px;padding-bottom:74%;}
.newslist .item .info{padding: 10px 10px 0px 10px;}
.newslist .item .info .t1{font-size: 14px;line-height: 22px;margin-bottom: 6px;}
}


/* news */
.news{margin-top: 50px;}
.news .news_l{width: 65%;margin-right: 5%;}
.news .news_l .title{font-size: 28px;color: #212121;line-height: 28px;}
.news .news_l .date{font-size: 15px;color: #a8a8a8;margin: 10px 0 15px;}
.news .news_l .cont p{line-height: 2;font-size: 16px;color: #333;}
.news .news_l ul{padding-top: 20px;border-top: 1px dashed #66666663;margin-top: 20px;}
.news .news_l li{color: #212121;font-size: 16px;}
.news .news_l li:hover{color: #E16330;}
.news .news_r{width: calc(30% - 70px);padding: 35px;background-color: #ffffff;height: fit-content;position: sticky;top: 80px;}
.news .news_r .tit{font-size: 28px;color: #212121;margin-bottom: 20px;}
.news .news_r li{padding: 20px 0;border-top: 1px solid #E3DDDD;}
.news .news_r li .t1{font-size: 17px;color: #3e3e3e;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.news .news_r li .t2{font-size: 14px;color: #828282;margin-top: 10px;}
@media(max-width:1550px){
.news .news_l .title{line-height: 30px;font-size: 26px;}
.news .news_r .tit{font-size: 24px;}
}
@media(max-width:1330px){
.news .news_l .title{font-size: 28px;}
.news .news_l .cont p{font-size: 17px;}
.news .news_r{width: calc(30% - 50px);padding: 25px;}
.news .news_r .tit{font-size: 24px;}
.news .news_r li{padding: 15px 0;}
.news .news_r li .t1{font-size: 17px;}
}
@media(max-width:1080px){
.news{margin-top: 30px;}
.news .news_l .title{font-size: 25px;}
.news .news_r li .t1{font-size: 16px;}
.news .news_r .tit{font-size: 23px;}
}
@media(max-width:980px){
.news .news_l{width: 100%;margin-right: 0%;}
.news .news_r{display: none;}
}
@media(max-width:768px){
.news .news_l .title{font-size: 23px;}
.news .news_l .cont p{font-size: 15px;line-height: 28px;}
.news .news_l ul{padding-top: 15px;margin-top: 15px;}
.news .news_l li{font-size: 15px;}
}
@media(max-width:520px){
.news{margin-top: 20px;}
.news .news_l .title{font-size: 16px;}
.news .news_l .date{font-size: 14px;}
.news .news_l .cont p{font-size: 14px;line-height: 26px;}
.news .news_l li{font-size: 14px;}
}

/* contact */
.contact{margin-top: 50px;margin-bottom: -80px;}
.contact .details{position: relative;margin-bottom: 80px;}
.contact .details .bg{border-radius: 8px;}
.contact .details .bg img{width: 100%;}
.contact .details .bg img.mo{display: none;}
.contact .details .dizhi{width:18%;position:absolute;left:31%;transform:translate(-50% ,-50%);bottom:24%}
.contact .details .dizhi .info{padding:10px;background:#fff;border-radius:10px;box-shadow:0 5px 5px 2px rgba(61,108,160,.2);margin-bottom:20px}
.contact .details .dizhi .d1 img{width:100%}
.contact .details .dizhi .d2{padding-top:6px;line-height:24px}
.contact .details .dizhi .icon{text-align:center}
.contact .details .dizhi .icon img{width:50px}
.contact .details .cont{width:29%;position:absolute;right:6%;transform:translate(0,-50%);top:50%;padding:30px;background-color:#fff;border-radius:10px}
.contact .details .cont .icon{margin-bottom:30px}
.contact .details .cont .text{margin-top:20px}
.contact .details .cont .text .t1{font-size:22px;font-weight:700;border-bottom:1px dashed #727272b3;padding-bottom:15px;margin-bottom:15px;font-family: BebasNeue-Regular;}
.contact .details .cont .text p{font-size:15px;color:#222;line-height:28px}
.contact .message{background: url(../images/tan_1.jpg);background-size: cover;padding: 80px 0;background-position: bottom;}
.contact .message .nei_tit .en{text-align: center;}
.contact .message .input{width: 48.5%;margin-right: 3%;margin-bottom: 3%;position: relative;}
.contact .message .input:nth-child(even){margin-right: 0;}
.contact .message .input label{font-size: 16px;color: #333;line-height: 2;position: absolute;left: 24px;top: 13px;}
.contact .message .input label sup{color: red;}
.contact .message .input input{padding:10px;font-size: 14px;width:100%;line-height: 45px;color:#666;box-sizing:border-box;border-radius: 8px;text-indent: 70px;}
.contact .message .code{position: relative;}
.contact .message .code img{position: absolute;right: 10px;height: 44px;top: 10px;}
.contact .message .code input{text-indent: 128px;}
.contact .message .input1{position: relative;}
.contact .message .input1 label{font-size: 16px;color: #333;line-height: 2;position: absolute;left: 24px;top: 17px;}
.contact .message .input1 textarea{padding:10px;font-size: 14px;width:100%;line-height: 45px;color:#666;box-sizing:border-box;font-family: initial;height: 120px;text-indent: 158px;border-radius: 8px;}
.contact .message .submit{margin:0 auto;width: 168px;line-height: 45px;border-radius:4px;text-align:center;display:block;cursor:pointer;margin-top: 60px;border: 1px solid #E16330;border-radius: 10px;}
.contact .message .submit input{background: none;color:#E16330;font-size:18px;}
.contact .message .submit:hover{background: #E16330;color: #fff;}
.contact .message .submit:hover input{color: #fff;}
@media(max-width:1440px){
.contact .details .bg{height: 720px;}
.contact .details .bg img{height: 100%;object-fit: cover;}
.contact .details .dizhi{left: 29%;bottom: 26%;}
.contact .details .cont{width: 32%;}
}
@media(max-width:1280px){
.contact .details .dizhi{width: 21%;left: 25%;}
}
@media(max-width:1080px){
.contact{margin-top: 30px;}
.contact .details{margin-bottom: 50px;}
.contact .details .dizhi{width: 24%;left: 20%;}
.contact .details .dizhi .icon img{width: 45px;}
.contact .details .cont{width: 36%;}
.contact .message{padding: 50px 0;}
.contact .message .input input{line-height: 36px;}
.contact .message .input label{font-size: 15px;top: 10px;}
.contact .message .input1 label{font-size: 15px;}
.contact .message .submit{line-height: 36px;width: 140px;margin-top: 40px;margin-bottom: 20px;}
.contact .message .submit input{font-size: 16px;}
}
@media(max-width:768px){
.contact .details .bg{height: auto;}
.contact .details .bg img.pc{display: none;}
.contact .details .bg img.mo{display: block;}
.contact .details .dizhi{width: 32%;left: 40%;bottom: 62%;}
.contact .details .dizhi .info{margin-bottom: 10px;padding: 8px;border-radius: 8px;}
.contact .details .dizhi .d2{font-size: 12px;line-height: 20px;}
.contact .details .dizhi .icon img{width: 36px;}
.contact .details .cont{position: initial;box-shadow: 0 5px 5px 1px rgba(61, 108, 160, 0.1);width: auto;transform: translate(0);}
}
@media(max-width:520px){
.contact{margin-top: 80px;}
.contact .details{margin-bottom: 30px;}
.contact .details .dizhi{width: 50%;left: 40%;bottom: 63%;}
.contact .details .dizhi .info{padding: 6px;border-radius: 6px;}
.contact .details .cont{padding: 15px;border-radius: 8px;}
.contact .details .cont .icon{margin-bottom: 20px;}
.contact .details .cont .icon img{width: 60px;}
.contact .details .cont .text{margin-top:20px}
.contact .details .cont .text .t1{font-size: 16px;padding-bottom: 10px;margin-bottom: 10px;}
.contact .details .cont .text p{font-size: 13px;line-height: 25px;}
.contact .message{padding: 30px 0;background-position: right;}
.contact .message .input{width: 100%;margin-right: 0;margin-bottom: 20px;}
.contact .message .input input{line-height: 30px;border-radius: 6px;text-indent: 60px;font-size: 12px;}
.contact .message .code input{text-indent: 70px;}
.contact .message .input label{font-size: 14px;top: 7px;}
.contact .message .input1 label{font-size: 15px;top: 10px;}
.contact .message .submit{line-height: 30px;width: 120px;margin-top: 30px;margin-bottom: 50px;border-radius: 6px;}
.contact .message .submit input{font-size: 15px;}
.contact .message .input1 textarea{border-radius: 6px;height: 95px;text-indent: 60px;font-size: 12px;line-height: 30px;}
}

/* productlist */
.productlist{margin-top: 50px;}
.productlist .item{width:32%;margin-right:2%;margin-bottom:2%;-webkit-transition-delay:.2s;position:relative;}
.productlist .item:nth-child(3n+3){margin-right:0}
.productlist .item .img{overflow: hidden;background: #f3f3f3;}
.productlist .item .img img{width:100%;-webkit-transition: all 1s;}
.productlist .item:hover .img img{transform:scale(1.05)}
.productlist .item .t1{line-height:60px;height:60px;font-size:20px;color: #333;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 1;overflow:hidden;transition: all 0.6s ease;}
/* .productlist .item .t1:after{content:"";display:block;width:25px;background: #333333c9;height:3px;position:absolute;left:0;top:50%;margin-top:-1.5px;transition: all 0.6s ease;} */
.productlist .item:hover .t1:after{width:35px;}
.productlist .item:hover .t1{ padding-left:20px;}
@media(max-width:1080px){
.productlist{margin-top: 30px;}
.productlist .item .t1{font-size: 18px;line-height: 50px;height: 50px;}
}
@media(max-width:768px){
.productlist .item{width:48%;margin-bottom: 4%;}
.productlist .item:nth-child(odd){margin-right:4%}
.productlist .item:nth-child(even){margin-right:0}
.productlist .item .t1{font-size: 16px;line-height: 45px;height: 45px;}
}
@media(max-width:520px){
.productlist{margin-top: 20px;}
.productlist .item{border-radius:6px;width: 48.5%;margin-bottom: 3%;}
.productlist .item:nth-child(odd){margin-right: 3%;}
.productlist .item .t1{font-size: 14px;line-height: 36px;height: 35px;padding-left: 30px;}
.productlist .item .t1:after{width: 20px;height: 2px;margin-top: -0.5px;}
}

/* product */
.product{margin-top: 60px;}
.product .flx_w{align-items: initial;}
.product .por_top{position: relative;margin-bottom: 60px;}
.product .pro_img{width: 50%;}
.product .pro_img .pro .img{text-align: center;border: 1px solid #ddd;}
.product .pro_img .pos{position: absolute;width: 40%;right: 0;bottom: 0;}
.product .pro_img .pos .pros .img{overflow:hidden;cursor:pointer;}
.product .pro_img .pos .pros .img:before{content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 1px solid #ccc;box-sizing: border-box;opacity: 1;z-index: 2;}
.product .pro_img .pos .pros .swiper-slide-thumb-active .img:before{border-color: #E16330;border-width: 1px;}
.product .pro_text{width: 40%;}
.product .pro_text .tit{font-size: 34px;color: #212121;}
.product .pro_text .lm{font-size: 18px;color: #777;margin-top: 15px;}
.product .pro_text .text{font-size: 16px;color: #333;line-height: 28px;margin-top: 30px;}
.product .por_details{margin-top: 80px;}
.product .por_details .title{font-size: 34px;color: #212121;text-align: center;}
.product .por_details .txt{font-size: 18px;color: #777;text-align: center;margin: 15px 0 40px;}
.product .por_details p{font-size: 16px;line-height: 2;margin-top: 10px;}
.product .por_details .table table{border-spacing: 0;border-collapse: collapse;}
.product .por_details .table table td{border: 1px solid #E5E7EB;font-size:15px;line-height:26px;font-weight:400;color:#4e5769;padding: 5px 8px;width: initial;text-align: center;}
.product .pro_tj{margin-top: 80px;}
.product .pro_tj .title{font-size: 34px;color: #212121;text-align: center;}
.product .pro_tj .txt{font-size: 18px;color: #777;text-align: center;margin: 15px 0 40px;}
.product .pro_tj .item{width:23.5%;margin-right:2%;-webkit-transition-delay:.2s;position:relative;}
.product .pro_tj .item:nth-child(4n+4){margin-right:0}
.product .pro_tj .item .img{overflow: hidden;background: #f3f3f3;}
.product .pro_tj .item .img img{width:100%;-webkit-transition: all 1s;}
.product .pro_tj .item:hover .img img{transform:scale(1.05)}
.product .pro_tj .item .t1{line-height:60px;height:60px;font-size:18px;color: #333;position:relative;padding-left:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 1;overflow:hidden;transition: all 0.6s ease;}
.product .pro_tj .item .t1:after{content:"";display:block;width:25px;background: #333333c9;height:3px;position:absolute;left:0;top:50%;margin-top:-1.5px;transition: all 0.6s ease;}
.product .pro_tj .item:hover .t1:after{width:35px;}
.product .pro_tj .item:hover .t1{ padding-left:50px;}
@media(max-width:1080px){
.product{margin-top:40px;}
.product .por_top{margin-bottom: 40px;}
.product .pro_img{width: 45%;}
.product .pro_img .pos{width: 45%;}
.product .pro_text{width: 45%;}
.product .pro_text .tit{font-size: 27px;}
.product .pro_text .lm{font-size: 16px;margin-top: 10px;}
.product .por_details{margin-top: 60px;}
.product .por_details .title{font-size: 27px;}
.product .por_details .txt{font-size: 16px;margin: 10px 0 40px;}
.product .pro_tj{margin-top: 60px;}
.product .pro_tj .title{font-size: 27px;}
.product .pro_tj .txt{font-size: 16px;margin: 10px 0 40px;}
.product .pro_tj .item .t1{font-size: 18px;line-height: 50px;height: 50px;}
}
@media(max-width:768px){
.product{margin-top:30px;}
.product .por_top{margin-bottom: 0;}
.product .pro_img{width: 100%;}
.product .pro_img .pos{width: 100%;position: initial;margin-top: 10px;}
.product .pro_text{width: 100%;order: -1;margin-bottom: 20px;}
.product .por_details{margin-top: 40px;}
.product .pro_tj{margin-top: 40px;}
.product .pro_tj .item{width:48.5%;margin-right:3%;margin-bottom: 3%;}
.product .pro_tj .item:nth-child(even){margin-right:0}
.product .pro_tj .item .t1{font-size: 16px;line-height: 45px;height: 45px;}
}
@media(max-width:520px){
.product{margin-top: 20px;}
.product .pro_text .tit{font-size: 20px;}
.product .pro_text .lm{font-size: 14px;margin-top: 6px;}
.product .pro_text .text{font-size: 14px;line-height: 24px;margin-top: 15px;}
.product .por_details{margin-top: 25px;}
.product .por_details .title{font-size: 20px;}
.product .por_details .txt{font-size: 14px;margin: 6px 0 20px;}
.product .por_details p{font-size: 14px;line-height: 26px;}
.product .pro_details td{padding: 4px;font-size: 12px;word-break: break-all !important;}
.product .pro_tj{margin-top: 25px;}
.product .pro_tj .title{font-size: 20px;}
.product .pro_tj .txt{font-size: 14px;margin: 6px 0 20px;}
.product .pro_tj .item{border-radius:6px;}
.product .pro_tj .item .t1{font-size: 14px;line-height: 36px;height: 35px;padding-left: 30px;}
.product .pro_tj .item .t1:after{width: 20px;height: 2px;margin-top: -0.5px;}
}


/* about01 */
.about01{background: url(../images/ab01_bg.jpeg);background-size: cover;padding: 80px 0;}
.about01 .nei_tit{margin-bottom: 50px;}
.about01 .nei_tit .en{color: #E16330;}
.about01 .nei_tit .title{text-align: left;}
.about01 .big{margin-bottom: 35px;}
.about01 .big b{color:#e16330;font-size:60px}
.about01 .big p{color:#e16330;font-size:70px;margin-left:70px;font-weight:700}
.about01 .text>div{font-size:22px;color:#3e3e3e;margin-bottom:25px;font-weight:700}
.about01 .text p{font-size:16px;color:#3e3e3e;line-height:1.8;margin-top:10px}
.about01 .aboutVideo{border-radius: 10px;position: relative;border: 5px solid #e16330;margin-top: 40px;}
.about01 .aboutVideo .p_img{position: relative;z-index: 9;}
.about01 .aboutVideo video{width: 100.1%;display: block;height: 100%;position: absolute;top: 0;left: 0;}
.about01 .aboutVideo .p_text{position: absolute;left: 50%;top: 40%;transform: translate(-50%,-50%);text-align: center;transition: all 0.3s;z-index: 99;}
.about01 .aboutVideo .p_text h4{color: #fff;font-size: 50px;}
.about01 .aboutVideo .p_text p{color: #fff;font-size: 20px;margin-top: 25px;}
.about01 .aboutVideo .p_icon{text-align:center;position:absolute;top: 58%;right:50%;width:68px;height:68px;line-height:68px;transition:ease .5s;background:#ffff;border-radius:50%;cursor:pointer;margin-right:-37.5px;margin-top:-37.5px;z-index: 99;}
.about01 .aboutVideo .p_icon span{width:30px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;background:url(../images/ptn_icon.png) no-repeat;background-size:60px auto}
.about01 .aboutVideo .p_icon:before{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.5);transform:translate(-50%,-50%) scale(.9);transition:all .5s cubic-bezier(.215,.61,.355,1) 0s}
.about01 .aboutVideo .p_icon:after{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;border:1px solid rgba(255,255,255,.25);transform:translate(-50%,-50%) scale(.9);transition:all .4s cubic-bezier(.215,.61,.355,1) 50ms}
.about01 .aboutVideo .p_icon:hover:before{transform:translate(-50%,-50%) scale(1.3)}
.about01 .aboutVideo .p_icon:hover:after{transform:translate(-50%,-50%) scale(1.6)}
.about01 .aboutVideo .p_icon.active{-webkit-transform:scale(.5);right:0;top: 50%;}
.about01 .aboutVideo .p_icon.active span{background-position:-30px 0}
@keyframes xuanfu1{ 0%{transform:translateY(0);} 50%{transform:translateY(30px);} 100%{transform:translate(0);}}
@media only screen and (max-width:1440px){
.about01 .aboutVideo .p_text h4{font-size: 32px;}
}

@media(max-width:1280px){
.about01 .big b{font-size: 50px;}
.about01 .big p{font-size: 60px;margin-left: 50px;}
.about01 .aboutVideo .p_icon{width: 58px;height: 58px;top: 63%;}
.about01 .aboutVideo .p_icon span{width: 25px;height: 25px;background-size: 50px auto;}
.about01 .aboutVideo .p_icon.active{right: 8px;}
.about01 .aboutVideo .p_icon.active span{background-position: -25px 0;}
}
@media only screen and (max-width:1080px){
.about01{padding: 50px 0;}
.about01 .nei_tit{margin-bottom: 35px;}
.about01 .big b{font-size: 40px;}
.about01 .big p{font-size: 50px;margin-left: 40px;}
.about01 .text p{font-size: 15px;}
.about01 .aboutVideo .p_text h4{font-size: 26px;}
.about01 .aboutVideo .p_text p{font-size: 15px;margin-top: 20px;}
.about01 .aboutVideo .p_icon{width: 50px;height: 50px;}
.about01 .aboutVideo .p_icon span{width: 20px;height: 20px;background-size: 40px auto;}
.about01 .aboutVideo .p_icon.active{right: 8px;}
.about01 .aboutVideo .p_icon.active span{background-position: -20px 0;}
}
@media only screen and (max-width:768px){
.about01{background-position: center;}
.about01 .nei_tit{margin-bottom: 25px;}
.about01 .big{margin-bottom: 25px;}
.about01 .big b{font-size: 30px;}
.about01 .big p{font-size: 40px;margin-left: 30px;}
.about01 .text>div{margin-bottom: 20px;}
.about01 .aboutVideo{border: 4px solid #e16330;margin-top: 25px;border-radius: 8px;}
.about01 .aboutVideo video{border-radius: 4px;}
.about01 .aboutVideo .p_text{width: 100%;}
.about01 .aboutVideo .p_text h4{font-size: 28px;}
.about01 .aboutVideo .p_text p{margin-top: 15px;}
.about01 .aboutVideo .p_icon{top: 75%;}
}
@media only screen and (max-width:520px){
.about01{padding: 30px 0;}
.about01 .nei_tit{margin-bottom: 15px;}
.about01 .big{margin-bottom: 15px;}
.about01 .big b{font-size: 20px;}
.about01 .big p{font-size: 25px;margin-left: 19px;}
.about01 .text>div{font-size: 16px;margin-bottom: 10px;}
.about01 .text p{font-size: 13px;line-height: 25px;}
.about01 .aboutVideo{margin-top: 20px;}
.about01 .aboutVideo .p_text h4{font-size: 20px;}
.about01 .aboutVideo .p_text p{font-size: 14px;margin-top: 8px;}
.about01 .aboutVideo .p_icon{width: 43px;height: 43px;right: 55%;top: 80%;}
.about01 .aboutVideo .p_icon span{width: 18px;height: 18px;background-size: 35px auto;}
.about01 .aboutVideo .p_icon.active{right: 14px;}
.about01 .aboutVideo .p_icon.active span{background-position: -18px 0;}
}


/* about02 */
.about02{background: url(../images/ab02_bg.jpg);background-size: cover;padding: 80px 0;overflow: hidden;position: relative;}
.about02 .nei_tit .en{color: #fff;}
.about02 .nei_tit .title{text-align: left;color: #fff;}
.about02 .ab2{overflow: initial;padding-bottom: 200px;}
.about02 .img{position: relative;padding-bottom: 135%;width: 100%;height: 0;overflow: hidden;}
.about02 .img::after{position: absolute;content: "";left: 0;top: 0;width: 100%;height: 100%;background: url(../images/pic_icon.png);background-size: cover;}
.about02 .img img{height: 88%;object-fit: cover;width: 85%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about02 .honor_line{width:4000px;height: 65px;position:absolute;left:0;bottom: 180px;display:flex;pointer-events:none;}
.about02 .honor_line img{width:50%}
.about02 .honor_line.hl1{-webkit-animation:moves 5s linear infinite}
.about02 .honor_line.hl2{-webkit-animation:moves 5s linear infinite 2s;opacity:.5}
.about02 .honor_page{width:100%;height: 60px;display:flex;align-items:flex-start;position:absolute;left:0;bottom:0;}
.about02 .honor_page .swiper-button-next,.about02 .honor_page .swiper-button-prev{position:relative;width:50px;height:50px;border-radius:50%;-webkit-transition:all .65s;border:1px solid #E16330;color:#E16330;opacity: 1;}
.about02 .honor_page .swiper-button-next:after,.honor_page .swiper-button-prev:after{font-size:18px}
.about02 .honor_page .swiper-button-next{right:0;margin-left:25px}
.about02 .honor_page .swiper-button-prev{left:0}
.about02 .honor_page .swiper-button-next:hover,.about02 .honor_page .swiper-button-prev:hover{background: #E16330;color: #fff;}
@-webkit-keyframes moves{0%{left:0}
100%{left:-2000px}
}

@media(max-width:1080px){
.about02{padding: 50px 0;}
.about02 .ab2{padding-bottom: 188px;}
.about02 .honor_line{bottom: 145px;height: 54px;}
.about02 .honor_page{height: 50px;}
.about02 .honor_page .swiper-button-next, .about02 .honor_page .swiper-button-prev{width: 45px;height: 45px;}
}
@media(max-width:768px){
.about02 .honor_page .swiper-button-next, .about02 .honor_page .swiper-button-prev{width: 40px;height: 40px;}
.about02 .honor_page .swiper-button-next:after, .honor_page .swiper-button-prev:after{font-size: 16px;}
}
@media(max-width:520px){
.about02{padding: 30px 0;}
.about02 .ab2{padding-bottom: 135px;}
.about02 .honor_line{bottom: 95px;height: 40px;}
.about02 .honor_page{height: 45px;}
.about02 .honor_page .swiper-button-next, .about02 .honor_page .swiper-button-prev{width: 35px;height: 35px;}
.about02 .honor_page .swiper-button-next:after, .honor_page .swiper-button-prev:after{font-size: 14px;}
}