@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
body{}
#header,#nav ul li h3,.top_menu{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header{background: none; background-size: cover; /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); */z-index:999; height:3.5rem; width:100%; position: relative; 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: 1600px; justify-content: space-between; align-items: center; position: static; }
#header .fr{  display: flex; justify-content: space-between; width: 1000px; max-width: calc(100% - 40rem); position: absolute; right: 0; top: 0; } 
#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;  height: 3.875rem;}
#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:1.125rem; color: #333;line-height:3.5rem; overflow:hidden; text-align: center; position:relative; z-index: 1; display:inline-block;}
#nav ul li.on h3,#nav ul li:hover h3{ color: #1c4587;}
 #nav ul li h3:before {content: "";width: 100%;height: 3px;position: absolute;bottom: 0;left: 0;background: #1c4587;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;position: absolute;padding-top: .5rem;left: 50%;top: 100%;z-index: 999;transform-origin: 0 0 0;transform: translateY(10px) 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;}
#nav li .sub .box {padding: 0;text-align: left;background: #fff;width: auto;padding: 1rem 1.5rem;border-radius: 5px;-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;}
#nav li .sub a {padding: 0;line-height: 2rem;transition: .3s;font-size: .875rem;color: #505050;text-align: left;white-space: nowrap;}
#nav li .sub a span{color: #999;}
#nav li .sub a:hover {color: #1c4587;}
#nav li .sub a.on {color: #1c4587;}
#nav li .sub a.on span{color: #1c4587;}
#nav li:hover .sub {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;visibility: visible;transform: translateY(0px) translateX(-50%);}

.top_menu_box{ display: flex; margin-left: 2rem; }
.top_menu_box .top_menu{ display: flex; min-width: 5rem; align-items: center; position: relative; z-index: 1; background: #1c4587; }
.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 .top_menu: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: #1c4587; 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;}
#header.xg #nav ul li h3{ line-height: 5rem; color: #333;} 
#header.xg #logo img{ height: 3.5rem;}*/
/***********************/

/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:999; 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: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}
#m_logo img{ display:block; height: 31px;}

.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{}
.top_search form{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;  max-width: 80%; margin: 0 auto;}
.top_search .input{ flex-grow: 1; border: 1px solid #d8d5d2; border-right: 0; padding-left: 15px;}
.top_search .button{ flex-shrink: 0; background: #1c4587; width: 3rem; display: flex; align-items: center; justify-content: center; height: 3rem;}
.top_search .button svg{ width: 1.75rem; height: 1.75rem;}
.top_search .button svg path{ fill: #fff;}
#m_nav {
z-index: -1;
position: fixed;
background: #efecea;
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;
}
#m_nav::-webkit-scrollbar{ display: none;}
#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1;z-index: 99999;}
#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, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 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: #ff495f;
}
.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: #ff495f;
}
.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=submit],
.search-dialog .search-input .clear-btn{
    float: right;
    height: 4.5rem;
    width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
    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:6rem;}
#banner .txt{ opacity: 0; } 
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat !important; background-size:1.5rem !important; opacity:.8; left:4%;}
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat !important; background-size:1.5rem !important; opacity:.8; right:4%;}
#banner .swiper-slide.swiper-slide-active .txt{ animation: enter 1.2s forwards .2s;} 
.dotbox{ position: absolute; left: 0; bottom: 2rem; width: 100%; height: 20px; z-index: 111;}
.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{}

/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #1c4587;}
#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;width: 100%;}
#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 #1c4587; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #1c4587; }
#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.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: left; }
#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: #1c4587; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #1c4587; }
#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: #1c4587;}
#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: #1c4587; }

.main_home{height: calc(100vh - 7.5rem);z-index: 1;overflow: hidden;}
.main_home .main_slider{position:relative;width: 100%;height: 100%;overflow:hidden;}
.main_home .main_slider .item{position:relative;width: 100%;height: 100%;overflow:hidden;}
.main_home .main_slider .item .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow:hidden;z-index: 0;}
.main_home .main_slider .item .bg .img{position: relative;width: 100%;height: 100%;z-index: 0;}
.main_home .main_slider .item .bg .img span{position:relative;width: 100%;height: 100%;display: block;}


.indicator .dot{display:flex; justify-content: center; gap: 1rem; position: relative; z-index: 1;}
.indicator .swiper-pagination-bullet{width: 23px;height: 23px; opacity: 1; background: transparent; border:7px solid #cecece; border-radius: 50%;transition: 0.3s;vertical-align: top;margin: 0;display: inline-flex;}
.indicator .swiper-pagination-bullet-active{ opacity: 1; border:7px solid #fff;}

.main_home .indicator{position: absolute;bottom: 3.125rem;left: 0;width: 100%;margin-top: 100px;z-index: 100;}
.main_home .indicator .inner{display: flex;flex-wrap: wrap;align-items: center; justify-content: center;}
.main_home .indicator .btn{position: relative;width: 33px;height: 23px;margin-right: 40px;}
.main_home .indicator .btn svg{width:100%;height:100%;}
.main_home .indicator .btn svg *{stroke:#fff;}
.main_home .indicator .btn.arrow_next{margin-right: initial;margin-left: 40px;}
.main_home .indicator .dot{ width: auto !important; gap: 2.625rem; position: relative;}
.main_home .indicator .dot:before{ content: ""; display: block; width: calc(100% - 18px); z-index: -1; border-radius: 10px; height: calc(100% - 6px); position: absolute; left: 50%; top: 50%; border: 1px solid #fff; transform: translateX(-50%) translateY(-50%);}
 
.main_home .main_slider .text_g{padding-top: 70px;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;color: #fff;z-index: 10;}
.main_home .main_slider .text_g .title1:before{display:block;content:"";position: absolute;top: 74px;right: calc(100% + 50px);width: 100vw;height: 1px;background: #ddd;}
.main_home .main_slider .text_g .title1{position:relative;font-family: 'Lexend','Noto Sans KR',sans-serif;font-size: 7.4rem;font-weight: 500;line-height: 1.3;}
.main_home .main_slider .text_g .title1.en{font-weight: 400;}
.main_home .main_slider .text_g .title2{font-size: 2.4rem;color: #fff;line-height: 1.7;margin-top: 18px;}
.main_home .scroll_down{position:absolute;bottom: 50px;left: 50%;transform: translateX(-50%);z-index: 100;}
.main_home .scroll_down a{display:block;width: 95px;height: 95px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.8);}
.main_home .scroll_down .arrow_btn{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.main_home .scroll_down .arrow_btn span{width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;transform: translate3d(0,-100%,0);}
.main_home .scroll_down .arrow_btn span + span{ }
.main_home .scroll_down .arrow_btn span svg{width: 26px;height: 35px;}
.main_home .scroll_down .arrow_btn span svg *{stroke:#fff;}
.main_home .scroll_down:hover .arrow_btn span{transform:translate3d(0,0,0); transition:0.5s;}
.main_home .main_slider .item.swiper-slide-active .bg{animation-name: clipPathLeft; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 1s;  animation-fill-mode: forwards;}

#banner .botbox{ position: absolute; left:0; bottom: 3.75rem; width: 100%; z-index: 5;}
#banner .botbox .m{ display: flex; justify-content: flex-start;}
#banner .botbox p{ color: #fff; font-size: 1.125rem; font-family: FRADM;  text-transform: capitalize; margin-bottom: .625rem;}
.mouse_down{text-align: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.mouse_down span { display: inline-block; width: 19px; height:29px; border:1px solid #fff; border-radius:12px; margin: auto; position: relative; }
.mouse_down span:before { content: ""; width: 2px; height: 6px; background: #fff; position: absolute; left: 50%; margin-left: -1px; bottom: 10px; animation-delay: 0ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
@-webkit-keyframes arrow {
    0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0px, 5px, 0px); }
}
@keyframes arrow {
    0% { opacity: 0; transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; transform: translate3d(0px, 5px, 0px); }
}

.s_tt{}
.s_tt span{ font-size: 1.5rem; color: #772b1b;font-family: HELVETICANEUELTPRO; text-transform: uppercase;}
.s_tt h3{ font-family: SLIDEQIUHONGREGULAR; font-size: 3.75rem; color: #333333; letter-spacing: -.625rem;}

.s_hall{ background: url(../images/s_holl_bg.jpg) center no-repeat; background-size: cover; width: 100%; overflow: hidden;}
.s_hall .m{ display: grid; grid-template-columns: .4fr .6fr; gap: 10rem;}

.s_hall .left .txt{}
.s_hall .left .txt h4{ font-size: 3rem; color: #333333; font-weight: bold; margin-top: 10rem; margin-bottom: 2.5rem;}
.s_hall .left .txt p{ font-size: 1rem; line-height: 1.625rem; color: rgba(51, 51, 51, 0.8); margin-bottom: 6.875rem;}
.s_hall .right{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.875rem;}
.s_hall .right ul{ display: grid; gap: 2rem; grid-auto-rows: 15.625rem;}
.s_hall .right ul li{ border-radius: .5rem; overflow: hidden;}
.s_hall .right ul li .box{ height: 100%; border-radius: .5rem;}
.s_hall .right ul li .box .img{ height: 100%;}
.s_hall .right ul li .txt{ height: 100%; background: #fff; padding: 2.75rem; position: relative; z-index: 1;}
.s_hall .right ul li .txt:before{ content: ""; display: block; position: absolute; width: 100%; height: 0; visibility: hidden; transition: .6s ease; background: #772b1b; z-index: -1; left: 0; top: 0; }
.s_hall .right ul li:hover .txt:before{ height: 100%; visibility: visible;}
.s_hall .right ul li .txt .tt{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.625rem;}
.s_hall .right ul li .txt h4{ font-size: 1.875rem; color: #333333; font-weight: bold; transition: .6s ease;}
.s_hall .right ul li .txt .ico{}
.s_hall .right ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: #818181; transition: .6s ease;}
.s_hall .right div{ position: relative;}
.s_hall .right>div>img{ position: absolute; right: 0; top:0; max-width: 100%;}
.s_hall .right div ul{ margin-top: 10.375rem;}
.s_hall .right ul li:hover h4{ color: #fff;}
.s_hall .right ul li:hover path{ fill: #fff;}
.s_hall .right ul li:hover p{ color: #fff;}

.s_hd{ display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 1; margin-bottom: 4rem;}
.more_r{ display: flex;  align-items: center; font-family: SLIDEQIUHONGREGULAR;  letter-spacing: -.25rem;}
.more_r img{ margin-right: .5rem;}
.more_r span{ margin-right: .75rem; font-size: 1.625rem; color: #333333; font-family: SLIDEQIUHONGREGULAR; transition: .3s;}
.more_r i{ position: relative; z-index: 1; width: 2.75rem; height: 1.875rem; background: url(../images/more_arrow.png) center no-repeat; background-size: contain; display: flex; align-items: center;}
.more_r .yingzhang{ margin-bottom: 1rem;}
.more_r:hover span{ color: #8e3829;}
.s_dongtai{  width: 100%; overflow: hidden;background: url(../images/s_news_bg.jpg) center no-repeat; background-size: cover;}
.s_dongtai .s_hd:after{ content: ""; display: block; width:348px; height: 110px; position: absolute; z-index: -1; right: -9%; bottom: -75%; background: url(../images/shanti.png) center no-repeat;}

.s_dongtai .bd{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; grid-auto-rows: 28.125rem; }
.news01{ }
.news01 .swiper{ max-height: 100%;}
.newsimgbox{ display: block; position: relative;}
.newsimgbox .img{ height: 28.125rem;}
.newsimgbox .img img{} 
.newsimgbox h5{ position: absolute; left: 0; bottom: 0; width: 100%; height: 3.75rem; line-height: 3.75rem; font-size: 1.125rem; padding: 0 1.75rem; background: rgba(0, 0, 0, .7); z-index: 8; color: #fff;}

.news02{ }
.news02 ul{ display: grid; gap: 1.25rem; height: 100%;}
.news02 ul li .box{ display: grid; grid-template-columns: 6rem 1fr; align-items: center; background: #fff; height: 100%; padding: 2rem 3rem;} 
.news02 ul li .time{ font-size: 1rem; color: #8e3829; font-family: FRADM; font-family: FRAMDCN; text-align: center; justify-self: flex-start;  }
.news02 ul li .time span{ font-size: 3rem; color: #8e3829; display: block; display: block; margin-bottom: .75rem;}
.news02 ul li .txt{}
.news02 ul li .txt h4{ font-size: 1.375rem; color: #333333; line-height: 1.875rem; height: 3.75rem; margin-bottom: .9375rem;}
.news02 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: rgba(51, 51, 51, 0.7);}

.news03{}
.news03 ul{ display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; height: 100%;}
.news03 ul li .box{ display: grid; grid-template-columns: 4.6875rem 1fr; align-items: center; background: #fff; height: 100%; padding: 2.25rem;} 
.news03 ul li .time{ font-size: 1rem; color: #8e3829; font-family: FRADM; font-family: FRAMDCN; text-align: center; justify-self: flex-start;  }
.news03 ul li .time span{ font-size: 3rem; color: #8e3829; display: block; display: block; margin-bottom: 1.25rem;}
.news03 ul li .txt{}
.news03 ul li .txt h4{ font-size: 1rem; color: #333333; line-height: 1.625rem; height: 6.5rem; }
 
.news01 .swiper-button-prev{ left: 0; width: 2.5rem; height: 4.6875rem; background: rgba(172, 85, 67, 0.3); transition: .5s;}
.news01 .swiper-button-next{ right: 0; width: 2.5rem; height: 4.6875rem; background: rgba(172, 85, 67, 0.3); transition: .5s;}
.news01 .swiper-button-prev:hover{ background: rgba(172, 85, 67, 1);}
.news01 .swiper-button-next:hover{ background: rgba(172, 85, 67, 1);}

.s_gonggao{ background: url(../images/s_gonggao_bg.jpg) center no-repeat; background-size: cover; width: 100%; overflow: hidden;}
.s_gonggao .m{ display: grid; grid-template-columns: 14.8125rem 1fr; }
.s_gonggao .s_hd{ flex-direction: column; align-items: flex-start; margin-bottom: 0;}
.s_gonggao .s_tt span{ font-size: 1.125rem;}
.s_gonggao .s_tt h3{ font-size: 3rem;}
.s_gonggao .bd{ height: 20rem;}
.s_gonggao .bd ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 2.125rem;}
.s_gonggao .bd ul li{}
.s_gonggao .bd ul li .box{display: grid; grid-template-columns: 4.3125rem 1fr; gap: 1.5rem; align-items: center;}
.s_gonggao .bd ul li .time{ width: 100%; height: 5.5625rem; text-align: center; border: 1px solid #752919; font-size: .9375rem; color: #47484c;}
.s_gonggao .bd ul li .time span{ display: block; background: #8e3829; text-align: center; display: flex; align-items: center; justify-content: center; color: #fff; height: 50%; margin-bottom: .875rem;} 
.s_gonggao .bd ul li .txt{} 
.s_gonggao .bd ul li .txt h4{ font-size: 1rem; line-height: 1.375rem; color: #47484c;} 

.s_rukou{}
.s_rukou ul{ display: grid; grid-template-columns: repeat(2,1fr);}
.s_rukou ul li{}
.s_rukou ul li:nth-child(3){ grid-column: 2/3; grid-row: 1/3;}
.s_rukou ul li .box{ width: 100%; height: 100%; position: relative; display: block;}
.s_rukou ul li .box2{ width: 100%; height: 100%; position: relative; background: url(../images/s_rukou_bg.jpg) center no-repeat; padding: 3rem; background-size: cover; display: flex; align-items: center; justify-content: center;}
.s_rukou ul li .box .m{  display: flex; align-items: flex-end; max-width: 650px;}
.s_rukou ul li .img{}
.s_rukou ul li .img img{}
.s_rukou ul li .mask{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.s_rukou ul li .tt{ padding-bottom: 3rem;}
.s_rukou ul li .tt h4{ display: flex; white-space: nowrap; font-size: 3rem; color: #fff; font-weight: bold;}
.s_rukou ul li .tt span{ font-size: 1.5rem; color: rgba(255, 255, 255, 0.7); font-weight: normal; font-family: HELVETICANEUELTPRO; margin-top: 4px; margin-left: 7px;}

.s_zhishi{ overflow: hidden;}
.s_zhishi .hd{ display: flex; align-items: flex-end; margin-bottom: 4rem;}
.s_zhishi .hd img{ margin-left: 3px; margin-bottom: 4px;}
.s_zhishi .left{ max-width: 31.875rem;}
.s_zhishi .left .con{ font-size: 1rem; line-height: 1.625rem; color: rgba(51, 51, 51, 0.7);}
.s_zhishi .left .btn_more2{ margin-top: 1.5rem;}




.business_wrap .sec_title_g{position: absolute;top: 0;left: 0;width: 50%;min-height: 454px;padding-right: 5%;z-index: 10;}
.business_wrap .sec_title_g:before{display:block;content:"";position: absolute;top: 0;left: 0;width: 50%;height: 100%; z-index: -1;}
.business_wrap .sec_title_g .title1{margin-bottom: 40px;}

.business_wrap .contents{position: relative;min-height: 804px;width: 100%;padding-top: 80px;}
.business_wrap .business_slider{position: relative;width: 100vw;}
.business_wrap .business_slider .item{width: 358px;height: 835px;/* pointer-events: none; */margin: 0 8px;overflow:hidden;transition: 0.5s;}
.business_wrap .business_slider .item a{display: flex;flex-wrap: wrap;justify-content: flex-end;width: 100%;height: 100%;flex-direction: column;}
.business_wrap .business_slider .item.slick-on{width: 732px;}
.business_wrap .business_slider .item.slick-on a{pointer-events: auto;}
.business_wrap .business_slider .item.slick-on .img{width: 100%;height: 732px;}
.business_wrap .business_slider .item .img{width: 100%;height: 358px;overflow: hidden;transition: 0.5s; border-radius: 10px;}
.business_wrap .business_slider .item .img span{display: block;width: 100%;height: 100%;transition:transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);}
.business_wrap .business_slider .item a:hover .img span{transform: scale(1.1);}

.business_wrap .business_slider .item .info{width: 100%;padding-top: 30px;height: 100px;}
.business_wrap .business_slider .item .info .title{position: relative;font-size:.9375rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 1.75rem;color: #777777;font-family: 'Lexend','Noto Sans KR',sans-serif;font-weight: 600;letter-spacing: -0.5px;overflow: hidden;}
.business_wrap .business_slider .item .info .title .g{position:relative;transition: 0.3s;}
.business_wrap .business_slider .item .info .title .tit{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.business_wrap .business_slider .item .info .title .tit + .tit{position: absolute;top: 100%;left: 0;font-size: 1.625rem;}
.business_wrap .business_slider .item .info .txt1{position: relative;margin-top: 11px;font-size: .9375rem;color: #777;overflow: hidden;line-height: 1.5rem;height: 3rem;}
.business_wrap .business_slider .item .info .txt1 p{opacity: 0;transition: 0.3s 0.1s;}
.business_wrap .business_slider .item.slick-on .info .title{color:#000;}
.business_wrap .business_slider .item.slick-on .info .title .g{transform: translateY(-100%);}
.business_wrap .business_slider .item.slick-on .info .txt1 p{opacity:1;}
.business_wrap .util{position: absolute;top: 0;right: 0;}
.business_wrap .util .swiper-pagenav{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
.business_wrap .util .slick-arrow{width: 38px;height: 24px; background: none;}
.business_wrap .util .slick-arrow svg{display: block;width: 100%;height: 100%;}
.business_wrap .util .slick-arrow svg *{stroke: #cdcaca;stroke-width: 2px;transition: 0.1s;}
.business_wrap .util .slick-arrow:hover svg *{stroke:#555;}
.business_wrap .util .pager{font-size: 1.4rem;font-family: 'Lexend','Noto Sans KR',sans-serif;color: #777;margin-right: 42px;}
.business_wrap .util .pager .now{color: #000;}
.business_wrap .util .arrow_next{margin-left: 16px;}

.main_home .main_slider .item.swiper-slide-active .bg{animation-name: clipPathLeft; animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-duration: 1s;  animation-fill-mode: forwards;}

@keyframes clipPathLeft {
    0% {
        clip-path: polygon(30% 44%, 65% 44%, 65% 63%, 30% 63%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes clipPathDown {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    10% {
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 36%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes fadeUpAni {
    0% {
        opacity:0;
        transform:translate3d(0,100%,0);
    }
    100% {
        opacity:1;
        transform:translate3d(0,0%,0);
    }
}
@keyframes opacityAni {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.relative{ position: relative;}

.business_wrap .videobox{ position: relative; overflow: hidden; max-width: 100%;}
.business_wrap .videobox:after{ content: ""; display: block; width: 100%; height: 0; padding-top: 133.33%;}
.business_wrap .videobox video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
/* .videobox video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;} */
.business_wrap .videobox .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; z-index: 1; align-items: center; justify-content: center; opacity: 0; visibility: hidden;}
.business_wrap .slick-on .videobox .mask{ opacity: 1; visibility: visible;}
.btn_play{ display: block; width: 5.4375rem; height: 5.4375rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }
.btn_play img{ position: relative; z-index: 99;}
  .btn_play span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; border: 1px solid rgba(255, 255, 255, .6);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-animation: circleScale 4s linear infinite;
    -moz-animation: circleScale 4s linear infinite;
    -ms-animation: circleScale 4s linear infinite;
    animation: circleScale 4s linear infinite;
  }
  .btn_play span:nth-of-type(2) {
    animation-delay: 1s;
  }
  .btn_play span:nth-of-type(3) {
    animation-delay: 2s;
  }
  .btn_play span:nth-of-type(4) {
    animation-delay: 3s;
  }
  @keyframes circleScale {
    0% {
      opacity: 1;
      transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
      
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.8);
      -moz-transform: scale(1.8);
      -ms-transform: scale(1.8);
      transform: scale(1.8);
    }
  }
  @keyframes circleScale1 {
    0% {
      opacity: 1;
      transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(3);
      -moz-transform: scale(3);
      -ms-transform: scale(3);
      transform: scale(3);
    }
  }
.main_bg{ background: url(../images/main_bg.jpg) center bottom no-repeat; padding-bottom: 8rem;}
#n_main.main_bg{ background: url(../images/n_main_bg.jpg) center bottom no-repeat; padding-bottom: 6rem;}
#foot{ background: #e8e3d2; padding-top: 3rem;}
#foot .box1{ border-bottom: 1px solid #dad6ca; padding-bottom: 1.75rem;}
#foot .box1 .m{ display: flex; justify-content: space-between; align-items: center;}
#foot .box1 .foot_logo{ width: 33rem;}
#foot .box1 .foot_rukou{ display: flex; gap: 1.875rem; align-items: center;}
#foot .box1 .foot_rukou a{ font-size: 1.125rem; font-weight: bold; color: rgba(51, 51, 51, 0.6); transition: .3s;}
#foot .box1 .foot_rukou a:hover{ color: rgba(51, 51, 51, 1);}
#foot .box1 .foot_rukou i{ width: 1px; height: 15px; background: #a4a199; display: block;}
#foot .box2{ padding-top: 3rem;}
#foot .box2 .m{ display: flex; justify-content: space-between; }
.foot_lianxi{ display: flex; flex-direction: column; gap: 1rem;}
.foot_lianxi dl{ display: grid; grid-template-columns: 8.5rem 1fr;}
.foot_lianxi dt{ font-size: 1.25rem; color: rgba(51, 51, 51, 0.7); font-family: HELVETICANEUELTPRO; text-transform: uppercase;}
.foot_lianxi dd{ font-size: 1rem; color: #333333; line-height: 1.5rem;}
.foot_lianxi dd span{ font-size: 1.125rem; font-family: HELVETICANEUELTPRO; }
.foot_nav{ display: flex; gap: 3.75rem; margin-left: 2rem;}
.foot_nav dl{ }
.foot_nav dl dt{ font-size: 1.125rem; font-weight: bold; margin-bottom: 1rem;}
.foot_nav dl dt a{ position: relative; color: #333333; z-index: 1; display: block;}
.foot_nav dl dt a:before{ content: ""; display: block; width: 100%; height: 3px; background: #752919; position: absolute; left:0; top: -3.125rem; transition: .5s; transform: scaleX(0);}
.foot_nav dl dd{ font-size: 0; color: #7b7973; line-height: 1.875rem;}
.foot_nav dl dd a{ font-size: .9375rem; }
.foot_nav dl dd i{ display: inline-block; width: 11px; height: 11px; background: url(../images/footnav_arr.svg) center no-repeat; background-size: contain; margin-right: .375rem;}
.foot_nav dl:hover dt a:before{ transform: scaleX(1);}
.foot_nav dl dt a:hover{ color: #752919;}
.foot_nav dl dd a:hover{ color: #752919;}

.foot_share{ display: flex; gap: .8125rem;}
.foot_share a{ width: 3rem; height: 3rem; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #e8e3d2; transition: .5s;}
.foot_share a svg{ width: 1.5rem; height: 1.5rem;}
.foot_share a svg path{ fill: #aaa48e;}
.foot_share a:hover{ background: #752919;}
.foot_share a:hover svg path{ fill: #fff;}

#foot .box3{ padding: 1rem 0; background: #aaa48e; margin-top: 4rem;}
#foot .box3 .m{ display: flex; justify-content: space-between; align-items: center;}
.copyright{ font-size: .9375rem; color: rgba(255, 255, 255, .3); line-height: 1.5}
.copyright a{ transition: .3s;}
.copyright a:hover{ color: #fff;}

.n_banner{ height: 25.625rem; position: relative; z-index: 1;}
.n_banner:before{ content: ""; display: block; width: 100%; height: 10rem; position: absolute; left: 0; bottom: 0; z-index: -1; 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_banner .m{ height: 100%; display: flex; justify-content: flex-end; align-items: flex-end;}

.n_title{ height: 5.5rem; padding-top: 1rem; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-bottom: 3.75rem;}
.n_title .n_tt{ font-size: 2rem; color: #3d85c6;font-family: SLIDEQIUHONGREGULAR;}
.n_title .n_tt span{ color: #333333;}
.n_title:after{ content: ""; display: block; width: 100%; height: 2px; z-index: 1; position: absolute; left: 0; bottom: 0; background: #e8e8e8;}
.n_title:before{ content: ""; display: block; width: 5.25rem; height: 2px; position: absolute; z-index: 2; left: 0; bottom: 0; background: #1c4587;}
.n_title .m { position: relative; display: flex; justify-content: space-between; align-items: center;}
.n_nav { position: relative;  }
.n_nav ul{ display: flex; gap: 3.75rem;}
.n_nav li{display: block; font-size: 1.125rem; line-height: 4.375rem;z-index: 1; position: relative;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.n_nav li a{ display: block; text-align: center; color: rgba(255, 255, 255, 0.4); font-weight: bold; transition: .5s; }
.n_nav li.on a,.n_nav li:hover a{ color: #fff;}
 
.position{ left: 0;bottom: 0; font-size: .9375rem; color: rgba(51, 51, 51, 0.7); display: flex; align-items: center;}
.position>svg{ margin-right: 5px; width: 1.255rem; height: 1.25rem;}
.position a{ margin: 0 4px;}
.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 a:hover {color: #1c4587;}

.n_renyuan{}
.n_renyuan ul{ margin-top: -2.25rem;}
.n_renyuan ul li{ position: relative; z-index: 1;}
.n_renyuan ul li:before{ content: ""; display: block; width: 100%; height: 1px; z-index: 1; position: absolute; left: 0; bottom: 0; background: #e9e8e8;}
.n_renyuan ul li:after{ content: ""; display: block; width: 0; height: 3px; position: absolute; z-index: 2; left: 0; bottom: 0; background: #3d85c6; transition: .5s;}
.n_renyuan ul li .box{ padding: 2.25rem 0; display: block; transition: .5s;}
.n_renyuan ul li .box h4{ font-size: 1.625rem; color: #333333; margin-bottom: 1.375rem;}
.n_renyuan ul li .box h4 span{ font-size: 1.125rem; }
.n_renyuan ul li .box .con{ font-size: .9375rem; color: #64646e; line-height: 1.875rem;}
.n_renyuan ul li:hover:after{ width: 100%; }
.n_renyuan ul li:hover .box h4{ color: #3d85c6;}


/*翻页*/
.page { text-align:center; font-size: 0; color:#0a0a0a; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
.page .box{ margin-top:4rem; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
.page li{ display:inline-block; list-style: none; }
.page a{ padding:0 10px; min-width: 2.5rem; line-height:2.375rem; height: 2.5rem; box-sizing: border-box; display:block; text-transform: capitalize; border: 1px solid #d2d5da; margin:0 5px; color:#3a3a3a; 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:#b90509; color:#fff; border: 1px solid #b90509;  }
.page a[href]:hover{ background:#b90509; border: 1px solid #b90509; color:#fff; text-decoration:none; }
.page span{ line-height:30px; display:inline-block; margin:0 8px; font-size:.875rem; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
 
.n_dangan{}
.n_dangan ul{ display: grid; grid-template-columns: repeat(4,1fr); gap: 2.875rem 1.375rem; }
.n_dangan ul li{}
.n_dangan ul li .box{}
.n_dangan ul li .img{ position: relative; border-radius: .625rem; overflow: hidden;}
.n_dangan ul li .img img{}
.n_dangan ul li .img:after{ padding-top: 100%;}
.n_dangan ul li .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); transition: .5s; display: flex; align-items: center; justify-content: center;}
.n_dangan ul li .mask svg{ transition: 1.8s;}
.n_dangan ul li .mask svg path{ fill: #fff;}
.n_dangan ul li h5{ font-size: 1rem; color: #333333; margin-top: 1.625rem;}
.n_dangan ul li:hover .mask{ background: rgba(168, 30, 27, .85);}
.n_dangan ul li:hover .mask svg{ transform: rotate(360deg);}

.n_download{}
.n_download ul{ display: grid;  column-gap: 4.5rem; margin-top: -2.25rem;}
.n_download ul li{ border-bottom: 1px solid #e5e5e5; position: relative; z-index: 1;}
.n_download ul li:before{ content: ""; display: block; width: 100%; height: 0; position: absolute; z-index: -1; left: 0; top: 0; background: #6d9eeb; transition: .5s; visibility: hidden;}
.n_download ul li .box{display: grid;grid-template-columns: 5.25rem 1fr 6.875rem;grid-auto-rows: 6.625rem;align-items: center;padding-left: 1.375rem;}
.n_download ul li i{ display: block; width: 7px; height: 7px; border-radius: 50%; background: #3d85c6;  transition: .5s;}
.n_download ul li h5{font-size: 1.125rem;color: #000000;transition: .5s;margin-left: 1rem;}
.n_download ul li:hover i{ background: #fff;}
.n_download ul li:hover h5{ color: #fff;}
.n_download ul li:hover .updatetime{ color: #fff;}
.n_download ul li:hover span path{ fill: #fff;}
.n_download ul li:hover:before{ height: 100%; visibility: visible;}
.n_download ul li:hover span:before{ height: 100%; visibility: visible;}

.n_fagui{}
.n_faguilist{}
.n_faguilist li{ border-bottom: 1px dashed #dddddd;}
.n_faguilist li .box{ display: grid; grid-template-columns: 5.25rem 1fr; padding: 2.25rem 0;}
.n_faguilist li .time{ font-family: BarlowCondensed-Regular; text-align: center; justify-self: flex-start; color: #737373;}
.n_faguilist li .time span{ font-size: 3rem; color: #3d85c6; font-family: BarlowCondensed-Medium; display: block;}
.n_faguilist li .txt{ padding-left: 3rem; border-left: 1px solid #eeeeee; align-self: center;}
.n_faguilist li .txt h5{ font-size: 1.25rem; color: #383838; font-weight: bold; margin-bottom: 1rem; transition: .5s;}
.n_faguilist li .txt p{ font-size: .875rem; color: #7d7d7d; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.n_faguilist li:hover .txt h5{ color: #3d85c6; }

.mian_con{ display: grid; grid-template-columns: 1fr 18.25rem; gap: 3.25rem; align-items: flex-start;}

.right_con{ position: sticky; top: 6rem;}
.right_con .tt{ font-size: 1.375rem; color: #303030; padding-bottom: 1.0625rem; border-bottom: 2px solid #e9e9e9; margin-bottom: 1.5rem;}
.news_recomends{}
.news_recomends ul{}
.news_recomends ul li{ position: relative; z-index: 1; }
.news_recomends ul li:before{ content: ""; display: block; width: 1px; height: 100%; background: #efefef; position: absolute; left: 5px; top:8px;}
.news_recomends ul li:after{ content: ""; display: block; width: 11px; height: 11px; border-radius: 50%; border: 1px solid #dedede; background: #fff; position: absolute; left: 0; top:8px; }
.news_recomends ul li .box{ padding-left: 24px; display: block; padding-bottom: 1.5rem;}
.news_recomends ul li .box span{ display: block; width: 5.625rem; height: 27px; margin-bottom: .75rem; background: #3d85c6; color: #fff; font-size: .75rem; font-family: arial; text-align: center; line-height: 27px; position: relative; z-index: 1;}
.news_recomends ul li .box span:before{ content: ""; display: block; width: 0; height: 0; border: 6px solid transparent; border-right: 6px solid #3d85c6; position: absolute; right: 100%; top: 50%; margin-top: -6px; }
.news_recomends ul li .box p{ font-size: .9375rem; color: #3f3f3f; line-height: 1.5rem;}
.news_recomends ul li:last-child .box{ padding-bottom: 0;}

.left_con .page{ justify-content: flex-start;}

.n_dongtai{}
.n_dongtai{ display: grid; gap: 20px;}
.n_dongtai li{}
.n_dongtai li .box{ display: grid; grid-template-columns: 22.1875rem 1fr; gap: 2.5rem; align-items: center;}
.n_dongtai li .img{}
.n_dongtai li .img img{}
.n_dongtai li .txt{}
.n_dongtai li .txt h5{ font-size: 1.375rem; color: #333333; font-weight: bold; margin-bottom: 1.25rem;}
.n_dongtai li .txt p{ font-size: .875rem; line-height: 1.5rem; color: rgba(51, 51, 51, 0.7); margin-bottom: 1rem;}
.n_dongtai li .txt .bot{ display: flex; justify-content: space-between; border-top: 1px solid #e7e7e7; padding-top: 1.125rem;}
.n_dongtai li .txt .bot .time{ font-size: 1rem; color: #8e3829;font-family: FRAMDCN;}
.n_dongtai li .txt .bot .more_r2{ display: flex; align-items: center; font-size: .875rem; color: #333333;}
.n_dongtai li .txt .bot .more_r2 svg{ width: 1rem; height: 1rem; margin-left: 5px;}
.n_dongtai li:hover .txt .bot .more_r2{ color: #8e3829;} 
.n_dongtai li:hover .txt .bot .more_r2 svg *{ stroke: #8e3829 !important;} 
.n_dongtai li:hover .txt h5{ color: #8e3829;}

.n_xuesheng{}
.n_xuesheng ul{}
.n_xuesheng ul li{ position: relative; z-index: 1;}
.n_xuesheng ul li .box{ display: grid; grid-template-columns: 35px 1fr 3rem; align-items: center; height: 4.375rem;}
.n_xuesheng ul li .box i{ display: block; width: 4px; height: 4px; border-radius: 50%; background: #333333;}
.n_xuesheng ul li .box h5{ font-size: 1.125rem; color: #333333;}
.n_xuesheng ul li .box h5 svg{}
.n_xuesheng ul li:before{ content: ""; display: block; width: 100%; height: 1px; z-index: 1; position: absolute; left: 0; bottom: 0; background: #e7e7e7;}
.n_xuesheng ul li:after{ content: ""; display: block; width: 0; height: 1px; position: absolute; z-index: 2; left: 0; bottom: 0; background: #752919; transition: .5s;}
.n_xuesheng ul li:hover:after{ width: 100%; }

.n_xueshengbox .mian_con{ grid-template-columns: 1fr 26.75rem;}
input[type=checkbox], input[type=radio] {
    margin: -4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: 1.0rem;
}

.right_ewm{ background: #e8e3d2; padding: 2rem 3rem 0rem; border-radius: 10px; display: flex; flex-direction: column; align-items: center; }
.right_ewm img{ width: auto; height: 10.375rem; border-radius: 4px;}
.right_ewm h3{ font-size: 1.2rem; color: #333333; font-weight: bold; margin-top: 1.5rem; margin-bottom: 2rem; text-align: center;}
.right_ewm p{ font-size: .9375rem; color: rgba(51, 51, 51, 0.7); line-height: 1.875rem}

.n_nav2{ margin-bottom: 4.25rem;}
.n_nav2 ul{ display: flex; flex-flow: wrap; justify-content: center; gap: .75rem;}
.n_nav2 ul li{ background: #e8e3d2; border-radius: 2rem; overflow: hidden; transition: .5s;}
.n_nav2 ul li a{ font-size: 1rem; color: #333333; width: 13.125rem; height: 4rem; display: flex; align-items: center; justify-content: center; transition: .5s;}
.n_nav2 ul li.on{ background: #752919;}
.n_nav2 ul li.on a{ color: #fff;}

.ar_title{ text-align: center; margin-bottom: 3.125rem; position: relative; z-index: 1; padding-top: 2rem;}
.ar_title h3{ font-size: 1.875rem; color: #333333; font-weight: bold; margin-bottom: 1.25rem;}
.ar_title h4{ font-size: 1.125rem; color: #8e3829;}
.ar_title h4 span{ font-family: FRAMDCN;}
.ar_title:before{ content: ""; display: block; width: 100%; height: 142px; background: url(../images/ar_title_bg.jpg) center bottom no-repeat; position: absolute; left: 0; bottom: 0; z-index: -1; }

.ar_fot2{  background: url(../images/end.png) center top no-repeat; padding-top: 2rem; margin-top: 2rem; display: grid; grid-template-columns: repeat(2,1fr);}
.ar_fot2 a{ display: block; font-size: 1rem; line-height: 1.7; padding: .5rem 0; color: #707076;}
.ar_fot2 a:hover{ color: #3d85c6;}
.ar_fot2 a:last-child{ justify-self: flex-end;}


