﻿*{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:1200px; margin:0 auto;width:100%;}
.wrap2{ max-width:1520px; 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{display:none;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}
.header-top{background-color: #0861ab;line-height: 40px;}
.h-top{display:flex;justify-content:space-between;font-size:13px;color:#fff;}
.h-top span a{color:#fff;}
.h-top span a:hover{color:#d70011;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:15px 0;}
.header-main .logo img{ max-width:100%; display:block;}

.nav-ul {display: flex;width: 61%;justify-content: space-between;}
.nav-ul li {position:relative;width:calc(100% / 6 - 15px);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:40px;text-align:center;border-radius: 5px;border:1px solid #a0a0a0;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #084d9e;border-color:#084d9e;}

.nav-ul .sub_ul {display: none;width: 100%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(211,211,211,0.9);border-radius: 5px 5px 0 0; padding-top:12px;}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:32px;color:#555; display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding-left:4px; padding-right:4px;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #084d9e;}

.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:#084d9e;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:#084d9e;}
.sjnav .list-inline-li.active .list-box .list-link{color:#084d9e;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-slide::before{content:"";display: block;padding-top: 31%;}
.banner .swiper-slide:nth-child(1) .txt{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);max-width: 1520px;width:100%;}
.banner .swiper-slide:nth-child(1) .txt a{background-color: #fdcc00;margin-top: 60px;}
.banner .swiper-slide:nth-child(2) .txt{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);max-width: 1200px;width:100%;}
.banner .swiper-slide:nth-child(2) .txt a{background-color: #034494;margin-top: 20px;}
.banner .swiper-slide .txt img{display: block;max-width: 100%;}
.banner .swiper-slide .txt a{width: 1.7rem;line-height:0.4rem;text-align: center;font-size:0.13rem;color:#fff;display: block;transition: 0.5s;}
.banner .swiper-slide .txt a:hover{transform: translateY(-5px);color:#fff;box-shadow: 3px 3px 3px rgba(0,0,0,0.3);}

.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#fff;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#084d9e;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;}

.header-form{background-color: #0861ab;padding:10px 0;}
.header-form .wrap2{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#fff;line-height: 40px;}
.header-form .wrap2 span{font-size: 16px;}
.header-form .wrap2 a{color:#fff;margin:0 5px;}
.header-form .wrap2 a:hover{color:#fff;text-decoration: underline !important;}
.header-form form{width: 360px;display: flex;line-height: 40px;background-color: #fff;border-radius: 5px;color:#333;}
.header-form form input[type=text]{width: calc(100% - 70px);padding-left: 10px;background: transparent;border-radius: 5px 0 0 5px;}
.header-form form input[type=submit]{width: 70px;background: url(../images/but.png) no-repeat center center;}

.title{color:#fff;display: flex;align-items: flex-end;}
.title .t1{font-size:0.36rem;font-weight: bold;margin-right:12px;line-height: 0.34rem;}
.title .t2{font-size:0.18rem;border-top:1px solid rgba(255,255,255,0.5);padding-top: 6px;padding-right: 10px;}

.zy{padding:120px 0 60px 0;}
.swiper-zy{padding:40px 0 0 0;}
.swiper-zy .swiper-slide{transition: 0.5s;}
.swiper-zy .swiper-slide:nth-child(1){background-color: #538ed1;}
.swiper-zy .swiper-slide:nth-child(1) a .nubmer{color:#538ed1;}
.swiper-zy .swiper-slide:nth-child(2){background-color: #e1c553;}
.swiper-zy .swiper-slide:nth-child(2) a .nubmer{color:#e1c553;}
.swiper-zy .swiper-slide:nth-child(3){background-color: #99ce7f;}
.swiper-zy .swiper-slide:nth-child(3) a .nubmer{color:#99ce7f;}
.swiper-zy .swiper-slide:nth-child(4){background-color: #589ff1;}
.swiper-zy .swiper-slide:nth-child(4) a .nubmer{color:#589ff1;}
.swiper-zy .swiper-slide:nth-child(5){background-color: #29beae;}
.swiper-zy .swiper-slide:nth-child(5) a .nubmer{color:#29beae;}
.swiper-zy .swiper-slide:nth-child(6){background-color: #efa945;}
.swiper-zy .swiper-slide:nth-child(6) a .nubmer{color:#efa945;}
.swiper-zy .swiper-slide a{display: block;height: 300px;border-radius: 5px;color:#fff;position: relative;text-align:center;padding:0 45px}
.swiper-zy .swiper-slide a img{position: absolute;left:50%;bottom: 0;transform: translateX(-50%);display: block;max-width: 100%;}
.swiper-zy .swiper-slide a .nubmer{width:72px;height: 72px;background-color: #fff;border-radius: 50%;font-size:0.36rem;display: flex;justify-content: center;align-items: center;margin:30px auto;}
.swiper-zy .swiper-slide a .t1{line-height: 0.4rem;font-size:0.24rem;font-weight: bold;}
.swiper-zy .swiper-slide a .t2{line-height: 0.22rem;font-size:0.13rem;font-family: "arial";}
.swiper-zy .swiper-slide a .t3{line-height: 0.22rem;font-size:0.13rem;padding-top: 0.12rem;}
.swiper-zy .swiper-slide:hover{transform: translateY(-6px);box-shadow: 0 0 6px rgba(0,0,0,0.2);}

.app{padding:80px 0 160px 0;}
.app .title{padding-left: calc((100% - 1200px) / 2);}
.app .box{padding:30px 0 0 0;}
.app .box ul{display: flex;overflow: hidden;}
.app .box ul li{width: 100px;display: flex;align-items: flex-end;transition: 0.5s;overflow: hidden;}
.app .box ul li .txt{width: calc(100% - 100px);color:#fff;transition: 0.5s;padding:0;opacity: 0;}
.app .box ul li .txt .tt{width: 460px;}
.app .box ul li .txt .t1{font-size:0.24rem;}
.app .box ul li .txt .t2{font-size:0.14rem;line-height: 0.3rem;margin:20px 0 40px 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.app .box ul li .txt a{display: block;width: 1.7rem;line-height: 0.4rem;text-align: center;font-size:0.14rem;color:#fff;border:1px solid #fff;}
.app .box ul li .txt a:hover{background-color: #cdb921;color:#fff;border-color:#cdb921;}
.app .box ul li .bt{width: 100px;height: 460px;border-left: 2px solid rgba(0, 0, 0,0.1);padding:80px 0;display: flex;flex-wrap: wrap;align-content: space-between;text-align: center;color:#fff;justify-content: center;cursor: pointer;background-color: #1667c0;}
.app .box ul li .bt span{display: block;width: 100%;font-size:0.24rem;-webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; unicode-bidi: bidi-override; padding-left: 38px;}
.app .box ul li:hover .bt, .app .box ul li.on .bt{background-color: #cdb921;}
.app .box ul li .bt i{font-size:40px;width: 100%;}

.app .box ul li.on{width: calc(100% - 100px*5);}
.app .box ul li.on .txt{opacity: 1;padding:0 160px;}
.app .box ul li.on .bt i{transform: rotate(-180deg);}

.gc{padding:80px 0 50px 0;position: relative;}
.gc .title{position: absolute;left: 0;top:10px;}
.gc .wrap{position: relative;}
.gc .box{display: flex;justify-content: space-between;align-items: center;}
.gc .box img{display: block;max-width: 100%;}
.gc .box .txt{margin-left: 30px;background-color: #2171b4;border-radius: 5px;color:#fff;box-shadow: 20px -20px 0 rgba(255,255,255,0.1);width: 320px;padding:30px;margin-top: 50px;}
.gc .box .txt .t1{font-weight: bold;font-size:0.3rem;line-height: 0.28rem;text-align: center;margin-bottom: 25px;}
.gc .box .txt a.more{display: block;text-align: center;background-color: #fff;border-radius: 5px;margin:30px auto 0 auto;width: 1.65rem;line-height:0.34rem;font-size:14px;color:#333;transition: 0.5s;}
.gc .box .txt .more a:hover{transform: translateY(-5px);color:#333;box-shadow: 3px 3px 3px rgba(0,0,0,0.2);}

.myscroll { width: 100%; height:210px;  overflow: hidden;padding-left: 20px;}
.myscroll li a{ height: 30px;font-size:14px;color:#fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; line-height:28px;}
.myscroll li a:hover{color:#fff;text-decoration: underline !important;}

footer{background:#0861ab;}
.foot-links{background-color: #2171b4;padding:13px 0;color:#fff;}
.foot-links .wrap2{display: flex;flex-wrap: wrap;overflow: hidden;justify-content: space-between;align-items: flex-start;height: 50px;}
.foot-links .wrap2 .t1{display: flex;justify-content: center;align-items: center;background-color: #0861ab;width: 160px;line-height: 48px;}
.foot-links .wrap2 .t1 img{margin-right: 10px;}
.foot-links .wrap2 .t2{display: flex;flex-wrap: wrap;width: calc(100% - 170px);font-size:14px;line-height: 50px;}
.foot-links .wrap2 .t2 a{color:#fff;margin:0 6px;}
.foot-box{display: flex;justify-content: space-between;padding:30px 0;font-size:14px;color:#fff;}
.foot-box img{display: block;max-width: 100%;}
.foot-box .ewm{text-align: center;padding-top: 25px;}
.foot-box .ewm img{width: 110px;}
.foot-box .ewm span{display: block;padding-top: 10px;}
.foot-box .dl-box{display: flex;flex-wrap: wrap;max-width: 1200px;width: 100%;border-left: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);padding-left: 40px;}
.foot-box .dl-box .lxfs{width: 20%;padding: 0 1% 20px 1%;}
.foot-box .dl-box .lxfs dl{font-size: 16px; font-weight: bold; color: rgb(255,255,255,0.8); line-height: 32px;}
.foot-box .dl-box .lxfs dd{font-size: 14px;line-height: 24px; color: rgb(255,255,255,0.8);}
.foot-txt{padding:0.15rem 0;font-size:0.14rem;color:#fff;text-align: center;background-color: #2171b4;}
footer a{ color: rgb(255,255,255,0.8);}
footer a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page{padding:40px 0 50px 0;}
.page .wrap2{display: flex;}
.page-left{width:300px;margin-right: 50px;}

.s-drop-wrap { width:100%; }
.s-drop-btn { background:#0861ab; line-height:0.32rem; font-size:0.24rem;font-weight: bold; color: #fff; position:relative;padding:24px 0 24px 40px;}
.s-drop-btn em{display: block;font-weight: normal;font-size: 14px;line-height: 0.2rem;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#0861ab;}

.s-drop-list {display: block;}
.s-drop-list li{ margin-top:10px;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:0.16rem; color:#333;line-height:0.5rem; background:#e9e9e9;padding-left: 35px; }
.aside-list-link i{margin-right: 10px;}
.aside-list-link:hover, .aside-list-link.act{ background:#0861ab; color:#fff;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px; margin-bottom:1px; text-align:center; background:#eee;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#fff;color:#860000;}

.page-left .lxfs{margin-top: 20px;color:#fff;text-align: center;font-weight: bold;padding:30px;}
.page-left .lxfs .t1{font-size:0.14rem;line-height: 0.3rem;}
.page-left .lxfs .t2{font-size:0.18rem;line-height: 0.35rem;color:#333;background-color: #fff;margin:13px auto 30px auto;width:80%}
.page-left .lxfs .t3{font-size:0.24rem;}

.page-right{width: calc(100% - 350px);}
.page-bt{width:100%;line-height: 0.48rem;display: flex;justify-content: space-between;align-items: center;background-color: #f5f5f5;padding-right: 20px;}
.page-bt b{font-size:0.2rem;color:#fff;background-color: #0861ab;padding:0 40px;display: block;}
.page-bt a{color:#333;font-size:0.14rem;}
.page-bt a:hover{color:#0861ab;}

.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;background-color: #f5f5f5;padding:15px 15px 0 15px;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(220/308*100%);}
.pro-ul li a .txt{line-height: 0.5rem;font-size:0.16rem;color:#333;text-align: center;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}

.pro-ul2{display: flex;flex-wrap: wrap;margin:0 -1%;padding:15px 0;}
.pro-ul2 li{width: calc(100% / 3 - 2%);margin:1%;}
.pro-ul2 li a{display: block;height: 310px;position: relative;;transform-style: preserve-3d;perspective:800px;}
.pro-ul2 li a .front{width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 2;transition: 0.5s;background-color: #0861ab;color:#fff;padding:20px;transform: rotateY(-180deg);z-index: -1;}
.pro-ul2 li a .front span{ width:100%; text-align:center; display:block; height:26px; font-size:16px; padding-bottom:4px;}
.pro-ul2 li a .back{width: 100%;height: 100%;position: absolute;left:0;top:0;;transition: 0.5s;}
.pro-ul2 li a:hover .back{transform: rotateY(180deg);z-index: -1;}
.pro-ul2 li a:hover .front{transform: rotateY(0);z-index: 2;}



.pro-show{padding:20px 0;}
.pro-show .tabs{display: flex;justify-content: center;flex-wrap: wrap;}
.pro-show .tabs a{display: block;text-align: center;font-size:0.16rem;color:#333;line-height: 0.48rem;width: 210px;background-color: #f7f8f8;}
.pro-show .tabs a:hover, .pro-show .tabs a.on{background-color: #0861ab;color:#fff;}
.pro-show .box{display: flex;padding:0.35rem 0 0 0;}
.pro-show .box .left{width: 50%;}
.pro-show .box .left .pic{width: 100%;position: relative;overflow: hidden;}
.pro-show .box .left .pic::before{content:"";display: block;padding-top: 57%;}
.pro-show .box .right{width:50%;background:#0861ab;padding:40px 50px;color:#fff;}
.pro-show .box .right .tit{ display:block; font-size:18px; line-height:32px; padding-bottom:10px;}
.pro-show .box .right .txt{ line-height:30px; font-size:16px;}

.pro-show .show-xq{padding:0;width: 100%;}
.pro-show .show-xq .bt{width: 100%;background-color: #f8f8f8;line-height: 0.4rem;}
.pro-show .show-xq .bt b{font-size:0.16rem;color:#fff;display: inline-block;padding:0 25px;background-color: #0861ab;}
.pro-show .show-xq .txt{padding:20px 0 30px 0; line-height:30px; font-size:16px;}
.pro-show .show-xq img{max-width:100% !important; height:auto !important; margin:6px auto;}
.pro-show .show-xq ul{display: flex;flex-wrap: wrap;margin:0 -1%;}
.pro-show .show-xq ul li{width: calc(100% / 4 - 2%);margin:1%;}
.pro-show .show-xq ul li .pic{width: 100%;position: relative;overflow: hidden;;}
.pro-show .show-xq ul li .pic::before{content:"";display: block;padding-top: calc(230/355*100%);}
.pro-show .show-xq ul li .t1{width: 100%;text-align: center;line-height: 0.5rem;color:#333;font-size:0.16rem;}


.news-show{min-height:5rem;padding: 20px 0;}  
.news-show .bt{border-bottom: 1px solid #dadada;padding-bottom: 0.15rem;text-align: center;margin-bottom: 0.2rem;}
.news-show .bt b{display: block;line-height: 0.36rem;font-size: 0.2rem;color:#333;}
.news-show .bt span{display: block;line-height: 0.25rem;font-size: 0.14rem;color:#888;}
.news-show .nr{font-size: 0.16rem;color:#555;line-height: 0.28rem;}
.news-show .nr img{ display:block; margin:10px auto; max-width:100% !important; height:auto !important;}

.news-ul{display: block;padding:20px 0;}
.news-ul li{background-color: #f6f6f6;padding:15px;width: 100%;margin:0 0 20px 0;}
.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: 0.18rem;color:#333;font-weight: bold;}
.news-ul li a .txt .t2{width:100%;font-size: 0.15rem;color:#777;line-height: 0.24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .txt .t3{width:100%;font-size: 0.14rem;color:#6c6c6c;font-family: "arial";}
.news-ul li a:hover .img_cover{transform: scale(1.1);}
.news-ul li a:hover .t1{color:#026bbc}


.news-show{min-height:5rem;padding: 0.3rem 0;}  
.news-show .bt{border-bottom: 1px solid #dadada;padding-bottom: 0.15rem;text-align: center;margin-bottom: 0.2rem;}
.news-show .bt b{display: block;line-height: 0.36rem;font-size: 0.2rem;color:#333;}
.news-show .bt span{display: block;line-height: 0.25rem;font-size: 0.14rem;color:#888;}
.news-show .nr{font-size: 0.16rem;color:#555;line-height: 0.28rem;}
.news-show img{display: block;max-width: 100%;margin:0.2rem auto;}








.hot{width:100%;background:#084d9e; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
    height: calc(58px +  constant(safe-area-inset-bottom));height: calc(58px +  env(safe-area-inset-bottom));padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.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: #fff; 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); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 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{ margin-bottom: 15px; 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:30px;height: 30px; 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 .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:1550px){
  .wrap2{ width:96%}
  .banner .swiper-slide:nth-child(1) .txt{padding-left: 2%;}
  .gc .box img{max-width: 60%;}
}
@media (max-width:1220px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .banner .swiper-slide::before{padding-top: 40%;}
  .banner .swiper-slide:nth-child(1) .txt img{max-width: 60%;}
  .banner .swiper-slide:nth-child(2) .txt{padding-left: 2%;}
  .banner .swiper-slide:nth-child(2) .txt img{max-width: 45%;}
  .swiper-zy .swiper-slide a{padding:0 20px;}
  .app .box ul li{width: 70px;}
  .app .box ul li .bt{width: 70px;}
  .app .box ul li .bt span{padding-left: 22px;font-size:20px;}
  .app .box ul li.on{width: calc(100% - 70px*5);}
  .app .box ul li.on .txt{padding:0 20px;}
  .app .box ul li .txt .tt{width:100%;}
  .app .box ul li .txt{width: calc(100% - 70px);}
  .foot-box .ewm, .foot-box .logo2{display: none;}
  .foot-box .dl-box{border:none;padding:0;}
  .pro-show .box .right{padding:20px;}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .header-form{display: none;}
  .zy{padding:60px 0;}
  .gc .box .txt .t1{font-size:20px;}
  .foot-box .dl-box .lxfs{width: calc(100% / 3);}
  .foot-links{display: none;}
  /**/
  .page .wrap2{display: block;width:100%;}
  .page-left{width:100%;margin:0;}
  .s-drop-list{display: none;}
  .page-right{width:100%;padding:0 2%;}
}
 
@media (max-width:767px){
  .header-main{padding:10px 0;}
  .header-main .logo{width:250px;}
  .banner .swiper-slide::before{padding-top: 38.33333%;}
  .banner .swiper-slide:nth-child(1) .txt a{margin-top: 30px;}
  .banner .swiper-slide .txt a{width:100px;}
  .banner .swiper-slide:nth-child(1) .txt img{max-width: 85%;}
  .banner .swiper-slide:nth-child(2) .txt img{max-width: 70%}
  .title .t1{font-size:22px;}
  .title .t2{padding-top: 0;}
  .zy{padding:24px 0;}
  .swiper-zy{padding:20px 0 0 0;}
  .swiper-zy .swiper-slide{height: initial;}
  .swiper-zy .swiper-slide a{height: initial;padding:15px;}
  .swiper-zy .swiper-slide a .nubmer{width: 44px;height:44px;font-size: 20px;margin:10px auto;}
  .swiper-zy .swiper-slide a img{max-width: 55%;}
  .swiper-zy .swiper-slide a .t1{font-size:18px;}
  .app{padding:30px 0;}
  .app .box{padding:10px 0 0 0;}
  .app .box ul{flex-wrap: wrap;}
  .app .box ul li{width: calc(100% / 3);}
  .app .box ul li.on{width: 100%;flex-wrap: wrap;}
  .app .box ul li.on .txt{width: 100%;display: block;padding:20px 0;}
  .app .box ul li .bt{height: initial;padding:10px;width: 100%;justify-content: space-between;align-items: center;}
  .app .box ul li .txt{display: none;}
  .app .box ul li .bt span{width: initial;padding:0;writing-mode:initial;font-size:14px;}
  .app .box ul li .bt i{width: initial;font-size:20px;}
  .app .box ul li .txt .t2{margin:10px 0 20px 0;}
  .gc{padding:30px 0;}
  .gc .box{display: block;}
  .gc .title{position: static;}
  .gc .box img{width: 100%;margin:20px auto;max-width: 100%;}
  .gc .box .txt{width: 90%;margin:0;}
  .foot-box{padding:0 0 20px 0;}
  .foot-box .dl-box .lxfs{width: 50%;padding:20px 2% 0 2%;}
  /**/
  .s-drop-btn{padding:10px 0 10px 20px;}
  .pro-ul li{width: 48%;}
  .pro-ul li a{padding:6px 6px 0 6px;}
  .pro-show .tabs{justify-content: flex-start;}
  .pro-show .tabs a{width: 50%;}
  .pro-show .box{display: block;padding:14px 0 0 0;}
  .pro-show .box .left{width: 100%;}
  .pro-show .box .right{width: 100%;min-height: 2rem;}
  .pro-show .show-xq{padding:10px 0 0 0;}
  .pro-show .show-xq ul li{width: 48%;}
  .news-ul li{padding:5px;margin-bottom: 14px;}
  .news-ul li a .pic{width: 130px;}
  .news-ul li a .txt{width: calc(100% - 130px);padding-left: 10px;}
  .news-ul li a .txt .t2{-webkit-line-clamp:2;} 
  .news-show .bt{text-align: left;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .news-show .bt{text-align: left;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .pro-ul2 li{width: 48%;}
  .pro-ul2 li a{height: 160px;}


}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	