@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
#header,#nav ul li h3,.top_menu{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header{ z-index:999; height:7.5rem; width:100%; position: fixed; top: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header>.m{ display: flex; height: 100%; max-width: 1700px; justify-content: space-between; align-items: center; position: static; }
#header .fr{  display: flex; justify-content: space-between; flex-grow: 1; max-width: 860px; margin-left: 3rem; }
#header .line01{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, .3); z-index: -1;}
#logo{ flex-shrink:0; }
#logo a{ display: flex; height: 100%; align-items: center;}
#logo img{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; width: 22.5rem; }
#logo .img01{ display: none;}
#logo .img02{ display: block;}
#nav{ flex-grow: 1;  }
#nav ul{display: flex; flex-grow: 1;}
#nav ul li{ float:left; position:relative; z-index:0; flex-grow: 1; text-align: center; }
#nav ul li a{ display:block; text-transform:uppercase; font-size: 0;}
#nav ul li h3{ font-size:1rem; color:#fff; display: inline-flex; align-items: center; justify-content: center; line-height:7.5rem; overflow:hidden; text-align: center; position:relative; z-index: 1; }
#nav ul li h3 svg{ width: 8px; margin-left: .5rem;}
#nav ul li.on h3,#nav ul li:hover h3{ }
 #nav ul li h3:before {content: "";width: 100%;height: 3px;position: absolute;bottom: 0;left: 0;background: #fff;transition: 0.3s ease-in-out; transform: scaleX(0); transform-origin: center;}
#nav ul li.on h3:before, #nav ul li:hover h3:before { transform: scaleX(1); } 
#nav li .sub {position: absolute;background: rgba(255,255,255,.95);width: 200px;position: absolute;left: 50%;  margin-left: 0;top: 100%;z-index: 999;-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 5px #3333334d;transform-origin: 0 0 0;transform: scaleY(0.2) translateX(-50%);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;opacity: 0;visibility: hidden; padding: 1rem 10px 1rem;border-radius: 0 0 .625rem .625rem;}
#nav li .sub .box{padding: 0;text-align: center; }
#nav li .sub a{padding: 0; line-height: 2.5rem; transition: .3s;font-size: .875rem; text-align: center; color: #505050; width: 100%; white-space: nowrap; display: block;}
#nav li .sub a:hover{ background: #3888e5; color: #fff; }
#nav li:hover .sub{ filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; transform: translateY(0px) translateX(-50%); }
#nav li .sub .img{width: calc(100% - 186px);height:76px;}
#nav li .sub .img img{ width:100%; object-fit: cover;}

.top_menu_box{ display: flex; margin-left: 1rem; position: relative; padding-left: 1.25rem; }
.top_menu_box .top_menu{ display: flex;  padding: 0 .75rem; align-items: center; position: relative; z-index: 1; border-radius: 50%; }
.top_menu_box .top_menu a{  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.top_menu_box .top_menu svg{ width: 1.25rem; height: 1.25rem;}
.top_menu_box .top_menu.btn_language svg path{ fill: #fff;}
.top_menu_box .top_menu svg:nth-child(3){ width: 1rem; height: 1rem;}
.top_menu_box .top_menu span{ margin-left: .75rem; margin-right: .375rem; font-size: 1rem; color: #fff; transition: .5s;}
.top_menu_box .top_menu.btn_search svg{ width: 1.5rem; height: 1.5rem;}
.top_menu_box:before{ content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .3);transition: .5s;}
.top_menu_box .top_menu.on:before{ opacity: 0; visibility: hidden; } 
.top_menu_box .top_menu.on svg path{ fill: #fff;}
.language_sub{ position: absolute; left: 0; top: 100%; width: 100%; background: rgba(255, 255, 255, 0.8); border-radius: 0 0 5px 5px; opacity: 0; visibility: hidden; transition: .5s; transform-origin: top; transform: scaleY(0);}
.top_menu_box .top_menu:hover .language_sub{ opacity: 1; visibility: visible; transform: scaleY(1);}
.language_sub a{ display: block; text-align: left; justify-content: flex-start !important; padding: 1rem 2rem; text-transform: uppercase; padding-left: 23%; font-size: .9375rem; color: #666; position: relative; z-index: 1; transition: .5s;}
.language_sub a:before{ content: ""; display: block; width: 100%; height: 1px; background: #eee; position:absolute; left: 0; top: 0; transition: .5s;}
.language_sub a:after{ content: ""; display: block; width: 3px; height: 0; background: #3888e5; position:absolute; left: 0; bottom: 0; transition: .5s;}
.language_sub a.on{ background: #d9e5f4;}
.language_sub a.on:after{ height: 100%;}
.language_sub a:hover{ background: #d9e5f4;}
.language_sub a:hover:after{ height: 100%; top: 0; bottom: auto;}


#header.xg{height: 5rem; background: rgba(255, 255, 255, 1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
#header.xg #nav ul li h3{ line-height: 5rem; color: #333;}
#header.xg #nav ul li h3:before{ background: #3888e5;}
#header.xg #nav ul li h3 svg path{ fill: #999;}
#header.xg #logo .img01{ display: block;}
#header.xg #logo .img02{ display: none;}
#header.xg .top_menu_box .top_menu svg path{ fill: #3888e5 !important;}
#header.xg .top_menu_box .top_menu span{ color: #333;}
#header.xg .top_menu_box:before{ background: rgba(0, 0, 0, 0.2);}
#header:hover{ background: rgba(255, 255, 255, 1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
#header:hover #nav ul li h3{ color: #333; }
#header:hover #nav ul li h3 svg path{ fill: #999;}
#header:hover #nav ul li h3:before{ background: #3888e5;}
#header:hover #logo .img01{ display: block;}
#header:hover #logo .img02{ display: none;}
#header:hover .top_menu_box .top_menu svg path{ fill: #3888e5 !important;}
#header:hover .top_menu_box .top_menu span{ color: #333;}
#header:hover .top_menu_box:before{ background: rgba(0, 0, 0, 0.2);}
/***********************/

/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:996; transition:0s 1.5s; background: rgba(255, 255, 255, 1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #3888e5;}
.m_user a:hover svg path{ fill: #3888e5;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}
#m_logo img{ display:block; width: 180px;}

.m_nav_list{/* flex-direction:column; *//* justify-content: flex-start; */width:100%;/* overflow: auto; */}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav .top_search{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;}
#m_nav {
    z-index: -1;
    position: fixed;
    background: #eef2f6;
    width: 100%;
    height:100vh;
    right: 0;
    top: 0;
    display:none;
    padding:50px 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;z-index: 997;
    }
#m_nav::-webkit-scrollbar{ display: none;}
#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1;}
#m_nav>ul>li{width: 80%;overflow:hidden;padding: 0 1rem;margin: 0 auto;}
#m_nav>ul>li+li{border-top: 1px solid rgb(111 111 111 / 10%);}
#m_nav li .a{  }
#m_nav li .a h3{line-height:4.5rem;height:4.5rem;color: #3d3d3d;padding:0;font-size:1.25rem;float:left; font-weight: bold;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 16px;height:4.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1.125rem;color: #666;text-align:left;line-height:35px;height: 35px;border:0; }
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}
 


.search-dialog-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0; transition: .6s;left: 0;right: 0;z-index: 1;  background-image: -moz-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(56, 137, 229, 0.6), rgba(56, 137, 229, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(56, 137, 229, 0.6), rgba(56, 137, 229, 0) 100%);}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.search-dialog-box .search-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0,0,0,.7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
    transform:translateY(100%);
    transition: .6s;
}
.header-right .bubbles-bg{
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
    position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
    width:6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
    border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
    width:12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
    background-color: #3888e5;
}
.search-dialog-box .bubbles-bg .bubble3{
    width:36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
    background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
    width:56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
    width:54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
    background-color: #fff;
    opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
    width:56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
    width:2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
    background-color: #3888e5;
}
.search-dialog-box .bubbles-bg .bubble8{
    width:1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
    border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
    width:16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
    background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
    width:56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
    animation:spin 8s infinite linear;
    transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
    animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
    animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
    animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
    transform-origin: 30% 30px;
}
.search-dialog{
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.search-dialog .search-tit{
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}
.search-dialog .search-inner{
    overflow: hidden;
    margin-top: 0;
}
.search-dialog .search-input{
    width: 50rem;
    margin: 0 auto;
    padding: 0 0.5rem 0 1.5rem;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
}
.search-dialog .search-input input[type=text]{
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    color: #fff;
    transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=button],
.search-dialog .search-input .clear-btn{
    float: right;
    height: 4.5rem;
    width: 3.5rem;
}
.search-dialog .search-input input[type=button]{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../images/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}
.search-dialog .search-input.on{
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{
    background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search{
    font-size: 0;
    width:19.5rem;
    margin:.6rem auto 0;
    box-sizing: border-box;
    padding:0 .6rem;
    overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(../images/hot-icon.png);
}
.search-dialog .hot-link{
    margin-left: 1rem;
}
.search-dialog .hot-link a{
    display: inline-block;
    *display: inline;
    zoom:1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color:#fff;
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a:before{
    content: "";
    position: absolute;
    left:0%;
    bottom:0;
    width:100%;
    height: 2px;
    background-color: #fff;
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform .3s;
}
.search-dialog-box .bottom-box{
    position: absolute;
    left: 0;
    bottom:5.1%;
    width:100%;
}
.search-dialog-box .bottom-box .share-box{
    overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
    font-size: .35rem;
    line-height:.5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .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(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

 


/*首页banner*/
#banner{ position: relative;}
#banner .swiper-container { height:100vh;  }
#banner .swiper-slide { overflow: hidden;}
#banner .slide-inner { position: absolute;  width: 100%; height: 100%;left: 0; top: 0; background-size: cover; background-position: center; background-repeat: no-repeat !important;}
#banner .txt{ color: #fff; height: 100%; display: flex; align-items:center; justify-content: center; padding-bottom:1rem;}
#banner .txt{ opacity: 0; } 
#banner .swiper-button-white{ width: 4rem; height: 4rem; z-index: 9;}
#banner .swiper-button-white svg{ transition: .5s;}
#banner .swiper-button-prev{ opacity:.8; left:4%;}
#banner .swiper-button-next{ opacity:.8; right:4%;}
#banner .swiper-button-white:before{ content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); border-radius: 50%; opacity: 0; visibility: hidden; transition: .5s; transform: scale(.5);}
#banner .swiper-slide.swiper-slide-active .txt{ animation: enter 1.2s forwards .2s;} 
#banner .swiper-button-white:hover:before{ opacity: 1; visibility: visible; transform: scale(1);}
#banner .swiper-button-white:hover svg{ transform: scale(.5);}
.dotbox{ position: absolute; left: 0; bottom: 2rem; width: 100%; height: 20px; z-index: 111; display: none;}
.dotbox .dots{ width: 20px !important; height: 20px !important; display: inline-block; background: none; opacity: 1; margin-right: 7px; }
.dotbox .dots:before{ border: 0; background: #fff; transform: scale(.4);}
.dotbox .dots svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 1.5;    
	stroke-dasharray: 0 , 62.8;
	stroke-dashoffset:62.8;
}
.dots.swiper-pagination-bullet-active svg.drawcircle circle { 
    animation: svgrotate 6.2s forwards;
}
@-webkit-keyframes svgrotate {
    0% { stroke:rgba(255, 255, 255, 1);
        stroke-dasharray: 0 , 62.8;
        stroke-dashoffset:62.8;}
    100% { stroke:rgba(255, 255, 255, 1);
        stroke-dasharray:62.8 , 0;
        stroke-dashoffset:62.8; }
 }
@keyframes enter {
 }
 
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
 
#n_main{}
.n_banner{ height: 35.625rem; width: 100%; overflow: hidden;}
.n_banner .m{ display: flex; height: 100%; align-items: center; justify-content: center; text-align: center; }
.n_banner p{ font-size: 3rem; color: #fff; font-family: BarlowCondensed-Medium; margin-bottom: 3px; text-transform: uppercase;}
.n_banner h3{color: #fff; font-size: 1.5rem;}
 

.n_title {padding: 0;position: relative; z-index: 1;}
.n_title:after{ content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; background: #e5e5e5;}
.n_title .m { position: relative; display: flex; justify-content: space-between; align-items: center;}
.n_nav { position: relative; flex-grow: 1; }
.n_nav ul{ display: flex; gap: 3rem;}
.n_nav li{display: block; font-size: 1.125rem;float: left;line-height: 5.3125rem;z-index: 1; position: relative;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.n_nav li a{ display: block; font-size: .9375rem; text-align: center; color: #373941; transition: .5s; }
 .n_nav li:before {content: "";width: 0;height: 3px;position: absolute;background:#3888e5; bottom:0; left: 0; transition: 0.3s ease-in-out; opacity: 0; z-index: -1;}
.n_nav li.on:before, .n_nav li:hover:before { width: 100%; opacity: 1;}  
.n_nav li.on:after,.n_nav li:hover:after{ opacity: 0;}
.n_nav .sub{position: absolute;top: 100%;min-width: 100%;left: 0;display: none;}
.n_nav .sub a{display: block;height: 2.75rem;font-size: .9rem;line-height: 2.75rem;transition: .3s;background: #fff;text-align: center;text-transform: uppercase;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;white-space: nowrap;padding: 0 15px; font-weight:normal!important;color: #2f2f2f;}
.n_nav .sub a:hover{ color: #3888e5;}
.position { left: 0;bottom: 0; font-size: .9375rem;color: #747679; display: flex; align-items: center;}
.position>svg{ margin-right: 5px;}
.position span, .position a, .position i {font-size: .8125rem;color: #828386; flex-shrink: 0; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin: 0px .5rem;font-style: normal; width: 8px; height: 8px; }
.position span { color: #3888e5;font-style: normal;}
.position em { color: #3888e5;font-style: normal;}
.position a:hover {color: #3888e5;}

/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #3888e5;}
#m_n_nav .m{  display: flex; align-items: center; justify-content: space-between;}
#bnt_back { }
#bnt_back svg { fill: #fff; vertical-align: middle; max-width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height: 15px; }
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #3888e5; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #3888e5; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a { margin: 0 20px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #3888e5; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #3888e5; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #3888e5;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #3888e5; }


.s_about{ width: 100%; overflow: hidden; background: url(../images/s_about_bg.jpg) center bottom no-repeat #edf0f5;
    background-size: 100%; }
.s_about .txt{ margin-left: 50%;}
.s_about .txt h3{ font-size: 2.25rem; color: #0c6fe1; line-height: 1.25;}
.s_about .txt .con{ font-size: .875rem; line-height: 1.625rem; color: #7d7d7d; margin-top: 1.25rem; margin-bottom: 2.25rem;}
.btn_xq{ font-size: .9375rem; color: #494949; width:8.4375rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; font-size: .875rem;color: #7c7c7c;border-radius: 1.875rem;position: relative;z-index: 0;overflow: hidden;transition: all ease 600ms;}
.btn_xq:before {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%;border-radius: 1.25rem;box-sizing: border-box;border: 2px solid #cdcfd2;transition: all ease 600ms;z-index: -1;}
.btn_xq:after {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 0;background: #3888e5;transition: all ease 600ms;z-index: -1;}
.btn_xq:hover:before {border: 2px solid #3888e5;}
.btn_xq:hover:after {width: 100%;left: 0;right: auto;}
.btn_xq:hover {color: #fff;}

.s_shuzi{ margin-top: 3.25rem;}
.s_shuzi ul{ display: grid; grid-template-columns: repeat(4,1fr);}
.s_shuzi ul li{}
.s_shuzi ul li p{ font-size: .875rem; color: #676767;}
.s_shuzi ul li div{}
.s_shuzi ul li div span{ font-size: 4rem; color: #0c6fe1;font-family: BarlowCondensed-Medium; }
.s_shuzi ul li div i{ font-size: .875rem; color: #676767;}

.s_news{}
.s_news .m{ display: grid; grid-template-columns: .473fr .527fr; gap: 4.375rem;}
.s_news .hd{ padding-bottom: 1.125rem; padding-top: 1.25rem; margin-bottom: 1.25rem;}
.s_news .hd ul{ display: flex; gap: 1.875rem;}
.s_news .hd ul li{ position: relative;}
.s_news .hd ul li:before{ content: "";width: 100%;height: 3px;position: absolute;bottom: 0;left: 0;background: #3888e5;transition: 0.3s ease-in-out; transform: scaleX(0); transform-origin: center;}
.s_news .hd ul li a{ font-size: 1.125rem; color: #4c4c4c; font-weight: bold; display: block; padding-bottom: 1.125rem;}
.s_news .hd ul li.on a{}
.s_news .hd ul li.on:before{ transform: scaleX(1);}

.s_news .bd{}
.s_news .bd ul{}
.s_news .bd ul li{}
.s_news .bd ul li a{ display:grid; grid-template-columns: 1fr 7rem; align-items: center;}
.s_news .bd ul li h5{ line-height: 2.5rem; font-size: 1.125rem; color: #454545; position: relative; padding-left: 21px; transition: .5s;}
.s_news .bd ul li h5:before{ content: ""; display: block; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #a4a4a4; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.s_news .bd ul li span{ justify-self: flex-end; font-size: 1rem; color: #909090; font-family: BarlowCondensed-Regular;}
.s_news .bd ul li:hover h5{ color: #3888e5;}
.s_news .bd2{}
.s_news .bd2 ul{}
.s_news .bd2 ul li{}
.s_news .bd2 ul li a{ display: block; position: relative; border-radius: .625rem; overflow: hidden;}
.s_news .bd2 ul li .img{}
.s_news .bd2 ul li .img img{}
.s_news .bd2 ul li .img:after{ padding-top: 25.9375rem;}
.s_news .bd2 ul li .txt{ position: absolute; left: 0; bottom: 0; width: 100%; padding:6rem 1.875rem 1.5rem;
    background-image: -moz-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.9) 100%);
    background-image: -webkit-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.9) 100%);
    background-image: -ms-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.9) 100%); }
.s_news .bd2 ul li .txt h5{ font-size: 1.175rem; color: #fff; text-align: center; }

.s_tt{}
.s_tt span{ font-size: 2.625rem; color: rgba(255, 255, 255, .3); text-transform: uppercase; font-family: BarlowCondensed-Medium;}
.s_tt h3{ font-size: 1.375rem; color: #fff;}

 .s_layout{ width:100%; overflow: hidden; position: relative; z-index: 1;}
 .s_layout:before{ content: ""; display: block; position: absolute; left: 0; top:0; background: url(../images/s_buju_bg.jpg) center no-repeat; width: 100%; height: 33.3125rem;}
 .s_layout .hd{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem;}
 .s_layout .hd ul{ display: flex; align-items: center; gap: 3rem;}
 .s_layout .hd ul li{ position: relative;}
 .s_layout .hd ul li a{ display:flex; justify-content: center; align-items: center; flex-direction: column;}
 .s_layout .hd ul li svg{ width: 2.625rem; height: 2.625rem;}
 .s_layout .hd ul li h3{ font-size: .9375rem; color: #fdfdfd; margin-top: 1.25rem;}
 .s_layout .hd ul li i{ display: block; width: .75rem; height: .75rem; background: url(../images/arr_up.svg) center no-repeat; background-size: contain; position: absolute; left: 50%; bottom: -1.25rem; transition: .5s; transform: translateX(-50%); opacity: 0; visibility: hidden; }
 .s_layout .hd ul li.on i{ opacity: 1; visibility: visible;}

 .s_layout .bd{ position: relative;}
 .s_layout .bd .item{ display: grid; grid-template-columns: 1fr 1fr; }
 .s_layout .bd .img{}
 .s_layout .bd .img img{}
 .s_layout .bd .img:after{ padding-top: 27.75rem;}
 .s_layout .bd .txtslide{ background: url(../images/s_buju_txt.jpg) center bottom no-repeat #fff; }
 .s_layout .bd .txt{ height: 27.75rem; padding: 4.8125rem 3.75rem; }
 .s_layout .bd .txt h3{ font-size: 1.625rem; color: #4f4f4f; margin-bottom: 1.625rem;}
 .s_layout .bd .txt .con{ font-size: .9375rem; color: #929292; line-height: 1.75rem; margin-bottom: 2.25rem;}
 .s_layout .bd .txt .btn_arr{}

 .btn_arr {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    border: 2px solid #e0e2e4;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }

  .btn_arr font {
    display: flex; align-items: center; justify-content: center;
    width: 100%;
    height: 100%; 
    position: absolute;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }

  .btn_arr font:nth-child(1) {
    left: -50px;
  }

  .btn_arr font:nth-child(2) {
    left: 0;
  }

  .btn_arr font svg path {
    fill: #c5c8cb;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }

  .btn_arr font svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
  }

  .btn_arr:hover {
    background: #3888e5;
    border: 2px solid #3888e5;
  }

  .btn_arr:hover font:nth-child(1) {
    left: 0;
  }

  .btn_arr:hover font:nth-child(2) {
    left: 50px;
  }

  .btn_arr:hover font svg path {
    fill: #fff;
  }


  .s_layout .swiper-button{ width: 3.75rem; height: 3.75rem; bottom: 0; top: auto; border: 0 !important; background: #a1b1d6; }
  .s_layout .swiper-button svg{ width: 1rem; height: 1rem;}
  .s_layout .swiper-button path{ fill: #fff;}
  .s_layout .swiper-button-prev{ right: 50%; left: auto;}
  .s_layout .swiper-button-next{ left: 50%; right: auto; background: #3888e5 !important;}

.s_rukou{ margin-top: 1.25rem;}
.s_rukou ul{ display: grid; grid-template-columns: repeat(3,1fr);}
.s_rukou ul li{}
.s_rukou ul li a{ display: block; position: relative;}
.s_rukou ul li .img{}
.s_rukou ul li .img img{}
.s_rukou ul li .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; padding: 0 3.25rem;}
.s_rukou ul li .tt{}
.s_rukou ul li .tt h3{ font-size: 1.25rem; color: #576167; margin-bottom: .75rem; font-weight: bold;}
.s_rukou ul li .tt span{ font-size: 1.375rem; color: rgba(87, 97, 103, 0.3);font-family: BarlowCondensed-Medium; text-transform: uppercase;}
.s_rukou ul li:nth-child(2) .tt h3{ font-size: 1.25rem; color: #9c714d;}
.s_rukou ul li:nth-child(2) .tt span{ color: rgba(156, 113, 77, 0.3);}
.s_rukou ul li:nth-child(3) .tt h3{ font-size: 1.25rem; color: #ffffff;}
.s_rukou ul li:nth-child(3) .tt span{ color: rgba(255, 255, 255, 0.3);}

#foot{ background: #353637; width: 100%; padding-top: 3rem;}
#foot .m{ max-width: 1700px;}
#foot .box1{ border-bottom: 1px dotted #696a6b;}
#foot .box1 .m{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.25rem;}
.foot_lianxi{}
.foot_lianxi span{ font-size: .875rem; color: rgba(255, 255, 255, 0.75);}
.foot_lianxi p{ font-size: 1.875rem; color: #438be8; font-family: BarlowCondensed-Medium; margin-bottom: .5rem;}
.foot_lianxi div{ font-size: .9375rem; color: rgba(255, 255, 255, 0.75);}


.foot_link{ max-width: 100%; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center;}
.foot_link .tt{ display: flex; align-items: center; font-size: .875rem; color: #919395;}
.foot_link .tt span{ margin-right: .75rem;}
.foot_link .tt img{ width: 2.0625rem;}
.foot_link dl{ position: relative;  width: 11.625rem;}
.foot_link dt{ height: 2.8125rem; padding: 0 .875rem; font-size: .875rem; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2;}
.foot_link dt i{ width: .75rem;}
.foot_link dt>svg{ margin-right: .5rem;}
.foot_link dt span{ flex-grow: 1;}
.foot_link dd{ position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; padding-bottom: 2.9375rem; }
.foot_link dd:before{ content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border: 1px solid #6f7072; background: #353637; z-index: -1;}
.foot_link dd .box{ border-radius: 1.5rem; padding: 1rem 1rem 0; display: none; }
.foot_link dd .box a{ display: block; color: rgba(255, 255, 255, 0.7); font-size: .875rem; line-height: 2; transition: .3s;}
.foot_link dd .box a:hover{ color: #fff;}

#foot .box2{ padding-top: 1.5rem;}
#foot .box2 .m{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 2.25rem;}
#foot .box2 .copyright{ font-size: .8125rem; color: rgba(167, 169, 172, 0.5); line-height: 1.5;}
.foot_rukou{ font-size: 0;}
.foot_rukou a{ font-size: .875rem; color: #b6b8bc; transition: .5s;}
.foot_rukou i{ display: inline-block; font-size: .875rem; color: #b6b8bc; margin: 0 .875rem;}
.foot_rukou a:hover{ color: #fff;}
#gotop{ position: fixed; right: 1rem; bottom: 5rem; z-index: 996; cursor: pointer; overflow: hidden; height: 3.125rem; transition: .5s;}
#gotop span{ display: flex; align-items: center; justify-content: center; width: 3.125rem; height: 3.125rem; border-radius: 5px; background: #0c63d0;}
#gotop span svg{ width: 2.375rem; height: 2.375rem;}

#gotop.hide{ height: 0;}


#site_map_box{ width: 100%; height: 100%; z-index: 9999; opacity: 0; visibility: hidden; transition: .5s; position: fixed;  }
#site_map_box.on{ opacity: 1; visibility: visible;}
#site_map_box .bg_box{ width:100%;height:100%;background:#000;-webkit-opacity:0.6;opacity:0.6;filter:Alpha(opacity=80);z-index:9998;position:fixed;top:0;left:0; }
#site_map_box .box{  width: 360px; position: relative; height: 100%;  position: fixed; right: -360px; top: 0; background:url(../images/bg_site_map.png) center bottom no-repeat #fff; z-index: 9999;}
#site_map_box .title{ display: flex; align-items: center; justify-content: space-between; position: relative; vertical-align: middle;  line-height: 60px; padding:0 30px;  font-size: 16px; color: #fff; background: #3888e5 ;}
#site_map_box .title a{  -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; }
#site_map_box .title a:hover{  transform:rotate(90deg);-webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);}
#site_map_box dl{ height: 90%  }
#site_map_box dd{  padding:26px 30px; border-bottom: 1px solid #ededed;}
#site_map_box dd:last-child{border-bottom: none; }
#site_map_box dd h1{ font-size:14px; color:#626262; line-height:22px; margin-bottom:10px;}
#site_map_box dd a{ display:inline-block; font-size:12px; padding-right: 20px; color:#878787; line-height:24px;}
#site_map_box dd a:hover{ color:#3888e5;}
#ascrail2000{ display:none !important;}
@media screen and (max-width:1450px){
#site_map_box .box{ background: #fff;}
}

.n_licheng{padding-top: 3.25rem;padding-bottom: 4rem; background: url(../images/n_licheng_bg.jpg) center no-repeat; background-size: cover; overflow: hidden; position: relative;}
.n_licheng .relative{ height: 100%; position: relative;}
.n_licheng .hd{overflow: hidden;width: 100%;margin-bottom: 2rem;position: relative;z-index: 10;}
.n_licheng .hd .tt{float: left;position: relative;z-index: 10;}
.n_licheng .hd .tt span{font-size: 2rem;color: #0c63d0;font-family: AVENIRNEXTLTPRO-DEMICN;}
.n_licheng .hd .tt h3{ font-size: 1.625rem; color: #434343; margin-top: .75rem;}
.n_licheng .arrowbox{ position: absolute; right: 0; z-index: 99;}
.n_licheng .slick-arrow{ display: inline-block; border-radius:50%; cursor:pointer; width: 3.4375rem; height: 3.4375rem; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.n_licheng .slick-prev2{ background: url(../images/licheng_left.png) center no-repeat; background-size: contain !important; margin-right: .75rem;}
.n_licheng .slick-next2{ background: url(../images/licheng_right.png) center no-repeat; background-size: contain !important;}
.n_licheng .slick-prev2:hover{ background: url(../images/licheng_left_on.png) center no-repeat; }
.n_licheng .slick-next2:hover{ background: url(../images/licheng_right_on.png) center no-repeat; }
.n_licheng .bd{position: relative;height: 599px;display: flex;align-items: center;}
.n_licheng .bd img{ width:100%}
.licheng_slide{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.licheng_slide .m{ height: 100%;}
.licheng_slide .m .licheng_slick{ height: 100%;}
.licheng_slide ul{height: 100%;padding: 0 2rem;}
.licheng_slide ul li{float: left;width: 12.5%;position: relative;height: 100%;transition: .7s;-webkit-transition: .7s;-moz-transition: .7s;-ms-transition: .7s;-o-transition: .7s;}
.licheng_slide ul li .txt{ position: absolute; padding-left: 24px;}
.licheng_slide ul li .txt .year{font-size: 2.25rem;margin-bottom: .875rem;color: #0c63d0;opacity: 0;transition: .7s;-webkit-transition: .7s;-moz-transition: .7s;-ms-transition: .7s;-o-transition: .7s;  font-family: BarlowCondensed-Medium;}
.licheng_slide ul li .txt .con{font-size: 1rem;line-height: 1.5rem;color: #505050;width: 15rem;opacity: 0;transition: .7s;-webkit-transition: .7s;-moz-transition: .7s;-ms-transition: .7s;-o-transition: .7s; overflow: hidden;overflow-y: scroll;}
.licheng_slide ul li .txt .con::-webkit-scrollbar {width:2px;height: 2px;background-color: transparent;}
.licheng_slide ul li .txt .con::-webkit-scrollbar-track {border-radius: 10px;background-color: transparent;}
.licheng_slide ul li .txt .con::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.licheng_slide ul li .txt:before{content: "";background: #fff;display: block;width: 11px;height: 11px;position: absolute;z-index: 99;left: 0;top: 1rem;border: 2px solid #0c63d0;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;box-sizing: border-box;}
.licheng_slide ul li .txt:after{ content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 1rem; background: #e2e2e2; left: 5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.licheng_slide ul li:nth-child(1) .txt{bottom: 51%;padding-bottom: 2rem;}
.licheng_slide ul li:nth-child(2) .txt{top: 64.5%;padding-top: 4rem;}
.licheng_slide ul li:nth-child(3) .txt{bottom: 53%;padding-bottom: 2rem;}
.licheng_slide ul li:nth-child(4) .txt{top: 63%;padding-top: 4rem;}
.licheng_slide ul li:nth-child(5) .txt{bottom: 51%;padding-bottom: 4rem;}
.licheng_slide ul li:nth-child(6) .txt{top: 50%;padding-top: 4rem;}
.licheng_slide ul li:nth-child(7) .txt{bottom: 51%;padding-bottom: 3rem;}
.licheng_slide ul li:nth-child(8) .txt{top: 55.5%;padding-top: 4rem;}
.licheng_slide ul li:nth-child(even) .txt:before{top: 11.5rem;}
.licheng_slide ul li:nth-child(even) .txt:after{height: 11rem;}

.licheng_slide .slick-list,.licheng_slide .slick-track{ height: 100%; overflow: visible;}
.n_licheng ul.slick-current li .year{ opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
.n_licheng ul.slick-current li .con{ opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }

.licheng_slide_wap{ display: none; }
.licheng_slide_wap ul{ }
.licheng_slide_wap ul li{ position: relative;transition: .7s; -webkit-transition: .7s; -moz-transition: .7s; -ms-transition: .7s; -o-transition: .7s; }
.licheng_slide_wap ul li .txt{padding-left: 24px;position: relative;padding-top: 7px;}
.licheng_slide_wap ul li .txt .year{font-size: 1.75rem;color: #0c63d0;margin-bottom: 5px;transition: .7s;-webkit-transition: .7s;-moz-transition: .7s;-ms-transition: .7s;-o-transition: .7s;  font-family: BarlowCondensed-Medium;}
.licheng_slide_wap ul li .txt .con{ font-size: .9375rem; line-height: 1.625rem; padding-bottom: 2rem;  color: #626262;  transition: .5s; -webkit-transition: .7s; -moz-transition: .7s; -ms-transition: .7s; -o-transition: .7s; }
.licheng_slide_wap ul li .txt:before{content: "";display: block;width: 11px;height: 11px;position: absolute;left: 0;top: 1rem;border: 2px solid #0c63d0;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;box-sizing: border-box;z-index: 1;background: #fff;}
.licheng_slide_wap ul li .txt:after{ content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 1rem; background: #e2e2e2; left: 5px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
 
.xq_qicai .hd {
	display:flex;
	flex-flow:wrap;
	justify-content:space-between;
	align-items:flex-end;
	border-bottom:2px solid #e5e5e5;
	padding-bottom:2.5rem;
	margin-bottom:2.375rem;
}
.xq_qicai .hd .n_tt {
	margin-bottom:1.125rem;
	text-align:left;
}
.xq_qicai .hd .n_tt h3 {
	font-weight:normal;
	margin-top:0;
	line-height:1.5;
}
.xq_qicai .hd .price {
	margin-top:1.125rem;
	font-size:.9375rem;
	color:#747474;
}
.xq_qicai .hd .price span {
	font-size:1.625rem;
	color:#fd7f32;
}
 
.xq_qicai .hd .tel p {
	font-size:1rem;
	color:#555555;
	margin-bottom:.75rem;
}
.xq_qicai .hd .tel span {
	font-size:1.75rem;
	color:#fd7f32;
	font-family:"BarlowCondensed-SemiBold";
}
.xq_qicai .m {
	display:flex;
}
.xq_qicai .m .left_con {
	padding-right:3rem;
	flex-grow:1;
}
.xq_qicai .m .right_con {
	width:25.625rem;
	flex-shrink:0;
	padding-left:2.5rem;
	border-left:2px solid #e5e5e5;
}
 
.right_tuijian .tt {
	font-size:1.5rem;
	color:#393939;
	margin-bottom:1.25rem;
}
.right_tuijian ul li a {
	display:flex; gap: 1rem;
	padding:.9375rem 0;
	border-bottom:1px solid #d5d5d5;
	align-items:center;
}
.right_tuijian ul li .img {
	width:8.75rem;
	flex-shrink:0;
	border-radius:.5rem 0 .5rem 0;
	-webkit-border-radius:.5rem 0 .5rem 0;
	-moz-border-radius:.5rem 0 .5rem 0;
	-ms-border-radius:.5rem 0 .5rem 0;
	-o-border-radius:.5rem 0 .5rem 0;
}

.right_tuijian ul li .txt {
	padding:1rem;
}
.right_tuijian ul li .txt h5 {
	font-size:1rem;
	color:#252525;
	margin-bottom:.875rem;
}
.right_tuijian ul li .txt span {
	display:block;
	font-size:.8125rem;
	color:#4f4f4f;
	display:flex;
	align-items:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.right_tuijian ul li .txt span:before {
	content:"";
	display:block;
	width:1.0625rem;
	height:1.0625rem;
	background:url(../images/ico_zu.png) center no-repeat;
	background-size:contain;
	margin-right:6px;
}
 
.right_tuijian ul li .txt2{ display: grid; gap: .875rem;}
.right_tuijian ul li .txt2 p {
	font-size:1rem;
	line-height:1.5rem;
	color:#252525;
	max-height:3rem;
	overflow:hidden;
}
.right_tuijian ul li .txt2 h5 {
	font-size:1rem; 
	color:#252525; 
	overflow:hidden;
}
.right_tuijian ul li .txt2 span {
	font-size:.8125rem;
	color:#808080;
	font-family:"BarlowCondensed-Regular";
	display:flex;
	align-items:center; 
}
.right_tuijian ul li .txt2 span svg {
	width:1rem;
	margin-right:5px;
}
.right_tuijian ul li .img.img2 {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.right_tuijian ul li .txt3 {
	padding:1rem;
}
.right_tuijian ul li .txt3 h5 {
	font-size:1.125rem;
	line-height:1.5rem;
	color:#252525;
	max-height:3rem;
	overflow:hidden;
	margin-bottom:.625rem;
}
.right_tuijian ul li .txt3 p {
	font-size:.8125rem;
	line-height:1.25rem;
	color:#7f7f7f;
	height:2.5rem;
	overflow:hidden;
}

.xq_buju ul li a{border-bottom:1px dashed #dadada; padding: 1.25rem 0;}
.right_tuijian ul li .txt4{ display: grid; gap: .875rem;}
.right_tuijian ul li .txt4 h5 { transition: .5s;
	font-size:1rem; 
	color:#252525; 
	overflow:hidden;
}
.right_tuijian ul li:hover .txt4 h5{ color: #3888e5;}
.right_tuijian ul li .txt4 span {
	font-size:.8125rem;
	color:#808080;
	font-family:"BarlowCondensed-Regular";
	display:flex;
	align-items:center; 
}
.right_tuijian ul li .txt4 span svg {
	width:1rem;
	margin-right:5px;
}


.ar_title {
	display:flex;
	margin-bottom:2.25rem;
}
.ar_title .left{ flex-shrink: 0;}
.ar_title .time {
	background:#f3f3f3; width: 6.875rem; height: 6.875rem; display: flex;align-items: center; justify-content: center; flex-direction: column;
	margin-right:1.875rem; 
	border-radius:.5rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:1rem;
	-webkit-border-radius:.5rem;
	-moz-border-radius:.5rem;
	-ms-border-radius:.5rem;
	-o-border-radius:.5rem;
	font-family:"BarlowCondensed-Regular";
}
.ar_title .time p {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	line-height:1.1;
	color:#cdbb8c;
}
.ar_title .time span {
	font-size:3.125rem;
	font-family:"BarlowCondensed-SemiBold";
}
.ar_title h3 {
	font-weight:normal;
	margin-top:0;
	line-height:1.5;
	font-size:1.75rem;
	color:#3e3e3e;
}
.shart_box {
	display:inline-block;
	cursor:pointer;
}
#share-21.social-share { 
}
#share-21.social-share .social-share-icon {
	display:inline-block;
	border:#dbdcdf 1px solid;
	color:#a0a0a0 !important;
	font-size:1.125rem;
	width:2.25rem;
	height:2.25rem;
	line-height:2.125rem;
}
#share-21.social-share .social-share-icon:hover {
	border:1px solid #cdbb8c;
	border-radius:50%;
	background:#cdbb8c !important;
}
#share-21.social-share .social-share-icon:hover:before { color: #fff;
}
#share-21.social-share .icon-wechat .wechat-qrcode .qrcode {
	height:105px;
}
.social-share .icon-wechat .wechat-qrcode {
	z-index:999999;
}

 	
.n_news01{}
.n_news01 .m{ display: flex; gap: 10px;}
.n_news01 .hd{ width: 50%; border-radius: 10px 0 0 10px; overflow: hidden;}
.n_news01 .bd{ width: 50%; background: #eef2f6; border-radius: 0 10px 10px 0; overflow: hidden; margin-left: 5px; padding: 4rem;}
.n_news01 .hd *{ height: 100%;}
.n_news01 .img{ height: 100%;}
.n_news01 .img img{}
.n_news01 .txt{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 4rem;}
.n_news01 .time{ font-size: 1.125rem; color: #4a4a4a; margin-bottom: 2.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: BarlowCondensed-Regular;}
.n_news01 .time span{ font-size: 4.125rem; color: #4a4a4a; display: flex;font-family: BarlowCondensed-Medium;}
.n_news01 .txt h5{ font-size: 1.5rem; color: #333333; margin-bottom: .875rem; width: 100%;}
.n_news01 .txt p{ font-size: .875rem; color: #707070; line-height: 1.625rem; height: 4.875rem; overflow: hidden;}

.n_news01 .slick-dots{ bottom:0; text-align: left;}
.n_news01 .slick-dots li{ margin:0; width: .75rem; margin-right: .875rem;}
.n_news01 .slick-dots li button:before{ content:""; position:relative; display:inline-block; width:.75rem; height:.75rem; border-radius:50%; border:2px solid #cdbb8c; box-sizing:border-box; opacity:1; }
.n_news01 .slick-dots li.slick-active button:before{ background:#cdbb8c;  }
.img img{ display: block;}
.n_news02{}
.n_news02 ul{ display: flex; flex-flow: wrap; margin: 0 -1rem;}
.n_news02 ul li{ width: 33.333%; padding: 0 1rem; margin-top: 1.875rem;}
.n_news02 ul li a{ display: block; border-radius: 10px; overflow: hidden;}
.n_news02 ul li .img{}
.n_news02 ul li .img_db:after{ padding-top: 57.33%;}
.n_news02 ul li .img img{}
.n_news02 ul li .txt{ background: #f3f3f3; padding: 2.5rem 2rem;}
.n_news02 ul li .txt span{ font-size: 1rem; color:#686868; font-family: BarlowCondensed-Regular;}
.n_news02 ul li .txt h5{ font-size: 1.25rem; color: #333333; margin-top: 1.25rem; margin-bottom: .75rem;}
.n_news02 ul li .txt p{ font-size: .8125rem; color: #6c6c6c; line-height: 1.375rem; height: 2.75rem; overflow: hidden;}
.n_news02 ul li .txt .btn_more{ margin-top: 1.875rem;}

.btn_more{ width: 6.25rem; height:2.25rem; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; font-size: .8125rem; color: #666666; transition: .5s;}
.btn_more:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 1.25rem; border: 1px solid #bebfc0; z-index: -2; transition: .5s;}
.btn_more:after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; background: #0c63d0; left: 0; top: 0; border-radius: 1.25rem; z-index: -1; transition: .5s; opacity: 0; visibility: hidden; }
.btn_more:hover:before{ opacity: 0; visibility: hidden; }
.btn_more:hover:after{ opacity: 1; visibility: visible; }
.btn_more:hover{ color: #fff !important;}

li:hover .btn_more:before{ opacity: 0; visibility: hidden; }
li:hover .btn_more:after{ opacity: 1; visibility: visible; }
li:hover .btn_more{ color: #fff !important;}

/*翻页*/
.page { text-align:center; font-size: 0; color:#919191; width: 100%; overflow: hidden;}
.page .box{ margin-top:4rem; display: flex; justify-content: center; flex-flow: wrap;}
.page li{ display:inline-block; list-style: none; }
.page a{ background: #fff; border: 2px solid #e6e6e6; padding:0 5px; min-width: 2.5rem; height: 2.5rem; display:flex; align-items: center; justify-content: center; margin:0 0.375rem; color:#393939; font-size:.875rem; -moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; }
.page .on{ background:#0c63d0; border: 2px solid #0c63d0;  color:#fff; }
.page a:hover{ background:#0c63d0; border: 2px solid #0c63d0;  color:#fff; text-decoration:none; }
.page span{  display:inline-block; margin:0 1rem; }

.n_coop02 {
	width:100%;
	overflow:hidden; 
}
.n_coop02 ul { display: grid; grid-template-columns: repeat(7,1fr); column-gap: 2.5rem; row-gap: 1.875rem;
}
.n_coop02 ul li {   
}
.n_coop02 ul li a {
	position:relative;
	z-index:1;
	display:block;
	border-radius:50%; 
	overflow:hidden;
}
.n_coop02 ul li .img{ border: 2px solid #eaeaea; border-radius: 50%;}
.n_coop02 ul li .img .img_hezi {
	padding-bottom:100% !important;
	background-size:100% 100% !important;
	transition:.5s;
}
.n_coop02 ul li .mask {
	position:absolute;
	padding:2rem;
	display:flex;
	align-items:center;
	justify-content:center;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	visibility:hidden; background: #0c63d0;
	color:#fff;
	transition:.5s;
}
.n_coop02 ul li .img .pic {
	top:18%;
	right:18%;
	bottom:18%;
	left:18%;
	position:absolute;
	width:calc(100% - 36%);
	height:calc(100% - 36%);
	display:flex;
	align-items:center;
	justify-content:center;
}
.n_coop02 ul li .img .pic img {
	position:static;
	width:auto;
	height:auto;
}
.n_coop02 ul li p {
	font-size:1.125rem;
	color:#fff;
	transition:.5s;
	line-height:1.5;
	margin:.5rem 0 0;
	text-align:center;
}
.n_coop02 ul li:hover .mask {
	opacity:1;
	visibility:visible;
}

.n_news03{ padding-top: 4rem;}
.n_news03 ul{}
.n_news03 ul li{ position: relative; z-index: 1;}
.n_news03 ul li a{ display: flex; justify-content: space-between; padding: 1.875rem 0;}
.n_news03 ul li:nth-child(1) a{ padding-top: 0 !important;}
.n_news03 ul li .time{flex-shrink: 0;width: 8.25rem;font-size: 1.625rem;color: #cdbb8c;font-family: 'BarlowCondensed-Regular';}
.n_news03 ul li .txt{ flex-grow: 1;}
.n_news03 ul li .txt h5{font-size: 1.3125rem;color: #323234;margin-bottom: .75rem;}
.n_news03 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; height: 3rem; overflow: hidden; color: #8f8f92;}
.n_news03 ul li:before{ content: ""; display: block; width: 100%; height: 2px; background: #ebebeb; position: absolute; left: 0; bottom: 0;}
.n_news03 ul li:after { content: ""; display: block; width: 0; height: 3px; background: #cdbb8c; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: .5s; }
.n_news03 ul li:hover:after { width: 100%; opacity: 1; visibility: visible; }
 
.n_tt{ text-align: center; margin-bottom: 3rem;}
.n_tt span{ font-size: 1.875rem; color: #cdbb8c; font-family: BarlowCondensed-Medium; margin-bottom: .5rem; display: block; }
.n_tt h3{ font-size: 1.5rem; color: #373737;}

.n_subnav{ margin-bottom: 3rem;}
.n_subnav ul{ display: flex; flex-flow: wrap; justify-content:center; gap: 20px; } 
.n_subnav ul li{ min-width: 10.875rem;}
.n_subnav ul li a{ display: block; text-align: center; position: relative; z-index: 1; overflow: hidden; transition:.5s ; font-size: 1rem; border-radius: 5px; color:#4f4f4f; display: block; padding: 0 1.5rem; height: 4.625rem; line-height: 4.625rem; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.n_subnav ul li a:before{ content: ""; display: block; z-index: -2; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  border-radius: 5px; border:2px solid #e5e5e5; }
.n_subnav ul li a:after{
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 100%;
   z-index: -1;
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s; background: #cdbb8c; 
}

.n_subnav ul li.on a{ color: #fff; }
.n_subnav ul li.on a:before{ border: 2px solid #cdbb8c;}
.n_subnav ul li.on a:after{ width: 100%;}

.n_sheying{}
#container {
    width: 100%;
    margin: auto;
}
#container > div {
    background-color: #fff;
    width:220px; 
    margin:5px;
}
#container > div img {
    padding: 0px;
    display: block;
    width: 100%;
}
#container h4{ text-align: center; position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); width: 100%; padding: 1rem 0 1rem 2rem; color: #fff; font-size: 1.0rem; text-align:left;}
.ar_title2{ padding-bottom: 1.75rem; border-bottom: 1px dashed #dfdfdf; margin-bottom: 2.75rem;}
.ar_title2 .box1{
	display:flex; 
} 
.ar_title2 .time {flex-shrink: 0;
	background:#f3f3f3; width: 6.875rem; height: 6.875rem; display: flex;align-items: center; justify-content: center; flex-direction: column;
	margin-right:1.875rem; 
	border-radius:.5rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	font-size:1rem;
	-webkit-border-radius:.5rem;
	-moz-border-radius:.5rem;
	-ms-border-radius:.5rem;
	-o-border-radius:.5rem;
	font-family:"BarlowCondensed-Regular";
}
.ar_title2 .time p {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	line-height:1.1;
	color:#cdbb8c;
}
.ar_title2 .time span {
	font-size:3.125rem;
	font-family:"BarlowCondensed-SemiBold";
}
.ar_title2 h3 {
	font-weight:normal;
	margin-top:0;
	line-height:1.5;
	font-size:1.75rem;
	color:#3e3e3e;
}

.ar_title2 .box2{ display: flex; justify-content: space-between; align-items: center; font-size: .875rem; color: #7a7a7a; margin-top: 1.25rem;}
.n_down{ margin-top: 4rem;}
.n_down .tt{ background: #eeeff3; display: flex; justify-content: flex-start; border-radius: 5px; overflow: hidden; margin-bottom: 1.25rem;}
.n_down .tt h3{ height: 4rem; line-height: 4rem; background: #0c6fe1; color: #fff; padding: 0 2rem;}
.n_down ul{}
.n_down ul li{}
.n_down ul li a{ font-size: 1.0625rem; color: #4c4c4c; line-height: 2.625rem;}
.n_down ul li:hover a{ color: #0c6fe1;}

.buju_xq{}
.xq_qicai.buju_xq .m .right_con{ border: 0;}


.lx_ewm{ display: flex; text-align: center; margin: 0 -1.5rem;}
.lx_ewm .ewm{ margin: 0 1.5rem;}
.lx_ewm .pic{ width: 10.625rem; height: 10.625rem; position: relative;}
.lx_ewm .pic:before{ content: ""; display: block; width: 100%; height: 100%; right: -8px; top: 8px; z-index: -1; border: 1px solid #e5e5e5; background: #fff; position: absolute;}
.lx_ewm .pic:after{ content: ""; display: block; width: 100%; height: 100%; right: 0px; top: 0; z-index: -1; border: 1px solid #e5e5e5; background: #fff; position: absolute;}
.lx_ewm .pic img{ width: 100%; padding: 5px; height: 100%;}
.lx_ewm p{ font-size: .9375rem; color: #8e8e8e; margin-top: .25rem; line-height: 3.125rem; padding-left: 4px;}

.n_lianxi{}
.n_lianxi .m{ display: flex; justify-content: space-between;}
.n_lianxi .tt{ margin-bottom: 1.75rem;}
.n_lianxi .tt h3{ font-size: 1.5rem; color: #484848;}
.n_lianxi .tt span{ font-size: 1.375rem; color: #e2ded5; font-family: BarlowCondensed-Bold; }
.n_lianxi .con{ font-size: .9375rem; color: #8b8b8b; line-height: 1.875rem;}
.lx_tel{ margin-top: 1.75rem;}
.lx_tel span{ font-size: 2.25rem; color: #0c63d0; font-family: BarlowCondensed-SemiBold;}
.lx_tel p{ font-size: .9375rem; color: #818181; font-weight: bold; margin-top: .375rem;}

#mymap{ height: 28rem; border: 1px solid #e1e1e1;}
.n_hehuo{}
.n_hehuo .con{ text-align: center; font-size: 1rem; line-height: 1.875rem; color: #4d4e4f; max-width: 996px; margin: 0 auto; margin-bottom: 3rem;}
.n_hehuo ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; grid-auto-rows: 22.8125rem;}
.n_hehuo ul li{}
.n_hehuo ul li a{ display: block; width: 100%; height: 100%; border-radius: 10px; overflow: hidden;  position: relative;}
.n_hehuo ul li .img{ width: 100%; height: 100%;}
.n_hehuo ul li .img img{ display: block;}
.n_hehuo ul li .txt{ position: absolute; left: 0; bottom: 0; width: 100%; z-index: 3; padding:4rem 2.5rem 1.875rem; 
    background-image: -moz-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.5) 100%);
    background-image: -webkit-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.5) 100%);
    background-image: -ms-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.5) 100%); 
}
.n_hehuo ul li .txt h5{ font-size: 1.375rem; color: #fff; margin-bottom: .625rem;}
.n_hehuo ul li .txt p{ font-size: 1rem; color: #fff; line-height: 1.5;}
.n_hehuo ul li:nth-child(4){ grid-column: 1/3;}
.n_hehuo ul li:nth-child(5){ grid-row: 2/4;}
.n_hehuo ul li:nth-child(6){ grid-column: 1/3; grid-row: 3/4;}
.n_yanbao{}
.n_yanbao .m{ display: grid; grid-template-columns: 18.5rem 1fr; gap: 3.125rem;}
.n_yanbao .leftbox{}
.n_yanbao .rightbox{}

.yanbao_list{}
.yanbao_nav{ display: grid; gap: 1px;}
.yanbao_nav li{ background: #edeff2; position: relative; z-index: 1;}
.yanbao_nav li a{ display: block; line-height: 4.0625rem; padding-left: 1.5rem; font-size: 1rem; color: #000000; transition: .5s;}
.yanbao_nav li:before{ content: ""; display: block; width: 100%; height: 0; position: absolute; left: 0; bottom: 0; z-index: -1; transition: .5s; background: #0c6fe1; visibility: hidden; } 
.yanbao_nav li.on:before{ height: 100%; top: 0; bottom: auto; visibility: visible;}
.yanbao_nav li.on a{ color: #fff;}
.yanbao_nav li:hover:before{ height: 100%; top: 0; bottom: auto; visibility: visible;}
.yanbao_nav li:hover a{ color: #fff;}

.left_search{ margin-top: 5px;}
.left_search form{ display: flex;}
.left_search input{ height: 4.0625rem; flex-grow: 1; background: #edeff2; font-size: 1rem; color: #848484; padding-left: 1.5625rem;}
.left_search button{ width: 4.0625rem; display: flex; align-items: center; justify-content: center; background: #cdbb8c;}

.yanbao_list{ display: grid; gap: .875rem;}
.yanbao_list li{ transition: .5s;}
.yanbao_list li a{ display: flex; align-items: center; border: 1px solid #e5e5e5; padding: 1.5rem 1.875rem;}
.yanbao_list li svg{ margin-right: .625rem; width: 1.75rem; flex-shrink: 0;}
.yanbao_list li h5{ font-size: 1.1875rem;}
.yanbao_list li div{ flex-grow: 1; padding-left: 1.25rem; flex-shrink: 0;}
.tag01{ display: inline-block; flex-shrink: 0; position: relative; width: 2.6875rem; height: 20px; line-height: 20px; text-align: center; background: #0c6fe1; color: #fff; font-size: 11px; border-radius: 5px; }
.tag01:before{ content: ""; display: block; width: 0; height: 0; border: 5px solid transparent; border-right: 5px solid #0c6fe1;position: absolute; right: 100%; top: 50%; transform: translateY(-50%); }
.yanbao_list li .time{ font-size: 1.125rem; margin-left: 1rem; flex-shrink: 0; color: #686868; font-family: BarlowCondensed-Regular;}
.yanbao_list li:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}

.n_about{ background: url(../images/n_about_bg.jpg) left bottom no-repeat;}
.n_about .m{ display: grid; grid-template-columns: 18.75rem 1fr;}
.n_about .tt{}
.n_about .tt span{ font-size: 1.875rem; color: #cdbb8c; font-family: BarlowCondensed-Medium; display: block; margin-bottom: 6px;}
.n_about .tt h3{ font-size: 1.5rem; line-height: 2rem;}
.n_about .con{ font-size: .9375rem; line-height: 1.875rem; color: #737373;}
.n_about .con p{}
.n_about ul{ display: grid; grid-template-columns: repeat(4,1fr); max-width: 47.5rem; margin-top: 1.875rem;}
.n_about ul li{ display: flex;}
.n_about ul li span{ font-size: 3.625rem; font-family: BarlowCondensed-Medium; color: #0c6fe1; display: block; text-align: center;}
.n_about ul li p{ font-size: .875rem; color: #676767; line-height: 1.375rem; text-align: center;}

.n_ziben{ position: relative; width: 100%; overflow: hidden; z-index: 1;}
.n_ziben .tt{ margin-bottom: 2.5rem;}
.n_ziben .tt h3{ font-size: 1.625rem; line-height: 2.25rem; color:#ffffff; margin-bottom: .625rem;}
.n_ziben .tt span{ font-size: 1.875rem; color: #cdbb8c; font-family: BarlowCondensed-Light;}
.n_ziben:before{ content: ""; display: block; position: absolute; left: 0; width: 100%; height: 34.5rem; top: 0; z-index: -1; background: url(../images/n_ziben.jpg) center no-repeat; background-size: cover;}
.n_ziben ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 3.125rem;}
.n_ziben ul li{}
.n_ziben ul li a{ display: block; border-radius: 10px; overflow: hidden;}
.n_ziben ul li .img{}
.n_ziben ul li .img img{}
.n_ziben ul li .txt{ background: #f2f2f2; padding: 2.5rem 3rem;}
.n_ziben ul li .txt h4{ font-size: 1.375rem; color: #5c5c5c; margin-bottom: 10px;}
.n_ziben ul li .txt p{ font-size: 1.375rem; line-height: 1; color: #cccccf; font-family: BarlowCondensed-SemiBold; text-transform: uppercase;}

.n_tt{margin-bottom: 2.5rem; text-align: center;}
.n_tt h3{ font-size: 1.875rem; line-height: 2.25rem; color:#4b4b4b; margin-bottom: .375rem;}
.n_tt span{font-size: 1.875rem; color: #cdbb8c; font-family: BarlowCondensed-Medium; text-transform: uppercase;}

.n_point{ width: 100%; overflow: hidden; background: url(../images/n_point_bg.jpg) center bottom no-repeat; background-size: cover;}
.n_point .txt img{ margin: 0 auto; display: block;}
.n_point ul{ display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 10.5rem; margin-top: .75rem; }
.n_point ul li{ justify-self: center;}
.n_point ul li .box{}
.n_point ul li .box .ico{ width: 11.25rem; height: 11.25rem; margin: 0 auto 1.25rem; border-radius: 50%; border: 1px dashed #cacbcc; display: flex; align-items: center; justify-content: center;}
.n_point ul li .box .ico span{ font-size: 1.375rem; color: #434445;}
.n_point ul li .box p{ max-width: 543px; margin: 0 3rem; text-align: center; font-size: 1rem; line-height: 1.875rem;}

.n_subnav2{ margin-bottom: 3rem;}
.n_subnav2 ul{ display: flex; flex-flow: wrap; justify-content:center; gap: 1.25rem; } 
.n_subnav2 ul li{  min-width: 11.875rem;}
.n_subnav2 ul li a{ display: block; text-align: center; position: relative; z-index: 1; overflow: hidden; transition:.5s ; font-size: 1.125rem; border-radius: 5px; color:#4f4f4f; display: block; padding: 0 10px; height: 4.625rem; line-height: 4.625rem; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.n_subnav2 ul li a:before{ content: ""; display: block; z-index: -2; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  border-radius: 5px; border:2px solid #e5e5e5; }
.n_subnav2 ul li a:after{
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 100%;
   z-index: -1;
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s; background: #0c63d0; 
}

.n_subnav2 ul li.on a{ color: #fff; }
.n_subnav2 ul li.on a:before{ border: 2px solid #0c63d0;}
.n_subnav2 ul li.on a:after{ width: 100%;}

.linian_list{ display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 14.375rem; background: #d7d7d7; border: 1px solid #d7d7d7; gap: 1px;}
.linian_list li{ align-self: center; justify-self: center; text-align: center; display: flex; background: #fff; position: relative; z-index: 1; align-items: center; justify-content: center; width: 100%; height: 100%; }
.linian_list li .box{}
.linian_list li .box h5{ font-size: 1.375rem; color: #3d3d3d; margin-bottom: .5rem; transition: .5s;}
.linian_list li .box .con{ font-size: 1rem; line-height: 1.75rem; color: #626262; transition: .5s;}
.linian_list li:before{ content: ""; display: block; width: 100%; height: 0; position: absolute; background: #cdbb8c; left: 0; top: 0; z-index: -1; transition: .5s;}
.linian_list li:hover:before{ height: 100%;}
.linian_list li:hover .box h5{ color: #fff;}
.linian_list li:hover .box .con{ color: #fff;}

.n_behaviours .n_tt h3{ color: #fff;}
.n_behaviours .n_tt span{ color: rgba(255, 255, 255, 0.4);}
.n_behaviours{ width: 100%; overflow: hidden; position: relative; z-index: 1; }
.n_behaviours .tt{ font-size: 1.875rem; color: #d7c494; font-weight: bold; text-align: center; margin-bottom: 2.625rem;}
.n_behaviours:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; height: 36.25rem; background: url(../images/n_behaviours_bg.jpg) center no-repeat; background-size: cover;}
.n_behaviours .outbox{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.875rem;}
.n_behaviours .box1{ grid-column: 1/3; background: url(../images/n_behaviours_box01.jpg) center bottom no-repeat; background-size: cover; padding:8.375rem 2.625rem 4.375rem;}
.n_behaviours .box1 ul{ display: grid; grid-template-columns: repeat(5,1fr);}
.n_behaviours .box1 ul li{}
.n_behaviours .box1 ul li+li{ border-left: 1px dashed #cac8c4;}
.n_behaviours .box1 ul li h3{ font-size: 1.5rem; color: #444342; text-align: center; border-bottom: 1px dashed #cac8c4; padding: 1.875rem 0;}
.n_behaviours .box1 ul li .con{ font-size: 1rem; line-height: 1.875rem; color: #696866; text-align: center; padding: 2.5rem .5rem;}
.n_behaviours .box2{ background: url(../images/n_behaviours_box02.jpg) center bottom no-repeat; background-size: cover; padding:8.375rem 2.625rem 4.375rem;}
.n_behaviours .box2:nth-child(3){ background: url(../images/n_behaviours_box03.jpg) center bottom no-repeat; background-size: cover; }
.n_behaviours .box2 .tt{ font-size: 1.75rem; color: #0c63d0; text-align: center; }
.n_behaviours .box2 ul{ display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 7rem; overflow: hidden;}
.n_behaviours .box2 ul li{ text-align: center; border-top: 1px dashed #cac8c4; display: flex; align-items: center; justify-content: center; margin-top: -1px; margin-left: -1px;}
.n_behaviours .box2 ul li+li{ border-left: 1px dashed #cac8c4;}
.n_behaviours .box2 ul li span{ font-size: 1.25rem; color: #64635f; font-weight: bold;}
.n_behaviours .box2:nth-child(3) ul{ grid-template-columns: repeat(5,1fr);}

.n_search{ margin:1rem 0 2.375rem;}
.n_search .box{ background: url(../images/n_search_bg.jpg) center no-repeat; height: 9.6875rem; display: flex; align-items: center; justify-content: center; padding: 0 2rem;}
.n_search .box form{ width: 656px; height: 4rem; border: 2px solid rgba(255, 255, 255, 0.55); border-radius: 10px; display: flex; overflow: hidden;}
.n_search .box form .input{ flex-grow: 1; padding: 0 1.75rem; color: rgba(255, 255, 255, 0.8); font-size: 1rem; }
.n_search .box form .button{ padding: 0 1.75rem; background: none;}
.n_search .box form .button svg{ width: 1.625rem;}

.n_search .box form .input::-webkit-input-placeholder{color: rgba(255, 255, 255, 0.8); }
.n_search .box form .input::-moz-placeholder{ color: rgba(255, 255, 255, 0.8); }
.n_search .box form .input::-moz-placeholder{ color: rgba(255, 255, 255, 0.8); }
.n_search .box form .input::-ms-input-placeholder{ color: rgba(255, 255, 255, 0.8); }

.n_hd{ display: flex; align-items: center; justify-content: space-between; background: #eeeff3; margin-bottom: 1.5rem; border-radius: 5px; overflow: hidden; padding-right: 2rem;}
.n_hd h3{ font-size: 1.25rem; color: #fff; font-weight: bold; line-height: 4.0625rem; padding: 0 2rem; background: #0c6fe1;}
.n_hd .more{ font-size: 1rem; color: #828282;}
.n_hd ul{ display: flex; gap: 1.875rem;}
.n_hd ul li{ position: relative;}
.n_hd ul li a{ font-size: 1.0625rem; line-height: 4.0625rem; color: #2b2b2b;}
.n_hd ul li:before{ content: ""; display: block; width: 100%; height: 2px; background: #0c6fe1; position: absolute; left: 0; bottom: 0; transition: .5s; transform: scaleX(0); visibility: hidden;}
.n_hd ul li::after{ content: ""; display: block; width: 0; height: 0; border: 4px solid transparent; border-bottom: 4px solid #0c6fe1; position: absolute; transition: .5s; bottom: 2px; left: 50%; transform: translateX(-50%) translateY(2px); opacity: 0; visibility: hidden;}

.n_hd ul li.on a{ font-weight: bold; color: #0c6fe1; font-weight: bold;}
.n_hd ul li.on:before{ transform: scaleX(1); visibility: visible;}
.n_hd ul li.on:after{ transform: translateX(-50%) translateY(0px); opacity: 1; visibility: visible;}

.n_hd ul li:hover a{ font-weight: bold; color: #0c6fe1; font-weight: bold;}
.n_hd ul li:hover:before{ transform: scaleX(1); visibility: visible;}
.n_hd ul li:hover:after{ transform: translateX(-50%) translateY(0px); opacity: 1; visibility: visible;}

.n_bd{ margin-bottom: 3rem;}
.n_item01 .n_bd,.n_item02 .item{ display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;}
.n_news05{}
.n_news05 li{ padding-bottom: 1.25rem; border-bottom: 1px dashed #dddee2; margin-bottom: .75rem; padding-top: .75rem;}
.n_news05 li a{ display: flex; gap: 1.125rem;}
.n_news05 li .img{ width: 12.5rem; flex-shrink: 0; border-radius: 5px; height: 7.1875rem;}
.n_news05 li .txt{ flex-grow: 1;}
.n_news05 li h5{ font-size: 1.125rem; color: #3d3d3d;}
.n_news05 li span{ font-size: 1.125rem; color: #686868; font-family: BarlowCondensed-Regular; display: block; margin: 1rem 0;}
.n_news05 li p{ font-size: .875rem; line-height: 1.5rem; color: #8d8d8d;}
.n_news05 li:hover h5{ color: #0c6fe1;}
.n_news04{}
.n_news04 ul li a{ display:grid; grid-template-columns: 1fr 7rem; align-items: center;}
.n_news04 ul li h5{ line-height: 2.5625rem; font-size: 1.0625rem; color: #3c3c3c; position: relative; padding-left: 21px; transition: .5s;}
.n_news04 ul li h5:before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: #9b9b9b; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.n_news04 ul li span{ justify-self: flex-end; font-size: 1.125rem; color: #878787; font-family: BarlowCondensed-Regular;}
.n_news04 ul li:hover h5{ color: #0c6fe1;}

.n_item03{}
.n_item03 .box{}
.n_item03 .box .img{ border-radius: 5px; overflow: hidden; margin-bottom: .875rem;}
.n_item03 .box .img img{}
.n_item03 .box h4{ text-align: center; line-height: 1.875rem;}
.n_item03 .box h4 a{ font-size: 1.125rem; color: #4c4c4c;}
.n_item03 .box .tag01{ margin-left: 8px; vertical-align: middle; transform: translateY(-2px);}

.arrstyle{}
.arrstyle .bd{ position: relative;}
.arrstyle .bd .arr{ position: absolute; top: 50%; transform: translateY(-50%); width: 3.4375rem; height: 3.4375rem; border: 1px solid #dde1e7; background: rgba(255, 255, 255, .4); transition: .5s; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.arrstyle .bd .arr svg{ width: 1rem; height: 1rem;}
.arrstyle .bd .arr_left{ left: -5.25rem;}
.arrstyle .bd .arr_right{ right: -5.25rem;} 
.arrstyle .bd .arr:hover{ border: 1px solid #0c6fe1; background: #0c6fe1;}
.arrstyle .bd .arr:hover path{ fill: #fff;}
.n_item03 .bd .arr{ top: 40%;}
 
@media (max-width: 992px)
{
.arrstyle .bd { padding-bottom: 5.5rem;}
.arrstyle .bd .arr{ transform: none; width: 3rem; height: 3rem;}
.arrstyle .bd .arr svg{ width: 1rem; height: 1rem;}
.arrstyle .bd .arr_left { left: 50%;margin-left: -3.5rem;bottom: 0;top: auto !important;}
.arrstyle .bd .arr_right {right: 50%;margin-right: -3.5rem;bottom: 0;top: auto !important;}
.s_team .bd .arr path{ fill: #fff;}
}

.n_buju01{ border-bottom: 1px solid #e1e2e3;}
.n_hd2{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem;}
.n_hd2 .n_tt{ text-align: left; margin-bottom: 0 !important;}
.n_hd2 .n_tt span{ margin-bottom: 0;}
.n_hd2 .arrbox{ display: flex; gap: .9375rem;}
.n_hd2 .arr{  width: 3.4375rem; height: 3.4375rem; border: 2px solid #d4d1cb; transition: .5s; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.n_hd2 .arr svg{ width: 1rem; height: 1rem;} 
.n_hd2 .arr:hover{ border: 1px solid #cdbb8c; background: #cdbb8c;}
.n_hd2 .arr:hover path{ fill: #fff;}

.n_buju02{}
.n_buju02 .box{ }
.n_buju02 .img{ max-width: 201px; margin: 0 auto; background: url(../images/polo_border.png) center no-repeat; background-size: contain !important; transition: .5s;}
.n_buju02 .img:after{ padding-top: 87.56%;}
.n_buju02 .img img{ padding: 14% 14%;}
.n_buju02 .img a{ display: flex; align-items: center; justify-content: center; height: 100%;} 
.n_buju02 h4{ text-align: center; font-size: 1rem; color: #6a6968; margin-top: 1rem;}
.n_buju02 .box:hover .img{ background: url(../images/polo_border2.png) center no-repeat;}

.n_buju03{ width: 100%; background: url(../images/n_buju03_bg.jpg) center no-repeat; background-size: cover;}
.n_buju03 .box{ }
.n_buju03 .img{ max-width: 230px; margin: 0 auto; border-radius: 50%; transition: .5s;}
.n_buju03 .img:after{ padding-top: 100%;}
.n_buju03 .img img{ }
.n_buju03 .img a{ display: block; height: 100%;} 
.n_buju03 .txt{ text-align: center; }
.n_buju03 .txt h4{ font-size: 1.375rem; color: #434343; margin-top: 1rem; margin-bottom: .625rem;}
.n_buju03 .txt span{  font-size: .9375rem; color: #878684; margin-top: 1rem;}
.n_buju03 .box:hover .img{ background: url(../images/polo_border2.png) center no-repeat;}

.n_buju04{}
.n_buju04 .bd{}
.n_buju04 .bd ul{ display: grid; grid-template-columns: repeat(4,1fr); gap: 14px;}
.n_buju04 .bd ul li{ border-radius: 10px; padding: 3rem 1rem; cursor: pointer;
    background-image: -moz-linear-gradient( 0deg, #f0e8d2 0%, #f7f2e6 100%);
    background-image: -webkit-linear-gradient( 0deg, #f0e8d2 0%, #f7f2e6 100%);
    background-image: -ms-linear-gradient( 0deg, #f0e8d2 0%, #f7f2e6 100%);}
.n_buju04 .bd ul li .box{ text-align: center;}
.n_buju04 .bd ul li .box h4{ font-size: 1.375rem; color: #525252; margin-bottom: 3px;}
.n_buju04 .bd ul li .box span{ font-size: 1.25rem; text-transform: uppercase; color: #d3cab4; font-family: BarlowCondensed-Regular;}

.tc_jijin{ width: 905px; max-width: 90%; background: #fff; border-radius: 10px; padding: 4rem; position: relative;}
.tc_jijin .tt{ margin-bottom: 2.375rem; margin-top: 1rem;}
.tc_jijin .tt h3{ font-size: 1.375rem; color: #525252; margin-bottom: .25rem;}
.tc_jijin .tt span{ font-size: 1.25rem; color: #d3cab4; text-transform: uppercase; font-family: BarlowCondensed-Regular;}
.tc_jijin .con{ font-size: .9375rem; color: #5e5e5e; line-height: 1.875rem;}

.tc_team{ width: 1070px; max-width: 90%; background: #fff; border-radius: 10px; padding: 4rem; position: relative;}
.tc_team .box{ display: flex; gap: 3.75rem; align-items: flex-start;}
.tc_team .box .img{ max-width: 16rem; margin: 0 auto; border-radius: 50%; transition: .5s; flex-shrink: 0;}
.tc_team .box .img:after{ padding-top: 100%;}
.tc_team .box .txt{ padding-top: 1.875rem; flex-grow: 1;}
.tc_team .box .txt .tt{ margin-bottom: 1.875rem;}
.tc_team .box .txt .tt h3{ font-size: 1.5rem; color: #434343; margin-bottom: .5rem;}
.tc_team .box .txt .tt span{ font-size: 1rem; color: #878684; }
.tc_team .box .txt .con{ font-size: .9375rem; color: #5e5e5e; line-height: 1.875rem; }

.s_layout:before{ z-index: -2;}
.s_layout{ z-index: 1;}
canvas.cavs {
  opacity: 0.9;
  position: absolute;
  z-index:-1;
  right: 0;
  top: 0;
  width: 70%;
  pointer-events: none;
  height: 400px;
}



