@charset "utf-8";
.a_body { position: relative; z-index: 0; }
@font-face { font-family: sy; src: url("/new/font/sySong.woff"); }
@font-face { font-family: din; src: url("/new/font/DINOT-MEDIUM.OTF"); }
.section {overflow: hidden;}
.header_box_li { position: relative; z-index: 1; }
.header_box {position: fixed;z-index: 1000;/* border-top: 0.04rem solid #033C90; */width: 100%;}
#header {/* position: fixed; */z-index: 999;width: 100%;transition: all 0.36s ease 0s;}
.header_box_li #header::before {content: "";position: absolute;height: 1.2rem;top: -0.01rem;left: 0px;right: 0px;transition: all 0.2s ease 0s;opacity: 1;visibility: visible;pointer-events: none;background: linear-gradient(180deg, #08267C 0%, rgba(9, 38, 124, 0) 100%);z-index: -1;}

/* #header.xg {background: #033C90;background: linear-gradient(180deg, rgb(164 0 0 / 38%) 0%, rgb(164 0 0 / 7%) 50%, rgba(255, 255, 255, 0) 100%);}
#header.xg::before {height: 100%;} */
/* #header.xg .wp {height: 1.2rem;} */
.header_top {position: relative;padding-bottom: .05rem;}

.header_top .li img {width: 0.15rem;display: inline-block;margin-right: 0.05rem;}
#header .right {padding-left: 5%;flex: 1;display: flex;flex-direction: column;align-items: flex-end;position: relative;padding-top: .12rem;}
.list_box0 {display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li {font-size: 0.14rem;color: rgba(255, 255, 255,.8);display: inline-block;transition: all 0.6s ease 0s;position: relative;display: flex;align-items: center;}
.list_box0 .li:hover { opacity: .7;}
.list_box0 .li a {align-items: center;display: flex;padding: 0px 0.15rem;}
.list_box0 .li:last-child a {padding-right: 0px;border-right: none;font-size: 0;}
.list_box0 .li img{display: inline-block;margin-right: 0.1rem;}
.header_box .wp {height: 1.2rem;position: relative;display: flex;justify-content: space-between;transition: all 0.5s ease 0s;width: 100%;max-width: 100%;align-items: center;padding: 0 1.59rem 0 1.15rem;}


.header_box #logo {position: relative;transition: all 0.5s ease 0s;/* padding-top: .1rem; */}
.header_box #logo img {width: 4rem;display: block;}
#nav {width: 100%;}
#nav ul {display: flex;justify-content: flex-end;width: 100%;}
#nav ul li { z-index: 0; height: 100%; position: relative; }
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2; }
#nav ul li h3 {font-size: 0.22rem;color: rgb(255, 255, 255);line-height: 0.65rem;position: relative;transition: all 0.36s ease 0s;padding: 0 .25rem 0 .25rem;font-weight: bold;}
#nav ul li h3::after {content: "";position: absolute;right: 0;width: 1px;height: 0.2rem;background: #fff;top: 50%;transform: translateY(-50%) rotate(20deg);left: auto;}
#nav ul li:last-child h3::after{ display: none; }
#nav ul li:last-child h3{padding-right:0;}
#nav ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem;min-width: 1.6rem;}
#nav ul li .sub::after { content: ""; position: absolute; left: 50%; bottom:100%; transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;}
#nav ul li .sub .box {padding: 0.14rem 0.18rem .07rem;text-align: center;}
#nav ul li .sub a {padding: 0.1rem 0.05rem;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 0.16rem;color: #343434;text-align: center;min-width: 1rem;border-bottom: 1px solid #ddd;font-weight: 500;}
#nav ul li .sub a:last-child{border-bottom:none;}
#nav ul li .sub a:hover {color: #033C90;border-bottom: 1px solid #033C90;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3 { font-weight: bold;}

/*  */
.search_btn { cursor: pointer; }
.search_btn svg { fill: rgb(255, 255, 255); width: 0.16rem; height: 0.16rem; }
.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: #033C90; 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 .bubbles-bg { opacity: 0; visibility: hidden; 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-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: 0rem; }
.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: rgb(102, 102, 102); 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.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] { background-color: #033C90; font-size: 0.2rem; color: rgb(255, 255, 255); }
.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("/new/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 .hot-search { font-size: 0rem; width: 0.49rem; margin: 0.096rem auto 0rem; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 0.05rem; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0rem; width: 100%; height: 0.02rem; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0rem; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.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: 0rem; top: 0rem; width: 100%; height: 100%; background-color: #033C90; 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("/new/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); }
}
.m_header_box {transition: all 0.6s ease 0s;display: none;height: 0.7rem;position: relative;z-index: 1000;}
.m_header_box header { padding: 0px 0px 0px 0.15rem; height: 0.7rem; background: #033C90; box-shadow: rgba(0, 0, 0, 0.05) 0px 0.03rem 0.05rem; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 100; display: flex; justify-content: space-between; align-items: center; }
.m_header_box header #logo { padding: 0px; }
.m_header_box header #logo img { max-height: 0.55rem; }
#nav_btn_box.on { background: none; }
#nav_btn_box { position: relative; width: 0.7rem; 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: 0px;right: 0px;bottom: 0px;left: 0px;background: rgb(216 27 17);}
#nav_btn_box::after {content: "";position: absolute;z-index: -1;bottom: 0px;/* border-right: 0.1rem solid rgb(255, 255, 255); */border-top: 0.7rem solid transparent;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.27rem;height: 0.24rem;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: 0px;display: inline-block;width: 0.27rem;height: 0.02rem;transition: all 0.3s ease-out 0s;background: #ffffff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 0.27rem;height: 0.02rem;content: "";transition: all 0.3s ease-out 0s;background: #ffffff;}
#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 { transform: rotate(45deg); top: 0rem; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0rem; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 0.9rem 0.1rem 0.15rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 0.07rem; right: 0.15rem; left: 0.15rem; font-size: 0.3rem; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 0.35rem; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("/new/images/submit.svg") center center / 0.28rem no-repeat #033C90; }
#m_nav .list_box0 {text-align: center;width: 90%;justify-content: flex-start;margin: 0.1rem auto 0px;flex-wrap: wrap;}
#m_nav .list_box0 .li {text-align: center;color: #033C90;font-size: 0.14rem;width: auto;line-height: 0.4rem;}

.list_box_nav_mobile { width: 100%; padding: 0px 0px 0.1rem; overflow: hidden auto; margin: 0rem; }
.list_box_nav_mobile > li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile > li .con { position: relative; }
.list_box_nav_mobile > li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 0.16rem; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i {opacity: 1;width: 0.3rem;height: 0.64rem;background-image: url("/new/images/arrow_down.svg");transform: rotate(-90deg);background-position: center center;background-repeat: no-repeat;position: absolute;display: block;right: 0px;top: 0.02rem;background-size: 0.2rem 0.2rem !important;}
.list_box_nav_mobile > li.on1 i {transform: rotate(0deg);}
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 0.1rem 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: none; }
.list_box_nav_mobile > li .list a { display: block; font-size: 0.13rem; color: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; 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: rgb(255, 255, 255); text-align: center; letter-spacing: 0.02rem; width: 100%; height: 0.6rem; display: block; }
.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;border: 1px solid #033C90;}
.wap_search .input {font-size: 0.16rem;color: rgb(100, 100, 100);height: 0.4rem;line-height: 0.4rem;padding: 0px 0.4rem 0px 0.2rem;box-shadow: none;appearance: none;float: left;background: none;width: calc(100% - 0.4rem);}
.wap_search .btn_blue {position: absolute;cursor: pointer;top: 0px;right: 0px;width: 0.4rem;height: 100%;line-height: 0.4rem;border: 0px;background: url("/new/images/submit.svg") center center / 0.24rem no-repeat #033C90;border-radius: 0.2rem;}
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }
/*  */

.miso_btn1 {width: .6rem;height: .6rem;cursor: pointer;transition: all 0.5s ease 0s;position: absolute;right: 0.5rem;top: .3rem;justify-content: center;display: flex;align-items: center;border-radius:50%;border: 1px solid #fff;}


#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.26rem; height: 0.2rem; position: relative; display: flex; flex-direction: column; justify-content: flex-start; }
#openBtn .lcbody .lcitem {width: 100%;height: 1px;position: absolute;transition: transform 0.36s ease 0s;right: 0px;border-radius: 0rem;} 
#openBtn .lcbody .lcitem:nth-child(2) {width:100%;}
/* #openBtn .lcbody .lcitem:nth-child(3) { width: 70%; } */
#openBtn .lcbody .lcitem div { position: absolute; width: 100%; height: 100%; top: 0px; left: auto; right: 0px; background: rgb(255, 255, 255); }
#openBtn .lcbody .top { top: 0px; }
#openBtn .lcbody .center { display: block; top: 50%; width: 100%; }
#openBtn .lcbody .bottom { top: 100%; }
#openBtn .lcbody:hover .lcitem.top .rect { animation: 0.4s ease-in-out 0s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.center .rect { animation: 0.4s ease-in-out 0.1s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.bottom .rect { animation: 0.4s ease-in-out 0.2s 1 normal none running move; }
#openBtn p{font-size: 0.14rem;color: #FFFFFF;display: none;}
.active#openBtn .lcitem.top { transform: rotateZ(45deg); top: 49%; }
.active#openBtn .lcitem.center { opacity: 0; }
.active#openBtn .lcitem.bottom { transform: rotateZ(-45deg); top: 49%; width: 100%; }
.active#openBtn p{display: block;}
.active#openBtn .lcbody{display: none;}
.xg .miso_btn1 {/* top: 0.15rem; */}
@keyframes move { 
  0% { right: 0px; }
  40% { right: 0px; width: 0px; }
  60% { right: auto; width: 0%; }
  100% { right: auto; width: 100%; }
}
.show { overflow: hidden; }
.show .g-nav2 { transform: translateY(0px); }
.g-nav2 {position: fixed;z-index: 998;left: 0px;top: 0px;right: 0px;bottom: 0px;transition: all 0.5s ease 0s;transform: translateY(-100%);}
.g-nav2:after{content:"";position:absolute;width:100%;height:100%;background:url(/new/images/menubg.jpg) no-repeat center/cover;}
.g-nav2 .scroll {position: absolute;z-index: 1;left: 0px;right: 0px;top: 1.5rem;bottom: 0px;overflow-y: auto;padding: 0 1rem;}
.g-nav2 .scroll .wp { width: 100%; max-width: 100%; padding: 0px 0.5rem; }
.g-nav2 .scroll ul {width: 100%;flex-wrap: nowrap;position: relative;}
.g-nav2 .scroll ul:after{content:"";position:absolute;width:100%;top:.7rem;/* background:#D8D8D8; */opacity:.1;left:0;z-index:1;height: 1px;}
.g-nav2 .scroll li {width: 12.5%;flex-shrink: 0;/* padding: 0px 0.15rem; */}
.g-nav2 .scroll li h2 a {color: rgb(255, 255, 255);line-height: 0.3rem;display: flex;/* padding-bottom: 0.15rem; */position: relative;z-index: 1;justify-content: center;}
.g-nav2 .scroll li h2 {font-size: 0.22rem;font-weight: bold;line-height: 0.3rem;position: relative;z-index: 1;text-align: center;/* padding: 0 0.6rem; */}
.g-nav2 .scroll li h2::after{width: 1px;height: 0.2rem;background: #fff;opacity: .8;left: auto;right: 0;bottom: auto;top: 38%;transform: translateY(-50%) rotate(15deg);}
.g-nav2 .scroll li:last-child h2::after{display: none;}
.g-nav2 .scroll li .list {padding: 0.17rem 0px;text-align: center;}
.g-nav2 .scroll li .list h3 {font-size: 0.2rem;line-height: 0.4rem;margin-bottom: 0.1rem;color: rgb(255, 255, 255);white-space: nowrap;transition: 0.5s;}
.g-nav2 .scroll li .list dl {padding-bottom: 0.05rem;}
.g-nav2 .scroll li .list dt {font-size: 0.16rem;line-height: 0.26rem;color: rgb(255, 255, 255);transition: all 0.5s ease 0s;margin-bottom: .1rem;}
.g-nav2 .scroll li .list h3:hover{opacity: .8;}
.g-nav2 .scroll li .list dt:hover{opacity: .8;}
.show #nav { opacity: 0; visibility: hidden; }
.g-nav2 .scroll li.on h2::after { width: 100%; left: 0px; }
.g-nav2 .scroll ul.on li { width: 9.5%; }
.g-nav2 .scroll ul.on li.on { width: 24%; padding: 0px 0.3rem; transition:0.5s;}
.g-nav2 .scroll li.on h2 {padding: 0 0.3rem;}
.g-nav2 .scroll li.on .list {background: linear-gradient(rgba(73, 34, 172, 0.3) 0%, rgba(216, 216, 216, 0) 100%);padding: 0.2rem 0.3rem;}

@keyframes ani_roll2 { 
  0% { background-position: 0px bottom; }
  100% { background-position: -100% bottom; }
}
/* banner */
.container00 .fp-tableCell{padding-top: 0 !important;}
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; position: relative;width: 100vw;}
.main-visual-slider .swiper-slide { overflow: hidden;}
.swiper-box1 .imged{padding-bottom: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transition: 6s; transform: scale(1.1)}
.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);
  animation: bannerScale 6s ease forwards;
  -webkit-animation: bannerScale 6s ease forwards;
}
@keyframes bannerScale {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.main-visual-slider .imged.vide{transform: scale(1) !important;transition: 0s;}
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);}
.main-visual-slider a:hover .imged{transform: scale(1);}
.main-visual-slider video{transform: scale(1.1)\0;}

.main-visual-slider p{font-size: 0.32rem;font-weight: bold;line-height: 0.38rem;color: #FFFFFF;position: absolute;left: 3%;bottom: 5%;z-index: 10;}

.swiper-box1 .arrow{position: absolute;z-index: 10;right: 1.6rem;bottom: 0.4rem;display: flex;align-items: center;}
.swiper-box1 .cir {bottom: 0.25rem;width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;}
.swiper-box1 .cir span{position: relative;width: .08rem;height: 0.08rem;opacity: 1;margin: 0rem  0.1rem!important;background: #fff;z-index: 1;color: #fff;font-size: 0;font-family: DIN;}
.swiper-box1 .cir span.on{opacity: 1;background: url(/new/images/cir1.png) no-repeat;background-size: 100% 100%;width: 0.35rem;height: 0.47rem;font-size: 0.18rem;line-height:.47rem;}
.swiper-box1 .arror{width: 0.5rem;height: 0.5rem;background: rgba(0, 0, 0, 0.5);border-radius: 50%;margin-top: 0;transform: translateY(-50%);z-index: 100;}
.swiper-box1 .arror::after{color: #fff;font-size: 0.26rem;font-weight: bold;}



@media (max-width: 768px) {
  .swiper-box1 .cir{bottom: 0.2rem;}

}
/*  */
.home1 {padding: 1rem 0px 0rem;width: 100%;}

.title {margin-bottom: 0.25rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{padding-bottom: 0rem;position: relative;margin:0 auto;padding-left: 0.57rem;}
.title h3 {font-size: 0.4rem;line-height: 1.5;cursor: pointer;color: #174298;}
.title h3::after{width: 1.4rem;height: 0.45rem;background: url(/new/images/tit.png) no-repeat;background-size: 100% 100% !important;bottom: .2rem;left: -0.57rem;}
.title p {font-family: Arial;font-size: 0.15rem;color: #ccc;padding-left: 0.52rem;}
.title p::after{width: 0.4rem;height: 0.04rem;background: url(/new/images/tit-l.png) no-repeat;background-size: 100%;top: 50%;transform: translateY(-50%);}
.title .h3:before{
   position: absolute;
    top: 0;
    left: -86%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,.8),rgba(0,0,0,0));
}
.title .h3::after{
   position: absolute;
    top: 0;
    left: -120%;
    z-index: 2;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,.8),rgba(0,0,0,0));
}
.home2 .title .h3::before{background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,.5),rgba(0,0,0,0));}
.home2 .title .h3::after{background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,.5),rgba(0,0,0,0));}

.home3 .title .h3::before{background: linear-gradient(rgba(0,0,0,0), rgba(18,62,161,.5),rgba(0,0,0,0));}
.home3 .title .h3::after{background: linear-gradient(rgba(0,0,0,0), rgba(18,62,161,.5),rgba(0,0,0,0));}


.active .title .h3::before{ animation: shine 2s 1.5s;}
.active .title .h3::after{ animation: shine 1s 1.75s;}
@keyframes shine {
  /* 0% { left: -120%; opacity: 0;}
  50% { left: 115%; opacity: 1;} */
  100% {left: 115%; opacity:0}
}

.more a{font-size: 0.16rem;color: #858CA8;border-radius: 0px;align-items: center;padding-bottom: 0.2rem;background: url(/new/images/more.png) no-repeat bottom/0.56rem;}
.more a img{display: inline-block;margin-left: 0.08rem;width: 0.32rem;}
.more a:hover{color: #10348F;}
.home1-t li *{ transition: all 0.5s ease 0s; }
.home1-t { justify-content: space-between; } 
.home1-t .left { width: 48.8%;}
.home1-t .right { width: 47%;}
.home1-t .left a { position: relative; display: block;padding-top: 0.27rem;}
.home1-t .left a::after{width: 100%;background: url(/new/images/h1bg.png) no-repeat;background-size: 100% 100%;z-index: 1;}
.home1-t .left .imged {padding-bottom: 60%;}
.home1-t .left .con {padding: 0.25rem 0.4rem;position: relative;height: 1.4rem;width: 100%}
.home1-t .left .con h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;margin-bottom: 0.24rem;}
.home1-t .left .con p{color: #84A1CC;font-size: 0.14rem;align-items: baseline;justify-content: flex-end;font-family: Arial;display: flex;}
.home1-t .left .con span{font-family: DIN;
font-size: 0.32rem;
font-weight: 500;color: #10348F;display: inline-block;padding-right: 0.05rem;}

.home1-t .left .cir {bottom: .23rem;left: 0.4rem;width: auto;align-items: center;display: flex;}
.home1-t .left .cir span {width: 0.13rem;height: 0.12rem;background: url(/new/images/cir2.png) no-repeat;opacity: 1;margin: 0 .05rem!important;background-size: 100% 100%;position: relative;}
.home1-t .left .cir span::after{content: "";position: absolute;width:0.18rem;height: 1px;background: #BC9868;left: 105%;top: 50%;opacity: 0;}
.home1-t .left .cir span.on {opacity: 1;background: url(/new/images/cir3.png) no-repeat;background-size: 100% 100%;width: 0.41rem;height: 0.41rem;margin: 0 0.25rem 0 0.05rem !important;}
.home1-t .left .cir span.on::after{opacity: 1;}

.home1-t .right li *{transition: 0.5s;}
.home1-t .right li:first-child{border-top: 1px solid #ddd;}
.home1-t .right li a{align-items: center;height: 0.96rem;border-bottom: 1px solid #ddd;padding:0 0.25rem;}
.home1-t .right li a::after{width: 100%;opacity: 0;background: url(/new/images/h1-bg.jpg) no-repeat center/cover;border-bottom: 0.03rem solid #BC9868;}
.home1-t .right li .con{flex: 1;min-width: 0;padding-right: 0.1rem;}
.home1-t .right li .date{text-align: center;}
.home1-t .right li span{font-family: DIN;font-size: 0.32rem;color:#033C90;}
.home1-t .right li p{font-size: 0.14rem;color: #bbb;margin-top: 0.05rem;font-family: Arial;padding-top: 0.07rem;border-top: 1px solid #D8D8D8;}
.home1-t .right li h3 {font-size: 0.18rem;color: #333;line-height: 0.3rem;transition: 0s;}
.home1-t .right li h4{font-size: 0.14rem;color: #FFFFFF;line-height: 0.28rem;max-height: 0.56rem\0;}


@media screen and (min-width: 1025px) {
  .more a:hover span{color: #033C90;}
  .home1-t .right li h4{display:none}
  .home1-t .right li.on a{height:1.5rem;}
  .home1-t .right li.on h3{color: #fff;font-weight: bold;}
  .home1-t .right li.on h4{display: -webkit-box;display: block\0;}
  .home1-t .right li.on a::after{opacity: 1;}
  .home1-t .right li.on span{color: #fff;}
  .home1-t .right li.on p{color: #fff;}
  .home1-t .left  li a:hover h3{font-weight:bold;color:#033C90}


}
@media screen and (max-width: 1024px) {
  .home1 { padding: 0.4rem 0px; }
  .home1-t .left { width: 100%; margin: 0px; }
  .home1-t .right { width: 100%; margin-top: 0.3rem; }
  .home1-t .right li h4{color:#333;-webkit-line-clamp: 1;}
 .list_box0 .li:last-child a{font-size: 0.14rem;}
}
@media screen and (max-width: 768px) {
  
  
}
@media screen and (max-width: 500px) {

}


/*  */
.container02::after{width: 100%;background: url(/new/images/hbg2.png) no-repeat;background-size: cover;bottom:0;}
.home2{width: 100%;padding: 1rem 0px 0;position: relative;z-index: 1;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 68%;}
.home2-t .right{width: 28%;}
.home2-t .title .h3{margin: 0;}
.home2-t .right .title .h3{padding-left:.46rem;}
.home2-t .right .title h3:after{left:-.46rem;bottom: .25rem;}
.home2-t .left .title h3::after{width: 1.34rem;height: 0.4rem;background: url(/new/images/tit2.png) no-repeat;bottom: .25rem;}
.home2-t .right .title h3::after{width: 1.29rem;height: 0.4rem;background: url(/new/images/tit3.png) no-repeat;}

.home2-t li *{transition: 0.5s;}
.list2 {justify-content: space-between;}
.list2 li{width: 48%;margin-bottom: 0.21rem;}
.list2 li a {align-items: center;padding: .28rem .39rem;border: 1px solid #C2D0E5;background: url(/new/images/h2bg.png) no-repeat;background-size: 100% 100%;display: block;height: 1.6rem;}
.list2 li a::after {height: 3px;bottom: -1px;background:#10348F;}
.list2 li h3 {font-size: 0.2rem;line-height: 0.32rem;color: #333;max-height: 0.64rem\0;transition: 0s;margin: 0.05rem 0 0;}
.list2 li p{font-family: Arial;font-size: 0.14rem;line-height: 0.28rem;color:#84A1CC;}
.list2 li p span{font-family: DIN;font-size: 0.32rem;font-weight: 500;color: #10348F;display: inline-block;padding-right: 0.05rem;}
.list2 li h4{font-size: 0.16rem;line-height: 0.28rem;color: #999999;max-height: 0.56rem\0;display: none;}

.list3 li a{align-items: center;height: 1.1rem;border-bottom: 1px solid #ddd;}
.list3 li a::after{height: 1px;bottom: -1px;background: #10348F;}
.list3 li a .date{align-items: center;}
.list3 li a .con{flex: 1;min-width: 0;padding-left: 0.27rem;}
.list3 li span{font-family: DIN;font-size: 0.36rem;font-weight: 500;color: #10348F;}
.list3 li p{padding-left: 0.1rem;font-family: Arial;font-size: 0.12rem;color:rgba(16, 52, 143, 0.5);}
.list3 li p i{display: block;font-style: normal;font-family: DIN;font-size: 0.18rem;font-weight: 500;color: #10348F;line-height: 0.24rem;}
.list3 li h3{font-size: 0.18rem;line-height: 0.3rem;color: #333333;}
.list3 li:last-child a{border-bottom: none;}

@media screen and (min-width: 1200px) {
  .list2 li a:hover h3{color: #033C90;font-weight: bold;}
  .list2 li a:hover::after{width:100%;}
  .list3 li a:hover::after{width:100%;}
  .list3 li a:hover h3{color: #033C90;font-weight: bold;}
  .list3 li a:hover span{color: #A81C1F;}
  .list3 li a:hover p{color: rgba(168,28,31,.5);}
  .list3 li a:hover p i{color: #A81C1F;}
}

@media screen and (max-width: 1024px) {
  .home2{padding:0.2rem 0 .4rem;}
 .home2-t .left{width: 100%;}
 .home2-t .right{width: 100%;margin-top: 0.3rem;}
  .list2 li a{padding:.2rem;/* height:2.2rem; */}
  .list3 li a{height:auto;padding:.2rem 0}
  .list3 li:first-child a{padding-top:0;}

}
@media screen and (max-width: 768px) {
 

}
@media screen and (max-width: 500px) {
  
}



/*  */
.container03{background: url(/new/images/hbg3.png) no-repeat bottom;background-size: cover;}
.container03::after{width: 100%;height: 53.5vh;background: url(/new/images/h3bg.jpg) no-repeat top/cover;top: 0;bottom: auto;}
.home3{width: 100%;padding: 1rem 0px 0rem;}
.home3 .title .h3{margin: 0;padding-left:.66rem;}
.home3 .title h3{color: #fff;}
.home3 .title p{color: #CDCDCD;}
.home3 .title h3::after{background: url(/new/images/tit4.png) no-repeat;width: 1.6rem;height: 0.4rem;left:-.66rem;bottom: .25rem;}
.home3 .title p:after{background: url(/new/images/tit-l2.png) no-repeat;}
.home3-t{justify-content: space-between;/* align-items: flex-end; */}
.home3-t li *{transition: 0.5s;}
.home3-t .left{width: 25%;}
.home3-t .mid{width: 25%;}
.home3-t .right{width: 50%;}
.home3-t .right .imged{padding-bottom: 3.8rem;}
.home3-t .right .imged::after{width: 100%;height: 30%;opacity: 0.9;
background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);}
.home3-t .right .imged::before{content: "";position: absolute;width: 0.68rem;height: 0.68rem;background: url(/new/images/bf.png) no-repeat;background-size: 100% 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.home3-t .right a{display: block;position: relative;}
.home3-t .right .con{width: 100%;padding: 0 0.35rem 0.28rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home3-t .right .con h3{color: #fff;font-size: 0.24rem;}
.list4 li a{display: block;position: relative;padding: 0.43rem 0.3rem;height: 1.9rem;}
.list4 li h3{font-size: 0.24rem;color: #FFFFFF;line-height: 1.4;transition: 0.5s;}
.list4 li p{font-size: 0.14rem;color: #FFFFFF;line-height: 1.4;opacity: .5;white-space: nowrap;transition: 0.5s;}
.list4 li span{width: 0.24rem;position: absolute;right: 0.36rem;bottom: 0.33rem;}                 
.h3li1{background: url(/new/images/h3-bg1.jpg) no-repeat center/cover;}



.h3-t2 dt .imged{padding-bottom: 1.9rem;}
.h3-t2 dt .con::after{width: auto;height: auto;border-top: 0.12rem solid transparent;border-bottom: 0.12rem solid transparent;border-right: 0.12rem solid #E5EFFC;left: auto;right: 100%;bottom: auto;top: 50%;transform: translateY(-50%);}
.h3-t2 dt .date{text-align: center;}
.h3-t2 dt h3{flex: 1;min-width: 0;font-size: 0.19rem;line-height: 0.28rem;color: #333333;max-height: 0.56rem\0;padding-left: 0.2rem;}
.h3-t2 dt span{font-family: DIN;font-size: 0.32rem;font-weight: 500;color: #173898;}
.h3-t2 dt p{font-family: Arial;font-size: 0.14rem;color: #B1B1B1;margin-top: 0.05rem;padding-top: 0.06rem;border-top: 1px solid #ddd;}
.h3-t2 dt .con>span{width: 0.24rem;position: absolute;right: 0.36rem;bottom: 0.33rem;}

.list4 .h3li2 h3,.list4 .h3li5 h3,.list4 .h3li4 h3{color: #333;}
.list4 .h3li2 p,.list4 .h3li5 p,.list4 .h3li4 p{color:#B3B6B9;opacity: 1;}
.h3li2 a{background: #fff;}
.h3li3 a{background: url(/new/images/h3-bg3.jpg) no-repeat center/cover;}
.h3li4 a{background: #FFF2E1;}
.h3li5 a{background: #ECF4FE;}
.h3li6 a{background: url(/new/images/h3-bg4.jpg) no-repeat center/cover;}
.h3li7 a{background: url(/new/images/h3-bg5.jpg) no-repeat center/cover;}
.h3li2 a::after{border-left: 3px solid #FFB541;border-bottom: 3px solid #FFB541;width: 0.28rem;height: 0.28rem;content: "";position: absolute;left: -1px;bottom: -1px;}
.h3li1 a::after{border-left: 3px solid #fff;border-bottom: 3px solid #fff;width: 0.28rem;height: 0.28rem;content: "";position: absolute;left: -1px;bottom: -1px;}
.h3li7 a::after{border-left: 3px solid #1D52A0;border-top: 3px solid #1D52A0;width: 0.28rem;height: 0.28rem;content: "";position: absolute;left: -1px;top: -1px;}

.home3-t .left li{width: 100%;}
.home3-t .right li{width: 50%;}
.list4 li img{transition:0.5s;}
 .home3 .title{height:1.9rem;margin:0 !important;align-items: flex-start;padding-top: .3rem;}

@media screen and (min-width: 1025px) {
   .h3-t2 dt a:hover h3{color: #033C90;}
   .list4 li a:hover h3{font-weight:bold;transform:translateX(.1rem);}
   .list4 li a:hover img{transform:translateX(-.2rem);}
  .list4 li a:hover p{transform:translateX(.1rem);}
 
}
@media screen and (max-width: 1024px) {
  .home3{padding: 0.4rem 0px 0.4rem;}
  .home3-t .left{width:50%;}
  .home3-t .mid{width:50%;}
  .home3-t .right{width: 100%;margin-top: 0.3rem;}
  .home3-t .right .imged{padding-bottom: 52%;}
  .h3-t3 li{width: 50%;}
  

}
@media screen and (max-width: 768px) {
  .h3-t2 dl{width: 100%;}
  .h3-t2 ul{width: 100%;}
  .h3-t2 dl .scale{width: 100%;}
  .h3-t2 dl .con{width: 100%;padding: 0 0.2rem;}
  .h3-t2 dl .imged{padding-bottom: 27%;}
  .h3-t2 dt .con::after{display:none;}
  .list4 li p{white-space:pre-wrap}
  .list4 li a{padding:.2rem;}
  .list4 li h3{font-size:.2rem;}
  .home3 .title .h3{margin: 0;padding-left: 0;}
  .home3 .title h3::after{left:0;}
}

/*  */
.home4{width: 100%;padding: 1.9rem 0 0rem;z-index: 5;}
.home4 .title .h3{margin: 0;}
.home4 .title h3::after{width: 1.4rem;height: 0.56rem;background: url(/new/images/tit5.png) no-repeat;}
.home4-t{justify-content: space-between;}
.home4-t .left{width:67%;position: relative;z-index: 100;}
.home4-t .right{width: 29%;margin-top: .25rem;z-index: 10;}
.title2{margin-bottom: 0.25rem;}
.title2 h3{align-items: center;font-size: 0.36rem;color: #10348F;font-family: sy;}
.title2 h3 img{display: inline-block;margin-right: 0.1rem;}
.home4-t .left li a{background: #10348F;}
.home4-t .left li .scale{width: 6.7rem;}
.home4-t .left li .con{flex: 1;min-width: 0;padding: 0.53rem 0.39rem;}
.home4-t .left li .imged{padding-bottom: 58%;}
.home4-t .left li span{display: inline-block;padding-top: 0.05rem;font-size: 0.18rem;color: #A7F173;line-height: 0.3rem;padding-right: 0.15rem;border-top: 2px solid #A7F173;}
.home4-t .left li h3{font-size: 0.18rem;line-height: 0.3rem;color: #FAFAFA;max-height: 0.6rem\0;margin: 0.16rem 0 0.09rem;}
.home4-t .left li h4{font-size: 0.14rem;color: #ccc;line-height: 0.26rem;max-height: 1.3rem\0;}
.home4-t .left dl{justify-content: space-between;}
.home4-t .left dt{width: 31%;margin-top: 0.45rem;}
.home4-t .left dt a{display: block;height: 2.1rem;padding: 0.2rem 0;border-top: 2px solid #00A46F;}
.home4-t .left dt span{font-size: 0.18rem;color: #00A46F;line-height: 0.25rem;}
.home4-t .left dt h3{font-size: 0.18rem;line-height: 0.3rem;max-height: 0.6rem\0;color: #333;margin-top: 0.1rem;}
.home4-t .left dt:nth-child(2) a{border-top: 2px solid #FFB541;}
.home4-t .left dt:nth-child(3) a{border-top: 2px solid #DC2603;}
.home4-t .left dt:nth-child(2) span{color: #FFB541;}
.home4-t .left dt:nth-child(3) span{color: #DC2603;}
.home4-t .right::after{width: auto;left: -1.6rem;right: -2.6rem;height: 3.23rem;background: url(/new/images/h4bg.png) no-repeat center/cover;bottom: auto;top: 1.7rem;}
.home4-t .right .ul-iconsb1 li{padding: 0 0.15rem;}
.home4-t .right .ul-iconsb1 li .icon{box-shadow: 0px 2px 15px 0px rgba(0, 62, 165, 0.4);width: 0.47rem;height: 0.47rem;border-radius: 50%;}
.home4-t .right .ul-iconsb1 li .icon img{width: 100%;}
.home4-t .right .ul-iconsb1{margin-bottom: 0.35rem;}
.h4-t{position: relative;padding-right: 0.94rem;}
.h4-t li a{display: block;position: relative;}
.h4-t li span{width: 1.18rem;height: 0.38rem;background: url(/new/images/h4-t.png) no-repeat;background-size: 100% 100%;line-height: 0.38rem;padding-left: 0.17rem;color: #fff;font-size: 0.18rem;position: absolute;display: block;z-index: 10;left: 0;top: .1rem;}
.h4-t li .imged{padding-bottom: 162%;}
.h4-t li .imged::after{width: 100%;height: 40%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);}
.h4-t li .con{width: 100%;padding: 0 0.25rem 0.25rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.h4-t li p{font-size: 0.16rem;color: #FFFFFF;font-family: Canela Web;}
.h4-t li h3{font-size: 0.18rem;color: #fff;margin-top: 0.1rem;}
.h4-t .swiper-container{box-shadow: 0px 0px 0.4rem 0px rgba(16, 52, 143, 0.6);}
.h4-t .arrow{flex-direction: column;justify-content: flex-end;position: absolute;right: 0;bottom: 0;}
.h4-t .arror{width: 0.56rem;height: 0.56rem;border: 1px solid #ADAFBB;background: #FFFFFF;position: relative;top: auto;left: auto;right: auto;margin-top: 0.13rem;border-radius: 50%;transition: 0.5s;}
.h4-t .arror::after{display: none;}
.h4-t .arror::before{color: #ddd;font-size: 0.2rem;font-family: swiper-icons;}
.h4-t .arror:hover{box-shadow: 0px 0px 0.2rem 0px rgba(16, 52, 143, 0.6);}
.h4-t .arror:hover::before{color: #133984;}



@media screen and (min-width: 1025px) {
  .home4-t .left dt a:hover h3{color: #10348F;font-weight: bold;}
}
@media screen and (max-width: 1024px) {
  .home4 { padding: 0.4rem 0px 0.4rem; }
  .home4-t .left dt{width: 32%;margin-top: 0.3rem;} 
  .home4-t .right .ul-iconsb1{margin-bottom: 0.3rem;} 
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;z-index:1000;}
  .h4-t li .imged{padding-bottom: 120%;}
  .h4-t{padding-right:.7rem;}
}
@media screen and (max-width: 768px) {
  .home4-t .left dt{width: 100%;}
  .home4-t .left dt a{height: auto;padding: 0.2rem 0;}
  .home4-t .left li .scale{width: 100%;}
  .home4-t .left li .con{padding: 0.2rem 0.2rem;flex: none;width: 100%;}
}

@media screen and (max-width: 600px) {

}

/*  */
.home5::after{width: 79.5%;height: 1.41rem;background: url(/new/images/h5bg1.png) no-repeat bottom;background-size: 100%;left: 50%;transform: translateX(-50%);}
.home5::before{content: "";position: absolute;width: 100%;height: 5.2rem;background: url(/new/images/h5bg.png) repeat-x bottom;z-index: -1;bottom: 0;
  animation: wave 50s linear infinite;background-size: auto 100%;bottom: 0;}
@keyframes wave{
  0%{
    background-position-x:-88%;
    transform:scaleX(100%)
  }
  50%{
    transform:scaleX(125%)
  }
  to{
    background-position-x:112%;
    transform:scaleX(100%)
  }
}
.container05 .fp-tableCell{flex-direction: column;}
.home5{width: 100%;padding: 1.3rem 0px 1.5rem;flex: 1;overflow: hidden;}
.home5-t{position: relative;}
.home5-t li{padding: 0.76rem .15rem .2rem;}
.home5-t li a{display: block;border-radius: 50%;box-shadow: 0px 0px 0.2rem 0px rgba(50, 71, 206, 0.3);margin: 0 auto;width: 1.4rem;height: 1.4rem;padding-top: 0.3rem;transition: 0.5s;text-align: center;background: #fff;}
.home5-t li a::after{width: auto;height: auto;top: -0.2rem;right: -0.2rem;bottom: -0.2rem;left: -0.2rem;background: url(/new/images/h5-c.png) no-repeat;background-size: 100% 100%;opacity: 0;}
.home5-t li span{width: 0.42rem;height: 0.44rem;margin: 0 auto 0.1rem;align-items: center;justify-content: center;}
.home5-t li .img2{display: none;}
.home5-t li p{font-size: 0.16rem;color: #333333;padding: 0 .2rem;line-height: 1.3;}
.home5-t .arror{width: 0.2rem;height: 0.25rem;top: 70%;margin-top: 0;}
.home5-t .arror::after{color: #133984;font-size: 0.24rem;font-weight: bold;}
.home5-t .swiper-button-prev{left: -0.3rem;}
.home5-t .swiper-button-next{right: -0.3rem;}
.home5-t li span img{flex-shrink:0;}


@media screen and (min-width: 1025px) {
  .home5-t li a:hover p { color: #fff; }
  .home5-t li a:hover::after{opacity: 1;}
  .home5-t li a:hover .img1{display: none;}
  .home5-t li a:hover .img2{display: block;}
  .home5-t li a:hover{background: linear-gradient(145deg, #10348F 42%, #017AA9 99%);} 
  .home5-t li.swiper-slide-active a{margin-top: 0.76rem;transform: translateX(0.1rem);}
  .home5-t li.swiper-slide-active+li a{margin-top: 0.49rem;}
  .home5-t li.swiper-slide-active+li+li a{margin-top: 0.76rem;}
  .home5-t li.swiper-slide-active+li+li+li+li a{margin-top: 0.49rem;}
  .home5-t li.swiper-slide-active+li+li+li+li+li+li a{margin-top: 0.76rem;transform: translateX(-0.1rem);}
  .home5-t{height: 3.4rem;}
 
}
@media screen and (max-width: 1300px) {
.home5-t li a::after{top: -0.15rem;right: -0.15rem;bottom: -0.15rem;left: -0.15rem;}
}
@media screen and (max-width: 1024px) {
  .home5{padding: 0rem 0px .25rem;}
  .home5-t{padding: 0 0.25rem;}
  .home5-t .arror{top:50%;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right:0rem;}
  .home5::before{height: 2rem;}
  .home5-t li{padding: 0.3rem .15rem .2rem;}
  .home5-t .arror::after{font-size:.32rem;}
  
}
@media screen and (max-width: 768px) {
  .home5-t li a{width: 1.2rem;height: 1.2rem;}
  .home5-t li{padding: 0.3rem .05rem .2rem;}
  .home5-t li a::after{top: 0;right: 0;bottom: 0;left: 0;}
}
@media screen and (max-width: 420px) {
  .home5-t li a{width: 1.4rem;height: 1.4rem;}
}


#fp-nav {display: none;}
/*  */

.container06{background: #10348F;overflow:visible;}
.footer{ position: relative; z-index: 10;background: #10348F;width: 100%;}
.footer .wp{width: 15.2rem;}
.foot-t{align-items: flex-start;justify-content: space-between;position: relative;padding: .65rem 0 0rem;}
.foot-t .fot1 {width: 31%;}
.foot-t .fot2 {width: 50%;margin-left: 0%;}
.foot-t .fot3 {width: 15%;}
.foot-t .fot2 dl{justify-content: space-between;}
.foot-t .fot2 dt{width: 33%;padding-left: 0.2rem;border-left: 1px solid rgba(255, 255, 255, 0.2);min-height: 1.3rem;}
.foot-t .fot2 dt::after{bottom: auto;width: 2px;background: #BC9868;height: .2rem;top: 0;left: -1px;}
.foot-t .fot2 dt p{font-size: 0.16rem;color: #fff;line-height: 0.3rem;}

    
.select{width: 3rem;position: relative;cursor: pointer;}
.select h2{font-size: 0.15rem;height: 0.5rem;align-items: center;padding: 0 .17rem;justify-content: space-between;border: 1px solid #405DA5;}
.select h2 p{color: #fff;white-space: nowrap;}
.select ul{background: #f8f8f8;height: 2rem;position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;z-index: 5;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;text-align: left;}
.select h2 img{width: 0.11rem;}
.select li:hover{background:#10348F;color:#fff;}
.select li:hover a{color:#fff;}
.footer .ul-iconsb1{justify-content:flex-end;}
.ul-iconsb1 li{padding-left: 0.28rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}

.footer .ul-iconsb1 .icon img{width:0.4rem;height: .4rem;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.ul-iconsb1 .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;box-shadow: 0px 0px 0.2rem 0px rgba(16, 52, 143, 0.6);}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.09rem;transform: translateX(-50%);position: absolute;left: 50%;}
/* .ul-iconsb1 li:last-child .qrbox{left:auto;transform: translateX(0%) translateY(-30%);right: 0rem;}
.ul-iconsb1 li:last-child .qrbox::before{right: .2rem;left: auto;transform: translateX(0%);} */
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
/* .ul-iconsb1 li:last-child .con:hover .qrbox{transform: translateY(0%) translateX(0%);}               */
.foot{padding: 0.1rem 0 0.2rem;text-align: center;border-top: 1px solid rgba(255, 255, 255, 0.2);}
.foot .wp{justify-content: space-between;align-items: center;}
.foot .wp>p{font-size: 0.16rem;line-height: 1.5;color: #fff;opacity: .5;}
.foot p a{align-items: center;padding: 0 0.05rem;}

.top2{position: fixed;right: .15rem;bottom: .15rem;z-index: 100;width: 0.5rem;height: 0.5rem;}
.top2 img{width: 100%;}
.top2.on{opacity:0;}

.rightFix{position: fixed;right: 0.1rem;top: 50%;transform: translateY(-50%);z-index: 200000;padding: .2rem 0 0.5rem;background:url(/new/images/rrbg.png) no-repeat;display: none;background-size: 100% 100%;width: 1.02rem;}
/* .rightFix::after{width: 1.02rem;height: .64rem;background: url(/new/images/rr-b.png) no-repeat;left: 50%;transform: translateX(-50%);bottom: -0.08rem;background-size: 100% 100%;} */
.rightFix li {
  text-align: center;
  font-size: .16rem;
  transition: .3s;padding: 0 0.1rem 0.14rem;
}
.rightFix li a{display: block;padding: 0rem 0;color: #fff;transition: 0.5s;}
.rightFix li .img2{display: none;}

.rightFix p{color: #fff;font-size: 0.14rem;text-align: center;}
.rightFix span{display: flex;align-items: center;justify-content: center;background: #163FA4;width: 0.5rem;height: 0.5rem;border-radius: 50%;margin: 0 auto 0.1rem;transition: 0.5s;}
.rightFix li a:hover span{background: #fff;}
.rightFix li a:hover .img1{display: none;}
.rightFix li a:hover .img2{display: block;}
.rightFix .totop{cursor:pointer;display: none;}

@media screen and (max-width: 1024px) {
  .foot-t{padding: 0.45rem 0px .25rem;}
  .foot-t .fot1 { width: 100%; text-align: center;}
  .foot-t .fot3 { width: 100%;}
  .foot-t .fot2{width:100%;margin: 0.2rem 0;}
  .foot-t .fot2 ul{justify-content:flex-start;}
  .footer .ul-iconsb1{justify-content:center;}
  .ul-iconsb1 li{padding: 0 0.1rem;}
  .rightFix{display: none !important;}
}

@media screen and (max-width: 768px) {
  .foot-t .fot2 dt{width: 100%;min-height: auto;margin-bottom: 0.2rem ;}
  .select{order: -1;margin: 0 auto 0.15rem;}
  .foot .wp>p{width: 100%;text-align: center;}
  .foot{padding: 0.2rem 0;}
  .foot-t .fot1 img{max-width:3rem;}
}


@media screen and (max-width: 420px) {
  
}



@media screen and (max-width: 1600px) {

  #header .right {padding-left: 2%;}
}
@media screen and (max-width: 1366px) {
  #header .right {/* padding-left: 5%; */}
  #nav ul li h3{padding:0 .35rem 0 .2rem;}
}
@media screen and (max-width: 1200px) {
  .header_box { display: none; }
  .m_header_box { display: block; }
  .swiper-box1 .imged { padding-bottom: 50%; }
  .swiper-box1 video{/* display: none; */}
}
@media screen and (max-width: 1024px) {
  .title .img { display: none; }

}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title { margin-bottom: 0.25rem !important; }
  .title h3 { font-size: 0.28rem !important; }
  .title .h3 {margin: 0px;padding-bottom: .16rem;padding-left: .25rem;}
  .title p{font-size: 0.16rem;}
  .title .h3::after{width: .9rem; height: .6rem;}
  .more{top: 0.1rem;}

  .title .more a {padding-right: 0rem;}
  .title .more a::after { width: 0.8rem; height: 0.22rem; }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 420px) {
}

@media (min-width: 1200px) and (max-height: 750px){
  html{font-size: 4.5vw;}
}



.pb_sys_style1 .p_no_d { color: rgb(255, 255, 255); border: 1px solid #033C90 !important; background-color: #033C90 !important; }
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a { height: auto !important; padding: 0.03rem 0.12rem !important; line-height: 0.2rem !important; }
.pb_sys_common { font-size: 0.14rem !important; line-height: 0.4rem !important; margin: 0.2rem 0px 0 !important; }       