@charset "utf-8";

/* CSS Document */



/*===========================header=============================*/ 

#header,#nav ul li h3,.top_menu{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }

#header{ z-index:999; height:5.9375rem; width:100%; position: fixed; top: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }

#header>.m{ display: flex; height: 100%; max-width: 100%; justify-content: space-between; align-items: center; position: static; }

#header .fr{  display: flex; justify-content: space-between; width: calc(50% + 13rem); position: absolute; right: 0; top: 0; }

#header .line01{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, .3); z-index: -1;}

#logo{ flex-shrink:0; width: 10.3125rem; }

#logo a{ display: flex; height: 100%; align-items: center;}

#logo img{ width: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }

#logo .img01{ display: none;}

#logo .img02{ display: block;}

#nav{ flex-grow: 1;  }

#nav ul{display: flex; flex-grow: 1;}

#nav ul li{ float:left; position:relative; z-index:0; flex-grow: 1; text-align: center; }

#nav ul li a{ display:block; text-transform:uppercase; font-size: 0;}

#nav ul li h3{ font-size:1rem; color:#fff; line-height:5.9375rem; overflow:hidden; text-align: center; position:relative; z-index: 1; display:inline-block;}

#nav ul li.on h3,#nav ul li:hover h3{ }

 #nav ul li h3:before {content: "";width: 100%;height: 3px;position: absolute;bottom: 0;left: 0;background: #fff;transition: 0.3s ease-in-out; transform: scaleX(0); transform-origin: center;}

#nav ul li.on h3:before, #nav ul li:hover h3:before { transform: scaleX(1); } 

#nav li .sub {position: absolute;background: rgba(255,255,255,.8);width: 200px;position: absolute;left: 50%;  margin-left: 0;top: 100%;z-index: 999;-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 5px #3333334d;transform-origin: 0 0 0;transform: scaleY(0.2) translateX(-50%);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;opacity: 0;visibility: hidden; padding: 1rem 10px 1rem;border-radius: 0 0 .625rem .625rem;}

#nav li .sub .box{padding: 0;text-align: center; }

#nav li .sub a{padding: 0; line-height: 2.5rem; transition: .3s;font-size: .875rem; text-align: center; color: #505050; width: 100%; white-space: nowrap; display: block;}

#nav li .sub a:hover{ background: #2b4886; color: #fff; }

#nav li:hover .sub{ filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; visibility: visible; transform: translateY(0px) translateX(-50%); }

#nav>ul>li.on>a, #nav li:hover>a, #header.xg #nav li.on >a, #header.xg #nav li:hover >a {}



#nav li .sub .img{width: calc(100% - 186px);height:76px;}

#nav li .sub .img img{ width:100%; object-fit: cover;}

#nav li .sub .box{ }

#nav li .sub .box a{}

#nav li:last-child >a .h3:after{ display:none}

#nav li:nth-child(7) .sub, #nav li:nth-child(8) .sub{ left:auto; right:0}

  

.top_menu_box{ display: flex; margin-left: 2rem; }

.top_menu_box .top_menu{ display: flex; min-width: 6.25rem; padding: 0 2.25rem; align-items: center; position: relative; z-index: 1; border-radius: 50%; }

.top_menu_box .top_menu a{  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }

.top_menu_box .top_menu svg{ width: 1.25rem; height: 1.25rem;}

.top_menu_box .top_menu.btn_language svg path{ fill: #fff;}

.top_menu_box .top_menu svg:nth-child(3){ width: 1rem; height: 1rem;}

.top_menu_box .top_menu span{ margin-left: .75rem; margin-right: .375rem; font-size: 1rem; color: #fff; transition: .5s;}

.top_menu_box .top_menu.btn_search svg{ width: 1.5rem; height: 1.5rem;}

.top_menu_box .top_menu:before{ content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255, 255, 255, .3);transition: .5s;}

.top_menu_box .top_menu.on:before{ opacity: 0; visibility: hidden; } 

.top_menu_box .top_menu.on svg path{ fill: #fff;}

.language_sub{ position: absolute; left: 0; top: 100%; width: 100%; background: rgba(255, 255, 255, 0.8); border-radius: 0 0 5px 5px; opacity: 0; visibility: hidden; transition: .5s; transform-origin: top; transform: scaleY(0);}

.top_menu_box .top_menu:hover .language_sub{ opacity: 1; visibility: visible; transform: scaleY(1);}

.language_sub a{ display: block; text-align: left; justify-content: flex-start !important; padding: 1rem 2rem; text-transform: uppercase; padding-left: 23%; font-size: .9375rem; color: #666; position: relative; z-index: 1; transition: .5s;}

.language_sub a:before{ content: ""; display: block; width: 100%; height: 1px; background: #eee; position:absolute; left: 0; top: 0; transition: .5s;}

.language_sub a:after{ content: ""; display: block; width: 3px; height: 0; background: #2b4886; position:absolute; left: 0; bottom: 0; transition: .5s;}

.language_sub a.on{ background: #d9e5f4;}

.language_sub a.on:after{ height: 100%;}

.language_sub a:hover{ background: #d9e5f4;}

.language_sub a:hover:after{ height: 100%; top: 0; bottom: auto;}





#header.xg{height: 5rem; background: rgba(255, 255, 255, .9); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}

#header.xg #nav ul li h3{ line-height: 5rem; color: #333;}

#header.xg #nav ul li h3:before{ background: #2b4886;}

#header.xg #logo .img01{ display: block;}

#header.xg #logo .img02{ display: none;}

#header.xg .top_menu_box .top_menu svg path{ fill: #2b4886 !important;}

#header.xg .top_menu_box .top_menu span{ color: #333;}

#header.xg .top_menu_box .top_menu:before{ background: rgba(0, 0, 0, 0.2);}

#header:hover{ background: rgba(255, 255, 255, .9); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}

#header:hover #nav ul li h3{ color: #333; }

#header:hover #nav ul li h3:before{ background: #2b4886;}

#header:hover #logo .img01{ display: block;}

#header:hover #logo .img02{ display: none;}

#header:hover .top_menu_box .top_menu svg path{ fill: #2b4886 !important;}

#header:hover .top_menu_box .top_menu span{ color: #333;}

#header:hover .top_menu_box .top_menu:before{ background: rgba(0, 0, 0, 0.2);}

/***********************/



/*手机导航开始*/

#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:999; transition:0s 1.5s; background: rgba(255, 255, 255, 1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}

#m_header .m{ position:relative; height:100%;}

.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}

.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}

.m_user a svg{ width: 16px;}

.m_user a:hover{ color: #ff0000;}

.m_user a:hover svg path{ fill: #ff0000;}

#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}

#m_logo img{ display:block; height: 30px;}

/*导航按钮开始*/

/*导航按钮开始*/

#nav_btn_box{ height:100%; z-index:999999999; 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 .top_search{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;}

#m_nav {

    z-index: -1;

    position: fixed;

    background: #eef2f6;

    width: 100%;

    height:100vh;

    right: 0;

    top: 0;

    display:none;

    padding:50px 0;

    overflow:hidden;

    pointer-events: none;

    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

    display: block;

    overflow: auto;

    visibility: hidden;

    opacity: 0;

    }

#m_nav::-webkit-scrollbar{ display: none;}

#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1;z-index: 99999;}

#m_nav>ul>li{width: 80%;overflow:hidden;padding: 0 1rem;margin: 0 auto;}

#m_nav>ul>li+li{border-top: 1px solid rgb(111 111 111 / 10%);}

#m_nav li .a{  }

#m_nav li .a h3{line-height:4.5rem;height:4.5rem;color: #3d3d3d;padding:0;font-size:1.25rem;float:left; font-weight: bold;}

#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}

#m_nav li .a span i{ font-size:0;}

#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 16px;height:4.5rem;float:right;display:inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size:contain;}

#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}

#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}

#m_nav li{display:block;width:100%;}

.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }

#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}

#m_nav .title .list span{ background:none; }

#m_nav .title .list span a:hover{ color: #014085;}

#m_nav .title .list a{display:block;font-size:1.125rem;color: #666;text-align:left;line-height:35px;height: 35px;border:0; }

/*三级导航 开始*/

#m_nav .title .list .void>a{background-size:10px; position:relative;}

#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}

#m_nav .title .list span{ position:relative; display:block;}

#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}

#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}

.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}

 



/*首页banner*/

#banner{ position: relative;}

#banner .swiper-container { height:100vh;  }

#banner .swiper-slide { overflow: hidden;}

#banner .slide-inner { position: absolute;  width: 100%; height: 100%;left: 0; top: 0; background-size: cover; background-position: center; background-repeat: no-repeat !important;}

#banner .txt{ color: #fff; height: 100%; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }

#banner .txt h3{ opacity: 0; font-size: 3.5rem; line-height: 4.25rem; color: #fff; font-weight: bold; margin-bottom: 1.5rem;  }

#banner .txt p{ opacity: 0; font-size: .8125rem; line-height: 1.375rem; color: rgba(255, 255, 255, 0.6); text-transform: uppercase; display: block; font-family: ROBOTO-REGULAR;}

#banner .txt .l_morebtn{ opacity: 0;}

#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat !important; background-size:1.5rem !important; opacity:.8; left:4%;}

#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat !important; background-size:1.5rem !important; opacity:.8; right:4%;}

#banner .swiper-slide.swiper-slide-active .txt h4{ animation: enter 1.2s forwards .2s;}

#banner .swiper-slide.swiper-slide-active .txt h3{ animation: enter 1.2s forwards .3s;}

#banner .swiper-slide.swiper-slide-active .txt p{ animation: enter 1.2s forwards .4s;}

#banner .swiper-slide.swiper-slide-active .txt .l_morebtn{ animation: enter 1.2s forwards .6s;}

#banner .swiper-pagination{ position: relative; text-align: left;}

.dotbox{ position: absolute; left: 0; top: 50%; margin-top: 16rem; width: 100%; height: 1.875rem; z-index: 111;}

.dotbox .dots{ width: 1.875rem !important; height: 1.875rem !important; display: inline-block; background: none; opacity: 1; margin-right: 7px; }

.dotbox .dots:before{ border: 0; background: #fff; transform: scale(.2);}

.dotbox .dots svg path {

	fill: none; box-sizing:border-box;

	stroke-width: 2.5;    

	stroke-dasharray: 0 , 85;

	stroke-dashoffset:85;

}

.dots.swiper-pagination-bullet-active svg path { 

    animation: svgrotate 6.2s forwards;

}

@-webkit-keyframes svgrotate {

    0% { stroke:rgba(255, 255, 255, 1);

        stroke-dasharray: 0 , 85;

        stroke-dashoffset:85;}

    100% { stroke:rgba(255, 255, 255, 1);

        stroke-dasharray:85 , 0;

        stroke-dashoffset:85; }

 }

@keyframes enter {

 }

 

@-webkit-keyframes enter {

    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }

}

@keyframes enter {

    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }

}

 



.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 1px solid rgba(100%,100%,100%,.5); border-radius: 50%;}

.draw_h svg{position:absolute;top:-1px;left:-2px;overflow: inherit;display: block;pointer-events: none; opacity: .7;}

.draw_h svg path {

	fill: none; box-sizing:border-box;

	stroke-width: 3;

	stroke: none;

	stroke-dasharray: 0 , 188.49;

	stroke-dashoffset:188.49;

	transition: all .3s linear 0s;	

}

 svg{ display: block;} 



.s_about{ position: relative; width: 100%; overflow: hidden; background: url(../images/s_about_bg.jpg) center top no-repeat;}

.s_about .m{ display: flex; position: static;}

.s_about .left{ width: 20.5rem; flex-shrink: 0; margin-right: 5rem;}

.s_about .right{ flex-grow: 1; position: relative;}

.s_tt h3{ font-size: 2.5rem; color: #292929; font-weight: bold; line-height: 3.4375rem;}

.s_about .s_shuzi{}

.s_about .s_shuzi ul{}

.s_about .s_shuzi ul li{ margin-top: 3.25rem;}

.s_about .s_shuzi ul li div{font-family: BarlowCondensed-Medium; display: flex; align-items: flex-start;}

.s_about .s_shuzi ul li span{ font-size: 3.875rem; color: #0150ce;}

.s_about .s_shuzi ul li i{ font-size: 2rem; color: #0150ce;}

.s_about .s_shuzi ul li p{ font-size: 1rem; color: #6a6a6a; margin-top: .5rem;}

.s_about .con{ font-size: 1rem; line-height: 1.875rem; color: #585858; margin-bottom: 3rem;}

.s_about .picbox{ position: relative; overflow: hidden;}

 



.s_server{ position: relative; width: 100%; overflow: hidden; color: #fff;}

.s_server .underbox{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.s_server .underbox .m{ display: flex; flex-direction: row-reverse;}

.s_server .bd{ flex-grow: 1; display: flex; align-items: center; margin-right: 3rem;}

.s_server .hd{ flex-shrink: 0; display: flex; align-items: center; position: relative; z-index: 9;}

.s_server .hd:before{ content: ""; display: block; width: 1px; height: 100%; background: rgba(255, 255, 255, .3); position: absolute; left: 0; top: 0;}

.s_server .hd .swiper{ height: 360px;}

.s_server .hd h3{ padding:.75rem 0 .75rem 2.75rem; position: relative; font-size: 1.5rem;}

.s_server .hd h3:before{ content: ""; display: block; width: 3px; height: 0; background: #fff; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: visible; transition: .5s;}

.s_server .hd li.swiper-slide-thumb-active h3:before{ opacity: 1; visibility: visible; height: 100%; top: 0; bottom: auto;}

.s_server .txt{ width: 100%; max-width: 505px; transform: translateY(4rem); opacity: 0;  margin: 3rem 0;}

.s_server li.swiper-slide-active .txt{ transform: translateY(0); opacity: 1; transition: 1s .5s;}

.s_server .txt .ico{ width: 4rem; height: 4rem;}

.s_server .txt .ico img{}

.s_server .txt h3{ font-size: 2.5rem; margin-top: 1.875rem; margin-bottom: 2rem; position: relative;}

.s_server .txt p{ font-size: 1rem; line-height: 1.875rem; height: 3.75rem; overflow: hidden;}

.s_server .txt .l_morebtn.blue{} 



.s_server .bgbox{ position: relative; z-index: 1;}

.s_server .bgbox .pic{ position: relative;}

.s_server .bgbox .pic:before{ content: ""; display: block; width: 100%; height: 0; padding-top: 41.9%;}

.s_server .bgbox .pic img{ position: absolute; left: 0; top: 0; width:100%; height:100%; object-fit: cover;}



.s_server .swiper-button-prev,

.s_server .swiper-button-next{ display: block; width: 4.6875rem; height: 4.6875rem; position: absolute; z-index: 999; border-radius: 50%; background-size: contain !important; transition: .5s;}

.s_server .swiper-button-prev{ left: 5rem; background: url(../images/server_left.png) center no-repeat;}

.s_server .swiper-button-next{ right: 5rem; background: url(../images/server_right.png) center no-repeat;}

.s_server .swiper-button-prev:hover{ background: url(../images/server_left_on.png) center no-repeat;}

.s_server .swiper-button-next:hover{ background: url(../images/server_right_on.png) center no-repeat;}



.s_hd{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.25rem;}

.s_hd .l_morebtn{ margin-top: 0;}



.s_news{}

.s_news .bd{ display: flex;}

.s_news .bd .left{ width: 54%; position: relative;}

.s_news .bd .right{ width: 46%; padding-left: 3.375rem;}



.s_news .left .box{ position: relative;}

.s_news .left .box a{ }

.s_news .left .box .pic{ }

.s_news .left .box .pic:after{ padding-top: 31.875rem;}

.s_news .left .box .pic img{ }

.s_news .left .box .txt{ position: absolute; left: 0; bottom: 0; width: 100%; padding:7rem 1.875rem 1.75rem;   

    background-image: -moz-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.9) 100%);

    background-image: -webkit-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.9) 100%);

    background-image: -ms-linear-gradient( 270deg, transparent 0%, rgba(0,0,0,.9) 100%); }

.s_news .left .box .txt h5{ font-size: 1.5rem; color: #fff; margin-right: 5rem; }



.s_news .swiper-pagination{ bottom: 2.25rem !important; text-align: right; padding-right: 1.875rem;}



.s_news .swiper-pagination-bullet{ background: none; border: 2px solid #fff; width: .875rem; height: .875rem; box-sizing: border-box; opacity: .8; margin: 0 6px !important;}

.s_news .swiper-pagination-bullet-active{ background: #fff; opacity: 1;}

.s_news .right{}

.s_news .right ul{}

.s_news .right ul li{ border-bottom: 1px solid #dedede; padding: 1.5rem 0 1.5rem;}

.s_news .right ul li:nth-child(1){ border-top: 1px solid #dedede;}

.s_news .right ul li a{}

.s_news .right ul li span{ font-size: 1.125rem; color: #949698; font-family: BarlowCondensed-Medium;}

.s_news .right ul li h5{ font-size: 1.5rem; color: #000000; margin: .875rem 0; transition: .5s;}

.s_news .right ul li p{ font-size: .875rem; line-height: 1.5rem; height: 3rem; overflow: hidden; color: #868686;}

.s_news .right ul li:hover h5{ color: #2b4886;}



#foot{ background: #282c34; padding-top: 5.5rem; color: #fff;}

#foot .m{ max-width: 1600px;}

#foot .box1{ display: flex; justify-content: space-between; padding-bottom: 3rem;}

#foot .box2{ display: flex; justify-content: space-between; border-top: 1px solid #3e4249; padding-top: 1.625rem; padding-bottom: 5.875rem;}



.foot_lx{}

.foot_tel{ margin-bottom: 1.75rem;}

.foot_tel p{ font-size: .875rem; color: rgba(255, 255, 255, .7); margin-bottom: 2px;}

.foot_tel span{ font-size: 2.125rem; color: #fff; font-family: BarlowCondensed-Medium;}

.foot_ewm{ display: flex;}

.foot_ewm .ewm{ margin-right: 2.25rem;}

.foot_ewm .ewm .pic{ width: 7.75rem; height: 7.75rem; position: relative; padding: 9px;}

.foot_ewm .ewm .pic img{ display: block; width: 100%; height: 100%;}

.foot_ewm .ewm .pic:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 3px; top: -2px; border: 1px solid rgba(255, 255, 255, .3);}

.foot_ewm .ewm .pic:after{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: -2px; top: 3px; border: 1px solid rgba(255, 255, 255, .3);}

.foot_ewm .ewm p{ font-size: .875rem; color: rgba(255, 255, 255, .6); text-align: center; margin-top: .875rem;}

.foot_nav{ display: flex; justify-content: space-between; flex-grow: 1; max-width: 972px; margin-left: 5rem;}

.foot_nav dl{}

.foot_nav dl dt{ font-size: 1.125rem; color: #fff; font-weight: bold; margin-bottom: .625rem; padding-bottom: 1.25rem; position: relative; z-index: 1;}

.foot_nav dl dd{ font-size: .875rem; color: rgba(255, 255, 255, .6); line-height: 2rem; transition: .5s;}

.foot_nav dl dd:hover{ color: #fff;}

.foot_nav dl dt:before{ content: ""; display: block; width: 25px; height: 2px; background: #545454; position: absolute; left: 0; bottom: 0;}



.foot_linkbox{ display: flex;}

.foot_link{font-size:.875rem; height: 2.875rem;color:#fff; margin: 0; width: 15rem;}

.foot_link svg{vertical-align:middle;margin: -3px .375rem 0 0;fill:rgba(255,255,255,.6);width:18px;height:18px;}

.foot_link dl{position:relative;white-space:nowrap;margin-left: 0;width: 100%;}

.foot_link dl dt{height: 2.875rem;font-size: .8125rem; border: rgba(255, 255, 255, .55) 1px solid;padding: 0 .9375rem; color: rgba(255, 255, 255, .6); cursor: pointer; display: flex; align-items: center; justify-content: space-between;}

.foot_link dl dt svg{width: 10px;height: 10px;fill: #a5a6a8;vertical-align:middle; }

.foot_link dl dd{position:absolute;left:0;bottom: 100%;background:#fff;box-shadow:0 -5px 10px rgba(0,0,0,.15);padding:1rem 1.25rem;width: 100%;display: none;}

.foot_link dl dd .con{ font-size:.8125rem; color:#333; line-height:1.5rem; transition:.5s}

.foot_link dl dd a{ display: block;}

.foot_link dl .con a:hover{color: #6987c7;}



.foot_add{}

.foot_add p{ font-size: .875rem; color: rgba(255, 255, 255, .7); margin-bottom: .75rem;}

.foot_add span{ display: flex; align-items: center; font-size: .9375rem; color: #fff;}



.btn_join{ width: 142px; height: 2.875rem; margin-right: 19px; display: flex; align-items: center; justify-content: center; background: #2b4886; font-size: .8125rem; color: #fff;}

.btn_join svg{ margin-right: .625rem;}



.copyright{ font-size: .8125rem; line-height: 1.75rem; color: rgba(255, 255, 255, .4); text-align: right;}





.search-dialog-box{

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 18rem;

    z-index: 1000000;

    opacity: 0;

    visibility: hidden;

    transition: .6s;

    /* overflow: hidden; */

}

.search-dialog-box:before{content:"";position:absolute;top:0;height:0; transition: .6s;left: 0;right: 0;z-index: 1; background: #2b4886;}

.search-dialog-box.on:before{ height:100%}

.search-dialog-box .bubbles-bg{

    opacity: 0;

    visibility: hidden;

    display: none;

}

.search-dialog-box .search-bg{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 0;

    margin: 0;

    background: rgba(0,0,0,.7);

    background-size: cover;

    background-repeat: no-repeat;

    /* z-index: 1; */

    transform-origin: center center;

    transition: height .8s cubic-bezier(.77,0,.175,1);

}

.search-dialog-box .wrap-inner{

    transform:translateY(100%);

    transition: .6s;

}

.header-right .bubbles-bg{

    opacity: 0;

    visibility: hidden;

    transition: all .5s .8s;

}

.search-dialog-box .bubbles-bg .bubble{

    position: absolute;

}

.search-dialog-box .bubbles-bg .bubble .circle{

    border-radius: 100%;

    position: absolute;

    left: 0;

    top: 0;

    width:100%;

    height: 100%;

}

.search-dialog-box .bubbles-bg .bubble1{

    width:6%;

    padding-top: 6%;

    left: 26.875%;

    top: -6.67%;

}

.search-dialog-box .bubbles-bg .bubble1 .circle{

    border:1px solid #fff;

}

.search-dialog-box .bubbles-bg .bubble2{

    width:12px;

    padding-top: 12px;

    left: 13.54%;

    top: 18%;

}

.search-dialog-box .bubbles-bg .bubble2 .circle{

    background-color: #ff495f;

}

.search-dialog-box .bubbles-bg .bubble3{

    width:36px;

    padding-top: 36px;

    left: 8.854%;

    top: 30.55%;

}

.search-dialog-box .bubbles-bg .bubble3 .circle{

    background-color: #fff;

}

.search-dialog-box .bubbles-bg .bubble4{

    width:56.875%;

    padding-top: 56.875%;

    left: -28.6458%;

    top: 51.85%;

}

.search-dialog-box .bubbles-bg .bubble4 .circle{

    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);

    background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);

    background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);

}

.search-dialog-box .bubbles-bg .bubble5{

    width:54px;

    padding-top: 54px;

    left: 26.3%;

    top: 70.83%;

}

.search-dialog-box .bubbles-bg .bubble5 .circle{

    background-color: #fff;

    opacity: .1;

}

.search-dialog-box .bubbles-bg .bubble6{

    width:56.875%;

    padding-top: 56.875%;

    left: 73.4375%;

    top: -52.77%;

}

.search-dialog-box .bubbles-bg .bubble6 .circle{

    background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);

    background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);

    background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);

}

.search-dialog-box .bubbles-bg .bubble7{

    width:2rem;

    padding-top: 2rem;

    left: 60.9375%;

    top: 18.5%;

}

.search-dialog-box .bubbles-bg .bubble7 .circle{

    background-color: #ff495f;

}

.search-dialog-box .bubbles-bg .bubble8{

    width:1.35rem;

    padding-top: 1.35rem;

    left: 95.83%;

    top: 70.83%;

}

.search-dialog-box .bubbles-bg .bubble8 .circle{

    border:1px solid #fff;

}

.search-dialog-box .bubbles-bg .bubble9{

    width:16px;

    padding-top: 16px;

    left: 76.5625%;

    top: 96.296%;

}

.search-dialog-box .bubbles-bg .bubble9 .circle{

    background-color: #fff;

}

.search-dialog-box .bubbles-bg .bubble10{

    width:56.875%;

    padding-top: 56.875%;

    left: 71.354%;

    top:87%;

}

.search-dialog-box .bubbles-bg .bubble10 .circle{

    background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);

    background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);

    background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);

}

.search-dialog-box .bubbles-bg .bubble{

    animation:spin 8s infinite linear;

    transform-origin: 50% 45%;

}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n){

    animation:spin2 8s infinite linear;

}

.search-dialog-box .bubbles-bg .bubble .circle{

    animation:spin-reverse 8s infinite linear;

}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{

    animation:spin-reverse2 8s infinite linear;

}

.search-dialog-box .bubbles-bg .sm-bubble{

    transform-origin: 30% 30px;

}

.search-dialog{

    position: absolute;

    left: 0;

    top: 50%;



    transform: translateY(-50%);

    width: 100%;

    z-index: 2;

}

.search-dialog .search-tit{

    font-size: 2.75rem;

    line-height: 3.5rem;

    color: #fff;

    text-align: center;

    overflow: hidden;

    display: none;

}

.search-dialog .search-inner{

    overflow: hidden;

    margin-top: 0;

}

.search-dialog .search-input{

    width: 50rem;

    margin: 0 auto;

    padding: 0 0.5rem 0 1.5rem;

    background-color: rgba(255,255,255,.1);

    box-sizing: border-box;

    transition: all .3s;

    max-width: 94%;

}

.search-dialog .search-input input[type=text]{

    float: left;

    height: 4.5rem;

    width: calc(100% - 3.5rem);

    background-color: transparent;

    font-size: 1.25rem;

    line-height: .5rem;

    color: #fff;

    transition: all .3s;

}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder{

    color:rgba(255,255,255,0.5);  

}  

.search-dialog .search-input input[type=text]:-moz-placeholder{

    color:rgba(255,255,255,0.5); 

}  

.search-dialog .search-input input[type=text]::-moz-placeholder{

    color:rgba(255,255,255,0.5); 

}  

.search-dialog .search-input input[type=text]:-ms-input-placeholder {

    color:rgba(255,255,255,0.5); 

} 

.search-dialog .search-input input[type=submit],

.search-dialog .search-input .clear-btn{

    float: right;

    height: 4.5rem;

    width: 3.5rem;

}

.search-dialog .search-input input[type=submit]{

    background-color: transparent;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 1.5rem;

    background-image: url('../images/search-btn.svg');

}



.search-dialog .search-input .ss,

.search-dialog .search-input .clear-btn{

    float: right;

    height: 4.5rem;

    width: 3.5rem;

}

.search-dialog .search-input .ss{

    background-color: transparent;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 1.5rem;

    background-image: url('../images/search-btn.svg');

}



.search-dialog .search-input .clear-btn{

    background-color: rgba(0,0,0,.2);

    background-repeat: no-repeat;

    background-position: center;

    background-image: url('../images/close-btn.svg');

    background-size: 3.5rem;

    border-radius: 100%;

    margin-right: 1rem;

    display: none;

}

.search-dialog .search-input.on{

    background-color: #fff;

}



.search-dialog .search-input.on input[type=submit]{

    background-image: url('../images/search-btn2.svg')

}



.search-dialog .hot-search{

    font-size: 0;

    width:19.5rem;

    margin:.6rem auto 0;

    box-sizing: border-box;

    padding:0 .6rem;

    overflow: hidden;

}

.search-dialog .hot-search .hot-tit,

.search-dialog .hot-search .hot-link{

    display: inline-block;

    *display: inline;

    zoom:1;

    vertical-align: top;

}

.search-dialog .hot-search .hot-tit{

    font-size: .375rem;

    line-height: .5rem;

    color: #fff;

    font-weight: bold;

    padding-left: .6rem;

    background-repeat: no-repeat;

    background-position: left center;

    background-size: .5rem;

    background-image: url(../images/hot-icon.png);

}

.search-dialog .hot-link{

    margin-left: 1rem;

}

.search-dialog .hot-link a{

    display: inline-block;

    *display: inline;

    zoom:1;

    font-size: .375rem;

    line-height: .5rem;

    margin-right: .75rem;

    color:#fff;

    padding-bottom: 5px;

    position: relative;

}



.search-dialog .hot-link a:before{

    content: "";

    position: absolute;

    left:0%;

    bottom:0;

    width:100%;

    height: 2px;

    background-color: #fff;

    transform:scaleX(0);

    transform-origin:left center;

    transition:transform .3s;

}

.search-dialog-box .bottom-box{

    position: absolute;

    left: 0;

    bottom:5.1%;

    width:100%;

}

.search-dialog-box .bottom-box .share-box{

    overflow: hidden;

}

.search-dialog-box .bottom-box .copy{

    font-size: .35rem;

    line-height:.5rem;

    color: #fff;

    font-family: "gilroy-regular";

    margin-top: .5rem;

    overflow: hidden;

}



.header-right.is-open .bubbles-bg{

    visibility: visible;

    opacity: 1;

}

.header-right.is-open .search-btn .con-box{

    display:none;

}

.header-right.is-open .close-btn{

    display:block;

}

.header-right.is-open .item .search-bg{

    transform:scale(1);

}

.search-dialog-box.on{

    opacity: 1;

    visibility: visible;

}

.search-dialog-box.on .search-bg{height: 100vh;}



.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}

.search-dialog-box.on .wrap-inner{ transform:translateY(0)}



.pub-close {

    position: absolute;

    width: 3rem;

    height: 3rem;

    z-index: 10;

    right: 1.5rem;

    top: 1.35rem;

    background-color: rgba(255,255,255,.1);

    border-radius: 100%;

}

.pub-close .bg {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #1c5ab7;

    transform: scale(0);

    border-radius: 100%;

    transition: transform .3s;

}

.pub-close i {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-position: center;

    background-size: 0.75rem;

    background-repeat: no-repeat;

    background-image: url(../images/close-btn.svg);

    transition:.6s

}

.pub-close i:hover{ transform:rotate(180deg)}



@keyframes spin{

    to{transform: rotate(1turn);}

}

@keyframes spin2{

    to{transform: rotate(-1turn);}

}

@keyframes spin-reverse{

    from{

        transform:rotate(1turn);

    }

}

@keyframes spin-reverse2{

    from{

        transform:rotate(-1turn);

    }

}



.title001 hr{ border: 0;}



.loadbox { background: #282c34;

    position: fixed;   top: 0; left: 0; width: 100%; height: 100%; z-index:999999; display: flex; align-items: center; justify-content: center;

} 

.load_logo{ position:absolute; top:0; left: 0; width: 100%; height: 100%; z-index: 99; display: flex; align-items: center; justify-content: center; text-align: center; overflow:hidden;}

.load_logo img{ max-width: 20rem;}

 

.loadbox .outbox{ display: flex; justify-content: center; flex-direction: column; position: absolute; left:50%; transform: translateX(-50%); top: 0;   width: 100%; height: 100%; color: #fff; z-index: 999; align-items: center;}

.loadbox .txt{ display: flex; justify-content: center;  font-size: 1.25rem; font-weight: 100; width: 100%; color: #fff; z-index: 999; align-items: center;}

.loadbox .txt span{ margin: 0 1rem;}

.loaded.loadbox {

		opacity: 0; visibility: hidden;

		-webkit-transition: all 0.8s ease-out;  

				transition: all 0.8s ease-out;

}

.loaded .txt {

    opacity: 0;

    -webkit-transition: all 0.8s ease-out;  

            transition: all 0.8s ease-out;

}

.loadbox .txt.hide{

    opacity: 0;

    -webkit-transition: all 0.6s ease-out;  

            transition: all 0.6s ease-out;

}

.loadbox .txt.hide span{ filter: blur(2px);}

.loaded .load_logo {

    opacity: 0; visibility: hidden;

    -webkit-transition: all 0.3s ease-out;  

            transition: all 0.3s ease-out;

}

.loaded.loadbox {

	visibility: hidden; overflow: hidden;

	-webkit-transition: all 0.3s 1s ease-out;  

			transition: all 0.3s 1s ease-out;

}

 

.load_logo.hide{opacity: 0; visibility: hidden; filter: blur(5px); transform: scale(2); 

    -webkit-transition: all 0.8s ease-out;  

            transition: all 0.8s ease-out;}

#load_btn{ transition: .5s;}

.loaded .txt{opacity: 0; visibility: hidden; filter: blur(5px); transform: scale(1.2); 

    -webkit-transition: all 0.6s ease-out;  

            transition: all 0.6s ease-out;}

.loaded #load_btn{opacity: 0; visibility: hidden; filter: blur(5px); transform: scale(1.2); 

    -webkit-transition: all 0.6s ease-out;  

            transition: all 0.6s ease-out;}





.n_banner{ height: 33.125rem; background-size: cover !important;}

.n_banner .m{ display: flex; align-items: center;}

.n_banner .m h3{ color: #fff; font-size: 2.375rem; font-weight: bold;}



.position{ position: relative; height: 4.75rem; margin-top: -4.75rem;}

.position .m{  font-size: .9375rem;color: #fff; display: flex; align-items: center;}

.position .m>svg{ margin-right: .5rem; width: 1rem; height: 1rem;}

.position svg path{ fill: #fff;}

.position img{ vertical-align: middle; margin-bottom: 3px; margin-right: 5px;}

.position span, .position a, .position i {font-size: .8125rem;color: #fff;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}

.position i{margin: 0px .5rem;font-style: normal; display: block; width: 8px; height: 8px; }

.position span { color: #fff;font-style: normal;} 

.position a:hover {color: #fff;}

.position svg{ display: block;}



#n_main{ width: 100%; overflow: hidden; background: url(../images/s_about_bg.jpg) center top no-repeat;}

.n_nav{ padding-top: 2.75rem; }

.n_nav .box{ height: 3.5rem; position: relative; margin-bottom: 4.5rem; display: flex; align-items: baseline; justify-content: space-between;}

.n_nav .box:before{ content: ""; display: block; width: 100%; height: 3px; background: #e6e6e6; position: absolute; left: 0; bottom: 0;}

.n_nav h3{ font-size: 2rem;}

.n_nav ul{ display: flex; align-items: center; justify-content: flex-end;}

.n_nav ul li{ margin-left: 3.125rem; position: relative;}

.n_nav ul li a{ font-size: 1.125rem; font-weight: bold; color: #585858; display: block; height: 2.625rem; transition: .5s;}

.n_nav ul li:before { content: ""; display: block; width: 100%; height: 3px; background: #0150ce; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: .5s; transform: scaleX(0); }

.n_nav ul li:hover:before { transform: scaleX(1); opacity: 1; visibility: visible; }

.n_nav ul li.on:before { transform: scaleX(1); opacity: 1; visibility: visible; }

.n_nav ul li:hover a{ color: #0150ce;}

.n_nav ul li.on a{ color: #0150ce;}





.n_subnav{ margin-bottom: 3rem;}

.n_subnav ul{ display: flex; flex-flow: wrap; justify-content:center; } 

.n_subnav ul li{ padding: 0 7.5px; min-width: 15rem;}

.n_subnav ul li a{ display: block; text-align: center; position: relative; z-index: 1; overflow: hidden; transition:.5s ; font-size: 1rem; color:#494949; display: block; padding: 0 .875rem; height: 3.125rem; line-height: 3.125rem; border-radius: 2rem; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -ms-border-radius: 2rem; -o-border-radius: 2rem; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }

.n_subnav ul li a:before{ content: ""; display: block; z-index: -2; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border:2px solid #d1d1d1;border-radius: 2rem; }

.n_subnav ul li a:after{

   content: "";

   display: block;

   box-sizing: border-box;

   position: absolute;

   left: 0;

   top: 0;

   width: 0;

   height: 100%;

   z-index: -1;

   transition: .5s;

   -webkit-transition: .5s;

   -moz-transition: .5s;

   -ms-transition: .5s;

   -o-transition: .5s;

   ​background: -moz-linear-gradient(left, #2b4886 0%, #0150ce 100%);

   background: -webkit-linear-gradient(left, #2b4886 0%,#0150ce 100%);

   background: -o-linear-gradient(left, #2b4886 0%,#0150ce 100%);

   background: linear-gradient(left, #2b4886 0%,#0150ce 100%);

}



.n_subnav ul li.on a{ color: #fff; }

.n_subnav ul li.on a:before{ border: 2px solid #0150ce;}

.n_subnav ul li.on a:after{ width: 100%;}



/*====移动端导航====*/

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #044fc9; margin-bottom: 3rem;

    ​background: -moz-linear-gradient(left, #2b4886 0%, #0150ce 100%);

    background: -webkit-linear-gradient(left, #2b4886 0%,#0150ce 100%);

    background: -o-linear-gradient(left, #2b4886 0%,#0150ce 100%);

    background: linear-gradient(left, #2b4886 0%,#0150ce 100%);

}

#m_n_nav .m{ display: flex; align-items: center; justify-content: space-between;}

#bnt_back { }

#bnt_back svg { fill: #fff; height: 30px; vertical-align: middle; width: 26px; }

#m_n_nav i { }



#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }



#bnt_sub_nav { cursor: pointer; color: #fff; font-size: 18px; }

#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}

#bnt_sub_nav img { display: block; height: 15px; }



#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}

#sub_nav_content ul { padding: 10px; }

#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }

#sub_nav_content ul li a { display: block; border-left: 2px solid #ca9e4e; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }

#sub_nav_content ul li.on a { color: #ca9e4e; }

#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }

#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }

#sub_nav_content dt a { margin: 0 2px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }

#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }

#sub_nav_content dt a { }

#sub_nav_content dt.title { background: #fafafb; }

#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }

#sub_nav_content dt.title_on { background: #fafafb; }

#sub_nav_content dt.title_on a { color: #ca9e4e; border-top: 1px solid #fff; }

#sub_nav_content dt.title_on a i { color: #ca9e4e; }

#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }

#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #0150ce;}

#sub_nav_content dd { display: none; }

#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }

#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }

#sub_nav_content dd a.on { color: #ca9e4e; }



.n_case{ background: #f3f4f6;}

.n_case ul{ display: grid; grid-template-columns: repeat(3, 1fr);grid-column-gap: 2.25rem; grid-row-gap: 2em;}

.n_case ul li{ }

.n_case ul li .box{}

.n_case ul li .img{}

.n_case ul li .img img{ display: block;}

.n_case ul li h4{ display: flex; position: relative; z-index: 1; height: 5rem; align-items: center; justify-content: center; padding: 0 1rem; font-size: 1.125rem; color: #3b3b3b; background: #fff;}

.n_case ul li h4:before{ content: ""; display: block; position: absolute; transition: .5s; left: 0; bottom: 0; width: 100%; height: 0; background: #0150ce; z-index: -1;​background: -moz-linear-gradient(left, #2b4886 0%, #0150ce 100%);

    background: -webkit-linear-gradient(left, #2b4886 0%,#0150ce 100%);

    background: -o-linear-gradient(left, #2b4886 0%,#0150ce 100%);

    background: linear-gradient(left, #2b4886 0%,#0150ce 100%);}

.n_case ul li:hover h4:before{ top: 0; bottom: auto; height: 100%;}

.n_case ul li:hover h4{ color: #fff;}

.n_case .btnbox{ margin: 0 auto; display: flex; justify-content: center;}

.btnbox.center{ margin: 0 auto; display: flex; justify-content: center;}

.l_morebtn{ position: relative; z-index: 1; margin-top: 3.75rem; display: inline-block;}

.l_morebtn::before{ content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; box-sizing: border-box; left: 0; top: 0; border: 3px solid #dcdddf; transition: .5s; border-radius: 2.5rem;}

.l_morebtn a{ display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; font-size: 1rem; color: #5d5e60; }

.l_morebtn svg path{fill: none; box-sizing:border-box;

	stroke-width: 3;

	stroke: #0150ce;

    stroke-dasharray: 44 , 152;

    stroke-dashoffset: 57;

	transition: all .3s linear 0s;	}

.l_morebtn:hover svg path{ 

        stroke-dasharray: 200 , 0;

        stroke-dashoffset: 140; }

.l_morebtn.white a{ color: #fff;}

.l_morebtn.white:before{ border-color: rgba(255, 255, 255, .4);}

.l_morebtn.white svg path{ stroke: #fff;}

.l_morebtn:hover:before{ opacity: 0;}

.l_morebtn.blue:before{ border-color: #e0eafa;}

.s_server .l_morebtn a{ color: #fff;}

.s_server .l_morebtn:before{ border-color: rgba(255, 255, 255, .4);}

 

	

.n_news01{ }

.n_news01 .m{ display: flex;}

.n_news01 .hd{ width: 49%;}

.n_news01 .bd{ width: 51%; background: #f0f2f6; overflow: hidden; margin-left: 5px; padding: 4rem;}

.n_news01 .hd *{ height: 100%;}

.n_news01 .img{ height: 100%;}

.n_news01 .img img{}

.n_news01 .txt{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 4rem;}

.n_news01 .time{ font-size: 1.125rem; font-family: BarlowCondensed-Regular; color: #4a4a4a; margin-bottom: 2.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}

.n_news01 .time span{ font-size: 4.125rem; display: flex; font-family: BarlowCondensed-Medium; }

.n_news01 .txt h5{ font-size: 1.375rem; color: #333333; margin-bottom: .875rem; width: 100%;}

.n_news01 .txt p{ font-size: .875rem; color: #707070; line-height: 1.625rem; height: 4.875rem; overflow: hidden;}



.n_news01 .slick-dots{ bottom:0; text-align: left;}

.n_news01 .slick-dots li{ margin:0; width: .75rem; margin-right: .875rem;}

.n_news01 .slick-dots li button:before{ content:""; position:relative; display:inline-block; width:.75rem; height:.75rem; border-radius:50%; border:2px solid #0150ce; box-sizing:border-box; opacity:1; }

.n_news01 .slick-dots li.slick-active button:before{ background:#0150ce;  }

.n_news01 .slick-dotted.slick-slider{ margin-bottom: 0;}

.img img{ display: block;}



.n_news02{ padding-top: 4rem;}

.n_news02 ul{}

.n_news02 ul li{ position: relative; z-index: 1;}

.n_news02 ul li a{ display: flex; justify-content: space-between; padding: 1.875rem 0;}

.n_news02 ul li .time{ flex-shrink: 0; width: 8.25rem; font-size: 1.625rem; color: #c3c5c9;font-family: BarlowCondensed-Medium;}

.n_news02 ul li .txt{ flex-grow: 1;}

.n_news02 ul li .txt h5{ font-size: 1.3125rem; color: #323234; margin-bottom: .75rem;}

.n_news02 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; height: 3rem; overflow: hidden; color: #8f8f92;}

.n_news02 ul li:nth-child(1){ border-top: 2px solid #ebebeb;}

.n_news02 ul li:before{ content: ""; display: block; width: 100%; height: 2px; background: #ebebeb; position: absolute; left: 0; bottom: 0;}

.n_news02 ul li:after { content: ""; display: block; width: 0; height: 3px; background: #0150ce; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: .5s; }

.n_news02 ul li:hover:after { width: 100%; opacity: 1; visibility: visible; }

 

.n_news_xq{ padding-top: 3rem;}

.n_news_xq .m{ display: flex;}

.left_con{ flex-grow: 1;}

.right_con{ flex-shrink: 0; width: 25rem; margin-left: 3.125rem;}

.ar_title{ position: relative; padding-bottom: 1.75rem; border-bottom: 2px solid #e6e6e6; margin-bottom: 1.5rem;}

.ar_title h3{ font-size: 2.125rem; line-height: 1.5; margin-bottom: 1.75rem; color: #282828; font-weight: bold;}

.ar_title .box1{ width: 3.75rem; display: flex; flex-direction: column; align-items: center; position: absolute; left: -7.5rem; top: 120%;}

.ar_title .box1 .time{ font-size: 1rem; font-family: BarlowCondensed-Regular; color: #4a4a4a; margin-bottom: 2.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}

.ar_title .box1 .time span{ font-size: 3.375rem; display: flex; font-family: BarlowCondensed-Medium; }

.ar_title .box1 .share{}

.ar_title .box1 .share .tt{ text-align: center; font-size: .75rem; color: #707774; margin-bottom: 1.25rem; display: flex; flex-direction: column; align-items: center;}

.ar_title .box1 .share .tt svg{ margin-bottom: 7px; width: 1.5rem; height: 1.5rem;}

.ar_title .box1 .share .tt span{ margin-left: .5rem; white-space: nowrap;}

.ar_title .box1 .share .social-share{ text-align: center;}

.share .social-share .social-share-icon{color: #9ea0a6; border-color: #e0e3e8; font-size: 1rem;}

.share .social-share .social-share-icon:hover{ background: #0150ce; border-color: #0150ce; color: #fff;}

.ar_title .box2{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}

.ar_title .box2 .tag{ display: flex; flex-flow: wrap;}

.ar_title .box2 .tag span{ display: block; min-width: 7.875rem; margin-bottom: .75rem; height: 2.75rem; margin-right: 1rem; display: flex; align-items: center; font-size: .9375rem; color: #646464; justify-content: center; border: 2px solid #e6e6e6; border-radius: 1.5rem;}

.ar_title .box2 p{ margin-bottom: .75rem;}



.news_right{}

.news_right .tt{ font-size: 1.625rem; color: #303030; border-bottom: 2px solid #e6e6e6; padding-bottom: 1.75rem; margin-bottom: 3rem;}

.news_right ul{}

.news_right ul li{ margin-bottom: 1rem;}

.news_right ul li a{ display: flex; align-items: center; }

.news_right ul li .time{ flex-shrink: 0; width: 4.375rem; height: 4.375rem; margin-right: 1.125rem; font-size: .875rem; background: #f3f4f6; font-family: BarlowCondensed-Regular; color: #646464; display: flex; flex-direction: column; align-items: center; justify-content: center;}

.news_right ul li .time span{ font-size: 1.875rem; color: #646464; display: flex; font-family: BarlowCondensed-Medium; }

.news_right ul li .txt{ flex-grow: 1;}

.news_right ul li .txt h5{ font-size: 1rem; color: #4b4b4b; line-height: 1.625rem; height: 3.25rem; overflow: hidden; white-space:inherit;}



.ar_bot{ display: flex; justify-content: space-between; align-items: center; border: 2px solid #e6e6e6; height: 3.75rem; margin-top: 2.25rem;}

.ar_bot a{ display: flex; justify-content: center; align-items: center; width: 33.333%; height: 26px; font-size: 1rem; color: #6e6e6e;}

.ar_bot a span{ display: block; margin: 0 .25rem;}

.ar_bot a:nth-child(1){ border-right: 2px solid #e6e6e6;}

.ar_bot a:nth-child(3){ height: 100%; border-left: 2px solid #e6e6e6;}

.ar_bot a:hover{ color: #0150ce;} 





.n_licheng .fl01 {

	background: url(../images/n_licheng_fl01_bg.jpg) center no-repeat;

	height: 25.3125rem;

	background-size: cover;

}

.n_licheng .fl01 .m {

	padding: 5rem 0 0 3.125rem;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: space-between;

}



.title003 h3 {

	font-size: 2.625rem;

	color: #fff;

	line-height: 1;

	text-transform: uppercase;

	font-family: BarlowCondensed-Regular;

}

.title003 h4 {

	font-size: 2rem;

	color: #fff;

	font-weight: 600;

	margin: 1rem 0 0;

}



.n_licheng .fl01 .slick_hd {

	width: 74%;

	align-self: flex-end;

	padding: 0 7%;

}



.n_licheng .fl01 .slick_hd .slick-list {padding-bottom: 50px;margin-bottom: -50px;}



.n_licheng .fl01 .slick_hd li {

	position: relative;

	text-align: center; cursor: pointer;

}



.n_licheng .fl01 .slick_hd li:before {

	content: "";

	position: absolute;

	width: 21px;

	height: 0;

	background: url(../images/jiantou.png) center no-repeat;

	border-radius: 50%;

	left: 50%;

	margin-left: -11px;

	bottom: -32px;

	transition: 0.6s;

	overflow: hidden;

}



.n_licheng .fl01 .slick_hd li h4 {

	font-size: 2.625rem;

	color: rgba(255,255,255,0.45);

	text-transform: uppercase;

	position: relative;

	padding-bottom: 3rem;

	font-family: 'BarlowCondensed-Medium';

}



.n_licheng .fl01 .slick_hd li h4:before {

	content: "";

	position: absolute;

	width: 24px;

	height: 24px;

	background: #ffffff;

	border-radius: 50%;

	left: 50%;

	margin-left: -12px;

	bottom: -12px;

	transform: scale(0);

	transition: 0.6s;

}



.n_licheng .fl01 .slick_hd li h4:after {

	content: "";

	position: absolute;

	width: 12px;

	height: 12px;

	background: #0150ce;

	border-radius: 50%;

	left: 50%;

	margin-left: -6px;

	bottom: -6px;

	transform: scale(0);

	transition: 0.6s;

}

.n_licheng .title003{ position: static !important; }

.n_licheng .fl01 .arr_box{ display: flex; position: absolute; bottom: 2.5rem; }

.n_licheng .fl01 .arr_box>div{ margin-right: 1.25rem;

	width: 3.75rem;

	height: 3.75rem; 

}



.n_licheng .fl01 .arr_left {

	background: url(../images/left03.png) center no-repeat; background-size: contain !important;

}



.n_licheng .fl01 .arr_right {

	background: url(../images/right03.png) center no-repeat; background-size: contain !important;

	left: -205px;

}



.n_licheng .fl01 .slick_hd li.slick-current h4 {

	color: #fff

}



.n_licheng .fl01 .slick_hd li.slick-current:before {

	height: 10px;

}



.n_licheng .fl01 .slick_hd li.slick-current h4:before {

	transform: scale(1)

}



.n_licheng .fl01 .slick_hd li.slick-current h4:after {

	transform: scale(1)

}



.n_licheng .fl02 {

	overflow: hidden;

	position: relative;

}



.n_licheng .fl02 .slick_bd h4 {

	float: left;

	font-size: 5.5rem;

	color: #0150ce;

	text-transform: uppercase;

	padding: 70px 0;

	padding-left: 6.25rem;

	font-family: BarlowCondensed-Medium;

}



.n_licheng .fl02 .slick_bd .right {

	width: 74%;

	border-left: #dedede 2px solid;

	padding: 5rem 0;

	padding-left: 30px;

	min-height: 228px;

}



.n_licheng .fl02 .slick_bd .right p {

	font-size: 1.125rem;

	line-height: 1.875rem;

	color: #545454;

	position: relative;

	margin-bottom: 1.5rem;

}



.n_licheng .fl02 .slick_bd .right p:before {

	content: "";

	position: absolute;

	left: -25px;

	width: 10px;

	height: 2px;

	top: 50%;

	margin-top: -1px;

	background: #dedede;

}



.n_licheng .fl02 .slick_bd .right p:after {

	content: "";

	position: absolute;

	left: -38px;

	width: 14px;

	height: 14px;

	top: 50%;

	margin-top: -7px;

	background: #fff;

	border: #dedede 2px solid;

	border-radius: 50%;

}



.title004{ margin-bottom:3rem; text-align:center}



.n_zizhi{}

.n_zizhi ul{ display: grid; grid-template-columns: repeat(4, 1fr);grid-column-gap: 3.75rem; grid-row-gap: 2.5em;}

.n_zizhi ul li{}

.n_zizhi ul li a{}

.n_zizhi ul li .img{}

.n_zizhi ul li .img:after{ padding-top: 67.796%;}

.n_zizhi ul li .img img{ display: block;}

.n_zizhi ul li h4{ font-size: 1.0625rem; line-height: 1.75rem; color: #434343; text-align: center; padding-top: .75rem;}



.n_lianxi{}

.n_lianxi .m{ display: flex; justify-content: space-between;}

.n_lianxi .left{}

.n_lianxi .left h3{ font-size: 1.5rem; line-height: 1.5; color: #3e3e3e; margin-bottom: 1.25rem;}

.n_lianxi .left .con1{ font-size: 1rem; color: #7b7b7b; line-height: 1.875rem; }

.n_lianxi .left .con2{ font-size: .9375rem; color: #818181; line-height: 1.875rem; margin-top: 2rem;}

.n_lianxi .left .con2 h6{ font-size: 2.25rem; color: #0c63d0; line-height: 1.2; font-family: BarlowCondensed-SemiBold;}

.n_lianxi .right{ flex-shrink: 0;}

.n_lianxi .ewmbox{ display: flex; text-align: center; }

.n_lianxi .ewmbox .ewm{ margin-left: 2rem;}

.n_lianxi .ewmbox .pic{ width: 10.5rem; height: 10.5rem; padding: .875rem; position: relative;}

.n_lianxi .ewmbox .pic img{ width: 100%; height: 100%;}

.n_lianxi .ewmbox .pic:before{ content: ""; display: block; width: 100%; height: 100%; left: -4px; top: 4px; border: 1px solid #e5e5e5; position: absolute;}

.n_lianxi .ewmbox .pic:after{ content: ""; display: block; width: 100%; height: 100%; left: 4px; top: -4px; border: 1px solid #e5e5e5; position: absolute;}

.n_lianxi .ewmbox p{ font-size: .9375rem; color: #8e8e8e; margin-top: .875rem;}

#mymap{ height: 30rem; border: 1px solid #e1e1e1;}

.amap-info-close{ right: 5px !important;}

.amap-info-content{padding: 14px 22px 11px 10px;}



.n_liuyan{}

.form_liuyan .tt{ text-align: center; margin-bottom: 3rem;}

.form_liuyan .tt h3{ font-size: 2rem; color: #3b3b3b; font-weight: bold; margin-bottom: 1.25rem;}

.form_liuyan .tt p{ font-size: 1rem; color: #676767; line-height: 1.5;}



.form_liuyan .flex{ display: flex; justify-content: space-between;}

.form_liuyan .box{ width: calc(50% - 9px); display: flex; flex-direction: column;}

.form_liuyan .formgroup{ display: flex; border: 2px solid #e7e7e7; margin-bottom: 1.125rem; position: relative;}

.grow{ flex-grow: 1;}

.form_liuyan .formgroup .span{ display: flex; height: 4.625rem; font-size: 1rem; color: #676767; align-items: center; justify-content: center; min-width: 4.625rem; padding: 0 1.5rem; flex-shrink: 0; }

.form_liuyan .formgroup .input{ flex-grow: 1; font-size: 1rem; color: #676767; padding-right: 1.5rem; }

.form_liuyan .formgroup .textarea{ padding-top: 1.5rem; flex-grow: 1; font-size: 1rem; color: #676767; line-height: 1.7; padding-right: 1.5rem;}

.form_liuyan .formgroup .yzm{ display: flex; align-items: center; justify-content: center; position: absolute; bottom: 0;

    right: 0;

    top: 0;}

.form_liuyan .btnbox{ display: flex; max-width:30.5rem; width: calc(50% - 9px); justify-content: space-between;}

.form_liuyan .button{ width: calc(50% - 9px); height: 4.625rem; border: 0; border-radius: 0; background: #e7e7e7; font-size: 1.125rem; color: #676767;}

.form_liuyan .button.submit{ background: #0c63d0; color: #fff;}

.form_liuyan .tips{ font-size: 1rem; color: #555555; margin-top: 1.375rem;}



.tgl_list{}

.tgl_list dl{ border: 2px solid #eeeeee; padding: 0 2.75rem; }

.tgl_list dl+dl{ border-top: 0;}

.tgl_list dl dt{ height: 6.125rem; display: flex; align-items: center; justify-content: space-between;}

.tgl_list dl dt h3{ font-size: 1.375rem; color: #3c3c3c; font-weight: bold;}

.tgl_list dl dt i{ display: block; cursor: pointer; width: 2.25rem; height: 2.25rem; background: url(../images/tgl_ico1.png) center no-repeat; background-size: contain !important;}

.tgl_list dl dd{ padding-bottom: 2rem; display: none;}

.tgl_list dl .con{ font-size: 1rem; line-height: 2rem; color: #676767;}

.tgl_list dl .con p{}

.tgl_list dl.on dt h3{ color: #0250cb;}

.tgl_list dl.on dt i{ background: url(../images/tgl_ico2.png) center no-repeat;}



.n_danbu{}

.n_danbu .tt h3{ font-size: 2rem; color: #3b3b3b; font-weight: bold; margin-bottom: 1.25rem; margin-bottom: 2.5rem;}



.n_down{ background: url(../images/n_down_bg.jpg) center no-repeat; background-size: cover; height: 9.375rem;}

.n_down .m{ display: flex; justify-content: center; align-items: center;}

.n_down .flex{ display: flex; justify-content: center; align-items: center;}

.n_down h3{ font-size: 1.5rem; color: #fff;}

.n_down svg{ width: 2.25rem; height: 2.25rem; margin-right: .5rem;}



.tc_form{ background: #fff; padding: 5.625rem; width: 1360px; max-width: 90%; position: relative;}

.tc_form .tc_close{ width: 2.5rem; height: 2.5rem; right: 3rem; top: 2.25rem;}

.tc_form .tc_close svg{ width: 100%; height: 100%;}



.n_join{ width: 100%; height: 100%; overflow: hidden; padding-bottom: 66px; background: url(../images/n_join_bg.jpg) center top no-repeat; }

.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:6.25rem; transition:.5s; padding: 0 2.25rem 0 3.4375rem; border: 1px solid #e8eaef; background: #fff; border-radius: 4px; }

.n_join #list_slide dt h3{  color:#505050; font-size:1rem; overflow:hidden; display:flex; justify-content: space-between; flex-grow: 1; }

.n_join #list_slide dt h4{ display:block; float:left; margin-bottom: 1rem; font-weight:bold; font-size: 1.25rem; width: 30%; color: #000000; 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:.9375rem; color: #6e6e6e; float: left; display: flex; align-items: center; }

.n_join #list_slide dt h3 span:first-child{ min-width: 26%; flex-shrink: 0;}

.n_join #list_slide dt h3 span b{ font-size: 1.25rem; font-weight: normal;}

.n_join #list_slide dt h3 span svg{height:1.75rem; width: 1.75rem; margin-right: 1.125rem;}

.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; margin-left: 10%; width: 1.5rem; height: 1.5rem; background: url(../images/ico_jia.png) center no-repeat; background-size: contain; transition: .4s;}

.n_join #list_slide dl.on{ }

.n_join #list_slide .on dt{  background-image: -moz-linear-gradient( 22deg, #2b4886 20%, #0954cb 90%);

    background-image: -webkit-linear-gradient( 22deg, #2b4886 20%, #0954cb 90%);

    background-image: -ms-linear-gradient( 22deg, #2b4886 20%, #0954cb 90%);}

.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 3.4375rem; background: #fff ; 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; flex-direction: row-reverse; }

.n_join #list_slide dd .content { color:#707578; line-height: 1.875rem; font-size: .9375rem;  }

.n_join #list_slide dd .content p{  color:#707578;  line-height: 1.875rem; font-size: .9375rem;   } 

.n_join #list_slide .btn_send{ padding: 0 1.5rem; width: fit-content; height:3.4375rem; display:inline-flex; align-items: center; justify-content: center; text-align:center;  color:#fff; font-size:1rem; border-radius:2.5rem; 

    background-image: -moz-linear-gradient( 22deg, #2b4886 20%, #0954cb 90%);

    background-image: -webkit-linear-gradient( 22deg, #2b4886 20%, #0954cb 90%);

    background-image: -ms-linear-gradient( 22deg, #2b4886 20%, #0954cb 90%); margin-top: 2.5rem;

}

.n_join #list_slide dd ul{ margin-bottom: 2rem;}

.n_join #list_slide dd ul li{list-style: decimal; margin-left:1.3em; font-size: .9375rem; color: #6f6f6f; line-height: 1.875rem;}

/* .n_join #list_slide dd ul li a{ color: #0150ce;} */

.n_join #list_slide dd .tt{ font-size: 1.5rem; color: #000000; margin-bottom: 1.875rem;}

.n_join #list_slide dd .tt span{ font-size: 1.625rem; color: #0150ce; font-family: BarlowCondensed-Medium; display: inline-block; margin-left: .625rem;}

.n_join #list_slide .btn_send:hover{ }

.n_join #list_slide .on dt .tgl{ background: url(../images/ico_jian.png) center no-repeat; } 



#list_slide .content{ overflow: hidden;}

#list_slide .content .left{ width: 62%; padding-right: 3.25rem; }

#list_slide .content .right{ width: 38%; }

#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; height: auto; overflow: auto; padding-right: 2.5rem;}

.scrollbox::-webkit-scrollbar {width:2px;height: 8px;background-color: #d9dce0;}

.scrollbox::-webkit-scrollbar-track {border-radius: 10px;background-color: #d9dce0;}

.scrollbox::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #0150ce; box-shadow: 0;-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);}

#list_slide .content .right .li+.li{ margin-top: 1rem;}



.n_tt{ text-align: center; margin-bottom: 2.5rem;}

.n_tt h3{ font-size: 2rem; color: #373737; font-weight: bold;}



.abs{ position:absolute;}

.relative{ position: relative;}



.n_peixun{}

.n_peixun .box{}

.n_peixun .img{}

.n_peixun .img img{ display: block;}

.n_peixun .txt{ display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f0f2f5; height: 8.375rem;}

.n_peixun .ico{ width: 3rem; height: 3rem; margin-bottom: .25rem;}

.n_peixun .ico img{}

.n_peixun h4{ font-size: 1.25rem; color: #4a4a4a; line-height: 1.5;}

.swiper_arrbox .swiper-button-prev{ width: 4rem; height: 4rem; left: -7rem; transition: .5s; background: url(../images/peixun_left.png) center no-repeat; background-size: contain !important;}

.swiper_arrbox .swiper-button-next{ width: 4rem; height: 4rem; right: -7rem; transition: .5s; background: url(../images/peixun_right.png) center no-repeat; background-size: contain !important;}

.swiper_arrbox .swiper-button-prev:hover{ background: url(../images/peixun_left_on.png) center no-repeat;}

.swiper_arrbox .swiper-button-next:hover{ background: url(../images/peixun_right_on.png) center no-repeat;}



.n_fuli{ background: url(../images/n_fuli_bg.jpg) center no-repeat; background-size: cover;}

.n_fuli ul{display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 11.75rem; grid-column-gap: 1.375rem; grid-row-gap: 1.25rem;}

.n_fuli ul li{}

.n_fuli ul li .box{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: .625rem;

    background-image: -moz-linear-gradient( 270deg, #ffffff 20%, #f2f5fa 90%);

    background-image: -webkit-linear-gradient( 270deg, #ffffff 20%, #f2f5fa 90%);

    background-image: -ms-linear-gradient( 270deg, #ffffff 20%, #f2f5fa 90%);

}

.n_fuli ul li .ico{ margin-bottom: 1rem; width: 3.25rem; height: 3.25rem; display: flex; align-items: center; justify-content: center;}

.n_fuli ul li .ico img{}

.n_fuli ul li p{}

.n_fuli ul li:hover .ico{ -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8); -webkit-animation: beat 0.7s 1; animation: beat 0.7s 1;}

@keyframes beat {

    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }



    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }



    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }



    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }



    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }



    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }



    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }



    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }

}



@-webkit-keyframes beat {

    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }



    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }



    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }



    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }



    from, to { -webkit-transform: scale(1, 1); transform: scale(1, 1); }



    25% { -webkit-transform: scale(0.9, 1.1); transform: scale(0.9, 1.1); }



    50% { -webkit-transform: scale(1.1, 0.9); transform: scale(1.1, 0.9); }



    75% { -webkit-transform: scale(0.95, 1.05); transform: scale(0.95, 1.05); }

}



.n_staff{}

.n_staff .box{display: grid; grid-template-columns: repeat(3, 1fr);grid-column-gap: 10px; grid-row-gap: 10px;}

.n_staff .box .img:nth-child(1){grid-column-start: 1; grid-column-end:3; grid-row-start: 1; grid-row-end: 3;}



.n_about{}

.n_about .m{ display: flex;}

.n_about .left{ width: 44.375rem; flex-shrink: 0; max-width: 50%;}

.n_about .img img{}

.n_about .right{ flex-grow: 1; padding-left: 3.75rem; padding-top: 0rem;}

.n_about .tt{ margin-bottom: 1.75rem;}

.n_about .tt h3{ font-size: 2.25rem; color: #0150ce;font-family: BarlowCondensed-SemiBold; margin-bottom: .5rem; }

.n_about .tt h4{ font-size: 1.75rem; color: #4d4d4d;}

.n_about .con{ font-size: 1rem; line-height: 1.75rem; color: #696969; text-align:justify;}



.n_shuzi{ width: 100%; overflow: hidden; background: url(../images/n_shuzi_bg.jpg) center no-repeat; background-size: cover; background-attachment: fixed;}

.n_shuzi .n_tt{ margin-bottom: 3.5rem;}

.n_shuzi .n_tt h3{ color: #fff; font-weight: normal; font-size: 2.75rem; line-height: 4rem;}

.n_shuzi ul{ display: flex; flex-flow: wrap;}

.n_shuzi ul li{ width: 25%;}

.n_shuzi ul li .box{ width: 100%; height: 17.5rem; position: relative; z-index: 1; background: rgba(189, 193, 204, 0.3); -webkit-backdrop-filter: blur(5px);

    backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; flex-direction: column;}

.n_shuzi ul li:nth-child(1) .box:before{ display: none;}

.n_shuzi ul li .box:before{ content: ""; display: block; width: 1px; height: 100%; position: absolute; left: 0; top: 0;background: rgba(189, 193, 204, 0.35); }

.n_shuzi ul li .box:after{ content: ""; display: block; width: 100%; height: 0; position: absolute; z-index: -1; left: 0; top: 0; opacity: 0; visibility: hidden; transition: .5s;

    background-image: -moz-linear-gradient( 270deg, #2b4886 20%, #0954cb 90%);

    background-image: -webkit-linear-gradient( 270deg, #2b4886 20%, #0954cb 90%);

    background-image: -ms-linear-gradient( 270deg, #2b4886 20%, #0954cb 90%);

}

.n_shuzi ul li .box .ico{ margin-bottom: .5rem;}

.n_shuzi ul li .box .ico img{}

.n_shuzi ul li .txt{ font-family: BarlowCondensed-Medium; display: inline-flex; position: relative; align-items: flex-start; margin-bottom: .5rem;}

.n_shuzi ul li .txt span{ font-size: 3.625rem; color: #fff; }

.n_shuzi ul li .txt i{ font-size: 1.875rem; color: #fff; display: block; right: -1rem; position: absolute;}

.n_shuzi ul li p{ font-size: 1rem; color: #fff; line-height: 1.5; padding: 0 1rem; height: 2rem; text-align: center;}

.n_shuzi ul li:hover .box:after{ height: 100%; opacity: 1; visibility: visible;}



.n_linian{ background: url(../images/n_linian_bg.jpg) center no-repeat; background-size: cover;}

.n_linian .box{ background: #fff; padding: 3.25rem 2.75rem; transition: .5s;}

.n_linian .txt{margin-bottom: 1rem;}

.n_linian .txt h5{ font-size: 1.125rem; color: #727272; margin-bottom: 1.125rem;}

.n_linian .txt p{font-size: 1.5rem;line-height: 2rem;color: #28447f;height: 6rem;}

.n_linian .img{}

.n_linian .box:hover .img img{ transform: scale(1.1);}
.wap .share{ display: flex; justify-content: flex-end; align-items: center; margin-top: 1.5rem;}
.wap .share .tt{ display: flex; justify-content: center; align-items: center; }
.wap .share .tt svg{ width: 1.25rem; height: 1.25rem; margin-right: .5rem;}

















































