@charset "utf-8";
#banner{position:relative}
#banner img{width:100%;display:block}
#banner .banner-title{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;line-height:1.7}
#banner .banner-title .en{font-size:32px;line-height:1;color:#fff;text-transform: uppercase;margin-top:0%;animation-name:fadeInUp;animation-duration:1s;animation-delay:1.2s;animation-fill-mode:both}
#banner .banner-title .cn{color:rgba(255,255,255,1);font-weight:600;font-size:20px;padding-bottom:1rem;margin-top:0;position:relative;font-family:arial;animation-name:fadeInUp;animation-duration:1s;animation-delay:1s;animation-fill-mode:both;position:relative}
#banner .banner-title .cn:after{width: 60px;content: '';background: #fff;position: absolute;text-align: center;bottom: 0;margin-left: 0;left: 0%;height: 1px;display: inline-block;}
#position{margin-top:15px;padding-bottom:15px;border-bottom:solid 1px #f2f2f2}
#position i{font-size:20px;color:#0062ad;vertical-align:middle}
#position a{}
.category-btn{display:none}
.category-btn i{}
#category{}
#category .category-close-btn{display:none}
#category .category-close-btn span{}
#category .category-close-btn i{}
#category .category{display:flex;flex-wrap:wrap;margin:10px 0}
#category .category li{}
#category .category li a{position:relative;font-size: 14px;height:80px;line-height:80px;padding:0px 30px;color:#333;display:block;transition:0.3s ease 0s}
#category .category li a:hover{color:#0062ad;font-size:14px}
#category .category li a:before,#category .category li a:after{}
#category .category li a:before{position:absolute;content:'';left:50%;bottom:0px;width:0%;height:3px;background-color:none;transition:all .3s}
#category .category li a:after{content:"";position:absolute;width:1px;height:15px;display:block;background:#ccc;top:50%;margin-top:-7px;right:0px}
#category .category li a:hover:before{width:80%;left:10%;background-color:#0062ad}
#page{background: #f2f4f6;padding: 4rem 0;}
@media (max-width: 1024px) {
	#banner{}
	#banner img{}
	#banner .banner-title{}
	#banner .banner-title .en{}
	#banner .banner-title .cn{}
	#banner .banner-title:after{}
	#position{}
	#position i{}
	#position a{}
	.category-btn{}
	.category-btn i{}
	#category{}
	#category .category-colse-btn{}
	#category .category-colse-btn span{}
	#category .category-colse-btn i{}
	#category .category{}
	#category .category li{}
	#category .category li a{}
	#category .category li a:before,#category .category li a:after{}
	#category .category li a:before{}
	#category .category li a:after{}
	#page{padding: 3rem 0;}
}
@media (max-width: 768px) {
	#banner{}
	#banner img{}
	#banner .banner-title{}
	#banner .banner-title .en{margin-top: 1%;font-size: 22px;}
	#banner .banner-title .cn{}
	#banner .banner-title:after{}
	#position{}
	#position i{}
	#position a{}
	.category-btn{display:block;color:#fff;background-color:#0078b7;border-color:#0064af;margin:10px 2%;text-align:center;border-radius:5px}
	.category-btn i{}
	#category{width:100%;height:100%;position:fixed;top:0;left:100%;transition:left .3s;z-index:9999}
	#category.active{left:0}
	#category .category-close-btn{width:10%;height:100%;float:left;padding:0;background:#bfbfbf;display:block}
	#category .category-close-btn span{}
	#category .category-close-btn i{width:100%;height:40px;display:block;text-align:center;line-height:40px;margin-top:120px;background:#686868;color:#fff}
	#category .category{overflow-y:auto;width:90%;height:100%;float:left;box-sizing:border-box;background:#fff;display:block;margin:0}
	#category .category li{border-bottom:solid 1px #ddd;padding:5px 10px;line-height:1}
	#category .category li a{padding:10px 0;height:unset;line-height:unset;color:#707070}
	#category .category li a:before,#category .category li a:after{display:none}
	#category .category li a:before{}
	#category .category li a:after{}
	#page{padding: 2rem 0;}
}
/*productlist*/
.productlist{background:#fff;padding:20px}
.productlist ul{}
.productlist li{width:calc(25% - 20px);margin:0 10px;box-sizing:border-box;position:relative;overflow:hidden;margin-bottom:20px;perspective:1000px;-webkit-perspective:1000px}
.productlist .productlist-img{width:100%;padding:5px;text-align:center;transition:all .5s ease;background-color:#ccc;box-sizing:border-box}
.productlist .productlist-img img{display:block;width:100%}
.productlist .productlist-con{position:absolute;top:0px;left:0px;z-index:1;opacity:0;width:100%;height: 100%;padding:20px;text-align:center;transition:all .5s ease;background-color:#0062ad;backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform:translateY(110px) rotateX(-90deg);-moz-transform:translateY(110px) rotateX(-90deg);-ms-transform:translateY(110px) rotateX(-90deg);-o-transform:translateY(110px) rotateX(-90deg);transform:translateY(110px) rotateX(-90deg);box-sizing:border-box}
.productlist .productlist-con a{
    color: #fff;
}
.productlist .productlist-con a h3{}
.productlist .productlist-con a p{}
.productlist li:hover .productlist-img{opacity:0;-webkit-transform:translateY(-110px) rotateX(90deg);-moz-transform:translateY(-110px) rotateX(90deg);-ms-transform:translateY(-110px) rotateX(90deg);-o-transform:translateY(-110px) rotateX(90deg);transform:translateY(-110px) rotateX(90deg)}
.productlist li:hover .productlist-con{opacity:1;-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0)}
.page_bar{}
.page_bar .pages{display:flex;justify-content:center;margin:2rem 0}
.page_bar .pages a{display:block;background:#c8c8c8;width:38px;line-height:38px;text-align:center;color:#fff;margin:0 3px}
.page_bar .pages a.current{background:#0062ad}
@media (max-width:1024px){
	.productlist{}
	.productlist ul{}
	.productlist li{width:calc(50% - 20px)}
	.productlist .productlist-img{}
	.productlist .productlist-img img{}
	.productlist .productlist-con{}
	.productlist .productlist-con a{}
	.productlist .productlist-con a h3{}
	.productlist .productlist-con a p{}
	.productlist li:hover .productlist-con{}
	.page_bar{}
	.page_bar .pages{}
	.page_bar .pages a{}
	.page_bar .pages a.current{}
}
@media (max-width:768px){
	.productlist{}
	.productlist ul{}
	.productlist li{width:100%}
	.productlist .productlist-img{}
	.productlist .productlist-img img{}
	.productlist .productlist-con{}
	.productlist .productlist-con a{}
	.productlist .productlist-con a h3{}
	.productlist .productlist-con a p{}
	.productlist li:hover .productlist-con{}
	.page_bar{}
	.page_bar .pages{}
	.page_bar .pages a{}
	.page_bar .pages a.current{}
}

/*product*/
.jqzoom{width:100%;height:100%;position:relative;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center}
.jqzoom img{max-width:100%;max-height:100%}
.zoomdiv{z-index:200;position:absolute;top:0;left:0;width:380px;height:380px;background:#fff;border:1px solid #ddd;display:none;overflow:hidden}
.zoomdiv .bigimg{position:absolute;top:0;left:0;max-width:unset;max-height:unset}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0;left:0;width:20px;height:20px;border:1px solid #ddd;background:#fafafa;opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;filter:alpha(Opacity=50)}
.jqZoomPup img{min-width:380px}
.spec-preview{max-height: 500px;}
.spec-scroll{clear:both;margin: 5px 0;}
.spec-scroll .prev{float:left;}
.spec-scroll .next{float:right;}
.spec-scroll .next,.spec-scroll .prev{display:block;text-align:center;width: 30px;line-height: 58px;cursor:pointer;background: rgba(0,0,0,0.5);color: #fff;}
.spec-scroll .next:hover,.spec-scroll .prev:hover{background-color:none}
.spec-scroll .items{position:relative;overflow:hidden;height: 58px;}
.spec-scroll .items ul{position:absolute;overflow:hidden}
.spec-scroll .items ul li{float:left;height: 58px;width: 96px;}
.spec-scroll .items ul li span{box-sizing:border-box;display:block;vertical-align:middle;text-align:center;border:1px solid #ddd;padding:0px;height: 100%;}
.spec-scroll .items ul li img{width:100%;height:100%;object-fit:cover;cursor:pointer}
.spec-scroll .items ul li span.active,.spec-scroll .items ul li span:hover{padding:0px;border-color: #0062ad;}
#tinybox{top:50%!important;left:50%!important;transform:translate(-50%,-50%);position:fixed;display:none;padding:10px;background:#fff;border:10px solid #ddd;z-index:99997}
#tinymask{position:absolute;display:none;top:0;left:0;height:100%;width:100%;background:#000;z-index:99997}
#tinycontent{background:#fff;width:100%;height:100%}
.spec-scroll .items ul li img{margin:0 auto}
#imgee{width:100%;height:100%;object-fit:contain}
#tinymaskNext,#tinymaskPrev{display:none;position:fixed;top:50%;border:3px solid #fff;width:35px;height:35px;border-top:0;border-right:0;background:0 0;z-index:99999;outline:0}
#tinymaskPrev{left:30px;transform:rotate(45deg)}
#tinymaskNext{right:30px;transform:rotate(225deg)}
.spec-scroll .items ul li:nth-last-child(1){width:50px}

.pro-content{width:100%;font-size:14px;background:#fff;padding:20px;box-sizing: border-box;max-width: 1200px;}
.pro-detail{width:100%;padding-bottom:20px;display:flex;flex-wrap:wrap}
.pro-detail .fl{width: 600px;}
.pro-detail .fl .singglepic{border:0px;text-align:left;z-index:9999999}
.pro-detail .fr{flex: 1;font-size:14px;line-height:25px;overflow:hidden;padding-left: 4%;box-sizing:border-box}
.pro-detail .fr h1{font-size: 28px;font-weight:normal;line-height: 1.5;}
.pro-detail .fr p{padding-top: 30px;border-bottom:1px solid #e8e8e8;padding-bottom: 30px;color:#595959;margin-bottom:25px;line-height: 2;text-indent: 2em;}
.pro-detail .fr a{display: block;margin-bottom:10px;background:#0062ad;line-height: 40px;width: 150px;text-align: center;font-size:16px;color:#fff;border:1px solid #0062ad;transition:all .36s ease}

.product-con{}
.product-con img{max-width:100%}
.product-con .title{border-bottom:1px solid #D9D9D9}
.product-con .title span{display:block;width:112px;line-height:45px;text-align:center;background-color:#0077bd;cursor:pointer;color:#fff;font-size:18px;border-bottom:1px solid #CE9D5F}
.product-con .con{padding:20px}
.prevnext{display:flex;justify-content:space-between;padding:0 20px;color:#595959}
.prevnext p{width:50%}
.prevnext span{margin-right:10px}
.prevnext a{color:#595959}
@media (max-width:768px){
	.pro-content{}
	.pro-detail{
    overflow: hidden;
    display: block;
}
	.pro-detail .fl{width:100%}
	.pro-detail .fl .singglepic{}
	.pro-detail .fr{width:100%;margin-top:20px;padding-left:0}
	.pro-detail .fr h1{
    line-height: 1.5;
    font-size: 20px;
}
	.pro-detail .fr p{padding-bottom: 20px;margin-bottom:15px;padding-top: 20px;}
	.pro-detail .fr a{}
	.product-con{}
	.product-con .title{}
	.product-con .title span{}
	.product-con .con{padding:20px 0}
	.prevnext{background:#eee;text-align:center;padding:10px 0}
	.prevnext p:first-child{border-right:1px solid rgba(0,0,0,0.05)}
	.prevnext span{display:block}
	.prevnext a{}
}

/*caselist*/
.caselist{background:#fff;padding:20px}
.caselist ul{}
.caselist li{width:calc(25% - 20px);margin:0 10px;box-sizing:border-box;overflow:hidden;margin-bottom:20px;background-color: #ccc;padding: 10px 10px 0;}
.caselist .caselist-img{width:100%;height: 13.6vw;text-align:center;box-sizing:border-box;background: #fff;display: flex;align-items: center;overflow: hidden;}
.caselist .caselist-img img{display:block;width:100%;transition: all .5s ease;}
.caselist .caselist-con{color:#666;white-space:nowrap;transition:0.3s ease 0s;display:block;width:100%;text-align:center;overflow:hidden;text-overflow:ellipsis;font-size:16px;padding:3% 10px;box-sizing:border-box;border:none}
.caselist li:hover .caselist-img img{transform:scale(1.1)}
.caselist li:hover .caselist-con{color:#0058B1}
@media (max-width:1024px){
	.caselist{}
	.caselist ul{}
	.caselist li{}
	.caselist .caselist-img{height: 21.1vw;}
	.caselist .caselist-img img{}
	.caselist .caselist-con{}
	.caselist .caselist-con h3{}
	.caselist li:hover .caselist-con{}
}
@media (max-width:768px){
	.caselist{}
	.caselist ul{}
	.caselist li{width: calc(50% - 20px);}
	.caselist .caselist-img{height: 31vw;}
    .caselist .caselist-img img{}
	.caselist .caselist-con{}
	.caselist .caselist-con{}
	.caselist li:hover .caselist-con{}
}

.newslist{background:#fff;overflow:hidden}
.newslist ul{}
.newslist .newList{display:flex;padding:30px;background:#fff;margin-bottom:20px}
.newslist .newList .content{display:flex;width:calc( 100% - 165px )}
.newslist .newList .content .leftTime{width:100px;position:relative}
.newslist .newList .content .leftTime .newTime{display:block;color:#999;font-size:1.5rem;font-weight:normal;margin:0px 0 30px;transition:all .5s ease}
.newslist .newList .content .leftTime .newIcon{padding:6px 11px;border:1px solid transparent;transition:all .5s ease;color:#ccc}
.newslist .newList .content .rightC{position:relative;width:calc( 100% - 100px);transition:all .5s ease;padding:0 30px 0 60px;box-sizing:border-box}
.newslist .newList .content .rightC:before{content:'';position:absolute;left:0px;top:1rem;display:block;width:40px;height:1px;background:#aaa;transition:all .5s ease}
.newslist .newList .content .rightC .newTitle{display:block;width:100%;font-size:1rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .5s ease;color:#0062ad}
.newslist .newList .content .rightC .newTitleLink{}
.newslist .newList .content .rightC .newMs{line-height:24px;height:48px;font-size:0.875rem;overflow:hidden;color:#999;transition:600ms}
.newslist .newList .newPicBox{width:165px;height:110px}
.newslist .newList .newPicBox .newPicLink{display:block;width:100%;height:100%;overflow:hidden}
.newslist .newList .newPicBox .newPicLink .newPic{width:100%;height:100%;transform:scale(1);transition:all .5s ease}
.newslist .newList:hover .newIcon{border-color:#0062ad;margin-top:10px;background:#0062ad}
.newslist .newList:hover .content .rightC{padding-left:80px}
.newslist .newList:hover .content .rightC:before{width:60px}
.newslist .newList:hover .content .newTitleLink{color:#0062ad}
.newslist .newList .newPicBox:hover .newPicLink .newPic{transform:scale(1.1)}
@media (max-width:1024px){
	.newslist{}
	.newslist ul{}
	.newslist .newList{}
	.newslist .newList .content{}
	.newslist .newList .content .leftTime{}
	.newslist .newList .content .leftTime .newTime{}
	.newslist .newList .content .leftTime .newIcon{}
	.newslist .newList .content .rightC{padding:0}
	.newslist .newList .content .rightC:before{}
	.newslist .newList .content .rightC .newTitle{}
	.newslist .newList .content .rightC .newTitleLink{}
	.newslist .newList .content .rightC .newMs{}
	.newslist .newList .newPicBox{}
	.newslist .newList .newPicBox .newPicLink{}
	.newslist .newList .newPicBox .newPicLink .newPic{}
	.newslist .newList:hover .newIcon{}
	.newslist .newList:hover .content .rightC:before{}
	.newslist .newList:hover .content .newTitleLink{}
	.newslist .newPicBox:hover img{}
}
@media (max-width:768px){
	.newslist{}
	.newslist ul{}
	.newslist .newList{flex-wrap:wrap;flex-direction:column-reverse;padding:10px;border-bottom:none}
	.newslist .newList .content{display:flex;padding-top:20px;width:100%}
	.newslist .newList .content .leftTime{}
	.newslist .newList .content .leftTime .newTime{}
	.newslist .newList .content .leftTime .newIcon{}
	.newslist .newList .content .rightC{}
	.newslist .newList .content .rightC:before{display:none}
	.newslist .newList .content .rightC .newTitle{margin:10px 0}
	.newslist .newList .content .rightC .newTitleLink{}
	.newslist .newList .content .rightC .newMs{}
	.newslist .newList .newPicBox{position:relative;width:100%;height:0;padding-bottom:70%}
	.newslist .newList .newPicBox .newPicLink{position:absolute;top:0;left:0;width:100%;height:100%}
	.newslist .newList .newPicBox .newPicLink .newPic{}
	.newslist .newList:hover .newIcon{}
	.newslist .newList:hover .content .rightC:before{}
	.newslist .newList:hover .content .newTitleLink{}
	.newslist .newPicBox:hover img{}
}

/*news*/
.news-content{background:#fff;padding:20px 3rem;box-sizing:border-box}
.news-content .news-tit{text-align:center;font-size:26px;font-weight:normal;border-bottom:1px solid #d9d9d9;padding:10px 0;margin:0 20px}
.news-content .news-con{margin:30px 20px}
.img-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
}
.img-list li{
    width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.img-list li img{
    display: block;
    max-width: 100%;
}
@media (max-width:768px){
	.news-content{padding:0 15px 9px}
	.news-content .news-tit{margin:0;font-size:18px;font-weight:bold}
	.news-content .news-con{margin:10px 0}
	.news-content .prevnext{background:unset;display:block;text-align:left}
	.news-content .prevnext p{width:100%}
	.news-content .prevnext span{display:unset}
	.img-list{}
	.img-list li{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
	.img-list li img{}
}

/*contact*/
.contact-page{padding: 0 0 50px !important;}
#mapContent{height:700px;background:#000}
#mapContent img{}
#contact{width:100%;max-width:1440px;min-width:0px;height:auto;max-height:none;min-height:0px;margin-top:-8%;margin-left:auto;margin-right:auto;margin-bottom:80px;padding-top:0px;padding-bottom:0px;position:relative;background:#0062AD}
.contact-box{background:#dddddd}
#contact .contact{background-color:rgba(255,255,255,1);padding:50px 80px;width:50%;box-sizing:border-box;margin-bottom:50px}
#contact .contact-tit{font-size:22px;color:#333;font-weight:normal}
#contact .contact .contact-con{margin-top:30px}
#contact .contact .contact-con img{}
#contact .contact .contact-con table{}
#contact #message{padding:50px 80px;width:50%;box-sizing:border-box}
#contact #message .contact-tit{color:#fff}
#contact #message .input{margin:30px 0}
#contact #message .input textarea{border-radius:0px;max-width:none;border:0px;color:#ffffff;padding:0;box-shadow:none;height:90px;width:100%;background:transparent;display:block;border-bottom:1px solid #fff}
#contact #message .input textarea:focus,#contact #message .input input:focus{border-bottom:1px solid #66AFE9;outline:0}
#contact #message .input textarea::placeholder,#contact #message .input input::placeholder{color:#fff}
#contact #message .input input{width:100%;border:0;border-bottom:1px solid #fff;background:unset;color:#fff;height:32px}
#contact #message .input input:focus{}
#contact #message .input.checkcode{display:flex;width:80%;align-items:flex-end}
#contact #message .input.checkcode input{}
#contact #message .input.checkcode img{display:block;height: 35px;}
#submit{width:150px;line-height:30px;border:1px solid #000000;background:#fff;cursor:pointer}
@media (max-width:768px){
	.contact-page{padding-bottom:0 !important}
	#mapContent{height:400px}
	#mapContent img{}
	#contact{padding:0  20px;box-sizing:border-box;background:unset;padding-bottom:20px;margin-bottom:0}
	#contact .contact{width:100%;padding:20px 30px;margin-bottom:0}
	#contact .contact .contact-tit{}
	#contact .contact .contact-con{}
	#contact .contact .contact-con img{}
	#contact .contact .contact-con table{}
	#contact #message{padding:20px 30px;background:#0062AD;width:100%}
	#contact #message .input{margin:20px 0}
	#contact #message .input textarea{}
	#contact #message .input input{}
	#contact #message .input input{}
	#contact #message .input.checkcode{}
	#contact #message .input.checkcode input{}
	#contact #message .input.checkcode img{}
	#submit{}
}