﻿*{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; color:#333333}
a:hover{ color:#f00}
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%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}

/* header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:rgba(255,255,255,0.9); visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
} */
header.act .header-top, header.act .header-box{display: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;width:100%;z-index: 9999;}   

.header-main{display:flex;justify-content:space-between;align-items:center;}
.header-main .logo img{ max-width:100%; display:block;}

.nav-ul {display: flex;}
.nav-ul li {margin:0 10px;position: relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#666;line-height:94px;text-align:center;padding:0 12px;position: relative;overflow: hidden;}
.nav-ul li .nav_a::before{content:"";display: block;width:0px;height: 2px;background: #0064b1;position: absolute;left:50%;bottom:25%;transition: 0.3s;z-index: -1;transform: translateX(-50%);}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #0064b1;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 80%;}

.nav-ul li:nth-child(4) .sub_ul{width: 300%;}
.nav-ul li:nth-child(4) .sub_ul li{width: 50%;float: left;}
.nav-ul li:nth-child(4) .sub_ul li:nth-child(odd){border-right: 1px solid #999;}



.nav-ul .sub_ul {display: none;position: absolute;z-index:999;background:rgba(255,255,255,0.9);width: 140%;left:50%;transform: translateX(-50%);box-shadow: 0 0 5px rgba(0, 0, 0,0.2);}
.nav-ul .sub_ul li{margin:0;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:40px;color:#333;display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom: 1px solid #999;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fff;background: #0064b1;}

.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:#0064b1;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 ul{ 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 li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:59px;  font-size:15px; color:#333;border-bottom: 1px solid #ddd;transition: all 0.3s;padding-left: 20px;}
.sjnav li a:hover, .sjnav li.active a{color:#0064b1;font-weight: bold;} */

.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:50px 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 #ddd;}
.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:49px; font-size:15px; color:#333;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:20px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.on .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;max-height:200px;overflow-y: auto;}
.sjnav .list-inline-li .sublist a{display: block; font-size: 14px;color:#666;line-height: 32px;background-color: #f5f5f5;padding:0 0 0 20px;}
.sjnav .list-inline-li .sublist a:hover{color:#0064b1;}

.sjnav .list-inline-li.active .list-box .list-link{color:#0064b1;font-weight: bold;}





.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#0064b1}
.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{display: flex;justify-content: space-between;align-items: center;position: relative;width: 100%;}
.title .bt{display: flex;align-items: center;text-transform: uppercase;}
.title .bt em{display: block;font-size:52px;color:#0064b1;margin-right: 0.08rem;}
.title .bt b{display: block;font-size:20px;color:#333;line-height: 29px;font-weight: normal;}
.title .bt span{display: block;font-size:14px;color:#333;line-height: 21px;}
.title a{display: block;text-transform: uppercase;font-size:12px;color:#999;font-family: "Arial";width: 0.8rem;text-align: center;}
.title a:hover{color:#0064b1;font-weight: bold;}
.title::before{content:"";display: block;width: calc(100% - (1.6rem + 0.8rem));height: 9px;background: url(../images/xian.png) repeat-x;position: absolute;left:1.6rem;top:50%;transform: translate(0,-50%);}

.news{padding:0.4rem 0;}
.news .box{padding:0.4rem 0 0 0;display: flex;justify-content: space-between;}
.swiper-news{width: 57%;margin:0;}
.swiper-news a{display: block;position: relative;overflow: hidden;border-radius: 5px;}
.swiper-news a::before{content:"";display: block;padding-top:4.1rem;}
.swiper-news a .t1{width: 100%;line-height: 0.5rem;text-align: center;font-size:0.16rem;color:#fff;position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0,0.7); text-indent:6px;}


.prev-news, .next-news{font-size:0.8rem;font-family: "SimSun";color:#fff;transform: translateY(-50%);background: none;width: 0.48rem;height: 0.48rem;}
.news .box .right{width: 40%;}
.news .box .right a{padding-left:40px;position: relative;font-size:0.15rem;color:#666;border-bottom: 1px dashed #e5e5e5;line-height: 0.4rem;display: block;}
.news .box .right a::before{content:"";display: block;width:0.1rem;height: 0.1rem;background: #999;border-radius: 50%;position: absolute;left: 7px;top:50%;transform: translateY(-50%);}
.news .box .right a:hover{color:#0064b1;transform: scale(1.05);}
.news .box .right a:hover::before{background: #0064b1;}
.news .box .right a p{ width:calc(100% - 100px); overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news .box .right a span{ width:100px; float:right; font-size:0.14rem; text-align:right;}

.pro{position: relative;}
.pro .bj .wrap{height: 1.7rem;display: flex;align-items: center;}
.pro .bj .title .bt em, .pro .bj .title .bt b, .pro .bj .title .bt span, .pro .bj .title a{color:#fff;}
.pro ul{display: block;margin:0.4rem -0.5%;position: relative;}
.pro ul li{width: calc(100% / 3 - 1%);margin:0.5%;float: left;}
.pro ul li a{display: block;position: relative;overflow: hidden;border:6px solid #f1f6f7;border-radius: 5px;}
.pro ul li a::before{content:"";display: block;padding-top:76%;}
.pro ul li a .t1{font-size:0.2rem;color:#fff;position: absolute;left: 0;bottom: 0.11rem;width: 100%;background: -webkit-linear-gradient(left,#0064b1 50%,rgba(255,255,255,0));line-height: 26px;padding:0.1rem 0.24rem; font-weight:400;}
.pro ul li a .t1 span{display: block;font-size:0.14rem;font-family: "arial";}
.pro ul li:nth-child(2) a::before{padding-top: 158%;}
.pro ul li:nth-child(2) .t1{background: -webkit-linear-gradient(left,rgba(255,255,255,0),#0064b1 50%);text-align: right;bottom: 1rem;}
.pro ul li:last-child{position: absolute;left: 0;bottom: 0;}
.pro ul li a:hover .img_cover{transform: scale(1.1);}
.pro ul li .hover{width: 100%;height: 100%;background: rgba(0, 0, 0,0.5);position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;opacity: 0;}
.pro ul li .hover::before{content:"";display: block;width: 90%;height: 90%;border:1px solid #fff;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.pro ul li .hover .t2{color:#fff;font-size:0.22rem;line-height: 0.3rem;}
.pro ul li .hover .t2 span{display: block;font-size:0.16rem;font-family: "arial";line-height: 0.3rem;}
.pro ul li:hover .hover{opacity: 1;}
.pro ul li:hover .t1{display: none;}

.jpgc{padding:0 0 0.2rem 0;}
.jpgc .box{position: relative;}
.swiper-jpgc {padding:0.4rem 0;}
.swiper-jpgc a{display: block;transition: 0.5s;}
.swiper-jpgc a .pic{width: 100%;position: relative;overflow: hidden;border-radius: 5px;}
.swiper-jpgc a .pic::before{content:"";display: block;padding-top:114%;}
.swiper-jpgc a .hover{width: 100%;height: 100%;position:absolute;left: 0;top: 0;padding:5%;background: rgba(0,100,177,0.4);color:#fff;display: flex;flex-wrap: wrap;align-content: space-around;opacity: 0;}
.swiper-jpgc a .hover .t1{width: 100%;}
.swiper-jpgc a .hover .t2 i{margin-right: 10px;}
.swiper-jpgc a:hover .hover{opacity: 1;}
.swiper-jpgc a .txt{margin-top: 4px;border-radius: 10px;border:1px solid #e4e4e4;background: #f3f3f3;font-size:0.14rem;color:#333;line-height: 42px;text-align: center;}
.swiper-jpgc a:hover{transform: translateY(-10px);}
.swiper-jpgc a:hover .txt{background: #0064b1;color:#fff;}
.prev-jpgc, .next-jpgc{width: 0.24rem;height: 0.48rem;background: #f3f3f3;border:1px solid #e4e4e4;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);}
.prev-jpgc{left: -35px;border-radius: 30px 0 0 30px;}
.next-jpgc{right: -35px;border-radius: 0 30px 30px 0;}
.prev-jpgc:hover, .next-jpgc:hover{background: #0064b1;color:#fff;}

footer{background:#0064b1;color:#fff;}
.foot-top{border-bottom: 1px solid rgba(255,255,255,0.3);padding:0.18rem 0;}
.foot-top .wrap{display: flex;justify-content: space-between;align-items: center;}
.foot-top .wrap img{display: block;max-width: 100%;}
.foot-top .wrap dl{width: 3.7rem;border:1px solid #fff;font-size:14px;color:#fff;position: relative;}
.foot-top .wrap dl dt{display: flex;align-items: center;cursor: pointer;}
.foot-top .wrap dl dt i{width: 40px;height: 35px;display: flex;justify-content: center;align-items: center;background: #31a1f7;color:#fff;}
.foot-top .wrap dl dt div{width: calc(100% - 0.4rem);text-align: center;}
.foot-top .wrap dl dt div span{position: relative;padding:0 0.44rem;}
.foot-top .wrap dl dt div span::before, .foot-top .wrap dl dt div span::after{content:"";display: block;width: 0.3rem;height: 1px;background: #fff;position: absolute;top:50%;transform: translateY(calc(-50% - 0.5px));}
.foot-top .wrap dl dt div span::before{left: 0;}
.foot-top .wrap dl dt div span::after{right: 0;}
.foot-top .wrap dl dd{display: none;position: absolute;width: 100%;background: #fff;}
.foot-top .wrap dl dd a{display: block;float: left;padding:5px 15px;color:#333;}
.foot-top .wrap .ewm{display: flex;}
.foot-top .wrap .ewm .bb{width: 70px;text-align: center;}
.foot-top .wrap .ewm .bb img{display: block;max-width: 100%;width: 100%;}
.foot-top .wrap .ewm .bb span{display: block;padding-top: 8px;}
.foot-top .wrap .ewm .bb + .bb{margin-left: 0.4rem;}
.foot-box{padding:0.15rem;}
.foot-box .wrap{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-box .wrap .lxfs{line-height: 30px;font-size:14px;}
.foot-box .wrap .lxfs img{margin-right: 0.15rem;}
.foot-box .wrap dl dt{line-height: 25px;font-size:14px;font-weight: normal;margin-bottom: 4px;}
.foot-box .wrap dl dd a{display: block; line-height: 25px;font-size:12px;}
.foot-txt{border-top: 1px solid rgba(255,255,255,0.3);padding:0.15rem 0;}
.foot-txt .wrap{display: flex;justify-content: space-between;align-items: center;flex-direction:row-reverse;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}

.about{padding:20px 2%;}
.about .txt{font-size:16px;line-height: 30px;padding:24px 0;}
.about .txt img{ max-width:100% !important; height:auto !important;}
.about .img{display: block;max-width: 100%;margin:0 auto;}
.about .map{width: 100%;height: 300px;background-color: #f5f5f5;}
.sj-nav{width: 100%;padding:10px 0 0 0;}
.sj-nav .list{width: 100%;}
.sj-nav .list li{border-bottom: 1px solid rgba(255,255,255,0.3);position: relative;z-index: 9;clear: both;}
.sj-nav .list li span{display: block;font-size:14px;color:#fff;line-height: 42px;padding-left: 10px;position: relative;z-index: 8;}
.sj-nav .list .er{display: none;clear: both; padding-left: 22px;}
.sj-nav .list .er a{display: block; font-size: 12px; color: #fff; line-height: 30px;}
.sj-nav .list li:nth-child(4) .er a{width: calc(100% / 3 - 5px); display: inline-block;}

/**/
.page{padding:0.3rem 0;}
.page .wrap{display: flex;}
.page-left{width: 185px;margin-right: 40px;}
.page-left .tt{border-left: 3px solid #0064b1;font-size:0.2rem;color:#000;margin-bottom: 11px;padding-left: 20px;width: 100%;}
.page-left .tt a:hover,.page-left .tt a.on{ color:#0064b1;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#fff; line-height:26px; font-size:20px; color: #333;font-weight: bold; position:relative;margin-bottom: 0.2rem;}
.s-drop-btn b{color:#0064b1;text-transform: uppercase;}
.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{ margin-bottom:3px;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:16px; color:#333;line-height:40px; background:#f2f2f2; border-radius:5px;padding-left: 36px;}
.aside-list-link:hover, .aside-list-link.act{ background:#0064b1; 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-right{width: calc(100% - 225px);}
.page-bt{font-size:14px;color:#333;line-height: 0.33rem;border-bottom: 1px solid #e1e1e1;padding-left: 15px;position: relative;}
.page-bt::before{content:"";display: block;width: 4px;height: 4px;background: #0064b1;position: absolute;left: 0;top:50%;transform: translateY(-50%);}
.page-bt a{color:#333;}
.page-bt a:hover{color:#0064b1;}
.page-bt .fan{right: 0;top:50%;transform: translateY(-50%);color:#0064b1;font-weight: bold;font-size:0.15rem;position: absolute;}

.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:0.2rem 0;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.pro-ul li a{display: block;transition: 0.5s;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;border-radius:5px;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:75%;}
.pro-ul li a .pic1{width: 100%;position: relative;overflow: hidden;border-radius: 5px;}
.pro-ul li a .pic1::before{content:"";display: block;padding-top:75%;}
.pro-ul li a .hover{width: 100%;height: 100%;position:absolute;left: 0;top: 0;padding:5%;background: rgba(0,100,177,0.37);color:#fff;display: flex;flex-wrap: wrap;align-content: space-around;opacity: 0;}
.pro-ul li a .hover .t1{width: 100%;}
.pro-ul li a .hover .t2 i{margin-right: 10px;}
.pro-ul li a:hover .hover{opacity: 1;}
.pro-ul li a .txt{font-size:0.16rem;color:#333;line-height:38px;text-align: center;}
.pro-ul li a:hover{transform: translateY(-10px);}

.pro-show{position: relative;padding:0.35rem 0;}
.pro-show .top{width:100%;position: relative;overflow: hidden;border-radius: 10px;}
.pro-show .top a::before{content:"";display: block;padding-top:42%;}
.pro-show .top a{display: block;position: relative;overflow: hidden;z-index: 9;}
.pro-show .top .topL, .pro-show .top .topR{position: absolute;top:50%;transform: translateY(-50%);font-size:0.8rem;color:#000;font-family: "SimSun";opacity: 0.3;width: 0.6rem;height: 0.8rem;font-weight: bold;display: flex;justify-content: center;align-items: center;cursor: pointer;z-index: 99;}
.pro-show .top .topL{left: 0;}
.pro-show .top .topR{right: 0;}
.pro-show .txt{margin:0.35rem 0;background: #0064b1;padding:0 0.2rem;color:#fff;font-size:0.2rem;line-height: 0.5rem;display: flex;}
.pro-show .txt .t1{font-family: "arial";margin-right: 0.2rem;}
.pro-show .txt .t1 span{font-size:0.3rem;}
.pro-show .bottom{width: 100%;position: relative;}
.pro-show .bottom .topL, .pro-show .bottom .topR{width: 0.35rem;height: 100%;background: #c5c5c5;display: flex;justify-content: center;align-items: center;position: absolute;top:0;font-size:0.16rem;color:#fff;}
.pro-show .bottom .topL{left: 0;}
.pro-show .bottom .topR{right: 0;}
.pro-show .bottom .topL:hover, .pro-show .bottom .topR:hover{background: #0064b1;color:#fff;}
.pro-show .bottom ul{display: flex;width: calc(100% - 1.2rem);margin:0 auto;}
.pro-show .bottom ul li{width: calc(100% / 5 - 2%);margin:0 1%;border:3px solid transparent;border-radius: 10px;position: relative;}
.pro-show .bottom ul li::before{content:"";display: block;width: 0px;height: 0px;border-bottom: 10px solid #0064b1;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;left: 50%;top:-10px;transform: translateX(-50%);opacity: 0;}
.pro-show .bottom ul li a{display: block;position: relative;overflow: hidden;border-radius: 7px;}
.pro-show .bottom ul li a::before{content:"";display: block;padding-top:75%}
.pro-show .bottom ul li a .hover{width: 100%;height: 100%;position:absolute;left: 0;top: 0;padding:5%;background: rgba(0,100,177,0.37);color:#fff;display: flex;flex-wrap: wrap;align-content: space-around;opacity: 0;}
.pro-show .bottom ul li a .hover .t1{width: 100%;}
.pro-show .bottom ul li a .hover .t2 i{margin-right: 10px;}
.pro-show .bottom ul li a:hover .hover{opacity: 1;}
.pro-show .bottom ul li.on{border-color: #0064b1;}
.pro-show .bottom ul li.on::before{opacity: 1;}
.pro-show .text{ padding-top:10px; font-size:0.16rem; line-height:0.3rem;}
.pro-show .text img{ max-width:100% !important; height:auto !important}

.news-show{min-height:5rem;padding:0.4rem;background-color: #fff;}  
.news-show .t1{text-align: center;font-size:18px;color:#333;}
.news-show .t2{font-size:0.15rem;color:#333;line-height: 0.3rem; margin-top:0.12rem;}
.news-show .t2 img{ max-width:100% !important; height:auto !important;}
.news-show .t2 table{ width:100% !important; height:auto !important;}
.news-show .t2 table tr td{ width:auto !important; height:auto !important; }
.news-show .t2 h1{ font-size:22px; line-height:30px;}
.news-show .t2 h2{ font-size:20px; line-height:30px;}
.news-show .t2 h3{ font-size:18px; line-height:30px;}
.news-show .t2 h4{ font-size:16px; line-height:30px;}
.news-show .date{display:block;text-align:center;font-size:0.14rem;color:#999;padding-top: 0.1rem; line-height:0.28rem; border-bottom:1px dotted #dedede;} 
.news-show .img-box{display: flex;flex-wrap: wrap;padding:0.2rem 0;justify-content: space-between;}
.news-show .img-box .pic{width: 46%;position: relative;overflow: hidden;border-radius: 10px;}
.news-show .img-box .pic::before{content:"";display: block;padding-top:69%;}
.news-show .t3{font-size:0.16rem;color:#333;line-height: 0.34rem; margin-top:0.12rem; width:100%;}
.news-show .t3 span{ width:49%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; float:left; padding-left:0.5%; padding-right:0.5%;}

.message form{width: 100%;}
.message form ul{width: 100%;}
.message form ul li{border: 1px solid #eee; margin:10px 0.5%;line-height: 36px;font-size: 16px; padding-left:6px; width:49%; float:left;}
.message form ul li input[type=text]{color:#333;width: 100%; font-size:14px;}
.message form ul li select{width: 100%;height: 30px; font-size:14px;}
.message form ul li select option{height: 30px; font-size:14px;}
.message form ul li input[type=button]{width: 90%;border-radius: 30px;background:#0064b1;font-size: 16px;line-height: 44px;color:#fff;}
.message form ul li input[type=submit]{width: 90%;border-radius: 30px;background:#0064b1;font-size: 16px;line-height: 44px;color:#fff;}
.message form ul li textarea{color:#333;width: 100%; height:90px; line-height:30px; border:0; font-size:14px;}
.message form ul li:last-child{border:none;text-align: center;}

.news-ul{display:block;padding:0.25rem 0 0 0;}
.news-ul li{width: 100%;background: #ededed;border-radius: 8px;padding:0.15rem;transition: 0.5s;margin-bottom: 0.25rem;}
.news-ul li a{display: flex;color:#333;transition: 0.5s;}
.news-ul li a .pic{width: 2.9rem;position: relative;overflow: hidden;border-radius: 6px;}
.news-ul li a .pic::before{content:"";display: block;padding-top:55%;}
.news-ul li a .txt{width: calc(100% - 2.9rem);padding-left: 0.2rem;}
.news-ul li a .txt .t1{width: 100%;line-height: 0.46rem;font-size:0.16rem;font-weight: bold;}
.news-ul li a .txt .t2{width: 100%;line-height: 0.28rem;font-size:0.16rem;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;text-align: right;}
.news-ul li:hover{background: #0064b1;}
.news-ul li:hover a{color:#fff;}
.news-ul li:hover a .img_cover{transform:scale(1.1);}

.about-dl{padding:0.25rem 0 ;}
.about-dl dt{display: flex;}
.about-dl dt b{display: block;width: 30%;text-align: center;background-color: #0064b1;font-size:0.18rem;color:#fff;line-height: 0.5rem;;}
.about-dl dt b:nth-child(even){width: 40%;}
.about-dl dd{display: flex;}
.about-dl dd a{display: flex;align-items: center;text-align: center;width:30%;min-height: 0.44rem;justify-content: center;background: #e0e7ec;font-size:0.15rem;color:#333;padding:1%;}
.about-dl dd a:nth-child(even){width: 40%;}
.about-dl dd:hover a{background: #f5f5f5;color:#0064b1}

.gallery-top {width:100%;position: relative;margin:0}
.gallery-top .swiper-slide::before{content:"";display: block;padding-top: 55%;} 
.gallery-top .swiper-slide .t1{width: 100%;line-height: 0.46rem;background: rgba(0,0,0,0.6);text-align: center;font-size:0.18rem;color:#fff;position: absolute;left: 0;bottom: 0;}

.gallery-thumbs{width:calc(100% - 70px);margin-top:20px;}
.gallery-thumbs .swiper-slide {opacity: 1; cursor:pointer;}
.gallery-thumbs .swiper-slide::before{content:"";display: block;padding-top:75%;} 
.gallery-thumbs .swiper-slide span{display: flex;justify-content: center;align-items: center;width: 100%; line-height: 0.3rem;overflow: hidden; color:#fff;font-size:0.16rem;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 2;opacity: 0; padding-left:10px; padding-right:10px;}
.gallery-thumbs .swiper-slide::after{content:"";display: block;width: 100%;height: 100%;background: rgba(0,0,0,.4);position:absolute;left: 0;top:0;opacity: 0;;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.gallery-thumbs .swiper-slide:hover::after, .gallery-thumbs .swiper-slide-thumb-active::after{opacity: 1;}
.gallery-thumbs .swiper-slide:hover span, .gallery-thumbs .swiper-slide-thumb-active span{opacity: 1;}

.prev-thumbs ,.next-thumbs{font-size:0.4rem;color:#fff;width:0.35rem;height:0.9rem;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);position: absolute;top:50%; z-index: 9999;outline: none;}
.prev-thumbs{left: 10px;}
.next-thumbs{right:10px;}

.thumbs-box{width: 100%;position: relative;}
.prev-top, .next-top{width: 0.2rem;height: 100%;background: #f3f3f3;border:1px solid #e4e4e4;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);position: absolute;z-index: 5;top:50%;color:#333;font-size:0.26rem;}
.prev-top{right: 0;border-radius: 0 30px 30px 0;left:initial;}
.next-top{left: 0;border-radius: 20px 0 0 20px;right:initial;}
.prev-top:hover, .next-top:hover{background: #0064b1;color:#fff;}


.picMarquee-left{ width:100%; position:relative; padding:0.1rem 0 0.5rem 0;}
.picMarquee-left .hd{width:100%;}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next{width: 0.24rem;height: 0.48rem;background: #f3f3f3;border:1px solid #e4e4e4;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);position: absolute;z-index: 99;top:50%;color:#333;}
.picMarquee-left .hd .prev{left: -35px;border-radius: 30px 0 0 30px;}
.picMarquee-left .hd .next{right: -35px;border-radius: 0 30px 30px 0;}
.picMarquee-left .hd .prev:hover, .picMarquee-left .hd .next:hover{background: #0064b1;color:#fff;}

.picMarquee{display: none;}
.picMarquee:first-child{display: block;}

.picMarquee-left .bd-box .bd{ width: 100%; padding:10px 0 0 0; overflow: hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; width: 100%;padding:10px 0 0 0; }
.picMarquee-left .bd ul li{ float:left;overflow:hidden; width: calc(100% / 5 - 20px);padding:10px 0 0 0;margin:0 10px; }
.picMarquee-left .bd ul li a{display: block;transition: 0.5s;}
.picMarquee-left .bd ul li a .pic{width: 100%;position: relative;overflow: hidden;border-radius: 10px;}
.picMarquee-left .bd ul li a .pic::before{content:"";display: block;padding-top:80%;}
.picMarquee-left .bd ul li a .hover{width: 100%;height: 100%;position:absolute;left: 0;top: 0;padding:5%;background: rgba(0,100,177,0.4);color:#fff;display: flex;flex-wrap: wrap;align-content: space-around;opacity: 0;}
.picMarquee-left .bd ul li a .hover .t1{width: 100%;}
.picMarquee-left .bd ul li a .hover .t2 i{margin-right: 10px;}
.picMarquee-left .bd ul li a:hover .hover{opacity: 1;}
.picMarquee-left .bd ul li a .txt{margin-top: 4px;border-radius: 10px;border:1px solid #e4e4e4;background: #f3f3f3;font-size:0.14rem;color:#333;line-height: 42px;text-align: center;}
.picMarquee-left .bd ul li a:hover{transform: translateY(-10px);}
.picMarquee-left .bd ul li a:hover .txt{background: #0064b1;color:#fff;}


.slideGroup{ width:100%; position:relative; padding:0.1rem 0 0.5rem 0;}

.slideGroup .parHd{display: flex;border-bottom: 1px solid #ccc;}
.slideGroup .parHd a{display: flex;align-items: center; width:120px;line-height: 40px;background: #fff;color:#0064b1;text-align: center;font-size:0.16rem;font-weight: bold;justify-content: center;position: relative;}
.slideGroup .parHd a em{margin-right: 10px;}
.slideGroup .parHd a:hover, .slideGroup .parHd a.on{background: #0064b1;color:#fff;}
.slideGroup .parHd a::before{content:"";display: block;width: 0px;height: 0px;border-top:10px solid #0064b1;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;left: 50%;bottom:-8px;transform: translateX(-50%);opacity: 0;}
.slideGroup .parHd a:hover::before, .slideGroup .parHd a.on::before{opacity: 1;}



.parBd{position: relative;}
.slideGroup .slideBox{width: 100%; margin:20px 0 0 0; overflow: hidden; display: none; }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:5px; top:10px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(images/icoLeft.gif) center center no-repeat #f4f4f4; }
.slideGroup .sNext{ left:auto; right:5px; background:url(images/icoRight.gif) center center no-repeat #f4f4f4;  }
/* .slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#f60;  } */

.slideGroup .sPrev, .slideGroup .sNext{width: 0.3rem;height: 100%;background: #f3f3f3;border:1px solid #e4e4e4;display: flex;justify-content: center;align-items: center;transform: translateY(-50%);position: absolute;z-index: 5;top:50%;color:#333;font-size:0.26rem;}
.slideGroup .sPrev{right: -35px;border-radius: 0 30px 30px 0;left:initial;}
.slideGroup .sNext{left: -35px;border-radius: 30px 0 0 30px;right:initial;}
.slideGroup .sPrev:hover, .slideGroup .sNext:hover{background: #0064b1;color:#fff;}

.slideGroup .parBd ul{ overflow:hidden; zoom:1; width: 100%;padding:10px 0 0 0; }
.slideGroup .parBd ul li{ float:left;overflow:hidden; width: calc(100% / 5 - 20px);margin:0 10px; }
.slideGroup .parBd ul li a{display: block;transition: 0.5s;}
.slideGroup .parBd ul li a .pic{width: 100%;position: relative;overflow: hidden;border-radius: 10px;}
.slideGroup .parBd ul li a .pic::before{content:"";display: block;padding-top:80%;}
.slideGroup .parBd ul li a .hover{width: 100%;height: 100%;position:absolute;left: 0;top: 0;padding:5%;background: rgba(0,100,177,0.4);color:#fff;display: flex;flex-wrap: wrap;align-content: space-around;opacity: 0;}
.slideGroup .parBd ul li a .hover .t1{width: 100%; font-size:12px; line-height:22px;}
.slideGroup .parBd ul li a .hover .t2 i{margin-right: 10px;}
.slideGroup .parBd ul li a:hover .hover{opacity: 1;}
.slideGroup .parBd ul li a .txt{margin-top: 4px;border-radius: 10px;border:1px solid #e4e4e4;background: #f3f3f3;font-size:0.14rem;color:#333;line-height: 42px;text-align: center;}
.slideGroup .parBd ul li a:hover{transform: translateY(-4px);}
.slideGroup .parBd ul li a:hover .txt{background: #0064b1;color:#fff;}
/*  */
.slideGroup .parBd .item{ float:left;overflow:hidden; width: 100%; padding:10px 0 0 0;}
.slideGroup .parBd .item{display: block;transition: 0.5s;}
.slideGroup .parBd .item .pic{width: 100%;position: relative;overflow: hidden;border-radius: 10px;}
.slideGroup .parBd .item .pic::before{content:"";display: block;padding-top:80%;}
.slideGroup .parBd .item .hover{width: 100%;height: 100%;position:absolute;left: 0;top: 0;padding:5%;background: rgba(0,100,177,0.4);color:#fff;display: flex;flex-wrap: wrap;align-content: space-around;opacity: 0;}
.slideGroup .parBd .item .hover .t1{width: 100%;}
.slideGroup .parBd .item .hover .t2 i{margin-right: 10px;}
.slideGroup .parBd .item:hover .hover{opacity: 1;}
.slideGroup .parBd .item .txt{margin-top: 4px;border-radius: 10px;border:1px solid #e4e4e4;background: #f3f3f3;font-size:0.14rem;color:#333;line-height: 32px;text-align: center;}



.index-tabs{display: flex;border-bottom: 1px solid #ccc;}
.index-tabs a{display: flex;align-items: center; width:120px;line-height: 40px;background: #fff;color:#0064b1;text-align: center;font-size:0.16rem;font-weight: bold;justify-content: center;position: relative;}
.index-tabs a em{margin-right: 10px;}
.index-tabs a:hover, .index-tabs a.on{background: #0064b1;color:#fff;}
.index-tabs a::before{content:"";display: block;width: 0px;height: 0px;border-top:10px solid #0064b1;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;left: 50%;bottom:-8px;transform: translateX(-50%);opacity: 0;}
.index-tabs a:hover::before, .index-tabs a.on::before{opacity: 1;}

.news-ul2{width: 100%;padding:0.15rem 0;}
.news-ul2 li{position: relative;line-height: 35px;}
.news-ul2 li a::before{content:"";display: block;width: 3px;height: 3px;background-color: #000;border-radius: 50%;position: absolute;left: 0;top:50%;transform: translateY(-50%);}
.news-ul2 li a{display: flex;justify-content: space-between;align-items: center;position: relative;padding-left: 13px;}
.news-ul2 li a .t1{font-size:14px;color:#666;width: calc(100% - 100px);}
.news-ul2 li a .t2{width: 100px;text-align: right;font-size:12px;color:#999;}
.news-ul2 li a:hover .t1{color:#0064b1;font-weight: bold;}
.news-ul2 .lis_x{height: 2px;width: 100%;padding:0.1rem 0;}
.news-ul2 .lis_x em{display: block;width: 100%;border-bottom: 1px dashed #d3d3d3;}

.page-newsshow{background-color: #f5f5f5;}

/* .on{height: 100px;display: block;} */

.hot{width:100%;background:#0064b1; 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:1200px){
	.wrap{ width:96%}
    .ban-img{object-fit:initial}
    .nav-ul li .nav_a{font-size:15px;padding:0 5px;}
    .prev-jpgc, .next-jpgc{display: none;}
    }

@media (max-width:991px){
    .header-main{padding:15px 0;}
    .news .box{display: block;}
    .swiper-news{width: 100%;}
    .news .box .right{width: 100%;padding-top: 20px;}
    .foot-top .wrap .ewm{display: none;}
    /**/
    .pro-ul li{width: 88%;margin:1% auto;}
    .news-ul li a .pic{width: 1.9rem;}
    .news-ul li a .txt{width: calc(100% - 1.9rem);}
}
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:300px;}
    .title::before, .title a{display: none;}
    .title{justify-content: center;}
    .about .txt{font-size:14px;line-height: 28px;}
    .pro .bj .wrap{height: 90px;}
    .pro ul{margin:20px;}    
    .pro ul li{width: 100%; margin:2% 0;}
    .pro ul li:nth-child(2) a::before{padding-top: 76%;}
    .pro ul li:nth-child(2) .t1{ background: -webkit-linear-gradient(left,#0064b1 50%,rgba(255,255,255,0));bottom: 0.1rem;text-align:left;}
	.pro ul li:last-child{left: 0;bottom: 0; position:relative;}
    .jpgc{padding:0;}
    .swiper-jpgc{padding:30px 0 0 0;}
    .swiper-jpgc a .pic::before{padding-top: 75%;}
    .swiper-jpgc a .txt{line-height: 36px;font-size:13px;}
    /* footer{margin-top: 30px;} */
    .foot-txt .wrap{display:block;}
    .foot-top .wrap img, .foot-box{display: none;}
    .foot-txt{font-size:12px;}
    .foot-top .wrap dl{width: 100%;}
    .foot-top .wrap dl dd{position: static;}
    .news{display: none;}
    /**/
    .page .wrap{display: block;}
    .page-left{width: 100%;margin:0;}
    .s-drop-list li a{font-size:14px;padding-left: 22px; line-height:34px;}
    .s-drop-list li{width: 49%;display: inline-block;}
    .s-drop-list{display: none;}
    .page-right{width:100%;}
    .news-show .t2{font-size:14px;line-height: 28px;}
    .news-ul li{padding:5px;}
    .news-ul li a .pic{width: 120px;}
    .news-ul li a .txt{width: calc(100% - 120px);}
    .news-ul li a .txt .t3{display: none;}
    .news-show .img-box .pic{width: 48%;}
	.news-show .t2 table{ width:100% !important; height:auto !important}
	.news-show .t2 table tr td{ width:auto !important; height:auto !important}
	.news-show .t3 span{ width:99%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; float:left; padding-left:0.5%; padding-right:0.5%;}
    .about-dl{padding:5px 0;}
    .about-dl dd span{padding:1%;}
    .pro-show{padding:0;}
    .pro-show .bottom ul li a .hover{display: none;}
    .pro-show .bottom ul li{width: calc(100% / 3 - 2%);}
    .pro-show .top::before{padding-top: 70%;}

    .slideGroup .parBd ul li{width: 48%;margin:0 5px;}
    .picMarquee-left .hd .prev{left: 0;display: none;}
    .picMarquee-left .hd .next{right: 0;display: none;}
    .slideGroup .sPrev{left: 0;}
    .slideGroup .sNext{right: 0;}

    .sj-nav .list li:before{content:"+";display: block; position: absolute;right: 10px;top:21px;color:#fff;font-size:14px;transform: translateY(-50%);}
	.sj-nav .list li.on:before{content:"-";}
  .news-show{padding:10px;}
  
  .message form{width: 100%;}
.message form ul{width: 100%;}
.message form ul li{border: 1px solid #eee; margin:4px 0.5%;line-height: 36px;font-size: 16px; padding-left:6px; width:49%; float:left;}
.message form ul li input[type=text]{color:#333;width: 100%; font-size:14px;}
.message form ul li select{width: 100%;height: 30px; font-size:12px;}
.message form ul li select option{height: 30px; font-size:12px;}
.message form ul li input[type=button]{width: 90%;border-radius: 30px;background:#0064b1;font-size: 14px;line-height: 36px;color:#fff;}
.message form ul li input[type=submit]{width: 90%;border-radius: 30px;background:#0064b1;font-size: 14px;line-height: 36px;color:#fff;}
.message form ul li textarea{color:#333;width: 100%; height:90px; line-height:30px; border:0; font-size:14px;}
.message form ul li:last-child{border:none;text-align: center;}
    
    
}

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
.fenye{float:left;margin:auto;width:100%;height:30px;text-align:center;line-height:30px; padding-top:10px;}



.index_tc{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;}
.index_tc .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 0;}
.index_tc .box{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50%; height: 60%; background-color: #fff;}
.index_tc .box .closes{position: absolute; top: -2px; right: -2px; border: 1px solid #fff; width: 25px; height: 25px; line-height: 23px; border-radius: 50%; text-align: center; font-size: 14px; color: #fff; z-index:99999; cursor:pointer;}
.index_tc .box .video_box{width: 100%; height: 100%;background-color: rgba(0,0,0,0.8); z-index: 0;}
.index_tc .box .video_box iframe{ width:100% !important; height:100% !important;}

@media (max-width:767px){
    .index_tc .box{width: 95%; height:300px;}
}

 .head_select{width: 100%; padding: 10px 0; background: #fff;}
 .head_select .m_right{width: 100%; float: right; overflow: hidden;}
 .head_select .f_box{width: 100%; height: 40px; border: 1px solid #888; border-radius: 20px; background-color: #fff; float: right; overflow: hidden;}
 .head_select .f_box .f_txt{width: calc(100% - 40px); height: 100%; float: left; border: none; outline:none; background-color: #fff; padding: 2px 10px; color: #333;}
 .head_select .f_box .f_btn{width: 40px; height: 100%; float: left; background: url("../images/index_10.png") no-repeat 50% 50%; outline:none; text-align: center; font-size: 14px; color: #fff; border: none; cursor:pointer;}