﻿*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1600px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}


body.active{overflow: hidden;}
.header-mask{position:fixed;left:0;top:0;overflow: hidden;background:rgba(0,0,0,0.3);z-index: 20;display: none;width:100%;height:100%;}
.header-mask.active{opacity:1;display: block;}

header{position:relative;z-index: 100;width: 100%;} 
header::before{content:"";display: block;width: 100%;}
header.act .header-content{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.3);position:fixed;animation:searchTop 0.5s ease-in-out !important;visibility: visible !important;}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:25px 2%;}
.header-main .logo img{ max-width:100%; display:block;}

.header-main .right{display: flex;align-items: center;}
.header-main .right form{width: 250px;display: flex;border-radius: 30px;background-color: #fff5d8;line-height: 36px;margin-left: 40px;}
.header-main .right form input[type=text]{width: calc(100% - 70px);padding-left: 15px;border-radius: 30px 0 0 30px;background-color: #fff5d8;font-size: 14px;color:#333;;}
.header-main .right form input[type=button]{width: 70px;border-radius: 30px;background: url(../images/but.png) no-repeat center center, #fecb3a;}
.header-main .right form input[type=submit]{width: 70px;border-radius: 30px;background: url(../images/but.png) no-repeat center center, #fecb3a;}

.nav-ul {display: flex;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#010101;line-height:50px;text-align:center;padding:0 28px;margin:0 1px;border-radius: 30px;line-height: 36px;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background-color: #fecb3a;font-weight: bold;}

.nav-ul .sub_ul {display: none;width: 100%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:36px;color:#909399;font-weight: bold; display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fecb3a;}

.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#fecb3a;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 50px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#fecb3a;}
.sjnav .list-inline-li.active .list-box .list-link{color:#fecb3a;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#999;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#fecb3a;width: 30px;}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{text-align: center;position: relative;padding-top: 7px;}
.title .t1{font-family: "arial";text-transform: uppercase;font-weight: bold;font-size: 54px;color:#ede9e8;line-height: 54px;width: 100%;position: absolute;left: 0;top:0;}
.title .t2{font-weight: bold;font-size: 36px;color:#545253;line-height: 60px;position: relative;z-index: 2;}
.title .t3{font-family: "arial";font-size: 14px;color:#666;line-height: 20px;letter-spacing:12px;}

.title2{display: flex;justify-content: space-between;align-items: center;line-height: 46px;}
.title2 .t1{font-size: 36px;color:#545253;;}
.title2 .t2{font-family: "arial";text-transform: uppercase;font-weight: bold;font-size:36px;color:#ede9e8;}

.more{display: flex;justify-content: center;align-items: center;border:2px solid #fecb3a;border-radius: 30px;width: 320px;margin:0 auto;line-height: 40px;}
.more a{display: flex;justify-content: center;align-items: center;line-height: 40px;font-size: 14px;color:#333;width: 50%;border-radius: 30px;}
.more a img{margin-left: 10px;}
.more a:first-child{background-color: #fecb3a;}

.index-links{background-color: #f9faf9;padding:50px 0;}
.index-links .wrap{padding:0 8%;display: flex;justify-content: space-between;}
.index-links .wrap a{display: flex;background-color: #fff;width: 49%;transition: 0.5s;}
.index-links .wrap a .pic{width: 48%;position: relative;overflow: hidden;}
.index-links .wrap a .pic::before{content:"";display: block;padding-top: calc(205/310*100%);}
.index-links .wrap a .txt{width: 52%;padding:20px 45px;display: flex;flex-wrap: wrap;align-content: center;}
.index-links .wrap a .txt .t1{width: 100%;font-size: 26px;color:#333;line-height: 42px;}
.index-links .wrap a .txt .t2{width: 100%;font-size: 12px;color:#999;line-height: 24px;}
.index-links .wrap a .txt .t3{width: 100%;font-size: 12px;color:#fff;line-height: 24px;background-color: #fecb3a;border-radius: 5px;margin-top: 25px;text-align: center;width: 80px;}
.index-links .wrap a:hover{transform: translateY(-6px);box-shadow: 0 0 5px rgba(0, 0, 0,0.2);}



.xiangl{padding: 60px 0;;}
.xiangl .hf{display: flex;padding-top: 30px;padding-left: calc((100% - 1600px) / 2);padding-bottom: 50px;}
.xiangl .hf .pic{width: 75%;position: relative;overflow: hidden;}
.xiangl .hf .pic::before{content:"";display: block;padding-top: calc(561/1312*100%);}
.xiangl .hf .txt{width: 25%;background-color: #f9f5f1;display: flex;justify-content: center;}
.xiangl .hf .txt .t1{font-size: 18px;color:#333;text-transform: uppercase;font-family: "arial";-webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; unicode-bidi: bidi-override;padding-top: 100px;position: relative; }
.xiangl .hf .txt .t1::before{content: "";display: block;width: 1px;height: 80px;background-color: #333;position: absolute;top:0;left: 50%;transform: translateX(calc(50% - 0.5px));}

.swiper-xl{padding:30px 0;}
.swiper-xl a{display: flex;flex-wrap: wrap;justify-content: center;align-content: center; border:6px solid #e5e5e5;height: 240px;position: relative;;}
.swiper-xl a img{display: block;max-width: 100%;margin:0 auto;transition: 0.5s;}
.swiper-xl a .t1{width: 100%;text-align: center;line-height: 48px;font-size: 22px;color:#666;;position: relative;}
.swiper-xl a .t1 span{font-size: 24px;color:#333;}
.swiper-xl a .t1::before{content:"";display: block;width: 40px;height: 1px;background-color: #e5e5e5;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.swiper-xl a::before{content:"";display: block;width: 0;height: 0;border-top: 6px solid #fff9e7;border-left: 6px solid #fff9e7;position: absolute;left: -6px;top:-6px;transition: 0.5s;}
.swiper-xl a::after{content:"";display: block;width: 0;height: 0;border-right: 6px solid #fff9e7;border-bottom: 6px solid #fff9e7;position: absolute;right: -6px;bottom:-6px;transition: 0.5s;}
.swiper-xl a:hover::before{width: 75px;height: 75px;border-color: #fecb3a;}
.swiper-xl a:hover::after {width: 75px;height: 75px;border-color: #fecb3a;}
.swiper-xl a:hover img{transform: rotateY(360deg);}


.index-hf{width: 100%;height: 322px;}

.xiangj{padding: 60px 0;;}
.xiangj .hf{display: flex;padding-top: 30px;padding-right: calc((100% - 1600px) / 2);padding-bottom: 50px;}
.xiangj .hf .pic{width: 86%;position: relative;overflow: hidden;}
.xiangj .hf .pic::before{content:"";display: block;padding-top: calc(575/1500*100%);}
.xiangj .hf .txt{width: 14%;background-color: #f9f5f1;display: flex;justify-content: center;}
.xiangj .hf .txt .t1{font-size: 18px;color:#333;text-transform: uppercase;font-family: "arial";-webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; unicode-bidi: bidi-override;padding-top: 100px;position: relative; }
.xiangj .hf .txt .t1::before{content: "";display: block;width: 1px;height: 80px;background-color: #333;position: absolute;top:0;left: 50%;transform: translateX(calc(50% - 0.5px));}


.swiper-xj{padding:30px 0 40px 0;}
.swiper-xj a{display: block;position: relative;}
.swiper-xj a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-xj a .pic::before{content: "";display: block;padding-top:calc(300/340*100%);}
.swiper-xj a .txt{display: flex;align-items: center;justify-content: space-between;background-color: rgba(255,255,255,0.7);width: 94%;position: absolute;left: 50%;bottom: 12px;transform: translateX(-50%);height: 80px;padding:0 16px;}
.swiper-xj a .txt .t2{width: 80px;line-height: 24px;border-radius:4px;background-color: #fecb3a;font-size: 12px;color:#333;text-align: center;}
.swiper-xj a .txt .t1{font-size:20px;color:#333;}
.swiper-xj a:hover .img_cover{transform: scale(1.1);}
.swiper-xj a:hover .txt{background-color: rgba(0,0,0,0.6);}
.swiper-xj a:hover .txt .t1{color:#fff;}

.about{padding:60px 0;}
.about .box{margin:30px 0;display: flex;background-color: rgba(255,255,255,0.8);justify-content: space-between;}
.about .box .pic{width: 46%;position: relative;overflow: hidden;}
.about .box .pic::before{content:"";display: block;padding-top: calc(422/738*100%);}
.about .box .txt{width: 52%;padding:30px;display: flex;flex-wrap: wrap;align-content: space-around;}
.about .box .txt .t1{font-size: 14px;color:#333;line-height: 30px;width: 100%;}
.about .box .txt .more{margin: 0;}
.about .title .t1{color:#fff;}

.ys{padding:50px 0;}
.ys-bt{text-align: center;}
.ys-bt .t1{font-size: 32px;color:#333;font-weight: bold;line-height: 40px;}
.ys-bt .t2{font-size: 14px;color:#333;line-height: 30px;border-radius: 30px;background-color: #e5e5e5;width: 480px;margin:10px auto 0 auto;;}
.swiper-ys{padding:35px 0 0 0;}
.swiper-ys .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-ys .pic::before{content:"";display: block;padding-top: calc(220/256*100%);}
.swiper-ys .txt{padding:15px 20px;text-align: center;border-top: none;}
.swiper-ys .txt .t1{font-size: 20px;color:#333;font-weight: bold;padding-bottom: 20px;}
.swiper-ys .txt .t2{font-size: 15px;color:#333;line-height: 24px;}
.swiper-ys .swiper-slide{height: initial;}
.swiper-ys .swiper-slide a{display: block;transition: 0.5s;border:4px solid #e5e5e5;border-radius: 0 0 30px 30px;height: 100%;}
.swiper-ys .swiper-slide:hover a{transform: translateY(-10px);box-shadow: 0 5px 6px rgba(0, 0, 0,0.3);}

.news{padding:50px 0;}
.news-bt{display: flex;justify-content: space-between;align-items: center;}
.news-bt .title{text-align: left;}
.news-bt a{display: block;width: 160px;line-height: 40px;border:2px solid #fecb3a;background-color: #fecb3a;font-size: 14px;color:#333;border-radius: 30px;text-align: center;}
.news .box{display: flex;justify-content: space-between;padding-top: 20px;}
.news .box .left{width: 62%;display: flex;justify-content: space-between;}
.news .box .left a{display: block;width: 48%;border:1px solid #e5e5e5;}
.news .box .left a .pic{width: 100%;position: relative;overflow: hidden;border:20px solid #fff;}
.news .box .left a .pic::before{content:"";display: block;padding-top: calc(288/424*100%);}
.news .box .left a .txt{background-color: #e5e5e5;padding:25px;color:#333;}
.news .box .left a .txt .t1{width: 100%;line-height: 38px;font-size: 16px;font-weight: bold;}
.news .box .left a .txt .t2{width: 100%;line-height: 36px;font-size: 14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box .left a:hover .img_cover{transform: scale(1.1);}
.news .box .left a:hover .txt{background-color: #fecb3a;}
.news .box .right{width: 36%;}
.news .box .right a{display: flex;width: 100%;border:1px solid #e5e5e5;padding:10px}
.news .box .right a .date{width: 130px;background-color: #e7e7e7;line-height: 20px;font-size: 14px;color:#333;font-family: "arial";text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;height: 115px;}
.news .box .right a .date b{display: block;line-height: 48px;font-size:44px;width: 100%;}
.news .box .right a .txt{width: calc(100% - 130px);padding-left: 20px;display: flex;flex-wrap: wrap;align-content: center;}
.news .box .right a .txt .t1{width: 100%;font-size: 16px;color:#333;font-weight: bold;line-height: 36px;}
.news .box .right a .txt .t2{width: 100%;font-size: 14px;color:#333;line-height: 24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box .right a:hover .date{background-color: #fecb3a;}
.news .box .right a:hover .txt .t1{color:#fecb3a;}
.news .box .right a + a{margin-top: 43px;}

footer{padding:50px 0;color:#fff;border-top: 10px solid #fecb3a;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;}
footer .box .left{font-size: 14px;color:#fff;line-height: 30px;}
footer .box .left img{display: block;max-width: 100%;margin: 15px 0;}
footer .box dl dt{display: block;font-weight: normal;font-size: 16px;line-height: 40px;}
footer .box dl dd a{display: block;font-size: 14px;line-height:36px;}
footer .box .lxfs{text-align: left;font-size: 14px;line-height:36px;}
footer .box .ewm{text-align: center;width: 110px;}
footer .box .ewm img{display: block;max-width: 100%;width: 100%;;}
footer .box .ewm span{font-size: 14px;display: block;padding-top: 10px;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page{width: 100%;position: relative;padding:60px 0;}
.page .wrap{display: flex;}
.page-left{width: 330px;margin-right: 50px;}
.s-drop-wrap { width:100%; border:1px solid #c7c7c7}
.s-drop-btn { background:#fff;font-size:22px; color: #333;font-weight: bold;position:relative;display: flex;align-items: center;justify-content: center;height: 110px;border-bottom: 4px solid #fecb3a;}
.s-drop-btn em{font-size: 14px;margin-left: 15px;font-weight:normal;color:#666}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#fff;}

.s-drop-list {display: block;}
.s-drop-list li a{ display:block; }
.s-drop-list li + li .aside-list-link{border-top: 1px solid #c7c7c7;}
.aside-list-link{ font-size:16px; color:#fecb3a;line-height:64px;padding-left: 80px;font-weight: bold;position: relative;}
.aside-list-link::before{content:"";display: block;width: 12px;height: 12px;border-radius: 50%;border:3px solid #fecb3a;position: absolute;left: 50px;top:50%;transform: translateY(-50%);}
.aside-list-link:hover, .aside-list-link.act{ color:#fecb3a;}

.s-drop-list li .aside-sublist{ width:100%;  display:block;border-top: 1px solid #c7c7c7;padding:10px 0 10px 15px  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{float: left;min-width: 20%;padding:0 5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{color:#fecb3a;text-decoration: underline !important;}

.page-left .lxfs{margin-top: 20px; border:1px solid #c7c7c7}
.page-left .lxfs .txt{font-size: 14px;line-height: 32px;padding:20px;}

.page-right{width: calc(100% - 380px);}
.page-bt{width: 100%;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #c7c7c7;height: 60px;}
.page-bt .t1{font-size: 24px;color:#333;font-weight: bold;}
.page-bt .t2{font-size: 14px;color:#666;}
.page-bt .t2 span{color:#fecb3a;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:15px 0;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.pro-ul li a{display: block;position: relative;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content: "";display: block;padding-top:calc(300/340*100%);}
.pro-ul li a .txt{display: flex;align-items: center;justify-content: space-between;background-color: rgba(255,255,255,0.7);width: 94%;position: absolute;left: 50%;bottom: 12px;transform: translateX(-50%);height: 80px;padding:0 16px;}
.pro-ul li a .txt .t2{width: 80px;line-height: 24px;border-radius:4px;background-color: #fecb3a;font-size: 12px;color:#333;text-align: center;}
.pro-ul li a .txt .t1{font-size:20px;color:#333;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt{background-color: rgba(0,0,0,0.6);}
.pro-ul li a:hover .txt .t1{color:#fff;}

.pro-show{width: 100%;height: calc(100% - 60px);background-color: #f8f8f8;padding:30px;}
.pro-show .box{display: flex;justify-content: space-between;}
.pro-show .box .pic{width: 40%;position: relative;overflow: hidden;background-color: #fff;}
.pro-show .box .pic::before{content: '';display: block;padding-top: calc(315/445*100%);}
.pro-show .box .txt{width: 57%;background-color: #fff;padding:15px 30px;font-size: 15px;line-height: 28px;}
.pro-show .box .txt .tit{ padding-bottom:10px; font-weight:bold; font-size:16px;}

.show-xq{width: 100%;padding-top: 50px;}
.show-xq .bt{background-color: #fff;line-height: 50px;padding-left: 25px;font-size: 16px;color:#333;font-weight: bold;border-left: 2px solid #fecb3a;}
.show-xq .txt{background-color: #fff;padding:30px;font-size: 15px;line-height: 28px;margin-top: 30px;}

.news-ul{display: block;padding:20px 0;}
.news-ul li{background-color: #f6f6f6;padding:15px;width: 100%;margin:0 0 20px 0;transition: 0.5s;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 190px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: calc(130/190*100%);}
.news-ul li a .txt{width: calc(100% - 190px);padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
.news-ul li a .txt .t1{width:100%;font-size:18px;color:#333;font-weight: bold;}
.news-ul li a .txt .t2{width:100%;font-size:15px;color:#777;line-height: 24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .txt .t3{width:100%;font-size:14px;color:#6c6c6c;font-family: "arial";}
.news-ul li a:hover .img_cover{transform: scale(1.1);}
.news-ul li a:hover .t1{color:#fecb3a}
.news-ul li:hover{transform: translateY(-8px);box-shadow: 0 5px 5px rgba(0, 0, 0,0.2);}

.news-show{height: calc(100% - 60px);background-color: #f8f8f8;padding:30px 15px;}  
.news-show .bt{border-bottom: 1px dotted #dadada;padding-bottom:15px;text-align: center;margin-bottom: 20px;}
.news-show .bt b{display: block;line-height: 36px;font-size: 20px;color:#333;}
.news-show .bt span{display: block;line-height: 25px;font-size: 14px;color:#888;}
.news-show .nr{font-size: 16px;color:#555;line-height: 28px;}
.news-show .nr img{ max-width:100% !important; height:auto !important}

.case-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:15px 0;}
.case-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.case-ul li a{display: block;transition: 0.5s;border:1px solid #c7c7c7;}
.case-ul li .pic{width: 100%;position: relative;overflow: hidden;}
.case-ul li .pic::before{content:"";display: block;padding-top: calc(200/256*100%);}
.case-ul li .txt{padding:20px;text-align: center;border-top: none;}
.case-ul li .txt .t1{font-size: 20px;color:#333;font-weight: bold;}
.case-ul li:hover a{transform: translateY(-10px);box-shadow: 0 5px 6px rgba(0, 0, 0,0.3);}

.pro-table{width: 100%;margin:25px 0;text-align: center;font-size: 14px;overflow-x: auto;}
.pro-table table{width: 100%;}
.pro-table thead{text-align: center;background-color: #fecb3a;}
.pro-table thead th{text-align: center;padding:10px 5px;}
.pro-table tbody td{padding:10px 5px;}




.hot{width:100%;background:#fecb3a; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
	height: calc(54px +  constant(safe-area-inset-bottom));height: calc(54px +  env(safe-area-inset-bottom));padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.hot span{ color:#333; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;margin: 0;color:#333;}
.hot ul{display: flex;}
.hot ul li{width: 25%;border-right: 1px solid rgba(255,255,255,0.3);text-align: center;}
.hot ul li .decoration{ display:block; color:#333; padding:7px 0;}

.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #333; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1);  transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:25px 30px 30px 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:25px;height: 25px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma a i{margin-right: 10px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

@media (max-width:1620px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .header-main .right form{display: none;}
}
@media (max-width:1300px){
  .nav-ul li .nav_a{font-size: 15px;padding:0 22px;}
  .index-links .wrap{padding:0;}
  .page-left{width: 260px;margin-right: 30px;}
  .page-right{width: calc(100% - 290px);}
}
@media (max-width:1200px){
  footer .box .ewm{display: none;}
  .nav-ul li .nav_a{font-size: 15px;padding:0 12px;;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .index-links .wrap a .txt{padding:10px 20px;}
  .about .box, .news .box{display: block;}
  .about .box .pic, .news .box .left{width: 100%;}
  .about .box .txt{width: 100%;}
  .about .box .txt .more{margin:20px 0 0 0;}
  .news .box .right{width: 100%;margin:20px 0 0 0;}
  /**/
  .page .wrap{display: block;}
  .page-left{width: 100%;margin:0;}
  .s-drop-btn{justify-content: flex-start;padding-left: 20px;}
  .s-drop-list{display: none;}
  .page-right{width: 100%;}
}
 
@media (max-width:767px){
  .header-main{padding:15px 2%;}
  .header-main .logo{width:250px;}
  .index-links, .swiper-xl, .swiper-xj{padding:20px 0;}
  .index-links .wrap a{display: block;}
  .index-links .wrap a .pic, .index-links .wrap a .txt{width: 100%;}
  .index-links .wrap a .txt .t1{font-size: 18px;line-height: 24px;}
  .index-links .wrap a .txt .t3{margin-top: 10px;}
  .xiangl, .xiangj, .about, .ys, .news{padding:25px 0;}
  .title .t1{font-size: 26px;line-height: 30px;}
  .title .t2{font-size: 20px;line-height: 36px;}
  .title .t3{font-size: 12px;letter-spacing: 6px;}
  .xiangl .hf, .xiangj .hf{padding:20px 0;}
  .xiangl .hf .txt, .xiangj .hf .txt{display: none;}
  .xiangl .hf .pic, .xiangj .hf .pic{width: 100%;}
  .title2{line-height: 30px;}
  .title2 .t1{font-size: 20px;}
  .title2 .t2{font-size: 16px;}
  .swiper-xl a{border-width: 3px;height: 150px;}
  .swiper-xl a::before, .swiper-xl a::after{border-width: 3px;}
  .swiper-xl a::before{left: -3px;top:-3px;}
  .swiper-xl a::after{right: -3px;bottom: -3px;}
  .swiper-xl a img{width: 45px;}
  .swiper-xl a .t1{font-size: 16px;line-height: 40px;}
  .swiper-xl a .t1 span{font-size: 18px;}
  .more{width: 220px;}
  .more a{font-size: 12px;line-height: 34px;}
  .index-hf{height: 130px;}
  .swiper-xj a .txt{height: 40px;justify-content: center;bottom: 8px;}
  .swiper-xj a .txt .t1{font-size: 14px;}
  .swiper-xj a .txt .t2{display: none;}
  .about .box{margin:20px 0;}
  .about .box .txt{padding:15px;}
  .about .box .txt .t1{font-size: 13px;line-height: 26px;}
  .ys-bt .t1{font-size: 20px;line-height: 28px;}
  .ys-bt .t2{width: 100%;}
  .swiper-ys{padding:20px 0 0 0;}
  .swiper-ys .swiper-slide a{border-width: 2px;border-radius: 0 0 20px 20px;}
  .swiper-ys .txt{padding:10px 15px;}
  .swiper-ys .txt .t1{font-size: 16px;padding-bottom: 10px;}
  .swiper-ys .txt .t2{font-size: 13px;line-height: 20px;}
  .news-bt a{width: 105px;font-size: 12px;line-height: 34px;}
  .news .box .left a .pic{border-width: 5px;}
  .news .box .left a .txt{padding:6px 10px 10px 10px;}
  .news .box .left a .txt .t1{font-size: 14px;line-height: 30px;}
  .news .box .left a .txt .t2{font-size: 12px;line-height: 20px;}
  .news .box .right a{padding:6px;}
  .news .box .right a .date{width: 90px;height: 85px;}
  .news .box .right a .date b{font-size: 30px;line-height: 30px;}
  .news .box .right a .txt{width: calc(100% - 90px);padding-left: 10px;}
  .news .box .right a .txt .t1{font-size: 14px;line-height: 28px;}
  .news .box .right a .txt .t2{font-size: 12px;line-height: 20px;}
  .news .box .right a + a{margin-top: 15px;}
  footer{padding:20px 0;border-width: 4px;}
  footer .box{display: block;}
  footer .box dl{display: none;}
  footer .box .left img{display: none;}
  footer .box .left{font-size: 12px;line-height: 20px;text-align: center;}
  /**/
  .page{padding:24px 0;}
  .s-drop-btn{height: 60px;padding-left: 10px;font-size: 18px;}
  .s-drop-btn em{font-size: 12px;margin-left: 10px;}
  .aside-list-link{line-height: 54px;}
  .pro-ul li{width: 48%;}
  .pro-ul li a .txt{height: 40px;justify-content: center;bottom: 8px;}
  .pro-ul li a .txt .t1{font-size: 14px;}
  .pro-ul li a .txt .t2{display: none;}
  .pro-show{padding:10px;}
  .pro-show .box{display: block;}
  .pro-show .box .pic{width: 100%;}
  .pro-show .box .txt{width: 100%;padding:10px;font-size: 13px;line-height: 24px;}
  .show-xq{padding-top: 20px;}
  .show-xq .bt{font-size: 14px;line-height: 40px;}
  .show-xq .txt{margin-top: 15px;font-size: 13px;line-height: 24px;padding:10px;}
  .news-ul{padding:15px 0;}
  .news-ul li{padding:5px;margin-bottom: 14px;}
  .news-ul li a .pic{width: 120px;}
  .news-ul li a .pic::before{padding-top: 75%;}
  .news-ul li a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news-ul li a .txt .t1{font-size: 15px;;}
  .news-ul li a .txt .t2{-webkit-line-clamp:2;font-size: 13px;line-height: 20px;} 
  .news-ul li a .txt .t3{font-size:12px;}
  .news-show{padding:20px 10px;}
  .news-show .bt{text-align: left;padding-bottom: 10px;margin-bottom: 10px;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .news-show .nr{font-size: 14px;line-height: 24px;}
  .case-ul li{width: 48%;}
  .case-ul li .txt{padding:10px 5px;;}
  .case-ul li .txt .t1{font-size:14px;}
  .pro-table{font-size: 12px;}
  .pro-table table{width:150%;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
.contactMap{ width:100%; height:350px; margin-top:15px;}	