@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; width:100%; display: flex; align-items: center; justify-content: center; position:absolute; background: #fff; top: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
/* #header:before{ content: ""; display: block; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); position: absolute; left: 0; bottom: 0;}  */
#header .m{ height:100%; width: 100%; display: flex; justify-content: space-between; }
#header .fr{ max-width: 1100px; display: flex; justify-content: space-between; flex-grow: 1;}
#logo{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
#logo a{ display: flex; width: 7.5rem; height: 7.5rem; position: relative; z-index: 1; border-radius: 50%; justify-content: center; background: #fff; align-items: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
#logo a:before{ content: ""; display: block; width: 100%; height: 90%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); transition: .5s; background: #fff; border-radius: 50%; z-index: -1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
#logo img{ width: 6.25rem; height: 5.8125rem; margin-bottom: 5px; object-fit: contain; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#logo img.img02{ display: none;}
#nav{ display: flex; flex-grow: 1; align-items: center; justify-content: space-between; }
#nav ul{display: flex; width: 43%;}
#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:7.5rem; text-align: center; position:relative; z-index: 1; display: inline-block; font-family: "苹方", PingFangSC-Regular,"微软雅黑", sans-serif;}
#nav ul li.on h3{ font-weight: bold; color: #23b872;}
#nav ul li:hover h3{  color: #23b872;}
#nav ul li h3:before{ content: ""; display: block; width: 0; height: 8px; background: url(../images/nav_on.png) center no-repeat; background-size: 25px; position: absolute; top: 50%; margin-top: 1rem; opacity: 0; left: 50%; transition: .3s ease-in; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transition: .3s ease-in; -moz-transition: .3s ease-in; -ms-transition: .3s ease-in; -o-transition: .3s ease-in; }
#nav ul li.on h3:before,#nav ul li:hover h3:before{ width: 25px; opacity: 1; }
#nav ul li h3:after{ content: ""; display: block; opacity: 0; visibility: hidden; width: .5rem; height: .5rem; border-radius: 50%; transition: .5s .2s; transform: scale(0); border: 1px solid #2fbc7a; position: absolute; left: -.75rem; top: 50%; margin-top: -.75rem;}
#nav ul li.on h3:after,#nav ul li:hover h3:after{ opacity: 1; visibility: visible; transform: scale(1);}
#nav ul li .sub{
    position:absolute; opacity: 0; visibility: hidden;
    top:100%;
    min-width: 100%;
    left: 50%;
    z-index: 10000; padding: 10px;
    background: #fff; overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    line-height: 20px;
    letter-spacing: -.02em;
    white-space: nowrap;
    text-align: center;
    border-radius: 4px; transform-origin: top;
    transform: translateX(-50%) scaleY(0);
    -webkit-transform: translateX(-50%) scaleY(0);
    -moz-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
    -o-transform: translateX(-50%) scaleY(0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; transition: .5s;
}
#nav ul li .sub .box{ text-align: center; }
#nav ul li .sub a{ padding:0; line-height:2.5; color: #333; transition:.2s; font-size:.875rem; font-weight: 400; white-space: nowrap; -webkit-transition:.2s; -moz-transition:.2s; -ms-transition:.2s; -o-transition:.2s; }
#nav ul li .sub a+a{ border-top: 1px dotted rgba(255, 255, 255, 0.3);}
#nav ul li .sub a:hover{ background: #00aa5b; color: #fff; }
#nav ul li:hover .sub{ opacity: 1; visibility: visible;transform: translateX(-50%) scaleY(1);
  -webkit-transform: translateX(-50%) scaleY(1);
  -moz-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  -o-transform: translateX(-50%) scaleY(1);}
/*搜索*/
#searchBtn{ height:100%; display: flex; align-items: center; position: absolute; right: 4rem;} 
#searchBtn svg path { fill:#959595; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#searchBtn a:hover svg path{ fill:#00aa5b; }

 
#header.xg #nav ul li h3{ line-height: 5.5rem;}
#header.xg #logo a:before{ content: ""; width: 10rem; transform: translateX(-50%) scale(1.3) ; -webkit-transform: translateX(-50%) scale(1.3) ; -moz-transform: translateX(-50%) scale(1.3) ; -ms-transform: translateX(-50%) scale(1.3) ; -o-transform: translateX(-50%) scale(1.3) ; }
 
.tc{ position: fixed; left: 0; top: 0; z-index: 10000; width: 100%; height: 100%;  overflow: hidden; opacity: 0; visibility: hidden; transition:.5s ; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.tc.act{ opacity: 1; visibility: visible;}
.tc.center{ display: flex; align-items: center; justify-content: center;}
.tc_bg{ position: absolute;left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: rgba(0, 0, 0, .8);}
.tc_close{ position: absolute; cursor: pointer; right: 1rem; top: 1rem; width: 3rem !important; height: 3rem !important; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.tc_btn{ cursor: pointer;}
 

#tc_search{ width:100%; padding:2rem 2rem 4rem; background: #edf1f3; position:relative; transform:translateY(-100%); transition:.5s .5s ease-out;  z-index:1;overflow:  hidden;}
.act #tc_search{ transform:translateY(0);  transition:.5s ease-in;}
/*弹窗内容样式*/
#tc_search .mbox{ width:900px; max-width:90%; margin:0 auto;}
#tc_search form{ height:5rem;position:relative; display: flex; align-items: center;justify-content: space-between; }
#tc_search form:after{ content:""; width:0; height:2px; background:#595959; transition:.5s; display:block; position:absolute; bottom:0; left:0;}
.act #tc_search form:after{ width:100%; transition: ease-in-out .5s .5s;}
#tc_search #keyword{width: 90%;height:5rem; font-size:1.25rem; color:#999;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
#tc_search .btn_blue{ width: auto;height:5rem; border:0; line-height:4.25rem;  cursor:pointer;text-transform:uppercase; background: none; border: 0; }
#tc_search .btn_blue svg{ width: 1.75rem; height: 1.75rem;}
#tc_search .btn_blue svg path{ fill: #333;}
#tc_search input::-webkit-input-placeholder{color: rgba(0,0,0,.5); }
#tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color: rgba(0,0,0,.5); }
#tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color: rgba(0,0,0,.5);}
#tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color: rgba(0,0,0,.5);}/* WebKit browsers */
#tc_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
#tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
#tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
#tc_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
#tc_search .draw_h:before{ border:1px solid rgba(0,0,0,.2);}
#tc_search .draw_h:hover svg.drawcircle circle { stroke:#bbb;}
#tc_search .draw_h img {position:absolute;top:50%;margin-top: -8px;left:50%;margin-left: -8px;transition:.3s;width: 16px;}
#tc_search .tc_close{ position: static; width: auto !important; height: auto !important;}
#tc_search .tc_close svg path{ fill: #999;}

.hotsearch{ margin-top: 2rem;}
.hotsearch .tt{ font-size: .9375rem; color: #999; margin-top: 1rem; margin-bottom: 1rem;}
.hotsearch .box{ margin:0 -.5rem; display: flex; flex-flow: wrap;}
.hotsearch .box a{ display:block; margin:.5rem; color: #333; font-size: .9375rem; padding: .75rem 1rem; border-radius: 3px; border: 1px solid #dae2e6; transition: .5s; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.hotsearch .box a:hover{ background: #eee;}


/***********************/

 
/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:997; transition:0s 1.5s; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%; display: flex; justify-content: space-between; align-items: center;}
.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;}
#m_logo img{ display:block; }
#m_logo{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
#m_logo a{ display: flex; position: relative;    width: 7.5rem; 
  height: 4.5rem; z-index: 1; border-radius: 50%; justify-content: center; align-items: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
#m_logo a:before{ content: ""; display: block; width: 100%; height: 90%; box-shadow: 0 0 5px rgba(0, 0, 0, .1); position: absolute; left: 50%; top: 20px; transform: translateX(-50%); transition: .5s; background: #fff; border-radius: 50%; z-index: -2; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
#m_logo a:after{ content: ""; display: block; width: 100%; height: 4.5rem; transform: scaleX(1.2); position: absolute; left: 0; top: 0; transition: .5s; background: #fff; z-index: -1; }
#m_logo img{  height: 50px;  margin-top: 5px; object-fit: contain; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
/*导航按钮开始*/
/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:9999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box .m{ height: 100%; display: flex; align-items: center;}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{background: #a0a0a0;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.875rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.75rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.75rem;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #999;}
.ny #nav_btn .navbtn::after,
.ny #nav_btn .navbtn::before{ background: #999;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{/* flex-direction:column; *//* justify-content: flex-start; */width:100%;/* overflow: auto; */}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 999;
    position: fixed;
    background: #edf1f3;
    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: 999;}
#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; transition: 0s;}
#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: 998;background-color: rgba(0,0,0,0.4);display: none;}

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 80px;display: block;}
.wap_search form{ height:3rem; border-radius:25px; background: rgb(255 255 255); border: 1px solid #23b872; position:relative; width: 23rem; margin: 20px auto; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px; }
.wap_search .input{font-size:1.0625rem;color: #646464;height:3rem;line-height:3rem;padding-left:1.5rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;}
.wap_search .btn_blue{ position:absolute; cursor:pointer; top:-1px; right:-1px; width: 3rem; height:3rem; line-height:3rem; border:0; background: url(../images/seach_white.svg) center no-repeat #23b872; background-size: 1.5rem; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */

.main_visual > .m{position: absolute;z-index: 10;width: 100%}
.main_visual > .m .in_pa{width: 1200px;margin: 0 auto;margin-top: 330px;position: relative}
.main_visual > .m .in_pa button{position: absolute;background: none;border: none;width: 94px;}
.main_visual > .m .in_pa button.slick-prev{right: 85px;}
.main_visual > .m .in_pa button.slick-prev .hover{opacity: 0;transition: 0.3s}
.main_visual > .m .in_pa button.slick-prev:hover .hover{opacity: 1;}
.main_visual > .m .in_pa button.slick-next .hover{opacity: 1;transition: 0.3s}
.main_visual > .m .in_pa button.slick-next:hover .hover{opacity: 0}
.main_visual > .m .in_pa button div{position: relative}
.main_visual > .m .in_pa button div img{position: absolute;left: 0}
.main_visual > .m .in_pa button.slick-next{right: 0;top:85px;}

.main_visual .tri{position: absolute;left: 0;bottom: -10px;z-index: 10}
.main_visual{width:100%;position: relative; z-index: 3; height:calc(100vh - 7.5rem); overflow: hidden; background: #f2f4f5;}
.main_visual .main_slider{ height:calc(100vh - 7.5rem);overflow: hidden; position: relative;}
.main_visual .main_slider .slide_box{ overflow: hidden;width:100%;height:calc(100vh - 7.5rem); position: relative; }
.main_visual .main_slider .slide_box > div{ overflow: hidden;height:inherit;position: absolute;left:0;top:0;right:0; z-index: 3; overflow: hidden;
width: 100%; height: 100%;
opacity:0;
}

.main_visual .main_slider .slide_box > div{
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}

.main_visual .main_slider .slide_box .main_img{ position: absolute;left: 0; top: 0; overflow: hidden; width: 100%; height: 100%;
-moz-transition: all 8s ;
-webkit-transition: all 8s;
-o-transition: all 8s;
-ms-transition: all 8s ;
transition: all 8s ;
transform: scale(1.2);
}
.main_visual .main_slider .slide_box .main_img img{ display: block; min-width: 100%; height: 100%; object-fit: cover;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.main_visual .main_slider .slide_box .main_img video{ display: block; min-width: 100%; height: 100%; object-fit: cover;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.main_visual .main_slider .slide_box  > div.on .main_img{ transform: scale(1.0); transform:perspective(500px) rotate(.001deg); }
.main_visual .main_slider .slide_box .box1{ }
/* .main_visual .main_slider .slide_box .m{ width: 1200px; position: absolute; left: 50%; top: 47%; transform: translate(-50%,-50%);} */
.main_visual .main_slider .slide_box .in_obj{text-align: left; position: relative; }
.main_visual .main_slider .slide_box .m{ display: flex; align-items: center;}

.main_visual .main_slider .slide_box div strong{
  display: block; position: relative;top:50px; left: 0; opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-transition: all 1s;
  -webkit-transition:  all 1s;
  -o-transition:  all 1s;
  -ms-transition:  all 1s;
  transition:  all 1s;
  transition-delay: 0.6s;
}
.main_visual .main_slider .slide_box div strong.slo01{font-family: 'Play', sans-serif;}

.main_visual .main_slider .slide_box div strong.slo03 span{position: absolute; font-size: 24px;line-height: 38px; font-weight: 400; font-family: 'Open Sans', 'Noto Sans KR'; letter-spacing: -0.5px;text-align: right;margin-left: -4px; margin-top: -2px;}
.main_visual .main_slider .slide_box div strong.slo03 span:after{content: ''; display: block; width: 364px;height: 3px; background: #fff; margin-top: 10px; width: 0; transition: 1.2s ease-in-out; transition-delay: 1.5s }
.main_visual .main_slider .slide_box div.on strong.slo03 span:after{width: 364px; }
.main_visual .main_slider .slide_box div strong.slo03 span em{font-style: normal; opacity: 0; transition: 1.2s ease-in-out; transition-delay: 2.5s}
.main_visual .main_slider .slide_box div.on strong.slo03 span em{ opacity: 1; }
.main_visual .main_slider .slide_box div div.wrap_tit{display: block; opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
-ms-transition: all 1s;
transition: all 1s;
transition-delay: 0.6s;
}

.main_visual .main_slider .slide_box div.on div.wrap_tit{
    opacity: 1
}


.main_visual .main_slider .slide_box div .wrap_tit p{display: block; font-weight: 300; position: relative;display:block;word-break: keep-all;
    transition: all .0s;
    -moz-transition: all .0s;
    -webkit-transition: all .0s;
    -o-transition: all .0s;
    -ms-transition: all .0s;
    transition: all .0s;
    font-size: 3.25rem;
    letter-spacing: -1px;
    color: #fff;
    transform: translate(0,30px);
    transition-delay: 1.2s;
    opacity: 0; 
}
.main_visual .main_slider .slide_box div.on .wrap_tit p{
  position:relative; opacity:1; 
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
  transition-delay: 1s;
  	transform: translate(0,0); 
}
.main_visual .main_slider .slide_box > div.on .wrap_tit strong{ top:0;opacity:1; 
}

.main_visual .main_slider .slide_box div .wrap_tit > span{
	display: block; font-weight: 300; position: relative;display:block;word-break: keep-all;
	transition: all .0s;
	-moz-transition: all .0s;
	-webkit-transition: all .0s;
	-o-transition: all .0s;
	-ms-transition: all .0s;
	transition: all .0s;
	font-size: 1.125rem;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 2.5rem;
	transform: translate(0,30px);
	transition-delay: 1.2s;
	opacity: 0;
	margin-top: 20px;
}


.main_visual .main_slider .slide_box div.on .wrap_tit > span
{position:relative; opacity:1; 
-moz-transition: all .6s;
-webkit-transition: all .6s;
-o-transition: all .6s;
-ms-transition: all .6s;
transition: all .6s;
transition-delay: 1.2s;
	transform: translate(0,0); opacity: 1
}

.main_visual .main_slider .slide_box div.on .wrap_tit em{ /*transition-delay:0.2s */}
.main_visual .main_slider .slide_box > div.on{ z-index: 5; opacity:1; 
}
.main_visual .main_slider .slide_box > div.on .wrap_tit em,
.main_visual .main_slider .slide_box > div.on .wrap_tit span,
.main_visual .main_slider .slide_box > div.on .wrap_tit strong
{ transform: translate(0,0);opacity:1; 
}



.main_visual .main_slider .pag{ position: absolute; left: 0; top: -200px; }
.main_visual .main_slider .pag span{ font-family: BarlowCondensed-Medium; font-size: 1.25rem; color: #fff; display: inline-block; font-weight: 300; letter-spacing: 1px; width: 40px; height: 40px; text-align: center; line-height: 32px;  }
.main_visual .main_slider .pag span:first-child{ padding-left: 0; font-weight: 700;  border: 3px solid rgba(255,255,255,0.5); padding-left: 2px; }
.main_visual .main_slider .pag span em{ font-style: normal; margin-left: -5px; line-height: 10px; display: inline; }
.main_visual .main_slider .pag i{ display: inline-block; width: 3rem; height: 1px; background-color: rgba(255,255,255,0.3); position: relative; top: -6px; margin-right: 20px; margin-left: 20px; }
.main_visual .main_slider .pag i:after{ content: ""; display: block; width: 0; height: 1px; background-color: #fff; position: absolute; left: 0; top: 0; }
.main_visual .wrap_btn.on .pag i:after{ width: 100%; transition: 7s linear;  }

.main_visual .main_slider .pag button{ position: relative; top: -4px; margin-left: 7px; }




.main_visual button{border: none; background: none; color: #fff; font-size: 1rem; font-weight: 300; font-family: BarlowCondensed-Medium;}
.main_visual .slick-prev{ position: absolute; top: 52% ;z-index: 55;left: 100px}
.main_visual .slick-prev span{position: relative;display: block; padding-left: 80px; }
.main_visual .slick-prev span i{position: absolute; display: block; width: 5px; height: 5px; background: #fff; border-radius: 50%; left: 0; top: 6px; transition: 0.6s ease-in-out}
.main_visual .slick-prev:hover span i{left: 30px; }
.main_visual .slick-next{position: absolute; top: 52%; z-index: 55;right: 100px;}
.main_visual .slick-next span{position: relative;display: block; padding-right: 80px; }
.main_visual .slick-next span i{position: absolute; display: block; width: 5px; height: 5px; background: #fff; border-radius: 50%; right: 0; top: 6px;  transition: 0.6s ease-in-out}
.main_visual .slick-next:hover span i{right: 30px;}

.main_visual .main_slider .slide_box > div .wrap_tit strong{ display: block;color: rgba(255,255,255,0.5); font-size: 3.5rem;line-height:4.75rem; text-transform: uppercase;   }
.main_visual .main_slider .slide_box > div .wrap_tit strong.slo02{font-weight: 100; padding-top: 14px; }


.main_visual .main_slider .slide_box > div.box3 strong{ }
/*.main_visual .main_slider .slide_box > div span { display: block;color: #fff;font-size: 42px;line-height:72px; font-weight:600; text-shadow: 3px 3px 3px rgba(0,0,0,0.2);  }*/
.main_visual .main_slider .slide_box > div i.line{ display: block; margin: 0 auto; width: 0; height: 6px; background: url('../img/main/title_line.gif') center center no-repeat; margin-top: 50px; }




.main_visual .main_slider .slide_box > div .line_wrap{ display: block; width: 252px; height: 272px; position: relative; position: absolute; left: -80px; top: -88px; }
.main_visual .main_slider .slide_box > div .line_wrap i{ background-color: #fff;  display: block;  }
.main_visual .main_slider .slide_box > div .line_wrap i.line01{ position: absolute; width: 18px; height: 0; right: 0; bottom: 214px;  }
.main_visual .main_slider .slide_box > div .line_wrap i.line02{ position: absolute; width: 0; height: 18px; right: 0; top: 0; }
.main_visual .main_slider .slide_box > div .line_wrap i.line03{ position: absolute; width: 18px; height: 0; left: 0; top: 0; }
.main_visual .main_slider .slide_box > div .line_wrap i.line04{ position: absolute; width: 0; height: 18px; left: 0; bottom: 0; }



.main_visual .main_slider .slide_box > div.on .line_wrap i.line01{ height: 58px; transition: .2s ease-in; transition-delay: 2s; }
.main_visual .main_slider .slide_box > div.on .line_wrap i.line02{ width: 100%; transition: .4s linear; transition-delay: 2.2s; }
.main_visual .main_slider .slide_box > div.on .line_wrap i.line03{ height: 100%; transition: .4s linear; transition-delay: 2.6s; }
.main_visual .main_slider .slide_box > div.on .line_wrap i.line04{ width: 58px; transition: .2s ease-out; transition-delay: 3.0s; }



/* .main_visual .main_slider .slide_box > div.on .line_wrap i.line01{ height: 58px; transition: 1s; transition-delay: 2s; }
.main_visual .main_slider .slide_box > div.on .line_wrap i.line01{ height: 58px; transition: 1s; transition-delay: 2s; } */



.main_visual .scroll{ position: absolute; left: 50%; bottom: 0; z-index: 20; transform: translate(-50%,0);}
.main_visual .scroll .wrap{ text-align: center; width: 134px; height: 100px; position: relative;  padding-top: 28px; }
.main_visual .scroll .wrap span{ width: 2px; height: 0; background-color: #fff; display: block; margin: 0 auto; margin-top: 7px;  animation: scroll1 2s ease-in-out infinite;
  -webkit-animation: scroll1 2s ease-in-out infinite;
 }
.main_visual .scroll .wrap strong{ font-family: 'Play', sans-serif; font-size: 15px; font-weight: 600; color:#fff; }



@keyframes scroll1 {
  0{
    height: 0;
  }
  100%{
    height: 52px;
  }
}

.main_visual{ position: relative;}
.linebox{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; justify-content: space-between; z-index: 9; pointer-events: none;}
.linebox div{ width: 1px; height: 0; background: rgba(255, 255, 255, 0.2); animation: linedowm 7s ease-in-out forwards infinite; -webkit-animation: linedowm 7s ease-in-out forwards infinite; }
.linebox div:nth-child(odd){ animation: linedowm 7s ease-in-out .8s forwards infinite; -webkit-animation: linedowm 7s ease-in-out .8s forwards infinite; }

@keyframes linedowm {
  0{
    height: 0;
  }
  100%{
    height: 100%;
  }
}
.banner{ padding-top: 7.5rem; width: 100%; overflow: hidden; position: relative;}

.bn_ar{ padding: 1.125rem; display: flex; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); z-index: 9; cursor: pointer;}
.bn_ar i{ width: 3.75rem; height: 2px; background: #fff; position: relative;}
.bn_ar span{ margin: 0 6px; font-size: 1.25rem; color: #fff; text-transform: uppercase; font-family: BarlowCondensed-Medium;}
.banner_left{ left: 0; padding-left: 0;}
.banner_right{ right: 0; padding-right: 0;}
.banner_left:before{ content: ""; display: block; width: 0; height: 100%; background: #fff; position: absolute; z-index: -1; left: 0; top: 0; transition: .5s;}
.banner_left i:before{ content: ""; display: block; width: 0; height: 100%; background: #23b872; position: absolute; right: 0; top: 0; transition: .5s;}
.banner_right:before{ content: ""; display: block; width: 0; height: 100%; background: #fff; position: absolute; z-index: -1; right: 0; top: 0; transition: .5s;}
.banner_right i:before{ content: ""; display: block; width: 0; height: 100%; background: #23b872; position: absolute;left: 0; top: 0; transition: .5s;}
.bn_ar:hover:before{ width: 100%;}
.bn_ar:hover i:before{ width: 100%;}
.bn_ar:hover span{ color: #110702;}
.s_about{ background: url(../images/s_about_bg.jpg) left top no-repeat; width: 100%; overflow: hidden;}
.s_about .m{ display: flex; justify-content: space-between;}
.s_about .left{ margin-right: 3rem; flex-shrink: 0;}
.s_about .right{ max-width: 906px; }
.s_about .tt{}
.s_about .tt span{ font-size: 3.75rem; color: #110702;font-family: ceym_w04; text-transform: uppercase; display: block; margin-bottom: 1rem;}
.s_about .tt h3{ font-size: 1.875rem; color: #110702; margin-bottom: 1rem;}
.s_about .txt{ position: relative; z-index: 1;}
.s_about .txt h4{ font-size: 1.5rem; color: #000000; font-weight: normal; margin-bottom: 2rem; padding-right: 4rem; line-height: 1.5;}
.s_about .txt p{ font-size: .9375rem; line-height: 1.875rem; margin-bottom: 3.625rem;}
.s_about ul{ display: flex; justify-content: space-between;}
.s_about ul li{}
.s_about ul li>div{ display: flex;}
.s_about ul li b{ font-size: 3rem; color: #23b872;font-family: BAHNSCHRIFT; }
.s_about ul li>div div{ display: flex; flex-direction: column; justify-content: space-between; margin-left: .5rem; align-items: center;}
.s_about ul li>div div span{ margin-bottom: .75rem;}
.s_about ul li span{}
.s_about ul li i{color: #23b872; font-weight: bold;}
.s_about ul li p{ font-size: 1rem; color: #110702;}
.s_about ul li:nth-child(even) b{ color: #f7c502;}
.s_about ul li:nth-child(even) i{ color: #f7c502;}
.s_about .txt .jiahao{ display: block; width: 3rem; height: 3rem; background: url(../images/ico_yiliao.png) center no-repeat; background-size: contain; position: absolute; top: -.5rem; right: 0;}

.s_pro{ width: 100%; overflow: hidden; background: url(../images/s_pro_bg.jpg) center no-repeat; background-size: cover;}
.s_pro *{ transition: 0;}
.s_pro .hd{ display: flex; justify-content: space-between; margin-bottom: 4rem;}
.s_pro .hd .tt{}
.s_pro .hd .tt h3{ font-size: 1.875rem; margin-bottom: .375rem; color: #110702; }
.s_pro .hd .tt span{ font-size: 1.125rem; color: rgba(17, 7, 2, 0.301); font-family: ceym_w04; text-transform: uppercase;}
.s_pro .hd ul{}
.s_pro .hd ul li{ text-align: center;}
.s_pro .hd ul li a{ font-size: 1.25rem; color: #222; display: inline-block; position: relative; line-height: 3.125rem;}
.s_pro .hd ul li a:before{ content: ""; display: block; width: 100%; height: 3px; background: #23b872; position: absolute; left: 0; bottom: 0; }
.s_pro .hd ul li.on a{ color: #23b872;}
.s_pro .bd{ position: relative; z-index: 1;}
.s_pro .bd ul{ margin: 0 -10rem;}
.s_pro .bd ul li{}
.s_pro .bd ul li a{ height: 37.8rem; display: flex;flex-direction: column; justify-content: center; align-items: center;}
.s_pro .bd ul li a *{ flex-shrink: 0;}
.s_pro .bd ul li h5{ font-size: 1.125rem; color: #110702; margin-top: .875rem;  opacity: 0; transition: .5s; }
.s_pro .bd ul li i{ display: block; width: 1.875rem; height: 1px; background: #23b872; opacity: 0; transition: .5s; }
.s_pro .bd ul li p{ font-size: 1.875rem; line-height: 2rem; color: #110702;  height: 2rem;  margin-bottom: 0.875rem;}
.s_pro .bd ul li .pic{ margin-top: 2rem; margin-bottom: 1.375rem; 
  transform: scale(.6);
}
.s_pro .bd ul li .pic img{}
.s_pro .bd ul li .btn_more{ height: 2.5rem; width: 8.125rem; font-size: .875rem;}
.s_pro .bd:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: url(../images/mohu.png) center no-repeat;background-size: contain; transform: scale(1.1); transform-origin: center bottom; animation: breathe 5s ease-in-out infinite;}
.s_pro .bd ul li.slick-current h5{ display: block; opacity: 1; }
.s_pro .bd ul li.slick-current i{ display: block; opacity: 1; }
.s_pro .bd ul li.slick-current .pic{transform: scale(1); margin-top: 4rem;}
.s_pro .bd ul li.slick-current .btn_more{height: 3.625rem; width: 12.875rem; font-size: 1rem;}
.s_pro .bd ul li .pic,.s_pro .bd ul li p{ transition: .5s;}
.s_pro .bd ul li a .btn_more:before{ border:1px solid #23b872;}
.btn_more{ height: 3.625rem; width: 12.875rem; font-size: 1rem; color: #110702; position: relative; z-index: 1; transition: .5s; border-radius: 2rem; overflow: hidden; display: flex; align-items: center; justify-content: center; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; }
.btn_more:before{ content: ""; display: block; z-index: -2; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border:1px solid #d1d1d1;border-radius: 2rem; }
.btn_more:after{
   content: "";
   display: block;
   box-sizing: border-box;
   position: absolute;
   right: 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:#23b872;
}
.btn_more:hover{ color: #fff !important; }
.btn_more:hover:before{ border: 1px solid #23b872;}
.btn_more:hover:after{ width: 100%; left: 0; right: auto;}
li:hover .btn_more{ color: #fff !important; }
li:hover .btn_more:before{ border: 1px solid #23b872;}
li:hover .btn_more:after{ width: 100%; left: 0; right: auto;}

.s_pro .slick-arrow{ display: block; width: 22px; height: 33px; transition: .5s; z-index: 99;}
.s_pro .slick-prev{ left: 50%; margin-left: -20%; background: url(../images/pro_left.png) center no-repeat; background-size: contain;}
.s_pro .slick-next{ right: 50%; margin-right: -20%; background: url(../images/pro_right.png) center no-repeat; background-size: contain;}
.s_pro .slick-prev:hover{ background: url(../images/pro_left_on.png) center no-repeat; background-size: contain;}
.s_pro .slick-next:hover{ background: url(../images/pro_right_on.png) center no-repeat; background-size: contain;}
.slick-arrow:before{ display: none;}
@keyframes breathe {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
}
50% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transform: scale(1);
}
 100% {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: scale(1.1);
}
}

.s_news{ width: 100%; overflow: hidden; background: url(../images/s_news_bg.jpg) center no-repeat; background-size: cover;}
.s_news .m{ display: flex;}
.s_news .left{ width: 235px; flex-shrink: 0; border-right: 1px solid #e8e8ef; padding-right: 3.4375rem;} 
.s_news .right{ flex-grow: 1; padding-left: 3.4375rem;}
.s_news .tt{ padding-bottom: 1.5rem; border-bottom: 1px solid #e5e5eb; margin-bottom: 4rem;}
.s_news .tt h3{ font-size: 1.875rem; color: #110702; display: flex; margin-bottom: .75rem;}
.s_news .tt h3 i{ display: block; width: .6875rem; height: .6875rem; border-radius: 50%; border: 2px solid #23b872;}
.s_news .tt span{ font-size: 2.5rem; color: #23b872; text-transform: uppercase; font-family: ceym_w04; display: block;}
.s_news .tt svg{}
.s_news .hd{ }
.s_news .hd ul{}
.s_news .hd ul li{ margin-bottom: 1.5rem; text-align: center;}
.s_news .hd ul li a{ font-size: 1.125rem; line-height: 2.375rem; color: #69696c; font-weight: 400; display: inline-block; position: relative; transition: .5s;}
.s_news .hd ul li a:before{ content: ""; display: block; width: 0; height: 3px; background: #23b872; position: absolute; left: 0; bottom: 0; transition: .5s; }
.s_news .hd ul li.slick-current a{ color: #110702; }
.s_news .hd ul li.slick-current a:before{ width: 100%;}
.s_news .left .btn_more1{ margin-top: 2rem;}
.s_news .bd{}
.s_news .bd ul{ margin: 0 -1.125rem;}
.s_news .bd ul li{ padding: 0 1.125rem;}
.s_news .bd ul li a{}
.s_news .bd ul li .time{ font-size: 1.25rem; color: #b1bac3;font-family: BarlowCondensed-Medium; margin-bottom: 1.5rem; }
.s_news .bd ul li .time span{ display: block; font-size: 4.1875rem; color: #69696c;font-family: BarlowCondensed-Light;  }
.s_news .bd ul li h4{ font-size: 1.125rem; line-height: 1.625rem; height: 3.25rem; overflow: hidden; margin-bottom: 2.5rem;}
.s_news .bd ul li .img{ border-radius: 6px;}
.s_news .bd ul li .img:after{ padding-top: 57%;}
.s_news .bd ul li .img img{}
.s_news .bd ul li .btn_arr{ margin-top: 1.75rem;}

.s_news .bd ul li:hover .time span{ color: #23b872;} 

.btn_arr{
  display: block;
  width: 4.6875rem;
  height: 2.5rem; 
  border: 1px solid #ebeff7; 
  border-radius: 2.25rem;
  position: relative;
  overflow: hidden; transition: .5s;
}

.btn_arr:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arr2.png) center no-repeat;
  position: absolute;
  left: -100%;
  top: 0;
  background-size: 1.6875rem;
  transition: .5s;
}

.btn_arr:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arr1.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 1.6875rem;
  transition: .5s;
}
.btn_arr:hover{ border: 1px solid #f7c502; background: #f7c502;}
.btn_arr:hover:before {
  left: 0;
}

.btn_arr:hover:after {
  left: 100%;
}
li:hover .btn_arr{ border: 1px solid #f7c502; background: #f7c502;}
li:hover .btn_arr:before {
  left: 0;
}

li:hover .btn_arr:after {
  left: 100%;
}



.btn_more1{ display: block; margin: 0 auto; font-size: .875rem; width: 8.75rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 30px; background: #23b872; 
   -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;
}


.btn_flashcenter {
  position: relative;
  overflow: hidden;
  transition: 0.52s;
}
.btn_flashcenter .anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn_flashcenter .anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.btn_flashcenter .anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.btn_flashcenter:hover .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.btn_flashcenter:hover .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

#foot{ background: #eceef3; padding-top: 4.375rem;}
#foot .m{ display: flex; justify-content: space-between; align-items: flex-start;}
.foot_nav{ display: flex; width: 40%; margin-right: 2rem; justify-content: space-between;}
.foot_nav dl{}
.foot_nav dt{ font-size: 1.125rem; color: #2d2d2d; font-weight: bold; margin-bottom: 1.5rem;}
.foot_nav dd{ font-size: .9375rem; color: #2d2d2d; line-height: 1.875rem;  }
.foot_nav dd:hover{ color: #23b872;}
.s_foot_link{ height:38px; width:24.375rem; cursor:pointer;overflow:visible;position: relative;text-align:left; float: left; margin-right: 2rem; }
.s_foot_link .tanchu{ overflow:auto;box-sizing:border-box;position:absolute;bottom:40px;border-bottom:0;display: none;left:0;right:-1px;}
.s_foot_link .tanchu>div{ max-height:200px; background: #e1e3e8; display:block; border:1px solid rgba(0,0,0,.1); padding:10px 1.25rem; overflow:auto;box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.3);}
.s_foot_link .tanchu>div::-webkit-scrollbar {display:none}
.s_foot_link .tanchu a { color: #2d2d2d;  line-height: 27px; display:block; font-size: 13px;}
.s_foot_link .tanchu a:hover{ color: #23b872; }
.s_foot_link #bnt_link1.a { color: #2d2d2d; display: flex; justify-content: space-between; align-items: center; background: #dee0e5; font-size:.875rem; padding: 0 1.25rem; text-align:left;line-height: 38px;width: 100%; height:38px; box-sizing:border-box;text-decoration:none;position:absolute;z-index:1; }
.s_foot_link .a span{ width: 14px; height: 14px; display: flex; align-items: center; justify-content: center;}
.s_foot_link .a span svg{ display: block;}
.s_foot_link #bnt_link1.a.icon_un svg{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }

.foot_logo{ margin-bottom: 1.5rem; margin-top: -.75rem;}
.foot_lianxi{ font-size: .9375rem; line-height: 2.25rem; color: #363637;}
.foot_lianxi li{ display: flex; align-items: flex-start; line-height: 1.5; padding: .25rem 0;}
.foot_lianxi li svg{ flex-shrink: 0; width: 1.25rem; height: 1.5rem; margin-right: .5rem;}
.foot_ewm{ display: flex; margin-left: 1rem;}
.foot_ewm .txt{ margin-right: 2.25rem; display: flex; flex-direction: column; justify-content: space-between;}
.foot_ewm .tt{}
.foot_ewm .tt span{ font-size: 1.875rem; color: #23b872; font-family: BarlowCondensed-Bold; }
.foot_ewm .tt h3{ font-size: 1.125rem; color: #2d2d2d; font-weight: bold;}
.foot_ewm p{ font-size: .875rem; color: #2d2d2d; line-height: 1.125rem;}
.foot_ewm .pic{ padding: 10px; border: 1px solid #dcdfe5; background: #fff; width: 9.25rem; height: 9.25rem; display: flex; align-items: center; justify-content: center;}

.foot_bot{ border-top: 1px solid #dadbdf; margin-top: 1.25rem; padding: 1.875rem 0;}
.foot_bot .m{ display: flex; align-items: center; justify-content: space-between;}
.copyright{ line-height: 38px; font-size: .875rem; color: #76787c;}

.n_banner{ height: 28.75rem; background-size: cover !important; }
.n_banner .m{ height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.n_banner .txt{ text-align: center;}
.n_banner h3{ font-size: 1.5rem; color: #fff; margin-bottom: .5rem; }
.n_banner span{ font-size: 2.25rem; font-family: ceym_w04; text-transform: uppercase; color: #fff;  }


#n_lianxi{ width: 100%; overflow: hidden; }
#n_lianxi>div{ display: flex;}
#n_lianxi .left{ width: 50%; float: left;}
#n_lianxi .right{ width: 50%; float: right; padding: 2.625rem 0; padding-left: 8rem;}
#allmap{ width: 100%; height: 100%; border: 1px solid #e2e6ec; border-radius: 5px;}
#allmap *{ max-width: inherit; max-height: inherit;}
.n_lianxi{ max-width: 640px;}
.n_lianxi .tt{ font-size: 1.875rem; color: #110702; padding-bottom: 1.875rem; border-bottom: 2px solid #23b872; margin-bottom: 5rem; }
.n_lianxi .tt span{ text-transform: uppercase; margin-left: 1rem; color:#23b872;  font-family: ceym_w04; }
.n_lianxi dl{ display: flex; margin: 0; padding: 1.625rem 0; border-bottom: 1px solid #e2e2e4; position: relative}
.n_lianxi dl:before{ content: ""; display: block; width: 0; height: 2px; background: #23b872; position: absolute; right: 0; bottom: 0; transition: .7s; -webkit-transition: .7s; -moz-transition: .7s; -ms-transition: .7s; -o-transition: .7s; }
.n_lianxi dl dt{ width: 2.5rem; height: 2.5rem; flex-shrink: 0;}
.n_lianxi dl dd{ padding-left: .875rem;}
.n_lianxi dl dd span{ font-size: .875rem; color: #7d7d7d; font-weight: bold; margin-bottom: .5rem; display: block;}
.n_lianxi dl dd p{ font-size: .9375rem; color: #2c2c2c; font-weight: bold;}
.n_lianxi .con{ display: flex; }
.n_lianxi .con dl{ width: 45%; float: left;}
.n_lianxi .con dl:nth-child(2),.n_lianxi .con dl:nth-child(4){ width: 55%; padding-left: 10%; position: relative;}
.n_lianxi .con dl:nth-child(2):before,.n_lianxi .con dl:nth-child(4):before{ content: ""; position: absolute; display: block; width: 1px; height: 44px; left: 0; top: 50%; margin-top: -22px; background: #e2e2e4;}
.n_lianxi dl.item_add{ cursor: pointer;}
.n_lianxi dl.item_add.on dd span{ color: #23b872;}
.n_lianxi dl.item_add.on dd p{ color: #23b872;}
.n_lianxi dl.item_add.on:before{ width: 100%; left: 0; right: auto;}


#n_news_xq{ }
#n_news_xq .content{ }
#n_news_xq .left_con{width: calc(100% - 23rem);float: left;padding-right: 3rem;}
#n_news_xq .right_con{ width: 20rem; float: right; position: sticky; top: 2rem;}
.ar_title{ margin-bottom: 2rem; border-bottom: 2px solid #f2f2f2; padding-bottom: 1.5rem;}
.ar_title h2{ font-size: 1.625rem; color: #303137; font-weight: bold; width: 100%; line-height: 1.5;}
.ar_title h6{ display: flex; justify-content: space-between; align-items: center;}
.ar_title h4 span{ font-size: .875rem; color: #6c6e79; }
.ar_time{ display: block; width: 6.375rem; height: 6.375rem; background: #eef2f6; border-radius: 4px; text-align: center; margin-right: 1.875rem; flex-shrink: 0; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.ar_time b{ display: block; font-size: 4.1875rem; font-weight: normal; color: #23b872;font-family: BarlowCondensed-Light; line-height: .9;  }
.ar_time span{font-size: 1.25rem; color: #b1bac3;font-family: BarlowCondensed-Medium; }

.ar_t{ display: flex; align-items: center; flex-wrap: wrap;}

.r_jiansuo{ padding: 2.25rem 1.875rem; background: url(../images/jiansuo_bg.png) center top no-repeat; background-size: cover; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.r_tt{ margin-bottom: 1.5rem;}
.r_tt h4{ font-size: 1.375rem; color: #303137; font-weight: bold; margin-bottom: 3px;}
.r_tt span{ font-size: 1rem; color: #23b872;  font-family: ceym_w04;  text-transform: uppercase;}
input, button, textarea {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.r_search{ margin-bottom: 2rem;}
.r_search form{ width: 100%; overflow: hidden; background: #fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.r_search form input{ width: calc(100% - 3rem); float: left; height: 3.75rem; background: #fff; font-size: .9375rem; color: #787b7d; padding-left: 1.25rem; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.r_search form .n_button{ width: 3rem; height: 3.75rem; font-size: 1.125rem; cursor: pointer; font-weight: bold; float: right; }
.r_search form .n_button svg{ width: 1rem;}
#txt_calendar{ width: 100%; height: 3.75rem;font-family:BarlowCondensed-Medium;  font-size: .9375rem; color: #585a5e;  padding-left: 1.25rem; margin-bottom: 13px; overflow: hidden; background: #fff; border-radius:4px;}
.everyWeekDay .weekday,.everyDay .days{display:-moz-inline-box;display:inline-block;margin:5px 0 0 20px;text-align:center;width:20px;border:1px solid #F7F7F7;cursor:pointer;}.marginTop{margin-top:5px;}.selectStyle{padding-left:10px;border:none;border-radius:3px;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;margin:0 10px 0 10px;width:60px;border-color:#0FB9EF;color:#0FB9EF;}
#dateOuter{ z-index: 999;font-family:BarlowCondensed-Medium;}
.r_tuijian{ padding: 2.25rem 1.5rem;}
.r_tuijian .r_tt{ margin-bottom: 1rem;}
.r_tuijian .r_tt span{ font-size: .875rem;}
.r_tuijian ul{}
.r_tuijian ul li{}
.r_tuijian ul li a{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .875rem; line-height: 2rem; color: #000000;}
.r_tuijian ul li a:hover{ color: #23b872;}
.ar_fot{ display: flex; justify-content: space-between; margin-top: 1.5rem;}
.ar_fot a{ display: block; width: 115px; height: 45px; text-align: center; line-height: 45px; font-size: .875rem; color: #fff; background: #23b872; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.ar_fot a svg{ width: 16px;}
.ar_fot a:hover{ background: #323232; color: #fff;}

.r_shejiao{ overflow: hidden; padding-bottom: 8rem;}
.r_shejiao li{ float: left; position: relative; margin-right: 6px;}
.r_shejiao li .pic{ position: absolute; width: 6.25rem; height: 6.25rem; top: 4rem; padding: 5px; background: #fff; border-radius: 3px; display: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.r_shejiao li .pic img{ display: inline-block; vertical-align: middle;}
.r_shejiao li .pic:before{ content: ""; display: block; width: 0; height: 0; border: 10px solid transparent; border-bottom: 10px solid #fff; position: absolute; top: -18px; left: 10px;}
.r_shejiao li.on .pic{ display: block;}

.ar_article{ font-size:.9375rem; color:#323232; line-height:2rem; text-align:justify;  }
.ar_article p{font-size:.9375rem;color:#323232;line-height:2rem; }	
.ar_article p+p{ margin-top: 1.75rem; }
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:15px; border: 1px solid #c6c5c5; font-size:1rem !important;  }
.ar_article td *,.ar_article th *{ font-size:0.95rem !important;  }
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}
.ar_article img{ max-width:100%; height: auto; mix-blend-mode:multiply;}
.ar_article a{ color:#363636;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; }
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:15px;}
 
.ar_article h3{ font-size: 1.875rem; color: #3e3e3e; margin-bottom: 1.75rem;}
.ar_article h4{ font-size: 1.5rem; color: #434343; margin-bottom: 1.75rem; display: flex; align-items: center;}
.ar_article h4:before{ content: ""; display: inline-block; width: 5px; height: 1.25rem; background: #23b872; border-radius: 3px; margin-right: 1rem;}
.ar_article h5{ font-size: 1.125rem; color: #23b872; margin-bottom: .75rem; display: flex; align-items: center;}
.ar_article h5:before{ content: ""; display: inline-block; width: 3px; height: 1rem; background: #23b872; border-radius: 3px; margin-right: 1rem;}
.ar_article h6{ font-size: 1.75rem; color: #fd7f32; text-transform: uppercase; font-family: "BarlowCondensed-Medium"; }
.hd_bg{ height: 7.5rem;}
 /*内页导航*/
 .n_nav_box{ position:relative; z-index: 9; width:100%; overflow:hidden; margin-top: -3.125rem;}
 .n_nav_box:after{  width:100%; height:1px; display:block; background:#dadada; position:absolute; bottom:1px; left:0; transition: .5s; z-index:-1;}
 /*内页导航*/
 .n_nav{text-align:  center;font-size:  0; }
 .n_nav ul li{ text-align:center;line-height:6.25rem; width: 20%; font-size:1.125rem;transition:.3s;display:  inline-block; background: #fff; }
 
 .n_nav ul li a{ display:block; padding: 0 3rem; position: relative; z-index: 1;color:#474747;}
 .n_nav ul li font{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;line-height:1.5rem;margin-right:.5rem;position:  relative;}
 .n_nav ul li font img{max-width:100%;max-height:100%;vertical-align:middle;position:  absolute;left:  0; transition: .3s;}
 .n_nav ul li font .img02{ display:none; }
 .n_nav ul li:hover a{ color:#fff;}
 .n_nav ul li.on a{ color:#fff;}
 .n_nav ul li:hover .img01,.n_nav ul li.on .img01{ display:none;}
 .n_nav ul li:hover .img02,.n_nav ul li.on .img02{ display:block;}
 .n_nav ul li a:after{content:"";position:absolute;left:auto; z-index: -1; right:0;bottom:0;width:100%;height:100%;border: 1px solid rgba(0,0,0,.1); -webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
 .n_nav ul li+li a:after{ border-left: 0 !important;}
 .n_nav ul li:hover a:after{ color:#fff; border: 1px solid rgba(255,255,255,.1); }
 .n_nav ul li.on a:after{ color:#fff; border: 1px solid #23b872; }
 .n_nav ul li a:before{content:"";position:absolute;left:auto; z-index: -1; right:0;bottom:0;width:100%;height:0;background:#23b872;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
 .n_nav ul li a:hover:before,.n_nav ul li.on a:before{top:0;bottom:auto;height:100%}
 
.n_dazhong{}
.n_dazhong ul{}
.n_dazhong ul li{ border-bottom: 1px solid #dee2e0; padding: 1.875rem 0;}
.n_dazhong ul li:nth-child(1){ padding-top: 0 !important;}
.n_dazhong ul li:last-child{ padding-bottom: 0 !important; border-bottom: 0 !important;}
.n_dazhong ul li a{ display: flex;}
.n_dazhong ul li .img{ flex-shrink: 0; width: 21.875rem; border-radius: 6px;}
.n_dazhong ul li .img img{}
.n_dazhong ul li .txt{ flex-grow: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-left: 2rem;}
.n_dazhong ul li .txt h5{ font-size: 1.5rem; color: #110702; margin-bottom: 1rem; width: 100%;}
.n_dazhong ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: #404044; margin-bottom: 1.5rem;}
.n_dazhong ul li .txt div{ display: flex; justify-content: space-between; align-items: center; width: 100%;}
.n_dazhong ul li .txt span.time{ font-size: 1.25rem; color: #23b872; font-family: BarlowCondensed-Medium; }
.n_dazhong ul li .txt .btn_arr2{}
.n_dazhong ul li:hover .txt h5{ color: #23b872;}
.n_dazhong ul li .img:after{ padding-top: 57%;}
.btn_arr2{
  display: block;
  width: 2.75rem;
  height: 2.75rem;  
  border-radius: 100%;
  position: relative;
  overflow: hidden; transition: .5s;
}

.btn_arr2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arr3.png) center no-repeat;
  position: absolute;
  left: -100%;
  top: 0;
  background-size: 1.4375rem;
  transition: .5s;
}

.btn_arr2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arr3.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 1.4375rem;
  transition: .5s;
}
.btn_arr2:hover{  background: #23b872;}
.btn_arr2:hover:before {
  left: 0;
}

.btn_arr2:hover:after {
  left: 100%;
}
li:hover .btn_arr2{ background: #23b872;}
li:hover .btn_arr2:before {
  left: 0;
}

li:hover .btn_arr2:after {
  left: 100%;
}


/*翻页*/
.page { margin-left: -.75rem; text-align:center; margin-top:3.75rem; font-size: .875rem; color:#0a0a0a; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
.page li{ display:inline-block; list-style: none; }
.page a{ padding:0 .75rem; min-width: 2.25rem; line-height:2.125rem; height: 2.25rem; display:inline-block; text-align: center; background: #fff; border: 1px solid #d1d3d7; border-radius: 2px; margin:0 0.25rem; color:#66635f; 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; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; }
.page .on{ background:#42a980; border: 1px solid #42a980; color:#fff; }
.page a:hover{ background:#42a980; border: 1px solid #42a980;  color:#fff; text-decoration:none; }
.page span{ line-height:32px; display:inline-block; margin:0 .5rem; font-size:.875rem; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
 
.btn_more2{ display: block; margin: 0 auto; margin-top: 2.5rem; width: 16.25rem; height: 3.75rem; font-size: 1.125rem; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 6px;
-webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; background: #23b872;
}
.btn_more2 svg{ margin-right: .5rem; width: 1.75rem;}
.btn_more2:hover{ color: #fff;}

.btn_flashcenter {
  position: relative;
  overflow: hidden;
  transition: 0.52s;
}
.btn_flashcenter .anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn_flashcenter .anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.btn_flashcenter .anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.btn_flashcenter:hover .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.btn_flashcenter:hover .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.tc_statement{ background: url(../images/tc_shengming_bg.jpg) center no-repeat; max-width: 90%; background-size: cover; position: relative; z-index: 99; width: 39.375rem; border-radius: .625rem; padding: 3.75rem;}
.tc_statement .tt{ text-align: center; margin-bottom: 2.5rem;}
.tc_statement .tt h3{ font-size: 2.125rem; color: #110702; margin-bottom: 3px;}
.tc_statement .tt span{ font-size: .875rem; color: #23b872; text-transform: uppercase; font-family: ceym_w04;}
.tc_statement .con{ font-size: .9375rem; line-height: 2.25rem; color: #000;}

.n_news01{ background: #eaedf2;}
.n_news_slide{ display: flex; }
.n_news_slide .left{ width: 40rem; max-width: 50%; flex-shrink: 0;}
.n_news_slide .right{ padding: 3.25rem 0; padding-left: 3.375rem; flex-grow: 1; position: relative;}
.n_news_nav{}
.n_news_for{}
.n_news_slide li a{ display: block;}
.n_news_slide .img{ height: 22.875rem; width: 100%;}
.n_news_slide .img img{ object-fit: cover;}
.n_news_slide .txt{ width: 100%;}
.n_news_slide .time{ font-size: 1.5rem; color: #23b872; font-family: BarlowCondensed-Regular; display: flex; align-items: center; margin-top: 4.375rem; }
.n_news_slide .time i{ display: block; width: 5.625rem; height: 1px; background: #23b872; margin-right: 7px; margin-top: 2px;}
.n_news_slide .txt h5{ font-size: 1.625rem; width: 100%; color: #110702; display: flex; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  overflow: hidden; -webkit-line-clamp: 1; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;
  margin-bottom: 2.8rem;}
.n_news_slide .txt h5:before{ content: ""; display: inline-block; flex-shrink: 0; width: 3px; height: 1.5rem; background: #23b872; margin-right: 1.125rem; }
.n_news_slide .txt p{ font-size: .9375rem; line-height: 1.875rem; height: 5.625rem; color: #404044; overflow: hidden;}
.n_news_slide .txt:hover h5{ color: #23b872;}
.n_news01 .arrbox{ position: absolute; right: 0; bottom: 3rem; display: flex; align-items: center;}
.n_news01 .arrbox .slick-arrow{ display: block; width: 2.75rem; height: 2.75rem; background-size:  contain !important; cursor: pointer;}
.n_news01 .arrbox .arr_l{ background: url(../images/news_left.png) center no-repeat;}
.n_news01 .arrbox .arr_r{ background: url(../images/news_right.png) center no-repeat; margin-left: .8125rem;}
.n_news01 .arrbox .arr_l:hover{ background: url(../images/news_left_on.png) center no-repeat;}
.n_news01 .arrbox .arr_r:hover{ background: url(../images/news_right_on.png) center no-repeat;}
.n_news02{}
.n_news02 ul{ display: flex; flex-flow: wrap; margin: -1.5rem;}
.n_news02 ul li{ width: 33.333%; padding: 1.5rem;}
.n_news02 ul li a{ display: block; border: 2px solid #ecedf0; padding: 1rem 1rem;}
.n_news02 ul li .txt{}
.n_news02 ul li .txt>div{ display: flex; align-items: center; justify-content: space-between;}
.n_news02 ul li .txt .time{font-size: 1.25rem; color: #b1bac3;font-family: BarlowCondensed-Medium; margin-bottom: 1.5rem;}
.n_news02 ul li .txt .time span{ display: block; font-size: 4.1875rem; color: #69696c;font-family: BarlowCondensed-Light; }
.n_news02 ul li .txt .btn_arr{}
.n_news02 ul li .txt h4{font-size: 1.125rem; line-height: 1.625rem; height: 3.25rem; overflow: hidden; margin-bottom: 2.5rem;overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.n_news02 ul li .img{ border-radius: 6px;}
.n_news02 ul li .img:after{ padding-top: 57%;}
.n_news02 ul li .img img{}
.n_news02 ul li:hover a{ border: 2px solid #23b872;}
.n_news02 ul li:hover .txt .time span{ color: #23b872;}

*{min-width: 0;}

.n_leader{}
.n_leader .m{ display: flex; align-items: flex-start;}
.n_leader .tt{ margin-bottom: 5rem; display: flex; align-items: center;}
.n_leader .tt h4{ font-size: 3rem; color: #221a15;font-family: ceym_w04; text-transform: uppercase; margin-bottom: 1.25rem;}
.n_leader .tt h4 span{ color: #23b872; }
.n_leader .tt h3{ font-size: 1.875rem; margin-bottom: 5px;}
.n_leader .tt p{ font-size: 1rem; color: #23b872; text-transform: uppercase;font-family: BAHNSCHRIFT;}
.n_leader .tt img{ margin-left: .8rem;}
.n_leader .left{ padding-right: 6.6875rem;}
.n_leader .left .txt{}
.n_leader .right{ position: relative; flex-shrink: 0; width: 33.125rem;}
.n_leader .right .con{  position: absolute; padding: 3.25rem; padding-bottom: 15%; left: 0; bottom: 0; color: #fff; display: flex; justify-content: space-between; width: 100%; align-items: flex-end;}
.n_leader .right .con h3{ font-size:1.875rem; text-transform: uppercase; font-family: ceym_w04; margin-bottom: 1rem;}
.n_leader .right .con h4{ font-size: 1.125rem; margin-bottom: .5rem;}
.n_leader .right .con h5{ font-size: 1rem; text-transform: uppercase;margin-bottom: 1rem;} 
.pro_xq .dot_position{ margin-top: 1.25rem;}
.pro_xq .m{ display: flex; align-items: flex-start;}
.pro_xq .left{ flex-shrink: 0;  width: 37.5rem; position: sticky; top: 5rem; margin-right: 5rem;}
.pro_xq .right{}
.pro_xq .right .tt{ font-size: 2.25rem; color: #000000; position: relative; line-height: 1.5; padding-bottom: 1rem; display: flex; justify-content: space-between; margin-bottom: 3.125rem;}
.pro_xq .right .tt:before{ content: ""; display: block; width:100%; height: 2px; background: #e9eeec; position: absolute; left: 0; bottom: 0;}
.pro_xq .right .tt:after{ content: ""; display: block; width: 30px; height: 3px; background: #23b872; position: absolute; left: 0; bottom: 0; z-index: 2;}
.bn_dots_slide{ display: flex; justify-content: center;}
.bn_dots_slide .draw_h2:before{  }
.bn_dots_slide .on .draw_h{}
.bn_dots_slide .item{ cursor: pointer; margin: 0 3px;}
.draw_h2{ width: 2.5rem !important; height: 2.5rem !important; display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h2:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border-radius: 50%; background: #666666; transform: scale(.25); -webkit-transform: scale(.25);  }
.draw_h2 svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
.draw_h2 svg.drawcircle circle {
  fill: none;
  box-sizing:border-box;
  stroke-width: 1;
  /*stroke: none;
  */stroke-dasharray: 0 , 120;
  stroke-dashoffset:120;
  transition: 8s;
  /*-webkit-transition: all 7s cubic-bezier(0.11, 0.57, 0.58, 1);
  transition: all 7s cubic-bezier(0.11, 0.57, 0.58, 1);
  -moz-transition: 8s;
  -ms-transition: 8s;
  -o-transition: 8s;
  */-webkit-transition: 7s;
  -webkit-transition: 8s;
}

.draw_h2 .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.on .draw_h2 svg.drawcircle circle {
  stroke:#23b872;
  stroke-dasharray:120 , 0;
  stroke-dashoffset:120;

}
.on .draw_h2 .icon{ fill:#23b872;}
 
.on .draw_h2:before{ background: #23b872;}

.n_about{}
.n_about .hd{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; }
.n_about .hd h4{ font-size: 3rem; color: #221a15;font-family: ceym_w04; text-transform: uppercase; margin-bottom: 1.5rem;}
.n_about .hd .tt{ margin-bottom: 1.5rem;}
.n_about .hd .tt h3{ font-size: 1.875rem; color: #110702;}
.n_about .hd .tt span{ font-size: 1rem; color: #23b872; text-transform: uppercase;}
.n_about .hd .tag{ border: 1px solid #23b872; padding-right: .75rem; white-space: nowrap; height: 3.125rem; margin-bottom: 1.5rem; width: 20rem; font-size: .9375rem; color: #151515; display: flex; align-items: center; border-radius: 1.25rem 0 1.25rem 0; overflow: hidden;}
.n_about .hd .tag i{ width: 3.75rem; height: 100%; font-size: 1.5rem;font-family: ceym_w04;  display: flex; align-items: center; justify-content: center; text-align: center; background: #23b872; color: #fff; margin-right: .75rem;}


#n_join{ width: 100%; height: 100%; overflow: hidden; padding-bottom: 66px; background: url(../images/n_join_bg.jpg) center top no-repeat; background-size: cover; }
#n_join #list_slide{  position:relative; }
#n_join #list_slide dl{ position: relative; margin-bottom: 10px; z-index: 1;}
#n_join #list_slide dt{ display: flex; justify-content: space-between; align-items: center; position:relative; cursor:pointer; height:8.125rem; transition:.5s; padding: 0 2.25rem; border: 1px solid #e8eaef; background: #fff; border-radius: 4px; }
#n_join #list_slide dt>div{ display: flex; flex-direction: column; flex-grow: 1;}
#n_join #list_slide dt h3{  color:#505050; font-size:1rem; overflow:hidden; display:flex; justify-content: space-between; }
#n_join #list_slide dt h4{ display:block; float:left; margin-bottom: 1rem; font-weight:bold; font-size: 1.25rem; width: 30%; color: #000000; background: url(../images/n_join.png) left center no-repeat;  transition: padding .5s !important; -webkit-transition: padding .5s !important; -moz-transition: padding .5s !important; -ms-transition: padding .5s !important; -o-transition: padding .5s !important; }
#n_join #list_slide dt h3 span{ font-size:1rem; color: #8e8e8e; float: left; }
#n_join #list_slide dt h3 span svg{height:5.625rem; width: 1.25rem; margin-right: 1.25rem;}
#n_join #list_slide dt h3 span svg path{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#n_join #list_slide dt .tgl{ flex-grow: 0; font-size: 1rem; color: #23b872; display: flex; align-items: center; flex-direction: row; margin-left: 10%;}
#n_join #list_slide dt .tgl svg{ margin-left: .5rem;}
#n_join #list_slide dl.on{ box-shadow: 6.364px -6.364px 45.03px 11.97px rgba(6, 0, 1, 0.1);}
#n_join #list_slide .on dt{ background: #23b872; }
#n_join #list_slide .on dt h3 span{ color:#fff; }
#n_join #list_slide .on dt h4{ color:#fff;  }
#n_join #list_slide .on dt span svg path{fill: #fff;} 
#n_join #list_slide dd{ display:none; transition: 0s; line-height:2rem; font-size: .9375rem; padding: 2.375rem 3rem 3rem; background: #fff url(../images/join_dl_bg.png) right bottom no-repeat; border-bottom: 0; }
#n_join #list_slide dd p{  margin-bottom:0;}
#n_join #list_slide dd p:last-child{ padding-bottom:0;}
#n_join #list_slide dd .content{ display: flex; }
#n_join #list_slide dd .content { color:#262626; line-height: 1.875rem; font-size: .9375rem;  }
#n_join #list_slide dd .content p{  color:#262626;  line-height: 1.875rem; font-size: .9375rem;   }
#n_join #list_slide dt h3 span.span04{ display: block; height: 100%; width: 2rem; background: url(../images/n_join_ico01.png) right center no-repeat; padding-right: 26px;}
#n_join #list_slide .on dt h3 span.span04{ background: url(../images/n_join_ico02.png) right center no-repeat; }
#n_join #list_slide .btn_toudi{ width:100px; height:35px; display:block; text-align:center; line-height:35px; color:#fff; font-size:13px; border-radius:3px; background:#0e4da1; margin-bottom:20px;}
#n_join #list_slide .btn_toudi:hover{ }
#n_join #list_slide .on dt .tgl{ color: #fff;}
#n_join #list_slide .on dt .tgl svg{ transform: rotate(180deg);}
#n_join #list_slide .on dt .tgl svg path{ fill: #fff;}
#list_slide .content{ overflow: hidden;}
#list_slide .content .left{ width: 62%; padding-left: 3.25rem; }
#list_slide .content .right{ width: 38%; padding-right: 3.125rem; border-right: 1px solid #d5d8e0;}
#list_slide .content .right .flex{display: flex;  }
#list_slide .content .right .pic{ flex-shrink: 0; width: 7.4375rem; margin-right: 2rem;}
#list_slide .content .right .applybox{ display: flex; color: #404044; flex-direction: column; justify-content: space-between;}
#list_slide .content .right .tt{ font-size: 1rem;}
#list_slide .content .scrollbox{ height:22.5rem; overflow: auto; padding-right: 2.5rem;}
#list_slide .content .scrollbox::-webkit-scrollbar {width:2px;height: 8px;background-color: #d9dce0;}
#list_slide .content .scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #d9dce0;}
#list_slide .content .scrollbox::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #23b872; box-shadow: 0;-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);}
.green{ color: #23b872;}
#list_slide .content .right .li+.li{ margin-top: 1rem;}

.n_news_xq .left {
	width: calc(100% - 385px);
	padding: 0 3.625rem 0 0;
	float: left;
}
.n_news_xq .right {
	width: 385px;
	float: right;
	background: #f6f7fa;
	position: sticky;
	top: 2rem;
	padding: 55px 36px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.n_news_xq .right .tt {
	font-size: 1.375rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.n_news_xq .ar_title {
	margin-bottom: 2rem;
	border-bottom: #e7ecec 1px solid; 
	position: relative;
}
.n_news_xq .ar_title h3 {
	font-size: 1.875rem;
	color: #333333;
	line-height: 1.5;
margin-bottom: .375rem;
	font-weight: bold;
}
.n_news_xq .ar_title h6 {
	margin-bottom: 0
}
.n_news_xq .ar_title h6 span {
	position: relative;
font-size: 1.25rem;
	color: #23b872;
	display: inline-block;
	line-height: 2.5rem;
	font-weight: normal;
	margin-right: 30px; display: flex; align-items: center; font-family: BarlowCondensed-Medium;
}
.n_news_xq .ar_title h6 span svg { margin-right: 5px;
}
.shart_box {
	display: inline-block;
	cursor: pointer
}
#share-21.social-share {
	 white-space: nowrap;
}
#share-21.social-share .social-share-icon {
	display: inline-block;
	border: #dbdcdf 1px solid;
	color: #a0a0a0 !important;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
  font-size: 1rem;
}
#share-21.social-share .social-share-icon:hover {
	border: #23b872 1px solid !important;
	background: #23b872 !important;
	color: #fff !important;
}
#share-21.social-share .icon-wechat .wechat-qrcode .qrcode {
	height: 105px;
}
.right_search {
	margin-bottom: 34px;
}
.relative {
	position: relative;
}
.right_search .input {
	height: 54px;
	border: 1px solid #e0e1e8;
	width: 100%;
	background: none;
	padding: 0 20px;
	padding-right: 50px;
	font-size: 14px;
	color: #8a8a8c;
}
.right_search .btn_submit {
	position: absolute;
	border: 0 !important;
	outline: 0 !important;
	cursor: pointer;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	background: none;
	text-align: left;
}
.right_search .btn_submit:hover svg path {
	fill: #23b872;
}
.right_news {
}
.right_news ul {
	margin-top: -18px;
}
.right_news ul li {
	padding: 18px 0;
}
.right_news ul li+li {
	border-top: 1px solid #e3e5eb;
}
.right_news ul li a {
	display: block;
	overflow: hidden; display: flex; align-items: center;
}
.right_news ul li .img {
	width: 166px;
	height: 96px; flex-shrink: 0;
	float: left;
	margin-right: 9px;
}
.right_news ul li .img img {
}
.right_news ul li .txt { 
}
.right_news ul li .txt .time {
	font-size: 14px;
	color: #808182;
	font-family: arial;
	margin-bottom: 12px;
}
.right_news ul li .txt p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	height: 44px;
	overflow: hidden;
}

.ar_fot2{  background: url(../images/end.png) center top no-repeat; padding-top: 2rem; margin-top: 2rem;}
.ar_fot2 a{ display: block; font-size: .9375rem; line-height: 1.7; padding: .5rem; color: #707076;}
.ar_fot2 a:hover{ color: #23b872;}

.n_zeren{}
.n_zeren ul{ margin-top: -3.75rem;}
.n_zeren ul li{ margin-top: 3.75rem;}
.n_zeren ul li a{ display: flex;}
.n_zeren ul li .re{ width: 5rem; height: 5rem; border-radius: 0 0 2.5rem 0; background: #edbf0e; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; }
.n_zeren ul li .pic{ width: 42.125rem; max-width: 50%; flex-shrink: 0; position: relative; z-index: 2; }
.n_zeren ul li .img{border-radius: 2.5rem 0 2.5rem 0; overflow: hidden;position: relative; z-index:1;}
.n_zeren ul li .img img{}
.n_zeren ul li .line{ height: .9375rem; width: 100%; background: url(../images/tiao01.png) right center no-repeat; background-size: contain; margin-top: 2rem;}
.n_zeren ul li .txt{ padding: 4.8rem; background: #eaedf2; margin-top: 3rem; position: relative; z-index: 1; }
.n_zeren ul li .txt:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: -30%; top: 0; z-index: -1; background: #eaedf2;}
.n_zeren ul li .txt .hd{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.25rem;}
.n_zeren ul li .txt .time{ font-size: 1.25rem; color: #b1bac3; font-family: BarlowCondensed-Medium;}
.n_zeren ul li .txt .time span{ font-size: 4.1875rem; color: #69696c; font-family: BarlowCondensed-Light; display: block;}
.n_zeren ul li .txt h5{ font-size: 1.5rem; color: #110702; margin-bottom: 2rem;}
.n_zeren ul li .txt p{ font-size: .9375rem; line-height: 1.875rem; height: 5.625rem; overflow: hidden; color: #404044;}
.n_zeren ul li:nth-child(even) .img{ border-radius: 0 2.5rem 0 2.5rem;}
.n_zeren ul li:nth-child(even) a{ flex-direction: row-reverse;}
.n_zeren ul li:nth-child(even) .txt:before{ right: -30%; left: auto;}
.n_zeren ul li:nth-child(even) .line{ background: url(../images/tiao02.png) left center no-repeat; background-size: contain;}
.btn_arr3{
  display: block;
  width: 2.75rem;
  height: 2.75rem;  
  border-radius: 100%;
  position: relative;
  overflow: hidden; transition: .5s; background: #fff; border: 1px solid #d6d6d7;
}

.btn_arr3:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arr3.png) center no-repeat;
  position: absolute;
  left: -100%;
  top: 0;
  background-size: 1.4375rem;
  transition: .5s;
}

.btn_arr3:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arr4.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 1.4375rem;
  transition: .5s;
}
.btn_arr3:hover{  background: #23b872; border: 1px solid #23b872;}
.btn_arr3:hover:before {
  left: 0;
}

.btn_arr3:hover:after {
  left: 100%;
}
li:hover .btn_arr3{ background: #23b872; border: 1px solid #23b872;}
li:hover .btn_arr3:before {
  left: 0;
}

li:hover .btn_arr3:after {
  left: 100%;
}


.n_zihzis{background: url(../images/n_zizhi_bg.jpg) center bottom no-repeat; background-size: cover;}
.n_zihzis .content{border: #ffffff 2px solid;background: rgba(255,255,255,.55);border-radius: .625rem;padding: 5rem 4rem;position: relative; }
.n_zihzis .content .dot{ position: absolute; left: 1.875rem; right: 1.875rem;}
.n_zihzis .content .dot1{ top: 2.25rem; }
.n_zihzis .content .dot2{ bottom: 2.25rem; }
.n_zihzis .content .dot:before{content: "";width: 1rem;height: 1rem;background: url(../images/dots.png) center no-repeat;position: absolute;}
.n_zihzis .content .dot:after{content: "";width: 1rem;height: 1rem;background: url(../images/dots.png) center no-repeat;position: absolute; right:0;}

.list_box_zihzis{ margin: 0 -.75rem;}
.list_box_zihzis li{ padding: 0 .75rem;}
.list_box_zihzis li *{ transition: .5s;}
.list_box_zihzis li a h5{font-size: .9375rem;color: #000000;line-height: 3.125rem;margin: 0;background: #dde1e7;text-align: center;padding: 0 1rem;}
.list_box_zihzis li a .box{background: #e6e9ee;background-size: cover;padding: 2px 2px 0;}
.list_box_zihzis li a .img .img_hezi{padding-bottom: 144.11% !important;background: #fff;}
.list_box_zihzis li a .img img{max-width: 90%;max-height: 90%;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);width: auto;height: auto;}
.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{ padding-bottom:60% !important}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;}
.list_box_zihzis li:hover a h5{ background: #23b872; color: #fff;}
.list_box_zihzis li:hover a .box{ background: #23b872;}

.n_zihzis .slick-arrow{ display: block; width: 2.75rem; height: 2.75rem; background-size:  contain !important; cursor: pointer;}
.n_zihzis .slick-prev{ left:-9rem; background: url(../images/news_left.png) center no-repeat;}
.n_zihzis .slick-next{ right: -9rem; background: url(../images/news_right.png) center no-repeat;  }
.n_zihzis .slick-prev:hover{ background: url(../images/news_left_on.png) center no-repeat;}
.n_zihzis .slick-next:hover{ background: url(../images/news_right_on.png) center no-repeat;}

.n_tt{ text-align: center; margin-bottom: 3.125rem;}
.n_tt span{ font-size: 1.5rem; color: #23b872; font-family: ceym_w04; text-transform: uppercase;}
.n_tt h3{ font-size: 1.875rem; color: #110702; margin-top: 5px;}

.n_zizhi02 {
	overflow: hidden;
}
.n_zizhi02 .item ul {
	margin: 0 -1rem;
	margin-top: -2.375rem;
}
.n_zizhi02 .item ul li {
	width: 25%;
	float: left;
	padding: 0 1rem;
	padding-top: 2.375rem !important;
	text-align: center;
}
.n_zizhi02 .item ul li a {
	display: block;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi02 ul li .imgbox {
	position: relative;
	display: inline-block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi02 ul li .imgbox:after {
	content: "";
	display: block;
	width: 100%;
	height: 2.625rem;
	position: absolute;
	left: 0; top: 100%;
	background: url(../images/daoyin.jpg) center top no-repeat; background-size: contain;
}
.n_zizhi02 ul li .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: .625rem .625rem;
}
.n_zizhi02 ul li .pic img {
	width: 100%;
	height: 100%;
}
.n_zizhi02 ul li h2 {
	font-size: 1rem;
	width: 100%;
	color: #151515;
	position: relative;
	z-index: 9;
	text-align: center;
	margin-top: 1.125rem;
	height: 20px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi02 ul li a:hover {
}
.n_zizhi02 ul li a:hover h2 {
}
.fancybox-button:hover {
	background-color: #23b872 !important;
}
.n_zizhi02 .bd{ padding-bottom: 3rem; margin-bottom: 0;}
.n_zizhi02 .slick-dots{ bottom:0;}
.n_zizhi02 .slick-dots li{ margin:0; padding: 0;}
.n_zizhi02 .slick-dots li button:before{ content:""; position:relative; display:inline-block; width:10px; height:10px; border-radius:50%; border:2px solid #23b872; box-sizing:border-box; opacity:1; }
.n_zizhi02 .slick-dots li.slick-active button:before{ background:#23b872;  }

#n_licheng{ width:100%; overflow:hidden; position:relative; z-index: 1; } 
#n_licheng .m{ display: flex; justify-content: space-between;  }
#n_licheng .hd{ flex-grow: 1; padding-right: 5rem;}
#n_licheng .hd ul{ position: relative; display: block; margin-top: -1.5rem; }
#n_licheng .hd ul::-webkit-scrollbar{ display: none;}
/*#n_licheng ul:after {content:""; width:1px; height:calc(100% + 90px); background:#dedede; display:block; position:absolute; top:-30px; left:5.9375rem;}*/
#n_licheng .hd ul li{ position: relative; padding-top:1.5rem; margin-top: 2.25rem;}
#n_licheng .hd ul li .box{ position: relative; z-index: 1;}
#n_licheng .hd ul li .year{ position:absolute; z-index:9; color: #110702; font-size: 1.875rem; width:10rem; top:0;  height:30px; line-height:30px; text-align:center; }
#n_licheng .hd ul li .year span{ font-size:2.25rem; color:#221a15; font-family: ceym_w04; transition:.2s;  }
#n_licheng .hd ul li .year:before{ content:""; width:12px; height:12px; background:#fff; border:2px solid #2dbb79; display:block; border-radius:50%; box-sizing: border-box; position:absolute; top:50%; margin-top:-6px; right:-6px; }
#n_licheng .hd ul li .year:after{ content:""; width:1rem; height:2.625rem; background-size: contain; display:block; position:absolute; top:calc(50% + 1rem); right:-1rem; transition:.5s;}
/* #n_licheng ul li:hover .year:before{ border:3px solid #fff;} */
#n_licheng .hd ul li.slick-current .year{ color:#fff; }
#n_licheng .hd ul li.slick-current .year span{ color:#fff; }

#n_licheng .hd ul li:after{ content:""; width:1px; z-index: -2; height:calc(100% + 3rem); background:#d0d1d3; display:block; position:absolute; top:2rem; left:10rem;}
#n_licheng .hd ul li .txt{ margin-left:11rem;  font-size:.9375rem; color:#151515; transition: 0; line-height: 1.7; position:relative;  }
#n_licheng .hd ul li .txt dl{ margin:0; overflow: hidden; padding-left: 20px;}
#n_licheng .hd ul li .txt dt{ float: left; margin-right: .625rem; line-height:1.625rem; position: relative;}
#n_licheng .hd ul li .txt dd{ float: left; line-height:1.625rem; margin-bottom: 1.5rem;}
#n_licheng .hd ul li .txt dt:before{ content: ""; display: block; width: 4px; height: 8px; background: url(../images/ico_ar.png) center no-repeat; position: absolute; left: -20px; top: 10px;}
#n_licheng .hd ul li:before{ content: "";  width: calc(100% + 500px);height: 0; transition: .5s; display: block;position: absolute; right: 0; bottom: 0;  z-index: -1; background: #23b872;}
#n_licheng .hd ul li:last-child:after{ display: none;}
#n_licheng .hd ul li:hover .year{ color:#fff; }
#n_licheng .hd ul li:hover .year span{ color:#fff; }
#n_licheng .hd ul li:hover:before{height: 100%; bottom: auto; top: 0;}
#n_licheng .hd ul li:hover .txt *{ color: #fff; transition: 0;}
#n_licheng .hd ul li.on .year{ color:#fff; }
#n_licheng .hd ul li.on .year span{ color:#fff; }
#n_licheng .hd ul li.on:before{height: 100%; bottom: auto; top: 0;}
#n_licheng .hd ul li.on .txt *{ color: #fff; transition: 0;}
#n_licheng .bd{ width: 33rem; max-width: 100%;}
#n_licheng .bd ul{}
#n_licheng .bd ul li{ padding: .5rem 0;}
#n_licheng .bd ul li .box{}
#n_licheng .bd ul li .box .img{}
#n_licheng .bd ul li .box .img img{}
#n_licheng .bd ul li .box .txt{ font-size: .9375rem; line-height: 1.125rem; height: 2.25rem; margin: 1rem 0; text-align: right; padding-right: 1.25rem; position: relative;}
#n_licheng .bd ul li .box .txt p{ }
#n_licheng .bd ul li .box .txt:after{ content: ""; display: block; width: 3px; height: 13px; background: #23b872; position: absolute; right: 0; top: 2px;}
#n_licheng .bd ul li.slick-current .img{ border: 2px solid #23b872;}

.n_wenhua{}
.n_wenhua ul{ margin: 0 -3rem; margin-top: -4rem;}
.n_wenhua ul li{ margin-top: 4rem;}
.n_wenhua ul li .box{ display: flex;}
.n_wenhua ul li .box .img{ margin: 0 3rem; flex-grow: 1; width: 100%; height: 28.75rem; overflow: visible; position: relative;}
.n_wenhua ul li .box .img:before{ content: ""; display: block; width: 30%; height: 100%; position: absolute; z-index: 2; background: #fff; left: 100%; transition: .9s;}
.n_wenhua ul li .box .img img{ transform: none !important; width: 130%; max-width: inherit; position: absolute; left: 0; top: 0;}
.n_wenhua ul li .box .txt{ display: flex; flex-direction: column; justify-content: center; margin: 0 3rem; width: 25rem; flex-shrink: 0;}
.n_wenhua ul li .box .txt h3{ font-size: 2.25rem; color: #000000;}
.n_wenhua ul li .box .txt i{ display: block; width: 30px; height: 1px; background: #23b872; margin: 1.875rem 0;}
.n_wenhua ul li .box .txt span{ font-size: 2.5rem;font-family: ceym_w04; text-transform: uppercase; color: #b7b7b7; display: block; margin-bottom: 1.75rem; }
.n_wenhua ul li .box .txt p{ font-size: 1.125rem; color: #404044; line-height: 1.875rem;}

.n_wenhua ul li:hover .box .txt span{ color: #23b872;}
.n_wenhua ul li:nth-child(even) .box{ flex-direction: row-reverse;}
.n_wenhua ul li:nth-child(even) .box .img img{ left: auto; right: 0;}
.n_wenhua ul li:nth-child(even) .box .img:before{ left: auto; right: 100%;}
.n_wenhua ul li:nth-child(odd).aos-animate .box .img:before{ left: 130%;}
.n_wenhua ul li:nth-child(even).aos-animate .box .img:before{ right: 130%;}
.n_tree{ background: url(../images/n_tree_bg.png) center bottom no-repeat;}
.n_tree .innerbox{ display: flex; justify-content: center; align-items: center; position: relative; margin-top: 6rem; margin-bottom: 3rem;}
.n_tree .left{ position: absolute; left: 0;}
.n_tree .left ul{ display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.n_tree .left ul li{ margin-top: -3rem;}
.n_tree .left ul li .box{ width: 15rem; height: 15rem; border-radius: 50%; background: rgba(35, 184, 115, 0.9); display: flex; flex-direction: column; justify-content: center; align-items: center; color: #fff;}
.n_tree .left ul li h4{ font-size: 1.625rem; color: #fff; font-weight: bold; margin-bottom: .75rem;}
.n_tree .left ul li .con{ font-size: .875rem; line-height: 1.25rem; text-align: center;}
.n_tree .left ul li .con p{}
.n_tree .center{ padding-right: 12%;}
.n_tree .right{ position: absolute; right: 0; width: 26.875rem; height: 100%;}
.n_tree .right ul{ display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.n_tree .right ul li{ display: flex; align-items: center; justify-content: center; }
.n_tree .right ul li .box{ background: #23b872; padding-right: .75rem; position: relative; height: 4.875rem; margin-bottom: 1.5rem; width: 25.5rem; font-size: .9375rem; color: #151515; display: flex; align-items: center; border-radius: .625rem;  }
.n_tree .right ul li .box i{ width: 3.75rem; height: 100%; font-size: 1.5rem;font-family: ceym_w04;  display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; margin-right: .75rem;}
.n_tree .right ul li .box p{ background: #fff; display: flex; align-items: center; justify-content: center; height: 3.75rem; width: calc(100% - 4.1875rem); border-radius: .625rem; }
.n_tree .right ul li{ position: absolute; right: 0;}
.n_tree .right ul li:nth-child(1){ top: 1.5%;}
.n_tree .right ul li:nth-child(2){ top: 28%;}
.n_tree .right ul li:nth-child(3){ top: 54.5%;}
.n_tree .right ul li:nth-child(4){ top: 80.5%;}
.n_tree .right ul li .box:before{ content: ""; display: block; border: 20px solid transparent; border-top: 20px solid #23b872; position: absolute; left: -20px; top: 0; width: 0; height: 0;}
.n_tree .right ul li:nth-child(3) .box:before,.n_tree .right ul li:nth-child(4) .box:before{ border: 20px solid transparent;  border-bottom: 20px solid #23b872; top: auto; bottom: 0;}
.n_tt2{ text-align: center; margin-bottom: 3.75rem;}
.n_tt2 h4{ font-size: 2.5rem; color: #221a15;font-family: ceym_w04; text-transform: uppercase; margin-bottom: 1.25rem;}
.n_tt2 h4 span{ color: #23b872; }
.n_tt2 h3{ font-size: 1.5rem; line-height: 2.25rem; color: #110702; margin-bottom: 5px;}

.n_tree .right ul li:nth-child(2) .box{ background: #71b92b;}
.n_tree .right ul li:nth-child(4) .box{ background: #71b92b;}
.n_tree .right ul li:nth-child(2) .box:before{ border-top: 20px solid #71b92b; }
.n_tree .right ul li:nth-child(4) .box:before{ border-bottom: 20px solid #71b92b; }

.n_fangan{ width: 100%; overflow: hidden; background: url(../images/n_fangan_bg.jpg) center no-repeat; background-size: cover;}
.n_fangan ul{ display: flex; flex-flow: wrap;}
.n_fangan ul li{ width: 25%;}
.n_fangan ul li .box{ height: 34rem; padding: 4rem; position: relative; z-index: 1; text-align: center; }
.n_fangan ul li .box .ico{ height: 5.5rem; flex-shrink: 0; position: relative; margin: 0 auto; margin-top: 3.5rem; margin-bottom: 3.5rem; width: 5.5rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; }
.n_fangan ul li .box .ico:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255,255,255,.1); border-radius: 50%; transform: scale(1.3);}
.n_fangan ul li .box .ico img{ }
.n_fangan ul li .box h4{ font-size: 1.875rem; color: #fff; margin-bottom: 1.25rem; }
.n_fangan ul li .box p{ font-size: .875rem; line-height: 1.5rem; height: 10.5rem; text-align: left; color: rgba(255,255,255,.7);}
.n_fangan ul li .box:before{ content: ""; display: block; width: 100%; height: 100%; transition: .5s; transform: scaleX(0); position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .3); z-index: -1;}
.n_fangan ul li.on .box:before{ transform: scaleX(1);}

.n_biaozhun{}
.n_biaozhun .bd{ display: flex;}
.n_biaozhun .left{ width: 387px; flex-shrink: 0; background: url(../images/n_biaozhun_txt.jpg) left bottom no-repeat; border-right: 1px solid #ced7d3;}
.n_biaozhun .left h4{ font-size: 1.5rem; color: #110702; line-height: 2.25rem;}
.n_biaozhun .left h3{ font-size: 1.5rem; color: #23b872; font-weight: bold; margin-top: 2.25rem; margin-bottom: 1rem;}
.n_biaozhun .left p{ font-size: 1rem; color: #110702;}
.n_biaozhun .right{ padding-left: 5rem;}
.n_biaozhun .right dl{ display: flex; margin-bottom: 2.5rem;}
.n_biaozhun .right dl dt{ font-size: 5rem; color: rgba(17, 7, 2, 0.2); font-family: ceym_w01; flex-shrink: 0; width: 7.5rem;}
.n_biaozhun .right dl dd{}
.n_biaozhun .right dl dd h4{ font-size: 1.125rem; color: #23b872; font-weight: bold; margin-bottom: 1rem;}
.n_biaozhun .right dl dd p{ font-size: .9375rem; line-height: 1.5rem; color: #404044;}

.splitlist { line-height: 1.2; overflow: hidden; white-space: pre-wrap; }
.splitlist.flag span { -webkit-animation: fadeInRight 1.5s forwards; animation: fadeInRight 1.5s forwards; }
.splitlist span { font-family: inherit; width: auto; font-size: inherit; color: inherit; font-weight: inherit; text-transform: inherit; opacity: 0; display: inline-block; }
.splitlist span.letters { color: #0054A3; }
.photoActives { position: relative; overflow: hidden; }
.photoActives .photoActive { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 3; }
.photoActives.reset_photoActive .photoActive { bottom: -100%; -webkit-transition: 1.6s; transition: 1.6s; -webkit-transition-timing-function: var(--ease-in-out-b); transition-timing-function: var(--ease-in-out-b); }

.main_visual .main_slider .slide_box > div .wrap_tit .strong{font-family: 'Play', sans-serif; font-weight: bold; display: block;color: rgba(255,255,255,0.5); font-size: 3.5rem;line-height:4.75rem; text-transform: uppercase;   }
.main_visual .main_slider .slide_box div .wrap_tit .b{display: block; font-weight: bold; position: relative;display:block;word-break: keep-all;
  transition: all .0s;
  -moz-transition: all .0s;
  -webkit-transition: all .0s;
  -o-transition: all .0s;
  -ms-transition: all .0s;
  transition: all .0s;
  font-size: 3.25rem;
  letter-spacing: -1px;
  color: #fff; 
}
.main_visual .main_slider .slide_box div .wrap_tit > .span{
	display: block; font-weight: 300; position: relative;display:block;word-break: keep-all;
	transition: all .0s;
	-moz-transition: all .0s;
	-webkit-transition: all .0s;
	-o-transition: all .0s;
	-ms-transition: all .0s;
	transition: all .0s;
	font-size: 1.125rem;
	letter-spacing: -0.5px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 2.5rem; 
	margin-top: 20px;
}
.banner .li .letter span{ display: inline-block; opacity: 0 !important; filter: blur(10px); -webkit-filter: blur(10px); transform: translateY(-16px) !important; min-width: 16px;}
.banner .li.on .letter span{ opacity: 1 !important; filter: blur(0px); -webkit-filter: blur(0px); transform: translateY(0px) !important;}
 























