@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}
@font-face{ font-family:geo; src:url(../fonts/georgia.ttf);}

.header_top{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}
.header_top::after{width: 100%;height: 1.7rem;background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);bottom: auto;top: 0;}
.fixed .header_top::after{height:1.8rem;}
/* .fixed .header_top{background:#2E7374;} */
.header_top .top{justify-content: space-between;height: 1.2rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width:3.8rem;}
.list_box1{flex:1;min-width: 0;padding-left: 20%;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.list_box1 .li{padding: 0 0.1rem;}
.list_box1 .li:last-child{/* border-left: 1px solid rgba(255, 255, 255, 0.4); */}
.list_box1  a{color: rgba(255,255,255,1);font-size: 0.18rem;}
.list_box1 a img{display:inline-block;}
.list_box1 a p{padding-left: 0.1rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .16rem;color: #fff;line-height: .28rem;}
.list_box1 .li .serbtn {
    width: 0.16rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}
.list_box1 .li .input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;z-index: 1000;max-width: 10rem;}
#nav ul{display: flex;justify-content: space-between;width: 100%;align-items: center;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .24rem;color:#fff;line-height: .5rem;position:relative;transition: .36s;display: inline-block;padding: 0 0rem;}
#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #2E7374;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: 10px .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #2E7374;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{/* font-weight: bold; *//* color: #2E7374; */}
#nav ul li.on h3::after,#nav ul li:hover h3::after{opacity: 1;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #2E7374;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #2E7374;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #2E7374;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #2E7374 url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #2E7374;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 30px;/* background:none; */width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #2E7374;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn { cursor: pointer; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #006cb7; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #2E7374;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.svg");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.svg"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #006cb7; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.svg"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}

/* banner */
.main-visual-wrapper {width: 100%;position: relative;}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged{padding-bottom: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}

.swiper-box1 .btn{bottom: .5rem;width: 100%;justify-content: center;z-index: 10;position: absolute;}
.swiper-box1 .cir{align-items: center;display: flex;}
.swiper-box1 .cir::before{content: "";position: absolute;width: 0.4rem;height: 1px;background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);bottom: 50%;right: 100%;}
.swiper-box1 .cir::after{width: 0.4rem;height: 1px;background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);bottom: 50%;left: 100%;}
.swiper-box1 .cir span{width: 0.08rem;height: 0.08rem;/* border: 2px solid rgba(0,0,0,0); *//* border-radius: 50%; */margin: 0 .12rem !important;background: rgba(255, 255, 255, 0.5);position: relative;opacity: 1;z-index: 1;}
.swiper-box1 .cir span::after{width: 0.16rem;height: 1px;background: #fff;bottom: 50%;left: 120%;content: "";position: absolute;z-index: -1;}
.swiper-box1 .cir span:last-child::after{display: none;}
.swiper-box1 .cir span.on{width: 0.3rem;height: 0.3rem;background: url(../images/cir.png) no-repeat ;background-size: 100%;}


/* home1 */
.home1{padding: 0.95rem 0 ;width: 100%;overflow:hidden;}
.section1::after{width: 70%;height: auto;top: 0;bottom: 4rem;background: url(../images/hbg1.png) no-repeat center/cover;}
.title{margin-bottom: .45rem;align-items: center;position: relative;}
.title .h3{margin: 0 auto;text-align: center;}
.title h3{font-size: 0.36rem;font-weight: bold;color: #333333;margin-bottom: 0.1rem;}
.title p{font-size: 0.18rem;color: #999999;}
/* .title h3::after{width: .6rem;height: 0.6rem;background: linear-gradient(180deg, #FF8F1F 0%, rgba(255, 255, 255, 0) 99%);opacity: 0.4;border-radius: 50%;bottom: 0rem;left: -0.33rem;} */

.more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more a{font-size: 0.16rem;transition: 0.5s;color: #2E7374;}
.more a::after{width: 0.5rem;height: 0.5rem;background: url(../images/more.png) no-repeat;background-size: 100% 100%;bottom: auto;top: 50%;margin-top: -0.25rem;left: -0.17rem;animation:play 5s linear infinite;animation-play-state: paused;}
.more a:hover::after{animation-play-state: running;}

.home1-t{align-items: flex-start;}
.home1-t .left{width: 55%;padding-left: 0.2rem;position: relative;z-index: 2;}
.home1-t .right{width: 45%;padding-left: 0.55rem;}
.home1-t .left:after{width:auto;height: auto;right: 0.3rem;bottom: -0.2rem;top: 0.3rem;background: #2E7374;}
.home1-t .right::after{width: calc(100% + 11vw);left: -0.35rem;height: auto;top: -0.3rem;bottom: -1.5rem;background: url(../images/h1bg.jpg) no-repeat right/cover;}
.home1-t .right h3{font-family: Alike Angular;font-size: 0.36rem;color: #2E7374;line-height: 0.6rem;max-height: 1.2rem;}
.home1-t .right .line{margin: 0.2rem 0 0.2rem -0.55rem;}
.home1-t .right h4{font-family: Alike Angular;font-size: 0.2rem;line-height: 0.42rem;color: #9E9E9E;max-height:2.94rem;}
.home1-t .left .imged{padding-bottom: 5rem;}
.h1-b{margin-top: 0.5rem;z-index: 2;position: relative;}
.h1-b .h1-s{width: calc(100% + 12.5vw);}
.h1-b .h1-s li{margin-right: 0.3rem;padding: 0.1rem 0;}
.h1-b .h1-s li a{display: block;padding: 0 0.1rem;}
.h1-b .h1-s li a::after{width: 100%;height: auto;top: -0.1rem;bottom: -0.1rem;background: rgba(46, 115, 116, 0.1);opacity: 0;}


@media screen and (min-width: 1200px) {
  .h1-b .h1-s li a:hover::after{opacity: 1;}

}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.4rem 0;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.3rem;padding-left: 0;}
  .home1-t .left .imged{padding-bottom: 60%;}
  .h1-b {margin-top: 0.2rem;}
  .h1-b .h1-s{width: 100%;}
  .h1-b .h1-s li{margin-right: 0rem;padding: 0rem 0;}
  .home1-t .right .line{margin: 0.15rem 0;}
}
@media screen and (max-width: 768px) {
  
}


/* home2 */
.home2{padding: 0rem 0rem;overflow: hidden;}
.home2::after{width: 100%;height: 2rem;background: #2E7374;bottom: 0.5rem;}
.home2-t{align-items: flex-start;}
.home2-t .left{width: 50%;margin-top: 0.6rem;}
.home2-t .right{width: 50%;}
.home2-t .left h3{font-family: Alike Angular;font-size: 0.36rem;color: #333333;line-height: 0.6rem;transition: 0.5s;}
.home2-t .left h4{font-family: Alike Angular;font-size: 0.2rem;line-height: 0.42rem;color: #9E9E9E;max-height: 1.68rem;margin: 0.09rem 0 0.5rem;}
.h2-t{width: calc(100% + 12.5vw);background: #2E7374;}
.h2-t .tab{width: 40%;}
.h2-t .pis{width: 60%;}
.h2-t .tab .con{padding: 0.4rem 0.5rem;display: none;}
.h2-t .tab .con:first-child{display: block;}
.h2-t .tab .con::after{width: 0.03rem;height: 1.72rem;background: #E89C57;bottom: auto;top: 0.3rem;left: 0.05rem;}

.h2-t .tab .con h3{color: #fff;font-family: Alike Angular;font-size: 0.29rem;line-height: 0.6rem;max-height: 1.8rem;transition: 0.5s;}
.h2-t .tab .con h4{font-family: Alike Angular;font-size: 0.17rem;line-height: 0.42rem;color: #fff;opacity: .6;max-height: 4.2rem;}
.h2-t li{margin-bottom: 0.1rem;}
.h2-t li:last-child{margin-bottom: 0;}
.h2-t li .imged{padding-bottom: 3.8rem;}
.h2-t li::after{width: auto;height: auto;left: 0;bottom: auto;top: 50%;transform: translateY(-50%);border-top: 0.2rem solid transparent;border-bottom: 0.2rem solid transparent;border-left: 0.2rem solid #2E7374;opacity: 0;z-index: 1;}
.h2-t li.on::after{opacity: 1;}



@media screen and (min-width: 1200px){
  .home2-t a:hover h3{transform: translateX(.1rem);}
   
}
@media screen and (max-width:1024px){
    .home2{padding: 0rem 0 0rem;}
    .h2-t{width: calc(100% + 15px);}
  
}
@media screen and (max-width:768px){
  .home2-t .left{width: 100%;margin-top: 0;}
  .home2-t .right{width: 100%;margin-top: 0.3rem;}
  .home2-t .left h4{margin: 0.1rem 0 0.2rem;}
  .h2-t .tab .con h3{line-height:1.5;}
  .h2-t .tab .con{padding:.3rem .25rem;}
}
@media screen and (max-width:600px){
   .h2-t .tab{width:100%;}
   .h2-t .pis{width: 100%;}
   .h2-t li.on::after{display:none;}
}

/* home3 */
.home3{padding: 0.6rem 0 1rem;}
.home3::after{width: 100%;height: auto;top: 0;bottom: -3rem;background: url(../images/h3bg.png) no-repeat;background-size: 100%;}
.home3-t ul{margin: 0 -0.2rem;align-items: flex-end;}
.home3-t li{padding: 0 0.2rem;}
.home3-t li .con{height: 1.1rem;padding: 0.15rem 0.3rem 0;}
.home3-t li .con::after{width: 2px;height: 1.45rem;background: #2E7374;bottom: auto;top: -0.25rem;opacity: 0;left: 0.05rem;}
.home3-t li .con h3{font-size: 0.3rem;font-family: Alike Angular;line-height: 0.48rem;color: #333333;max-height: 0.96rem;transition: 0.5s;}
.home3-t li:nth-child(1){width: 30%;}
.home3-t li:nth-child(2){width: 45%;}
.home3-t li:nth-child(3){width:25%;}

.home3-t li:nth-child(3) .imged{padding-bottom: 130%;}




@media screen and (min-width:1200px){
  .home3-t li a:hover .con h3{color: #2E7374;}
  .home3-t li a:hover .con::after{opacity: 1;}
}


@media screen and (max-width:1024px){
     .home3{padding: 0.4rem 0 0.4rem;}
     .home3-t ul{margin: 0 -0.1rem;align-items: flex-end;}
     .home3-t li{padding: 0 0.1rem;}
}
@media screen and (max-width:768px){
  .home3-t li{width: 100% !important;margin-bottom: 0.25rem;}
  .home3-t li:nth-child(3) .imged{padding-bottom:65%;}
  .home3-t li .con{height: auto;padding: 0.2rem 0rem 0;}
}
@media screen and (max-width:480px){
    
}
/* home4 */
.home4{width: 100%;padding: 0.8rem 0rem 1.85rem;}
.home4::before{width: 100%;height: 4rem;background: #ECFAFA;bottom: auto;top: 0;content: "";position: absolute;left: 0;}
.home4::after{width: 100%;height: 5.7rem;bottom: -1rem;background: url(../images/hbg4.png) no-repeat;background-size: 100%;}
.home4-t{align-items: flex-start;}
.home4-t .left{width: 70%;}
.home4-t .right{width: 30%;}
.home4-t .left::after{width: 2.4rem;height: 1.1rem;background: url(../images/h4bg.png) no-repeat;bottom: auto;top: 0;}
.home4-t .left h3{font-family: Alike Angular;font-size: 0.3rem;line-height: 0.48rem;color: #333333;padding:0 0.2rem 0 2.7rem;margin-bottom: 0.3rem;transition: 0.5s;}
.home4-t .left .scale::after{width: 2rem;height: auto;bottom: 1.3rem;top: 0;background: rgba(46, 115, 116, 0.3);z-index: 1;}
.home4-t .right a{display: block;position: relative;}
.home4-t .left .imged{padding-bottom: 56%;}
.home4-t .right .imged{padding-bottom: 125%;}
.home4-t .right .imged::after{width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);height: 70%;}

.home4-t .right h3{font-size: 0.26rem;line-height: 0.48rem;color: #fff;font-family: Alike Angular;position: absolute;bottom: 0;left: 0;width: 100%;z-index: 10;transition: 0.5s;padding: 0 .25rem .2rem;}


@media screen and (min-width: 1200px) {
  .home4-t a:hover h3{transform:translateX(.1rem);}

}
@media screen and (max-width: 1024px) {
  .home4{padding: 0.4rem 0 0.4rem;}

}
@media screen and (max-width: 768px) {
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;}
}


/* home5 */
.home5{padding: 0rem 0 .9rem;position: relative;overflow: hidden;}
.home5::after{width: 80%;height: auto;top: 0.86rem;background: #256B6C;}
.h5-t{position: relative;}
.home5-t{position: relative;width: calc(100% + 12.5vw);}
.home5-t li a{display: block;position: relative;}
.home5-t li .imged::after{background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);width: 45%;}
.home5-t li .con{position: absolute;left: 0;top: 25%;z-index: 10;width: 40%;}
.home5-t li h3{font-family: Alike Angular;font-size: 0.6rem;color: #FFFFFF;line-height: 0.8rem;max-height: 1.6rem;padding: 0 0.35rem;}
.home5-t .arrow{position: absolute;bottom: 0;left: 1.1rem;z-index: 10;}
.home5-t .arror{position: relative;left: auto;right: auto;top: auto;margin-top: 0;width: 0.8rem;height: 0.86rem;background: #2E7374;}
.home5-t .arror::after{font-size: 0.24rem;color: #fff;}
.home5-t .swiper-button-next{background: #fff;}
.home5-t .swiper-button-next::after{color: #2E7374;}
.h5-b{width:5.8rem;height: 2.8rem;padding: 0.3rem;position: absolute;bottom: 0;background: #FFFFFF;z-index: 10;right: 0;}
.h5-b li h3{font-size: 0.36rem;font-family: Alike Angular;line-height: 1.5;color: #2E7374;padding-bottom: 0.2rem;margin-bottom: 0.2rem;border-bottom: 1px solid #2E7374;}

.h5-b li h4{font-size: 0.2rem;font-family: Alike Angular;line-height: 0.32rem;color: #999999;max-height: 1.28rem;}


@media screen and (min-width:1025px){
    .home5-t li a:hover img{filter:brightness(100);}
    .home5-t li a:hover p{color: #2E7374;font-weight: bold;}
    .home5-t li a:hover .img::after{opacity: 1;opacity: 0\0;}
}

@media screen and (max-width:1024px){
    .home5{padding: 0rem 0 0.4rem;}
   .home5-t .arror{width:.5rem;height:.5rem;}
}

@media screen and (max-width:768px){
  .h5-b{position:relative;width:100%;}
}


/* home6 */
.home6{width: 100%;padding: 1.2rem 0rem;overflow: hidden;}
.home6::after{width: 100%;height: 100%;background: url(../images/hbg6.png) no-repeat top;background-size: 100%;}
.home6-t ul{justify-content: space-between;}
.home6-t li{width: 47%;}
.home6-t li a{display: block;position: relative;height: 3.9rem;overflow: hidden;padding: 0.25rem 0;}
.home6-t li *{transition: 0.5s;}
.home6-t li a::after{width: auto;height: 100%;background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #F0F0F0 100%);left: 0.3rem;right: 0;}

.home6-t li .con{padding-right: 0.25rem;}
.home6-t li .con .img{width: 1.4rem;}
.home6-t li .con h3{flex: 1;min-width: 0;padding-left: 0.3rem;padding-top: 0.2rem;}
.home6-t li .con .img::after{width: 2.15rem;height: 0.06rem;background: url(../images/h6-lin1.png) no-repeat;background-size: 100% 100%!important;bottom: auto;top: .1rem;left: 100%;}
.home6-t li .con p{font-family: Alike Angular;font-size: 0.3rem;line-height: 0.48rem;color: #333333;max-height: 0.96rem;}
.home6-t li h4{font-family: Alike Angular;font-size: 0.2rem;line-height: 0.36rem;color: #333333;max-height: 1.08rem;padding: 0 0.4rem 0 0.7rem;margin: 0.35rem 0 0.4rem;}
.home6-t li span{font-size: 0.2rem;font-family: Alike Angular;color: #333333;display: inline-block;transform: translateX(3.5rem);padding: 0 0.15rem;}
.home6-t li span::after{width: 100vw;height: 1px;background: #333;left: 100%;bottom: 50%;}



@media screen and (min-width: 1200px) {
  .home6-t li a:hover::after{background: url(../images/h6bg.jpg) no-repeat center/cover;}
  .home6-t li a:hover .img::after{background: url(../images/h6-lin2.png) no-repeat;}
  .home6-t li a:hover p,.home6-t li a:hover h4,.home6-t li a:hover span{color: #fff;}
  .home6-t li a:hover span::after{background: #fff}
}
@media screen and (max-width: 1024px) {
  .home6{padding: 0.4rem 0;}
  .home6-t li{width: 48.5%;}
}
@media screen and (max-width: 768px) {
  .home6-t li{width: 100%;margin-bottom: 0.25rem;}
}

/* footer */
.footer{width: 100%;background: #2E7374;}

.foot-t{padding: .4rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.foot-t ul{align-items:center;width: 100%;justify-content: space-between\0;}
.foot-t li{color: #fff;padding-right:0.5rem;font-size: 0.18rem;align-items: center;min-width: 20%\0;}
.foot-t p{color: #FFFFFF;padding-left: 0.1rem;flex: 1;min-width: 0;line-height: 1.3;}
.foot-t h3 img{display:inline-block;width: 0.24rem;height: 0.24rem;}


.foot{padding: 0.2rem 0;text-align: center;}
.foot p{font-size: 0.17rem;line-height: 1.5;color: #fff;}
.foot p span{display: inline-block;padding: 0 0.1rem;}
.foot p a{display:inline-block;}
@media screen and (max-width:1024px){
   .foot-t{padding: .25rem 0;}
   .foot-b{padding: 0.2rem 0;}
   .foot-b .fot-1{width: 55%;}
   .foot-b .fot-3 {width: 26%;justify-content: flex-end;}


}
@media screen and (max-width:768px){

    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2 {width: 100%;justify-content: center;order:-1;margin-bottom:.15rem}
    .foot-b .fot-2 p{justify-content: center;}
    .foot{padding: 0.2rem 0;}
.foot-b .fot-1 ul{justify-content:center;}

}
@media screen and (max-width:440px){
   .foot-t{padding: .25rem 0 .1rem;}
.foot-t li{width:100%;margin-bottom:.15rem;}
}



@media screen and (max-width: 1600px){
 .list_box1{padding-left: 5%;}
 .header_top #logo img{max-width: 3rem;}
}


@media screen and (max-width:1300px){
   .list_box1 .ser{padding-left:.5rem;}
   .header_top #logo img{max-width:5rem;}
  
}

@media screen and (max-width:1200px){
    

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .title p{font-size: 0.16rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{display: none;}
}

@media screen and (max-width:768px){
    .title{margin-bottom: .25rem !important;}
    .title h3{font-size: 0.22rem;}
    .title .h3{margin: 0;text-align: left;}
    .txt1 {font-size: 0.2rem !important;}
    .p1 {font-size: 0.16rem !important;}
    .swiper-box1 .imged{padding-bottom: 45%;}
    .title h3::after{left: 0;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
}