*{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%;}
.wrap2{ max-width:1500px; 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;height: 116px;width: 100%;}
header.act .header-content{animation:searchTop 0.5s ease-in-out !important;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}
header.act .nav-ul li .nav_a{line-height: 90px;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;}

.header-main{display:flex;justify-content:space-between;align-items:center;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .logo img:nth-child(2){display: none;}
.header-main .right{display: flex;align-items: center;width: 50%;}

.search-icon {width:20px;height:20px;display: flex;justify-content: center;align-items: center;position: relative;cursor: pointer;margin-left: 25px;}
.search-icon img:nth-child(2){display: none;}
.close-icon{position: absolute;left:50%;top:30%; width: 100%;height:16px;display:none;transform: translate(-50%,-50%);}
.close-icon::before, .close-icon::after{content:"";display: block; width:100%;height:2px;background:#004097;}
.close-icon::before{position:relative;top:12px;transform:rotate(45deg);}
.close-icon::after{ position:relative;top:10px;transform:rotate(-45deg);}

.header-form{width:100%;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.3);position: absolute;top:0;padding:10px 0;opacity: 0;transition: all 0.5s;left: 0;z-index: -1;}
.header-form form{width:100%;display:flex;justify-content: space-between;}
.header-form form input[type=submit]{width:1.25rem;line-height:0.32rem;border-radius: 5px;background:#004097;color:#fff;font-size:0.16rem;letter-spacing: 5px;}
.header-form form input[type=text]{width:calc(100% - 1.5rem);border:1px solid #d4d4d4;padding-left: 0.15rem;line-height: 0.34rem;}

.icon-wrapper.on .search-icon img {display:none;}
.icon-wrapper.on .close-icon {display:block;}
.header-form.on{opacity:1;z-index: 9;top:116px;}
header.act .header-form.on{top:90px;}

.nav-ul {display: flex;width:calc(100% - 95px);}
.nav-ul li {position:relative;width:calc(100% / 5);position: relative;}
.nav-ul li .nav_a {display:block;font-size:17px;color:#333;line-height:116px;text-align:center;font-weight: bold;transition: 0.5s;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #2162af;}

.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);padding:8px 20px;}
.nav-ul .sub_ul li{width:100%;position: relative;}
.nav-ul .sub_ul li .nav_a2{font-size:16px;line-height:50px;color:#333;display:block;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nav-ul .sub_ul li:hover .nav_a2, .nav-ul li .nav_a2.on {color: #2162af;}
.nav-ul .sub_ul li .list{position: absolute;right: -230px;background-color: #eee;width:210px;top:0;transition: 0.5s;opacity: 0;z-index: -1;}
.nav-ul .sub_ul li .list a{display:block;line-height: 20px;color:#333;background-color: #fff;text-align: left;padding:10px 5px;}
.nav-ul .sub_ul li .list a:hover{color:#fff;background-color: #2162af;}
.nav-ul li:nth-child(2) .sub_ul li::before{content:"";display: block;width: 0px;height: 0px;border-left: 6px solid #2162af;border-top: 6px solid transparent;border-bottom: 6px solid transparent;position: absolute;top:20px;right:0;}
.nav-ul .sub_ul li:hover .list{opacity: 1;z-index: 5;}

.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:#2162af;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%;}
.icon-menu.click span{background-color: #2162af;}

.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:#ffc000;}
.sjnav .list-inline-li.active .list-box .list-link{color:#0154a8;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:#000;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#fd5573;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;}

.index-banner .swiper-slide::before{content:"";display: block;padding-top:calc(1080 / 1920 * 100%);}
.index-banner .swiper-slide .wrap{position: absolute;left: 50%;transform: translateX(-50%);height: 100%;top:0;}
.index-banner .swiper-slide .wrap .txt{position: absolute;left: 0;top:48%;transform: translateY(-50%);line-height: 0.72rem;color:#fff;font-size: 0.45rem;}
.index-banner .swiper-slide .wrap .txt b{display: block;}
.index-banner .swiper-slide .wrap a{display: block;font-size:0.2rem;color:#fff;width: 2rem;line-height: 0.66rem;text-align: center;background-color: #2162af;border-radius: 5px;transition: 0.5s;margin-top: 40px;}
.index-banner .swiper-slide .wrap a:hover{transform: translateY(-8px);box-shadow: 4px 4px 5px rgba(0, 0, 0,0.3);}

.title{position: relative;}
.title .t1{display: flex;align-items: center;line-height: 0.44rem;font-size:0.25rem;color:#000;text-transform:uppercase;}
.title .t1 img{display: block;max-width: 100%;}
.title .t1 span{color:#2162af;}
.title .t1 em{font-size:0.2rem;color:#999;}
.title .t1 b{margin:0 0.1rem; }
.title .t2{line-height: 0.35rem;font-size:0.16rem;color:#2162af}

.more{display: block;width: 1.6rem;line-height: 0.46rem;text-align: center;background-color: #2162af;transition: 0.5s;font-size:0.14rem;color:#fff;}
.more:hover{transform: translateY(-5px);box-shadow: 4px 4px 5px rgba(0, 0, 0,0.3);color:#fff;}

.title2{text-align:center;}
.title2 .t1{display: inline-block;padding:0 0.4rem;position: relative;font-size:0.25rem;color:#000;line-height: 0.4rem;font-weight: bold;}
.title2 .t1::before, .title2 .t1::after{content:"";display: block;width: 0.27rem;height: 3px;background-color: #2162af;position: absolute;top:50%;transform: translateY(calc(-50% - 0.5px));}
.title2 .t1::before{left:0;}
.title2 .t1::after{right: 0;}
.title2 .t2{font-size:0.15rem;color:#333;line-height: 0.3rem;}
.title2 .t3{font-size:0.25rem;color:#eae9e9;line-height: 0.3rem;font-family: "arial";text-transform: uppercase;font-weight: bold;}

.tabs{display: flex;justify-content: center;padding:0.3rem 0 0 0;}
.tabs a{display: block;width: 1.6rem;line-height: 0.44rem;text-align: center;font-size:0.18rem;color:#333;margin:0 7px;border:1px solid #dadada;  }
.tabs a:hover, .tabs a.on{background-color: #2162af;color:#fff;}


.about{background-color: #f6f6f6;padding:0.4rem 0;}
.about .box{background-color: #fff;padding:0.4rem ;display: flex;justify-content: space-between;align-items: flex-end;box-shadow: 0 0 5px rgba(0, 0, 0,0.1);}
.about .box .left{width: 50%;}
.about .box .left .nr{font-size:0.16rem;color:#333;line-height: 0.3rem;margin:0.4rem 0;height: 3rem;overflow: hidden;}
.about .box .right{width: 44%;}
.about .box .right video{width: 100%;height: 100%;}

.pro{padding:0.34rem 0;}
.swiper-pro .swiper-wrapper{justify-content: center;}
.pro .box{padding:40px 50px;position: relative;}
.pro .box a{display: block;border:1px solid #dadada;}
.pro .box a .pic{width: 100%;position: relative;overflow: hidden;}
.pro .box a .pic::before{content:"";display: block;padding-top:calc(330 / 345 * 100%);}
.pro .box a .txt{text-align: center;line-height: 0.54rem;font-size:0.16rem;color:#333;position: relative;}
.pro .box a .txt::before{content:"";display: block;width: 210px;height: 4px;background-color: #2162af;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;z-index: -1;}
.pro .box a:hover .img_cover{transform: scale(1.1);}
.pro .box a:hover .txt{color:#fff;}
.pro .box a:hover .txt::before{width: 100%;height: 100%;}
.prev-pro, .next-pro{font-size:0.6rem;color:#9a9a9a;background: none;position: absolute;top:50%;transform: translateY(-50%);}
.prev-pro{left:0;}
.next-pro{right: 0;}
.prev-pro:hover, .next-pro:hover{color:#2162af;}
.bigbox .box{display: none;}
.bigbox .box:nth-child(1){display: block;}

.news{background-color: #f6f6f6;padding:0.4rem 0;}
.news .box{padding:40px 50px;position: relative;}
.news .box a{display: block;border:1px solid #dadada;position: relative;}
.news .box a .pic{width: 100%;position: relative;overflow: hidden;}
.news .box a .pic::before{content:"";display: block;padding-top:calc(342 / 473 * 100%);}
.news .box a .txt{width: 100%;line-height: 0.54rem;padding:0 20px;font-size:0.16rem;color:#fff;background-color: rgba(0, 0, 0,0.5);position: absolute;left: 0;bottom: 0;}
.news .box a:hover .img_cover{transform: scale(1.1);} 
.news .box a:hover .txt{background-color: #2162af;}
.prev-news, .next-news{font-size:0.6rem;color:#9a9a9a;background: none;position: absolute;top:50%;transform: translateY(-50%);}
.prev-news{left:0;}
.next-news{right: 0;}
.prev-news:hover, .next-news:hover{color:#2162af;}
.news .more{margin:0 auto;}

.classroom{padding:0.6rem 0;}
.classroom .wrap{display: flex;}
.classroom .wrap .box{width: 50%;padding:25px 50px 0 50px;}
.classroom .wrap .box ul{display: block;}
.classroom .wrap .box ul li{padding:0.2rem 0;}
.classroom .wrap .box ul li a{display: flex;align-items: center;}
.classroom .wrap .box ul li a .date{width: 0.9rem;font-size:0.14rem;color:#999;font-family: "arial";line-height: 0.2rem;}
.classroom .wrap .box ul li a .date b{display: block;line-height: 0.46rem;font-size:0.48rem;}
.classroom .wrap .box ul li a .txt{width: calc(100% - 0.9rem);}
.classroom .wrap .box ul li a .txt .t1{line-height: 0.4rem;font-size:0.16rem;color:#2162af;font-weight: bold;}
.classroom .wrap .box ul li a .txt .t2{line-height: 0.38rem;font-size:0.16rem;color:#999;}
.classroom .wrap .box ul li + li{border-top: 1px solid #ececec;}
.classroom .wrap .box ul li:hover a .date{color:#2162af;}
.classroom .wrap .box ul li:hover a .txt .t2{color:#000;text-decoration: underline !important;}
.classroom .wrap .box:nth-child(even) ul li a{flex-direction: row-reverse;}
.classroom .wrap .box:nth-child(even) ul li a .date{text-align: right;}

footer{background:#003c83;}
footer .wrap{max-width: 1300px;}
footer .box{width: 100%;position: relative;display: flex;justify-content: space-between;align-items: flex-start;padding:0.24rem 0 0.5rem 0;}
footer .box::before{content:"";display: block;width: 100%;height: 1px;background-color: #2d5a8f;position: absolute;left: 0;top: 0.76rem;}
footer .box::after{content:"";display: block;width: 100%;height: 1px;background-color: #0a1d3e;position: absolute;left: 0;top: 0.77rem;}
footer .box dl dt{line-height: 0.54rem;font-size:0.2rem;color:#fff;margin-bottom: 0.11rem;}
footer .box dl dd, footer .box dl dd a{line-height: 0.3rem;font-size:0.16rem;color:#fff;display: block;}
footer .box dl dd a:hover{text-decoration:underline !important;color:#fff;}
footer .box dl .ewm{width: 110px;}
footer .box dl .ewm img{display: block;max-width: 100%;width: 100%;}
footer .box dl .ewm span{display: block;text-align: center;font-size:14px;color:#fff;padding-top: 10px;}
.foot-txt{padding:0.15rem 0;font-size:0.14rem;color:#333;text-align: center;background-color: #dadada;}
.foot-txt a{color:#333;}
.foot-txt a:hover{text-decoration:underline !important;color:#333;}

/**/
.page-banner{width: 100%;position: relative;overflow: hidden;;}
.page-banner::before{content:"";display: block;padding-top: calc(420 / 1920 * 100%);}

.page-bt{font-size:0.16rem;color:#333;display: flex;align-items: center;padding:0.35rem 0;justify-content: space-between;}
.page-bt a{color:#333;}
.page-bt a:hover{color:#2162af;}
.page-bt img{max-width: 100%;margin-right:0.16rem;}

.page{width: 100%;position: relative;;}
.page .title2 .t3{font-size:0.4rem;padding-top: 9px;}

.page-tabs{position: relative;margin-top: 0.45rem;display: flex;}
.page-tabs .box{display: inline-block;margin:0 auto;position: relative;}
.page-tabs .yiceng{/*background-color: #eaeaea;*/display: flex;justify-content: center;}
.page-tabs .yiceng a{display: block;line-height: 0.6rem;font-size:0.18rem;color:#fff;text-align: center;position: relative;min-width: 2rem;padding:0 10px;background-color: #2162af;}
.page-tabs .yiceng a:nth-child(even){background-color: #003c83;}
.page-tabs .yiceng a::before{content:"";display: block;border-top: 8px solid #2162af;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;left: 50%;bottom: -8px;transform: translateX(-50%);opacity: 0;}
.page-tabs .yiceng a:nth-child(even)::before{border-top-color: #003c83;}
.page-tabs .yiceng a:hover::before, .page-tabs .yiceng a.on::before{opacity: 1;}
.page-tabs .erceng{margin-top: 0.25rem;;}
.page-tabs .erceng .bb{display: none;}
/*.page-tabs .erceng .bb:first-child{display: block;}*/
.page-tabs .erceng .bb a{display: block;line-height: 0.46rem;font-size:0.18rem;color:#333;text-align: center;position: relative;min-width: 2rem;margin:5px 5px; padding:0px 10px;background-color: #eaeaea;float: left;}
.page-tabs .erceng .bb a:hover{background-color: #2162af;color:#fff;}
.page-tabs .erceng .bb a.act{background-color: #2162af;color:#fff;}
.pro-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:0.3rem 0;}
.pro-ul li{width: calc(100% / 4 - 2%);margin:1%;}
.pro-ul li a{display: block;border:1px solid #dadada;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top:calc(330 / 345 * 100%);}
.pro-ul li a .txt{text-align: center;line-height: 0.54rem;font-size:0.16rem;color:#333;position: relative;}
.pro-ul li a .txt::before{content:"";display: block;width: 210px;height: 4px;background-color: #2162af;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;z-index: -1;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt{color:#fff;}
.pro-ul li a:hover .txt::before{width: 100%;height: 100%;}

.pro-show{display: flex;background-color: #f4f5f6;justify-content: space-between;width: 100%;max-width: 1200px;margin:0 auto;}
.pro-show .left{width: 46%;}

.gallery-top {width:100%;}
.gallery-top .swiper-slide a{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;}
.gallery-top .swiper-slide a::before{content:"";display: block;padding-top:calc(80%)}

.thumbs-box{margin-top: 12px;border:1px solid #e5e5e5;padding:15px 25px;position: relative;}
.gallery-thumbs{width:100%;}
.gallery-thumbs .swiper-slide a{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;}
.gallery-thumbs .swiper-slide a::before{content:"";display: block;padding-top:calc(140 / 205 * 100%)}
.gallery-thumbs .swiper-slide-thumb-active a{border-color: #205fa9;}
.prev-thumbs, .next-thumbs{width:22px;height: 100%;display: flex;justify-content: center;align-items: center;background-color: #eeeded;font-size:0.2rem;color:#000;position: absolute;top:0;}
.prev-thumbs{left:0;}
.next-thumbs{right: 0;}
.prev-thumbs:hover, .next-thumbs:hover{background-color: #205fa9;color:#fff;}

.pro-show .right{width: 50%;display: flex;flex-wrap: wrap;align-content: space-between;padding-bottom: 100px;}
.pro-show .right .txt{width: 100%;}
.pro-show .right .t1{font-size:0.22rem;color:#111;margin-top: 20px;}
.pro-show .right .t2{font-size:14px;color:#666;padding:0.18rem 0;}
.pro-show .right .bot{width: 100%;}
.pro-show .right .bot .zx{width: 1.2rem;line-height: 0.36rem;background-color: #205fa9;text-align: center;font-size:12px;color:#fff;display: block;}
.pro-show .right .bot .zx:hover{background-color: #114685;}
.pro-show .right .bot .fl{display: block;font-size:12px;color:#666;padding:10px 0 0 0;}
.pro-show .right .bot .fl:hover{color:#205fa9;}
.pro-show .right .bot .fl i{font-size:0.16rem;margin-right: 5px;}

.pro-xq{padding:0.3rem 0;width: 100%;max-width: 1200px;margin:0 auto;}
.pro-xq .t1{line-height: 0.6rem;border-bottom: 1px solid #e1e1e1;font-size:0.22rem;color:#111;}
.pro-xq img{display: block;max-width: 100%;}
.pro-xq .t2{padding:0.24rem 0;}
.pro-xq .t2 img{max-width: 100%;height: auto;}


.page-news{margin-top: 0.4rem;padding:30px 60px;}
.page-news .box{background-color: #fff;display: flex;justify-content: space-between;}
.page-news .box .pic{width: 50%;position: relative;overflow: hidden;;}
.page-news .box .pic::before{content:"";display: block;padding-top:calc(385 / 735 * 100%);}

.myscroll{line-height: 50px;font-size:0.2rem;color:#333;height: 387px;overflow: hidden;width: 45%;}
.myscroll ul li{width: 100%;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.myscroll ul li a{display: flex;justify-content: space-between;align-items: center;font-size:0.16rem;color:#333;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.myscroll ul li a b{color:#2162af;margin-right: 6px;}
.myscroll ul li a em{font-size:0.14rem;color:#999;}
.myscroll ul li a:hover{color:#2162af;font-weight: bold;}

.news-ul{display: block;padding:0.4rem 0 0 0;}
.news-ul li{padding:0.4rem 0; border-top:1px solid #d8d8d8;width: 100%;}
.news-ul li a{display: flex;justify-content: space-between;transition: 0.5s;}
.news-ul li a .pic{width: 380px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: calc(240 / 380 * 100%);}
.news-ul li a .txt{width: calc(100% - 380px);padding:0 10px 0 0.35rem;}
.news-ul li a .txt .t1{width: 100%;display: flex;justify-content: space-between;align-items: center;line-height: 0.7rem;font-size:0.16rem;color:#0968ba}
.news-ul li a .txt .t1 em{font-size:0.14rem;color:#999;}
.news-ul li a .txt .t2{line-height: 0.3rem;font-size:0.16rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
.news-ul li a:hover{box-shadow: 5px 5px 5px rgba(0, 0, 0,0.2);transform: translateY(-5px);}

.news-show{min-height:5rem;padding:0 0 0.5rem 0;}  
.news-show .t1{text-align: center;font-size:17px;color:#333;}
.news-show img{display: block;max-width: 100%;margin:0.2rem auto;}
.news-show .t2{font-size:16px;color:#333;line-height: 0.3rem;}
.news-show .date{display:block;text-align:center;font-size:13px;color:#999;padding-top: 0.1rem;} 

.about-bt{border-top:1px solid #e9e9e9;display: flex;}
.about-bt a{display: block;width: 1.15rem;line-height: 0.57rem;border-top:3px solid transparent;transition: 0.5s;font-size:0.16rem;color:#333;text-align: center;}
.about-bt a:hover, .about-bt a.on{border-color:#2162af;}
.page-about{padding:0.5rem 0;width: 100%;max-width: 1200px;margin:0 auto;}
.page-about .nr{font-size:0.16rem;color:#333;line-height: 0.26rem;}
.page-about img{display: block;max-width: 100%;margin:0.2rem auto 0 auto;}

.page-contact{padding:0.5rem 0;width: 100%;max-width: 1200px;margin:0 auto;}
.page-contact .box{display: flex;justify-content: space-between;margin-bottom: 0.4rem;}
.page-contact .box .lxfs{line-height: 0.3rem;font-size:0.16rem;color:#333;width: 42%;}
.page-contact .box .lxfs b{line-height: 0.5rem;font-size:0.2rem;color:#2162af;margin-top: 0.4rem;}
.page-contact .box .map{width: 58%;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.page-contact form{display: flex;flex-wrap: wrap;justify-content: space-between;}
.page-contact form input[type=text], .page-contact form textarea{width: 49%;line-height: 0.5rem;box-shadow: 0 0 5px rgba(0, 0, 0,0.2);padding-left: 0.2rem;margin-bottom: 0.15rem;font-size:0.16rem;color:#333;border:none;}
.page-contact form textarea{width: 100%;height: 1.8rem;}
.page-contact form .yzm{width: 100%;position: relative;;}
.page-contact form .yzm input[type=text]{width: 100%;}
.page-contact form .yzm img{display: block;max-width: 100%;width: 100px;position: absolute;right: 0;top:0;height: 0.5rem;}
.page-contact form input[type=submit]{margin:0 auto;width: 3.2rem;line-height: 0.45rem;text-align: center;background-color: #003c83;font-size:0.16rem;color:#fff;}



.hot{width:100%;background:#2162af; 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;outline: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:1600px){
	.wrap, .wrap2{ width:96%}
  .ban-img{object-fit:initial}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  header::before {height: 70px;}
  .header-main{padding:0.15rem 0;}
  .index-banner .swiper-slide .wrap .txt{font-size:26px;line-height: 50px;}
  .index-banner .swiper-slide .wrap a{width: 150px;line-height: 46px;font-size:16px;}
  .about .box{display: block;}
  .about .box .left{width: 100%;}
  .about .box .right{width: 100%;margin-top: 20px;}
  .classroom .wrap{display: block;}
  .classroom .wrap .box{width: 100%;}
  /**/
  .page-tabs .box{width: 100%;}
  .page-tabs .yiceng{flex-wrap: wrap;justify-content: flex-start;}
  .page-tabs .yiceng a{width: calc(100% / 4);min-width: initial;}
  .pro-ul li{width: calc(100% / 3 - 2%);}
  .page-news{padding:20px;}
}
 
@media (max-width:767px){
.foot-txt a{width: 100%;display: block;}
.contact_map{
  width: 100%;
  overflow: hidden;
  height: 300px;
  border: none;
  
} 
  .header-main .logo{width:280px;}
  header::before {height: 65px;}
  .index-banner .swiper-slide::before{padding-top: 100%;}
  .index-banner .swiper-slide .wrap .txt{font-size:20px;line-height: 40px;}
  .index-banner .swiper-slide .wrap a{width: 120px;line-height: 36px;font-size:14px;}
  .about .box{padding:10px;}
  .about .box .left .nr{margin:14px 0;}
  .about, .pro, .news, .classroom{padding:15px 0;}
  .pro .box, .news .box{padding:20px 0;}
  .prev-pro, .next-pro, .prev-news, .next-news{display: none;}
  .title2 .t2{line-height: 20px;;}
  .tabs{padding-top: 15px;flex-wrap: wrap;justify-content: flex-start;}
  .tabs a{width: calc(100% / 4 - 2%);margin:1%;font-size:12px;}
  .swiper-news{Padding:0 20px 0 0;}
  .classroom .wrap .box{padding:15px 0;}
  footer .box{padding:5px 0 15px 0;}
  footer .box::before{top:51px;}
  footer .box::after{top:52px}
  .foot-txt{line-height: 20px;padding:5px 0;}
  .page-contact form input[type=text], .page-contact form textarea{background-color: #f7f7f7;}
  /**/
  .page-banner::before{padding-top: 35%;}
  .page-bt{padding:10px;font-size:12px;display: none;}
  .page{padding:20px 0;}
  .page .title2 .t3{padding:0;font-size:20px;}
  .page-tabs{margin-top: 20px;}
  .page-tabs .yiceng a{line-height: 40px;font-size:13px;}
  .page-tabs .erceng .bb a{width: calc(100% / 2);min-width: initial;font-size:12px;padding:0px;margin:0px;overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap; }
  .pro-ul li{width: 48%;}
  .product-show{padding:0;}
  .product-show .t2, .news-show .t2{font-size:14px;line-height: 24px;}
  .page-news{padding:0px;margin:15px 0 0 0;}
  .page-news .box{display: block;}
  .page-news .box .pic{width: 100%;}
  .myscroll{width: 100%;margin-top: 20px;}
  .news-ul li{padding:15px 0;}
  .news-ul li a{display: block;}
  .news-ul li a .pic{width: 100%;}  
  .news-ul li a .txt{width: 100%;padding:0;}
  .myscroll{height: 250px;}
  .page-about, .page-contact{padding:20px 0;}
  .page-contact .box{display: block;}
  .page-contact .box .map{margin-top: 20px;width: 100%;;}
  .page-contact form input[type=text]{width: 100%;}
  .page-contact form input[type=button]{width: 100%;margin-top:5px;}

  .pro-show{display: block;padding:10px 0;}
  .pro-show .left{width: 100%;}
  .pro-show .right{width: 100%;padding:20px 0 0 0;}
  .prev-thumbs, .next-thumbs{display: none;}
  .thumbs-box{padding:10px 5px}
  .pro-xq .t2{font-size:14px;}
}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}	


.contact_map{
  width: 100%;
  overflow: hidden;
  height: 300px;
  border: none;
  
}  
	
	
	
	
	