@charset "utf-8";

/* @font-face{ font-family:sy; src:url(../fonts/sySong.woff);} */
@font-face{ font-family:robo; src:url(../fonts/ROBOTO-REGULAR.TTF);} 
@font-face {
  font-family: "boldFont";src: url(../fonts/din-bold.jpg)}

/*  */
.header_top{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}
.header_top::after{width: 100%;height:260px;bottom: auto;top: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.fixed .header_top::after{height:100%;}

.header_top .top{justify-content: space-between;height: 1.35rem;width: 100%;}
.header_top #logo{margin-top: 25px;}
.header_top #logo img{transition: .5s;/*width:5.53rem;*/}
.header_top .wp{width:1540px;}
.list_box1{flex:1;padding-left: 15%;padding-top: .25rem;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.list_box1 .li{color: #fff;display: flex;align-items: center;}
.list_box1 .li:last-child a{padding-right: 0rem;}
.list_box1 a{color: #fff;font-size: 14px;padding: 0 5px;align-items: center;display: flex;}
.list_box1 a img{display:inline-block;margin-right: .1rem;width: 13px;}

.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;}

#nav{width: 100%;position: relative;z-index: 1000;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;text-align: center;}
#nav ul li a{display: block;padding: 0;position: relative;z-index: 2;}
#nav ul li h3{font-size: .18rem;color: #fff;line-height: .7rem;position:relative;transition: 0s;font-weight: bold;transition: 0.5s;}
#nav ul li .sub{position:absolute;top: 100%;background: #fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;overflow: hidden;z-index: 1000;border-top: 3px solid #6f1fae;}
/* #nav ul li .sub:after{content: '';height: .03rem;width: 100%;position: absolute;left: 0;top: 0;background: #6f1fae;} */
#nav ul li .sub .box{text-align:center;/* padding: 0 0.15rem; */}
#nav ul li .sub a{padding: 12px 10px;line-height: 28px;transition:.6s;font-size: 18px;color: #999;text-align: center;white-space: nowrap;min-width: 160px;display: block;border-bottom: 1px solid #ddd;}
#nav ul li .sub a:hover{color: #6f1fae;background: #E5E5E5;}
#nav ul li .sub a:last-child{border-bottom:none;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{color: #6f1fae;font-weight: bold;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;height: .7rem;}
.m_header_box header{padding: 0 0 0 0.15rem;height: 0.7rem;background: #6f1fae;box-shadow: 0 0.03rem 0.05rem 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: 0.6rem;width: auto;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn_box{position:relative;width: 0.6rem;height: 0.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: -0.1rem;border-right: #fff 0.1rem solid;border-top: transparent 0.7rem solid;display: none;}
#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.4rem;height: 0.22rem;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn {position: absolute;top: 0.12rem;left: 0;display: inline-block;width: 0.26rem;height: 0.02rem;-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: #6f1fae;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 0.34rem;height: 0.02rem;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: #6f1fae;}
#nav_btn .navbtn::after { top: -0.08rem; }
#nav_btn .navbtn::before { top: 0.08rem; }
#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: 0rem; }
#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: 0rem; }

.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: 0.9rem 0.2rem 0.15rem;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: 0.07rem;right: 0.15rem;left: 0.15rem;font-size: 0.3rem;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 0.35rem;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: #6f1fae url(../images/submit.png) center no-repeat; background-size: 0.28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: 0.2rem 0 0;flex-wrap: wrap;/* height: 0.4rem; */}
#m_nav .list_box0 .li{text-align: left;color: #6f1fae;margin: 0 0.12rem 0.15rem 0;font-size: 0.16rem;padding: 0;min-width: 1rem;}
#m_nav .list_box0 .li a{color: #6f1fae;}
#m_nav .old_rukou{margin:0.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 1.5rem);/* background: rgba(255,255,255,.1); */padding: 0 0 0.1rem;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: 0.01rem solid #e2e2e2;line-height: 0.5rem;color: #333;padding: 0;font-size: 0.2rem;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 0.2rem;height: 0.5rem;display: inline-block;background: url(../images/arrow_down.png) center no-repeat;background-size: 0.16rem !important;position: absolute;display: block;right: 0;top: 0.02rem;}
.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: 0.01rem solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:0.1rem 0;border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size: 0.16rem;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:0.16rem;border-radius: 0.05rem;color:#fff;text-align:center;letter-spacing:0.02rem;overflow:hidden;width: 100%;/* height: 0.85rem; */display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:0.4rem;border-radius:0.2rem;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 0.1rem auto;}
.wap_search .header-search .input{font-size: 0.16rem;color: #646464;height:0.4rem;line-height:0.4rem;padding: 0 24px;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 0.3rem;/* background:none; */width: calc(100% - 0.4rem);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 0.4rem;height:0.4rem;line-height:0.4rem;border:0;background: url(../images/submit.png) center no-repeat #6f1fae;background-size: 0.24rem;border-radius: 0.2rem;}
.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: 0rem; top: 0rem; 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: 0rem; height: 0rem; background: #6f1fae; transition: all 0.6s ease 0s; left: 0rem; right: 0rem; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }

.search-dialog-box .search-bg { position: absolute; left: 0rem; top: 0rem; width: 100%; height: 0rem; margin: 0rem; 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: 0rem; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }

.search-dialog .search-inner { overflow: hidden; margin-top: 0rem; }
.search-dialog .search-input { width: 8rem; margin: 0rem 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: 0rem 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: #6f1fae;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.png");font-size: 0.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.png"); 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: 0rem; 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 .wrap-inner { transform: translateY(0rem); }
.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: 0rem; top: 0rem; width: 100%; height: 100%; background-color: #6f1fae; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0rem; top: 0rem; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.png"); 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;/* padding-top: 1.4rem; */overflow: hidden;}
.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: 35%;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: scale(1.05); transition: opacity 0.5s;transform: scale(1)\0;}
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.swiper-box1 a:hover .imged{transform:scale(1);}

.swiper-box1 .cir{bottom: 0.3rem;z-index: 10;width: 100%;display: flex;justify-content: center;align-items: center;}
.swiper-box1 .cir span{margin: 0px 0.1rem !important;width: 0.08rem;height: 0.08rem;opacity: .7;font-size: 0;border-radius: 50%;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;background: #6f1fae;}

@media screen and (max-width: 1200px) {
	#nav{display: none;}
  .swiper-box1 .imged{padding-bottom: 35%;}
  .main-visual-wrapper{padding-top:0;}
}
/*  */
.section1{padding: 0.95rem 0;width: 100%;background: #f3f3f3;overflow: hidden;z-index: 10;position: relative;}
.section1-t{padding-top: 0.4rem;}
.section1-t::after{bottom: auto;top: 0;left: 50%;transform: translateX(-50%);height: 2px;width: 3.3rem;background: #501dae;}
.section1-t ul{justify-content: space-between;}
.section1-t li{width: 48.5%;height: 3.27rem;background: url(../images/s-bg1.jpg) no-repeat center/100% 100%;padding: 0.44rem;position: relative;}
.section1-t li::after{width: 100%;opacity: 0;background: url(../images/s-bg2.jpg) no-repeat center/100% 100%;}
.section1-t li h3{color: #801dae;font-size: 0.42rem;line-height: 1.3;min-height: 1.2rem;}
.section1-t li *{transition: 0.5s;}
.section1-t dl{width: 100%;margin-top: .4rem;}
.section1-t dt{margin-bottom: 0.1rem;}
.section1-t dt a{color: #801dae;font-size: 0.2rem;line-height: 1.2;padding-left: 0.3rem;display: block;}
.section1-t dt a::after{width: 0.23rem;height: 0.18rem;background: url(../images/s-xq1.png) no-repeat;background-size: 100% 100% !important;bottom: auto;top: 50%;transform: translateY(-50%);}

.section1-t li:last-child dl{margin-top: .8rem;}


@media screen and (min-width:1025px){
  .section1-t li:hover::after{opacity: 1;}  
  .section1-t dt a:hover{transform: translateX(0.15rem);}
  .section1-t li:hover h3{color: #fff;}
  .section1-t li:hover a{color: #fff;}
  .section1-t li:hover a::after{background: url(../images/s-xq2.png) no-repeat;}
}

@media screen and (max-width:1024px){
  .section1{padding: 0.4rem 0;}
    .section1-t li h3{font-size: 0.3rem;}
	.section1-t dl{width: 100%;margin-top: .4rem;}
	.section1-t li{padding:.2rem;}
	.section1-t li h3{min-height:auto;}
}
@media screen and (max-width:768px){
   .section1-t li{width:100%;height:auto;margin-bottom:.25rem;}
	.section1-t li h3{font-size: 0.24rem;}
	.section1-t li:last-child dl{margin-top: .4rem;}
}
/* s2 */
.section2{width: 100%;overflow: hidden;padding: 0.8rem 0;background: url(../images/sbg2.jpg) no-repeat center/cover}
.title2{margin-bottom: 0.4rem;justify-content: center;}
.title2 h3{padding-bottom: 0.3rem;font-size: 0.48rem;color: #801dae;text-align: center;line-height: 1.2;}
.title2 h3::after{left: 50%;transform: translateX(-50%);width: 1.1rem;height: 2px;background: #801dae;}
.more2 a{display: flex;align-items: center;justify-content: center;font-size: 0.2rem;line-height: 0.46rem;padding: 0 0.35rem;border: 1px solid #801dae;color: #801dae;transition: all 1s ease-out 0s;}
.more2 a:hover{color:#fff;background:#801dae;}


.section2 .title2 h3{color: #fff;}
.section2 .title2 h3::after{background: #fff;}
.section2-t ul{margin: 0 -0.15rem;}
.section2-t li{width: 25%;padding: 0 0.15rem;}
.section2-t li a{display: block;height: 3.32rem;padding: 2.09rem 0.15rem 0;background-size: 100% 100% !important;}
.section2-t li a::after{width: 100%;background-size: 100% 100%!important;opacity: 0;}

.section2-t li:last-child a::before{display: none;}
.section2-t li:nth-child(1) a{background: url(../images/s2-bg1.jpg) no-repeat;}
.section2-t li:nth-child(2) a{background: url(../images/s2-bg2.jpg) no-repeat;}
.section2-t li:nth-child(3) a{background: url(../images/s2-bg3.jpg) no-repeat;}
.section2-t li:nth-child(4) a{background: url(../images/s2-bg4.jpg) no-repeat;}
.section2-t li:nth-child(1) a::after{background: url(../images/s2-bg1-1.jpg) no-repeat;}
.section2-t li:nth-child(2) a::after{background: url(../images/s2-bg2-1.jpg) no-repeat;}
.section2-t li:nth-child(3) a::after{background: url(../images/s2-bg3-1.jpg) no-repeat;}
.section2-t li:nth-child(4) a::after{background: url(../images/s2-bg4-1.jpg) no-repeat;}
.section2-t li h3{margin-bottom: 0.14rem;color: #4d4d4d;font-size: 0.2rem;text-align: center;}



@media screen and (min-width:1025px){
  .section2-t li a:hover::after{opacity: 1;}
  .section2-t li a::before{content: "";position: absolute;width: 0.12rem;background: url(../images/s2line.jpg) no-repeat;background-size: 100% 100% !important;left: 103%;bottom: 0;height: 100%;}
  .section2-t li a:hover h3{color: #fff;}
}

@media screen and (max-width:1024px){
.section2{padding: 0.4rem 0;}
.section2-t ul{margin: 0 -0.1rem;}
.section2-t li{width: 25%;padding: 0 0.1rem;}
  .section2-t li a{height: 2.5rem;padding: 1.5rem 0.15rem 0;}
}
@media screen and (max-width:768px){
   .section2{padding: 0.4rem 0 0.1rem;}
   .section2-t li{width: 50%;margin-bottom: 0.3rem;}
  .section2-t li a{height:4.5rem;padding: 2.8rem 0.15rem 0;}
}
@media screen and (max-width:570px){
	.section2-t li a{height:3.5rem;padding: 2.2rem 0.15rem 0;}
}
@media screen and (max-width:450px){
	.section2-t li a{height:3rem;padding: 1.9rem 0.15rem 0;}
}
@media screen and (max-width:380px){
	.section2-t li a{height:2.6rem;padding: 1.6rem 0.15rem 0;}
}
/*  */
.section3{width: 100%;padding: 0.8rem 0 0.1rem;overflow: hidden;}
.section3 li{width: 33.33%;padding: 0 0.15rem;text-align: center;margin-bottom: 0.7rem;}
.section3 li a{display: block;}
.section3 li a::after{width: 1px;height: 0.6rem;background: #801dae;left: auto;right: 0;bottom: 0.4rem;}
.section3 li:nth-child(3n) a::after{display: none;}
.section3 li span{margin: 0 auto;width: 0.94rem;display: block;}
.section3 li h3{margin: 0.2rem 0 0.1rem;position: relative;color: #666;display: flex;align-items:flex-start;justify-content: center;}
.section3 li h3 b{font-size: 0.7rem;font-weight: normal;}
.section3 li h3 i{font-size: 0.22rem;font-style: normal;}
.section3 li p{font-size: 0.22rem;color: #666;line-height: 1.3;}


@media screen and (min-width:1025px){
.section3 ul{padding: 0 5%;}
  
}

@media screen and (max-width:1024px){
.section3{padding: 0.4rem 0 0.1rem;}
.section3 li h3 b{font-size: 0.4rem;}
  .section3 li{margin-bottom: 0.3rem;}
}
@media screen and (max-width:768px){
 .section3 li h3 b{font-size: 0.3rem;}
 .section3 li span{margin: 0 auto;width: 0.7rem;}
}
/* s4 */
.section4{width: 100%;padding: 0.8rem 0 0.2rem;}
.section4::after{width: 100%;bottom: auto;top: 0;height: 4.6rem;background: url(../images/sbg4.jpg) no-repeat center/cover;}
.section4-t{background: #f3f3f3;padding: 1rem;}
.section4-t .cont p{font-size: 0.18rem;line-height: 0.3rem;color: #808080;text-align: center;}
.section4 .more2{margin-top:.8rem;justify-content:center;}
.section4 .more2:hover{}
@media screen and (min-width:1025px){

  
}

@media screen and (max-width:1024px){
.section4{padding: 0.4rem 0 0.1rem;}
 .section4-t{padding: 0.3rem;} 
}
@media screen and (max-width:768px){
 .section4 .more2{margin-top:.25rem;}
}

/* footer */
.footer2{background: url(../images/fbg.jpg) no-repeat bottom/cover;}
.foot-t{padding: 1rem 0;justify-content: space-between;}
.foot-t .left{width: 41%;}
.foot-t .right{width: 40%;}
.foot-t .left h3{font-size: 0.2rem;color: #fff;margin-bottom: 0.25rem;display: flex;align-items: center;}
.foot-t .left h3 img{display: inline-block;margin-right: 0.05rem;width: 0.39rem;}
.foot-t .left input{width: 100%;height: 0.56rem;margin-bottom: 0.12rem;padding:0 0.16rem;border: 1px solid #fff;color: #fff;font-size: 0.18rem;background-color: rgba(255, 255, 255, 0);line-height: 0.56rem;cursor: pointer;}
.foot-t .left input::placeholder{color: #fff;}
.foot-t .left .prompt{color: #fff;font-size: 0.13rem;line-height: 1.3;margin-bottom: 0.2rem;}
.foot-t .left font{display:none;}
.foot-t .left .btn{background: #fff;color: #801dae;text-align: center;}



.footer{width: 100%;background: #004093;padding: 0.2rem  0 0.9rem;}
.foot-b .img{border-bottom: 1px solid #fff;padding-bottom: 0.3rem;}
.foot-b .img img{width: auto;max-width: 100%;}
.foot-b ul{padding: 0.15rem 0 .25rem;justify-content: space-between;}
.foot-b li{width: 25%;}
.foot-b li.f2{width: 31%;}
.foot-b li.f3{width: 23%;}
.foot-b li.f4{width:21%;}
.foot-b p{font-size: 0.14rem;line-height: 1.5;color: #fff;}
.foot-b li a{display: inline-block;padding-left: 0.3rem;transition:0.5s;}
.foot-b li a img{width: 0.5rem;display: inline-block;}
.foot-b li a:hover{opacity:.8;}
.foot{padding: 0.15rem 0;background: rgba(147, 85, 213, 0.8);text-align: center;font-size: 0.16rem;text-align: center;color: #fff;line-height: 1.3;display: none;}
.totop{position: fixed;right: 0.2rem;bottom: 1rem;z-index: 9999;}
@media screen and (max-width:1024px){
  .footer{padding: 0rem 0 .2rem;}
  .foot-t{padding: 0.3rem 0;}
  .foot-t .left{width: 100%;}
  .foot-t .right{width: 100%;margin-top: 0.3rem;text-align: center;}
  .foot-b .img{text-align:center;}
	.foot-b li a{padding-left:.1rem;}
}
@media screen and (max-width:768px){
  .foot-b li{width: 100% !important;text-align: center;margin-bottom: 0.15rem;}
  .foot-b li.f3{display: none;}
  .foot{display: block;}
	.foot-t .right img{width:3.5rem;}
  .footer2{background: url(../images/fbg-ph.jpg) no-repeat bottom/cover;}
}

@media screen and (max-width: 1600px){
 .list_box1{padding-left: 5%;}
 .header_top #logo img{max-width: 8rem;}
}


@media screen and (max-width:1200px){
 .header_box{ display: none; }
	 .m_header_box {display: block !important;}
  
}


@media screen and (max-width:1024px){
	  .tbsc{overflow-x: auto;}
	  .tbsc table{width: 700px;}
    .title{margin-bottom: .2rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
    .banner video{/* display: none; */}
    .main-visual-wrapper{padding-top: 0;}
    .title2 h3{font-size: 0.36rem !important;}
    .totop img{width: 0.4rem;}
}

@media screen and (max-width:768px){
  .title h3{font-size: 0.24rem !important;}
  .title2 h3{font-size: 0.3rem !important;}
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title .h3{margin:0;text-align:left;}  
   .more a img{width:.4rem;}
   .title2 h3{padding-bottom: 0.2rem;}
   .title2{margin-bottom: 0.25rem !important;}
}

@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% - 100px);padding-left: 0rem;}
}

                  