@font-face {
    font-family: 'hmr';
    src: url('fonts/HarmonyOS/Regular.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'hmr';
    src: url('fonts/HarmonyOS/Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'hmm';
    src: url('fonts/HarmonyOS/Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'hmb';
    src: url('fonts/HarmonyOS/Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
body{font-family: hmr;}


/*Top003101 */
.Top003101{position: absolute;left: 0;width: 100%; top: 0;z-index: 100;font-size: 1.125em;}
.Top003101 .auto{max-width: 1600px;width: 90%;}
.Top003101,
.Top003101 a:not(:hover){color:#fff;}
.Top003101 .logo img{height: 3em;}
.Top003101 .top-right,
.Top003101 menu{float: right;}
.Top003101 menu li{ position:relative;}
.Top003101 menu li span{display: block;line-height:4.5em;}
.Top003101 menu li dl{ display:none; position:absolute; left:50%; top:100%; background:rgb(255,255,255,0.9); text-align:center; transform: translateX(-50%); width:max-content;}
.Top003101 menu li dl dd{ border-bottom:solid 1px #ccc;}
.Top003101 menu li dl dd a,
.Top003101 menu li dl dd a:not(:hover){ font-size:0.8em; padding:.5em 1em; color:#333; display:block;}
.Top003101 menu li dl dd a:hover{ color:#0091da;}
.Top003101 menu li dl dd:last-child{ border-bottom:none;}
.Top003101 menu li:hover dl{ display:block;}
.Top003101 .top-right dl > *{float: left;}
.Top003101 .top-lang,
.Top003101 .top-nav{position: relative;z-index:100;}
.Top003101 .top-nav aside{line-height:38px;padding-right:19px;position: relative;z-index: 3;}
.Top003101 .top-nav.on aside:after{transform: rotate(-180deg);}
.Top003101 .top-lang .box,
.Top003101 .top-nav ul{position: absolute; top: 0; left: -10px; right:-10px;padding: 40px 10px 10px;border-radius: 10px;background-color: rgba(0,0,0,0.2);display: none;}

.Top003101 .top-nav ul li{font-size: 16px;line-height: 2;}
.Top003101 .top-lang{margin: 0 0.61vw 0 0;}
.Top003101 .top-lang .icon{width:38px;height:38px;background: url(../images/Top003101-lang.svg) no-repeat center center;background-size:auto 26px;}
.Top003101 .top-lang .box{text-align: center;}
.Top003101 .top-appli{ margin-right:20px; position:relative;}
.Top003101 .top-appli .box{ position:absolute; top:100%; left:50%; border-radius: 10px; background-color:rgba(255,255,255,0.9); display:none; transform:translateX(-50%); width:max-content; font-size:.8em;}
.Top003101 .top-appli aside{ line-height:38px;}
.Top003101 .top-appli .box .item a{ line-height:1.5; display:block; padding:6px 2em; color:#333; text-align:center;}
.Top003101 .top-appli .box .item a:hover{ color:#0091da;}
.Top003101 .top-search{display: block;border-radius: 38px;background-color: rgba(0,0,0,0.2);padding: 0 44px 0 15px;}
.Top003101 .top-search .text{background: none;width: 43px;color: rgba(255,255,255,0.5);padding: 0;transition: 0.3s; height: 38px;line-height: 38px;}
.search-show .Top003101 .top-search .text{width: 8vw;}
.Top003101 .top-search .btn{background: url(../images/Top003101-search.svg) no-repeat center center;width: 40px;background-size:auto 42%;}
.Top003101 .open-s{position: absolute;left: 0;top: 0;width: 100%; height: 100%;z-index: 4; cursor: pointer;}
.search-show .Top003101 .open-s{display: none;}
.Top003101 .open-menu{width: 30px; height: 38px; display:none;}

@media(min-width:1025px){
.Top003101 menu li{float: left;margin-right:1vw;font-size:1em;}
.Top003101 .top-right{position:relative;}
}
@media(min-width:1025px) and (max-width:1440px) {
.Top003101{font-size: 1.3vw;}
.Top003101 menu li{margin-right: 1vw;}
.Top003101 .top-lang{margin: 0 1vw;}
}
@media(max-width:1600px){
.Top003101 menu li{margin-right:1rem;font-size:.9em;}
.Top003101 .top-appli aside{font-size:.9em;}
.Top003101 .top-nav aside{font-size:.9em; padding-right:0;}
}
@media(max-width:1440px){
.Top003101 .logo img {height: 2em;}
.Top003101 .auto{width: 96%}
}
@media (max-width:1024px) {
.Top003101{padding: 4vw 0;}
.Top003101.hover .open-menu i{background-color: #000;}
.Top003101 menu li{ margin-right:0;border-bottom: solid 1px #eee;}
.Top003101 menu li span{line-height: 40px;position: relative;}
.Top003101 menu li span:after{content: "+";position: absolute;right: 0;top: 0;text-align: center;line-height: 40px;width: 40px;color: #666;}
.Top003101 menu li span.active:after{content: "-";}
.Top003101 menu li:last-child{border-bottom: 0;}
.Top003101 menu li dl{ position: relative; top:0; left:0; transform:translateX(0);width: 100%;text-align: left;}
.Top003101 menu li dl dd a,
.Top003101 menu li dl dd a:not(:hover){ color:#333!important;}
.Top003101 menu li:hover dl{ display:none;}
.Top003101 .top-nav{display: none;}
.Top003101 menu{position: absolute;right: 0;top: -100%; transform: translateY(-500%); opacity: 0; background-color: #fff;padding: 4vw;transition: opacity 0.3s;}    
.Top003101 .open-menu{margin-left: 2vw; display:block;}
.menu-show .Top003101 menu{top:100%;transform: translateY(0); opacity: 1; overflow:auto; max-height:80vh;width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.search-show .Top003101 .top-search .text{width: 22vw;}
.Top003101 menu li dl dd a, .Top003101 menu li dl dd a:not(:hover){padding: .7em 1em;}
.Top003101 menu li dl dd:last-child{border-bottom: 0;}
}
@media(max-width:768px){
.Top003101 .top-lang .icon{ width:30px; background-size:auto 20px;}
}

.footer{padding: calc(80 / 16 * 1em) 0 calc(30 / 16 * 1em);background-color: #0091da;}
.footer .foot-name{font-size: calc(18 / 16 * 1em);color: #fff;}
.footer .top-box{display: flex;flex-wrap: wrap;justify-content: space-between}
.footer .top-box .foot-nav{width: 73%}
.footer .top-box .foot-nav ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer .top-box .foot-nav li>a{font-size: calc(18 / 16 * 1em);color: #fff;}
.footer .top-box .foot-nav li dl{margin-top: calc(30 / 16 * 1em); max-height:calc(205 / 16 * 1em);overflow: auto;}
.footer .top-box .foot-nav li dl dd{margin-bottom: calc(15 / 16 * 1em);}
.footer .top-box .foot-nav li dl dd:last-child{margin-bottom: 0;}
.footer .top-box .foot-nav li dl dd a{font-size: calc(16 / 16 * 1em);color: #fff;}
.footer .top-box .right-box{width: 22%}
.footer .top-box .right-box .ewm{margin-top: calc(30 / 16 * 1em);}
.footer .top-box .right-box .ewm ol{display: flex;}
.footer .top-box .right-box .ewm ol li{margin-right: calc(35 / 16 * 1em);text-align: center;}
.footer .top-box .right-box .ewm ol li .img{width: 110px;margin: 0 auto;}
.footer .top-box .right-box .ewm ol li .img img{width: 100%}
.footer .top-box .right-box .ewm ol li .name{margin-top: 15px;font-size: calc(16 / 16 * 1em);color: rgba(255, 255, 255, .7);}
.footer .center-box{display: flex;flex-wrap: wrap;margin-bottom: calc(50 / 16 * 1em); border-bottom: 1px solid rgba(255, 255, 255, 0.15); padding-bottom:  calc(50 / 16 * 1em);}
.footer .center-box .foot-contact{width: 100%;}
.footer .center-box .foot-contact .list ul{display: flex;flex-wrap: wrap;    justify-content: space-between;}
.footer .center-box .foot-contact .list ul li{margin-right: calc(30 / 16 * 1em);display: flex;align-items: center}
.footer .center-box .foot-contact .list ul li:last-child{margin-right: 0;}
.footer .center-box .foot-contact .list ul li .icon{width: calc(50 / 16 * 1em)}
.footer .center-box .foot-contact .list ul li .icon img{width: 100%}
.footer .center-box .foot-contact .list ul li .box{margin-left: 15px;}
.footer .center-box .foot-contact .list ul li .box .name{font-size: calc(16 / 16 * 1em);color: rgba(255, 255, 255, .7);}
.footer .center-box .foot-contact .list ul li .box .text{margin-top: 10px;font-size: calc(18 / 16 * 1em);color: #fff;}
.footer .center-box .foot-share{width: 22%;display: none;}
.footer .center-box .foot-share .list ul{display: flex;}
.footer .center-box .foot-share .list ul li{position: relative;margin-right: 20px;}
.footer .center-box .foot-share .list ul li:last-child{margin-right: 0;}
.footer .center-box .foot-share .list ul li .img{width: calc(50 / 16 * 1em)}
.footer .center-box .foot-share .list ul li .img img{width: 100%}
.footer .center-box .foot-share .list ul li .ewm{position: absolute;left: 50%;bottom: 115%;width: 110px;background-color: #fff;z-index: 3;transform: translateX(-50%);z-index: 3;display: none;}
.footer .center-box .foot-share .list ul li .ewm img{width: 100%}
.footer .center-box .foot-share .list ul li:hover .ewm{display: block;}
.footer .center-box .foot-name{padding-bottom: 20px;margin-bottom: calc(35 / 16 * 1em);border-bottom: 1px solid rgba(255, 255, 255, .1);}
.footer .bottom-box{margin-top: calc(30 / 16 * 1em);padding-top: calc(30 / 16 * 1em);border-top: 1px solid rgba(255, 255, 255, .15);display: flex;justify-content: space-between;align-items: center}
.footer .bottom-box .icp{font-size: calc(16 / 16 * 1em);color: rgba(255, 255, 255, .9);width: 100%;}
.footer .bottom-box .icp a{color: rgba(255, 255, 255, .9);}
.footer .bottom-box .foot-menu ul{display: flex;}
.footer .bottom-box .foot-menu ul li{margin-right: 10px;display: flex;align-items: center}
.footer .bottom-box .foot-menu ul li:last-child{margin-right: 0;}
.footer .bottom-box .foot-menu ul li a{font-size: calc(16 / 16 * 1em);color: rgba(255, 255, 255, .9);}
.footer .bottom-box .foot-menu ul li:after{display: block;content: '';margin-left: 10px;width: 3px;height: 3px;border-radius: 3px;background-color: rgba(255, 255, 255, .9);}
.footer .bottom-box .foot-menu ul li:last-child:after,
.footer .bottom-box .foot-menu{display: none;}
.Top003101 .logo .off{display: none;}
.Top003101.hover{position: fixed;width: 100%;top: 0;left: 0;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);z-index: 999;}
.Top003101.hover .logo .on{display: none;}
.Top003101.hover .logo .off{display: block;}
.Top003101.hover, .Top003101.hover a:not(:hover){color: #000;}
.Top003101.hover .top-lang .icon{background-image: url(../images/Top003101-lang-hei.svg);}
@media(max-width:1024px){
.footer{padding: 3em 0;}
.footer .top-box .foot-nav{display: none;}
.footer .top-box .right-box{width: 100%}
.footer .center-box .foot-contact{width: 100%}

}
@media(max-width:768px){
.footer .center-box .foot-contact{width: 100%}
.footer .center-box .foot-share{width: 100%;margin-top: 2em;}
.footer .center-box .foot-contact .list ul li{margin-right: 0;margin-bottom: 1em;width: 100%}
.footer .bottom-box{padding-top: calc(20 / 16 * 1em);margin-top: calc(20 / 16 * 1em);}
.footer .center-box .foot-name{padding-bottom: calc(20 / 16 * 1em);}
.footer .center-box{margin-top: calc(20 / 16 * 1em);}
.footer .bottom-box .icp{width: 100%;line-height: 1.4;text-align: center;}
.footer .bottom-box .foot-menu{margin-top: 1em;width: 100%}
.footer .bottom-box .foot-menu ul{justify-content: center}
.footer .bottom-box{flex-wrap: wrap;}
}


::-webkit-scrollbar{width:3px;  height:100%;}
::-webkit-scrollbar-track{ background: rgb(255,255,255,0.4); border-radius:3px;}
::-webkit-scrollbar-thumb{ background: rgb(255,255,255,0.8); border-radius:3px;}
::-webkit-scrollbar-thumb:hover{background: rgb(255,255,255,0.8);}
::-webkit-scrollbar-corner{background: rgb(255,255,255,0.8);}


/*Banner002766 */
/*slick Basic*/
.Banner002766{position: relative;}
.Banner002766 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Banner002766 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Banner002766 .slick-list:focus {outline: none}
.Banner002766 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Banner002766 .slick-slider .slick-track, 
.Banner002766 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Banner002766 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Banner002766 .slick-track:before, 
.Banner002766 .slick-track:after{display: table; content: '';}
.Banner002766 .slick-track:after{ clear: both;}
.Banner002766 .slick-loading .slick-track { visibility: hidden;}
.Banner002766 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Banner002766 .slick-slide .slick-loading img { display: none;}
.Banner002766 .slick-slide .dragging img { pointer-events: none;}
.Banner002766 .slick-initialized .slick-slide { display: block;}
.Banner002766 .slick-loading .slick-slide { visibility: hidden;}
.Banner002766 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Banner002766 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Banner002766 .slick-list li{position: relative;}
.Banner002766 .slick-list li a{display: block;}
.Banner002766 .slick-list li img{display: block; width: 100%;}
.Banner002766 .slick-list li .txt-main{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10;}
.Banner002766 .slick-list li .txt-main .auto{max-width: 1600px; height: 100%;position: relative;}
.Banner002766 .slick-list li .txt-main .auto img{height: 100%; transform: translateY(58%);-webkit-transform: translateY(58%);-ms-transform: translateY(58%);opacity: 0;-webkit-opacity: 0; transition:0.5s 0.5s;}
.Banner002766 .slick-list li .url{position: absolute;width: 40%;max-width: 308px; font-size: 20px; z-index: 20;color: #fff; transition: 0.3s 0.5s;text-align: center;line-height: 65px;transform: translateY(58%);-webkit-transform: translateY(58%);-ms-transform: translateY(58%);opacity: 0;-webkit-opacity: 0; transition:0.5s 0.8s;left: 0;top: 58%;}
.Banner002766 .slick-list li.ani-show .txt-main .auto img,
.Banner002766 .slick-list li.ani-show .url{transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);opacity: 1;-webkit-opacity: 1;}
.Banner002766 .slick-list li .url:before,
.Banner002766 .slick-list li .url:after{position: absolute; content: ''; height: 1px;width: 100%;background: rgba(255,255,255,0.2); transition: 0.5s;}
.Banner002766 .slick-list li .url:before{left: 0; top: 0;}
.Banner002766 .slick-list li .url:after{right: 0; bottom: 0;}
.Banner002766 .slick-list li .url:hover:before,
.Banner002766 .slick-list li .url:hover:after{width: 0;}
.Banner002766 .slick-list li .url:hover{background:#000; }
.Banner002766 .slick-list li .url span{display: inline-block;background: url(../images/Banner002766_more.png) no-repeat right center; padding-right: 40px; transition: 0.3s;}
.Banner002766 .slick-list li .url:hover span{background: none; padding: 0;}
.Banner002766 .slick-dots{position: absolute; left: 0; z-index: 10; width: 100%; bottom: 20%; text-align: center;display: none;opacity: 0;}
.Banner002766 .slick-dots li button{display: none;}
.Banner002766 .slick-dots li{display: inline-block; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; margin: 0 5px; cursor: pointer; width: 20px; height: 20px;position: relative;}
.Banner002766 .slick-dots li.slick-active:after{content: ''; position: absolute; background: #fff;border-radius: 50%; width: 8px; height: 8px; left: 50%; top: 50%; margin: -4px 0 0 -4px;}
.Banner002766 .slick-arrow{position: absolute; z-index: 10; top: 50%;background: none;border: 0;font-size: 0; height: 44px; width: 44px; margin-top: -22px;  border-bottom: 3px solid #fff; border-right: 3px solid #fff; cursor: pointer;}
.Banner002766 .slick-prev{left: 3%;transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);}
.Banner002766 .slick-next{right: 3%;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
@media(max-width:1024px){
.Banner002766 .slick-arrow{height:30px; width: 30px; margin-top: -15px;}
.Banner002766 .slick-list li .url{line-height: 40px; max-width:200px;font-size: 16px;}
}
@media(max-width:640px){
.Banner002766 .slick-dots li{width: 10px; height: 10px; margin: 0 2px;}
.Banner002766 .slick-dots li.slick-active:after{width: 4px; height: 4px;margin: -2px 0 0 -2px;}
.Banner002766 .slick-arrow{display: none!important;}
}

/*Floor002595 */
.Floor002595{ position: absolute;z-index: 22;left: 0;bottom: 0;width: 100%;color: #fff; border-top: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.07); backdrop-filter: blur(5px);}
/* .Floor002595 .auto{max-width: 1600px;background-color: #fff;border-radius: 20px;box-shadow:0 0 10px rgba(0, 0, 0, 0.04)} */
.Floor002595 dd{width: 25%;}
.Floor002595 dd:not(:last-child){border-right: 1px solid rgba(255,255,255,0.3);}
.Floor002595 dd p{ margin:5px 0 0 0;font-size: 1.3em;}
.Floor002595 dl{display: flex;justify-content: space-between;align-items: center;padding:2vw 0;text-align: center;}
.Floor002595 .num span{color: #fff;font-size:4em; font-weight: bold;font-family: "Barlow";}
.Floor002595 .num sub{font-size: 1.3em;color: #fff;font-weight: 100;}
@media(max-width:768px){
.Floor002595 dd{ width:25%;float: left;}
.Floor002595 dd .num span:before{ font-size:30px; line-height:30px;}
.Floor002595 .num{display: flex;align-items: center;justify-content: center}
.Floor002595 .num span{font-size: 1em;}
.Floor002595 .num sub{font-size: 1em;}
.Floor002595 dd p{font-size: 1em;}
}
@media(max-width:480px){
.Floor002595 dl{ display:block;}
}




/*Floor002685 */
.Floor002685{ padding:5vw 0;background-color: #fff;}
.Floor002685 .auto{ max-width:1600px; margin:0 auto;}
.home-title{margin-bottom:20px;}
.home-title .auto{ position:relative;width: 100%;max-width: unset; }
.Floor002685 .more{ position:absolute; right:0; top:50%; margin-top:-24px;width:159px; line-height:48px; background:#fff; text-align:center; border:1px solid #ddd; font-size:1em;  text-transform:uppercase; transition:0.3s ease-in-out;border-radius: 20px 0 20px 0;}
.Floor002685 .more:hover{ box-shadow:0 15px 30px rgba(0,91,172,0.1); color:#000; border-color:transparent;}
.home-title b{ display:block; font-size:3em; color:#0091da;}
.home-title span{ font-size:1.5em;text-transform: capitalize;font-family: "Barlow";}
@media(max-width:640px){
.home-title b{ font-size:24px;}
.home-title span{ font-size:16px;}
.Floor002685 .more{ width:100px; line-height:35px; margin-top:-18px;}
}

.news_tit{display: flex;align-items: center;justify-content: space-between;}
.news_center{justify-content: center;text-align: center;}

.Floor002685{overflow: hidden;}
.Floor002685 .list dd{position:relative; z-index:1; padding-bottom:38%; transition: 0.5s;}
.Floor002685 .list dd.hover{z-index: 4;}
.Floor002685 .list dd > *{ position:absolute; left:0; width:100%;}
.Floor002685 .list dd a{ height:100%; top:0; z-index:10;margin: 0 1vw;display: block;}
.Floor002685 .list dd figure{ overflow:hidden; z-index:2;  top:0; bottom:0; background-position:0 0;transition:0.3s;border-radius: 50px 0 50px 0;overflow: hidden;}
.Floor002685 .list dd figure img{ display:block;position: absolute; left: 50%; top: 50%;min-width: 100%; min-height:100%; max-width:none; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);ms-transform: translate(-50%,-50%);}
.Floor002685 .list dd figure::before{ position:absolute; content:''; left:0; width:100%; height:100%; top:0;  z-index: 20; background: -moz-linear-gradient(top, rgba(0,91,172,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,91,172,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,91,172,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6631527b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
.Floor002685 .list dd.hover figure:before{right:-3%; background: -moz-linear-gradient(top, rgba(0,91,172,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,91,172,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,91,172,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990baae2', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}

.Floor002685 .list dd .txt{ z-index:5; color:#fff; line-height:30px;  transition:top 0.3s;width:100%;}
.Floor002685 .list dd:not(.hover) .txt{ top:50%;transform:translateY(-50%); -webkit-transform:translateY(-50%); text-align:center; left: 0;}
.Floor002685 .list dd.hover .txt{top:5%;text-align:right;  right:0;}
.Floor002685 .list dd.hover .txt::before{ position:absolute; content:''; width:6%; height:3px; background:#fff; top:15px;right: -3%;}

.Floor002685 .list dd .txt .cn{ font-size:24px;font-weight:bold;}
.Floor002685 .list dd .txt .en{ font-size:20px;text-transform:uppercase;opacity: 0;}
.Floor002685 .list dd.hover .txt aside{ padding:0 6%;}
.Floor002685 .list dd.hover .txt aside.en{ opacity:0.6;}
@media(min-width:641px){
.Floor002685 .list{display: flex;width: 100%;}
.Floor002685 .list dd{display: block;width: 23.5%;margin-right: 2%}
.Floor002685 .list dd:nth-child(4n){margin-right: 0;}
}
@media(min-width:641px) and (max-width:1024px){
.Floor002685 .list dd .txt .cn{ font-size:3vw;}
.Floor002685 .list dd .txt .en{ font-size:2vw;}
}
@media(max-width:640px){
.Floor002685 .list dd{width: auto!important;}
.Floor002685 .list dd .txt .cn{ font-size:5vw;}
.Floor002685 .list dd .txt .en{ font-size:4vw;}
}

/*Floor003145 */
.Floor003145{background-color:rgba(0,91,172,.05); padding: 5vw 0;}
.title{position: relative; color: #111111;}
.title .more{position: absolute; right: 0; top: 50%; border: 1px solid #b9b9b9; border-radius: 50%; width: 3.125em; height: 3.125em; margin-top:-1.5625em; background: url(../images/Floor003145-icon.svg) no-repeat center center; background-size: 1em auto;}
.title .more:hover{background-color: #000; border-color: #000; background-image: url(../images/Floor003145-icon-white.svg);}
.Floor003145 .box{background-color: #ffffff; box-shadow: 0px 0 3.125em rgba(0, 0, 0, 0.04);}
.Floor003145 .right dl{padding: 0 1.5625em;}
.Floor003145 .right dd{overflow: hidden; padding: 1.75em 0;}
.Floor003145 .right dd:not(:last-child){border-bottom: 1px solid #f3f3f3; }
.Floor003145 .right dd time{float: left;max-width: 5em;text-align: center;color: #999999;font-size: 0.875em;}
.Floor003145 .right dd time b{display: block;color: #333333; font-size: 2.1428em;font-weight: normal; line-height: 1.2;}
.Floor003145 .right dd .tit{float: right;width: calc(100% - 5em); line-height: 1.5555; font-size: 1.125em;}
.Floor003145 .left .box{padding: 1.875em;}
.Floor003145 .slider{margin: 0 -1.25em;}
.Floor003145 .slider li a{display: block; margin: 0 1.25em;}
.Floor003145 .slider li .pic{overflow: hidden;}
.Floor003145 .slider li .pic .Ispic{padding-bottom: 51.5%;transition: 0.3s;border-radius:10px;overflow: hidden;}
.Floor003145 .slider li a:hover .Ispic{transform: scale(1.05);}
.Floor003145 .slider li .tit{font-size: 1.5em; line-height: 1.25; min-height: 2.5em;margin: 0.9em 0 0.6em 0;}
.Floor003145 .slider li time{font-size: 1.125em;color: #000;}
.Floor003145 .slider li p{color:#999;margin:1em 0 2em 0;font-size:1.125em; line-height: 1.78571; min-height: 3.57142em;}
.Floor003145 .slider li .more{display: block;width: 16px;height: 6px; background: url(../images/Floor003145-icon.svg) no-repeat; background-size: contain;}

.Floor003145 .controls{ margin-top: 3em; position: relative;}
.Floor003145 .controls:before{position: absolute;content: ''; left: 0; height: 1px;top: 50%;width: 100%;background-color: #dcdcdc;}
.Floor003145 .controls .inner{display: table;margin: 0 auto; background-color: #fff;padding: 0 4em;position: relative;z-index: 4;}
.Floor003145 .controls .slick-dots li{float: left;width: 0.8125em; height: 0.8125em; margin: 0 0.375em;position: relative;list-style: none;}
.Floor003145 .controls .slick-dots li a{position: absolute;width: 0.4375em;height: 0.4375em;background-color: rgba(0,0,0,0.4); border-radius: 50%;}
.Floor003145 .controls .slick-dots li:not(.slick-active) a{left: 50%;top: 50%;margin: -0.21875em 0 0 -0.21875em;}
.Floor003145 .controls .slick-dots li.slick-active a{background-color: #0091da;width: 100%; height: 100%;}
.Floor003145 .controls .slick-arrow{position: absolute;width: 1.9375em; height: 1.9375em; border: solid 1px #0091da; background-position: center;background-repeat: no-repeat; cursor:pointer; top: 50%;margin-top:-0.96875em; border-radius: 50%;font-size: 1em; background-size:  auto 0.875em;}
.Floor003145 .controls .slick-disabled{border-color: #dcdcdc; cursor: default;}
.Floor003145 .controls .slick-prev{left: 0; background-image: url(../images/Floor003145-prev-red.svg);}
.Floor003145 .controls .slick-next{right: 0; background-image: url(../images/Floor003145-next-red.svg);}
.Floor003145 .controls .slick-prev.slick-disabled{background-image: url(../images/Floor003145-prev.svg);}
.Floor003145 .controls .slick-next.slick-disabled{ background-image: url(../images/Floor003145-next.svg);}

@media (min-width:1025px) {
.Floor003145 .left{width: 65.715%;}
.Floor003145 .right{width:30.715%;}   
.Floor003145 .box{ min-height: 36.25em;} 
.Floor003145 .right dd:last-child{padding-bottom: 0;}
}
@media (max-width:1024px) {
.Floor003145{padding: 3em 0;}
.Floor003145 .auto{padding: 0;}
.Floor003145 .right{margin-top: 3em;} 
.Floor003145 .controls .inner{padding: 0 2.2em;} 
}
@media (max-width:768px){
    .Floor003145 .slider li .tit{height: auto;}
}
/*Floor002660 */
.Floor002660{padding-bottom:5vw;background-color: rgba(0,91,172,.05); }
.Floor002660 .auto{ max-width:1600px;}
.Floor002660 li{ position:relative; margin-right:2%; width:32%; float:left;overflow: hidden;}
.Floor002660 li:nth-child(3n){ margin-right:0;}
.Floor002660 li > img{ display:block; width:100%;}
.Floor002660 li .ycenter,
.Floor002660 li a{ position:absolute; left:0; top:0; width:100%; height:100%; }
.Floor002660 li a{z-index:20;}
.Floor002660 li .ycenter{z-index:10; }
.Floor002660 li .ycenter::before{ 
    position: absolute; content: ''; width: 100%; height: 90%; left: 0; bottom: 0;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.9) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.9) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 99%,rgba(0,0,0,0.9) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00006aff', endColorstr='#66006aff',GradientType=0)
}
/* .Floor002660 li .ycenter::after{ transform:scale(0);}
.Floor002660 li:hover .ycenter::after{ transform:scale(1);}
.Floor002660 li:hover .ycenter::before{ left:30px; top:30px; right:30px; bottom:30px;} */
.Floor002660 li aside{ position:relative; z-index:5; text-align:center; width:100%; font-size:1.5em; font-weight:normal; color:#fff;}
.Floor002660 li figure{ padding-bottom:20px;}
.Floor002660 li figure img{ width:15%; max-width:62px;}
@media(max-width:1024px){
.Floor002660 li aside{ font-size:20px;}
}
@media(min-width:481px) and (max-width:768px){
.Floor002660 li .ycenter::after,
.Floor002660 li .ycenter::before{left:5px; top:5px; right:5px; bottom:5px;}
.Floor002660 li:hover .ycenter::before{ left:10px; top:10px; right:10px; bottom:10px;}
.Floor002660 li figure{ padding-bottom:10%;}
}
@media(max-width:480px){
.Floor002660 li{ float:none; margin:2%; width:auto;}
}


/*Other002539 */
.Other002539{ position:fixed; z-index:200; right:3%;}
.Other002539 ul li{ position:relative;margin-bottom: 10px;}
.Other002539 ul li figure{ position:absolute; top:0; right:48px;background:#0091da; color:#fff; display:none;}
.Other002539 .li_wx figure{ width:150px; padding:10px;}
.Other002539 .li_wx figure img{ display:block; width:100%;} 
.Other002539 .li_tel figure{ padding:0 20px; font-size:18px;line-height:48px;white-space:nowrap;} 
.Other002539 .li_tel figure a{ color:#fff;}
.Other002539 .icon{ display:block; width:48px; height:48px; background:url(../images/Other002539-icon.png) no-repeat left top #fff;border-radius: 100px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 145, 218,0.2 );}
.Other002539 .li_sina .icon{ background-position:0 -50px;}
.Other002539 .li_tel .icon{ background-position:0 -100px;}
.Other002539 .li_feedback .icon{ background-position:0 -147px;}
.Other002539 .icon.gettop{ background-position:0 100%;border-radius: 100px;overflow: hidden;background-color: #0091da;}
.Other002539 .icon.open{ background-image:none; position:relative; }
.Other002539 .open span{ color:#fff; font-size:24px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
@media(min-width:1025px){
.Other002539{top: calc(20% + 275px);}
.Other002539 ul{ display:block !important;}
.Other002539 .icon.open{display:none;}
.Other002539 .li_tel figure::before{ position:absolute; content:''; width:100%; height:100%; left:0; top:0; background-color:transparent;}
}
@media(max-width:1024px){
.Other002539{ bottom:5%;}
.Other002539 ul{ display:none;}
.Other002539 #open_2539{ background-color:#483f3e;}
}


/*Floor002891 */
.Floor002891{padding:5vw 0;background-color: #fff;}

.Floor002891 .ul-tab{display: table;width: 100%;margin: 3vw auto;}
.Floor002891 .ul-tab:after{font-size: 0;line-height: 0;}
.Floor002891 .ul-tab{display: flex;justify-content:space-between;}
/* .Floor002891 .ul-tab li{margin-right:1%;} */
/* .Floor002891 .ul-tab li:last-child{margin-right: 0;} */
.Floor002891 .ul-tab li a{display: block; cursor: pointer;font-size: 1.125em;text-align: center;padding: 1em 0;border-radius: 10px;padding:1vw;}
.Floor002891 .ul-tab li a:hover,
.Floor002891 .ul-tab li.on a{color: #fff;
background:#0091da;
}
.Floor002891 .ul-tab li span{display: block;line-height: 1.5em;height: 3em;margin-top: 0.5em;}
.Floor002891 .ul-tab li .icon img{max-width: 40px;margin: 0 auto;}
.Floor002891 .ul-tab li .onn{display: block;}
.Floor002891 .ul-tab li .off{display: none;}
.Floor002891 .ul-tab li.on .onn{display: none;}
.Floor002891 .ul-tab li.on .off{display: block;}
.Floor002891 .ul-tab li a:hover .onn{display: none;}
.Floor002891 .ul-tab li a:hover .off{display: block;}
.pro_xm{display: flex;align-items: center;justify-content: space-between;}
.pro_left{width: 40%;}
.pro_right{width: 55%;}
.pro_right figure{width: 100%;padding-bottom:63%;background-position: center center;background-repeat: no-repeat;background-size: cover;border-radius: 10px;overflow: hidden;}

.pro_left h2{font-size: 2em;color: #333;}
.pro_left p{font-size: 1.125em;color: #666;line-height: 2;}
.pro_left .title{margin-top: 3vw;}
.pro_left .title .more{left: 0;right: inherit;}



/*Floor003127 */
.Floor003127{position: relative;z-index: 1; overflow: hidden; background: #fff;}
.Floor003127 .ani-bg,
.Floor003127 .ani-bg figure{position: absolute; left: 0; overflow: hidden; }
.Floor003127 .ani-bg{top: 0;z-index: 1;opacity: 0;transition: 1s;width: 100%;height: 90%;}
.Floor003127.active .ani-bg{opacity: 1;}
.Floor003127 .ani-bg figure{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: auto;height: 100%;}
.Floor003127 .ani-bg figure.set{z-index:4;}
.Floor003127 .ani-bg figure.ani-lu{z-index: 3;}
.Floor003127 .ani-bg figure.ani-lu:before{position: absolute;content: '';left: 0; top: 0;height: 100%;width: 100%; background-color: #fff;z-index: 3;transition: 2s 0.5s;}
.Floor003127.active .ani-bg figure.ani-lu:before{height: 0;}

.Floor003127 .main{position: relative;z-index: 4;}
.Floor003127 .title{margin-bottom:3.75em;}
.Floor003127 .title .name{font-size: 2.625em;color: #333;}
.Floor003127 .title .name:after{display: inline-block;content: '';vertical-align: middle;width: 15px;height: 2px;background-color: #e60012; margin-left: 20px;}

.Floor003127 .intro .info h3{font-weight: normal;margin: 0;font-size: 1.8em;color: #333333}
.Floor003127 .intro .info p{font-size: 1.125em;line-height: 1.8; margin: 2.1428em 0;}
.Floor003127 .number{margin-bottom: 3em;}
.Floor003127 .number table,
.Floor003127 .number table tbody,
.Floor003127 .number table tr,
.Floor003127 .number table td{font-size: 1em;}
.Floor003127 .number table td{color: #000000; padding-bottom: 1em;}
.Floor003127 .number table td span{color: #000;font-size: 2em;font-family: 'Bebas'; margin: 0 0.5em;display: inline-block;}
.Floor003127 .number table td i.ani{font-style: normal;}
.Floor003127 .intro .more{display: block;width: 3.125em;height: 3.125em;border-radius: 50%; background: url(../images/Floor003127-icon.svg) no-repeat center; background-size: 1em auto; border: 1px solid #b9b9b9;}
.Floor003127 .intro .more:hover{border-color: #0091da; background-color: #0091da; background-image: url(../images/Floor003127-icon-white.svg);}

.Floor003127 .cultrue{margin-top: 3.75em;background-color: #ffffff; border: solid 1px #f2f2f2;}
.Floor003127 .cultrue dd{position: relative; padding: 2.5em 0;}
.Floor003127 .cultrue dd .ytable{padding: 0 3em;color: #333;display: flex;align-items: center;}
.Floor003127 .cultrue dd figure{font-size: 1.125em; opacity: 0.6;margin-top: 0.3em;}
.Floor003127 .cultrue dd .tit{font-size: 1.6em;}

@media (min-width:1025px) {
.Floor003127 .ani-bg figure img{max-width: none;}
.Floor003127 .auto{padding: 8.75em 0 6.625em 0; }
.Floor003127 .intro{ max-width: 60%;} 
.Floor003127 .cultrue dd{float: left;width: 33.33333%;}   
.Floor003127 .cultrue dd:not(:last-child) .ytable{border-right: 1px solid #ebebeb;}
.Floor003127 .cultrue dd .img{width: 4.25em;}
.Floor003127 .cultrue dd .img img{height: 3.625em;}
.Floor003127 .cultrue dd .box{margin-left: 1em;}
}
@media (max-width:1024px) {
    .Floor002891{padding: 3em 0;}
.Floor003127 .ani-bg figure{width: 150%;}
.Floor003127 .ani-bg figure img{width: 100%;}
.Floor003127 .auto{padding:3em 0; }
.Floor003127 .title{margin-bottom: 2em;}
.Floor003127 .cultrue dd .img{width: 5em;} 
.Floor003127 .cultrue dd .img img{width: 4em;}
.Floor003127 .cultrue dd:not(:last-child){border-bottom: 1px solid #ebebeb;}
.Floor003127 .number table td{display: block;}
.Floor003127 .intro .more{margin: 0 auto;}
}
@media (max-width:640px) {
    .Floor002891 .ul-tab{flex-wrap: wrap;}
    .Floor002891 .ul-tab li{width: 33.33%}
    .Floor003127 .cultrue dd .tit{font-size: 1.2em;}
    .Floor003127 .cultrue{margin-top: 2em;}
    .Floor003127 .cultrue dd{padding: 1.5em 0;}
    .pro_left h2{font-size: 1.4em;}
.Floor003127 .intro .info h3{font-size: 1.4em;}
.pro_xm{flex-wrap: wrap}
.pro_left{width: 100%}
.pro_right{width: 100%;margin-top: 2em;}
.Floor002891 .ul-tab li span{height: auto;}
}


/*Floor003067 */
.Floor003067{background:#f9f9f9 url(../images/hy.jpg) no-repeat center center;background-size: cover;padding: 4.79vw 0 4.27vw 0;}
.Floor003067 .home-title p{margin:2vw 0 5vw;font-size: 1.125em;line-height: 2;}


.Floor003067 >.ytable > .ytable-cell{vertical-align: top;}
.Floor003067  .right li{ border-radius: 20px; overflow: hidden;}
.Floor003067  .right li a{color: #fff; display: block;position: relative; text-align: center;}
.Floor003067  .right li .txt{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; transition: 0.3s;padding: 0 5%;}
.Floor003067  .right li .Ispic{border-radius: 24px;overflow: hidden;padding-bottom: 56.25%;position: relative; z-index: 1;}
.Floor003067  .right li .Ispic:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; background: #000;height: 100%; opacity: 0.3; transition: 0.3s;}
.Floor003067  .right li a:before{position: absolute; content: '';background: rgba(0,148,218,.6); border-radius: 50%; width: 100%;padding-bottom: 100%; z-index: 3;right: 100%; top: 50%; transform: translateY(-50%); transition: 0.3s;}
.Floor003067  .right li a::after{position: absolute; content: '';background: rgba(0,148,218,.6); border-radius: 50%; width: 100%;padding-bottom: 100%; z-index: 3;right: 100%; top: 50%; transform: translateY(-50%); transition: 0.3s;}
.Floor003067  .right li .ytable{height: 100%;}
.Floor003067  .right li .pic{margin: 0 auto 10px; display: table;position: relative;}
.Floor003067  .right li .pic img{transition: 0.3s;}
.Floor003067  .right li .pic .off{position: absolute; left: 0; top: 0; width: 100%;height: 100%; z-index: 10; opacity: 0;}
.Floor003067  .right li .tit .cn{font-size: 1.5em;}
.Floor003067  .right li .tit .en{font-size: 12px;font-family: 'Arial';padding-top: 5px;}
.Floor003067  .right li a:hover{color: #fff;}
.Floor003067  .right li a:hover:before{right: 50%;opacity: 1;}
.Floor003067  .right li a:hover::after{right: 46%;opacity: 1;}
.Floor003067  .right li a:hover .txt{width: 50%;}
.Floor003067  .right li a:hover .en{color: #666;}
.Floor003067  .right li a:hover .pic .off{opacity: 1;}
.Floor003067  .right li a:hover .pic .on,
.Floor003067  .right li a:hover .Ispic:before{opacity: 0;}
@media(min-width:481px){
.Floor003067  .right li{float: left;}
}
@media(min-width:769px){
.Floor003067  .right ul{margin-top: -3.3%;}
.Floor003067  .right li{width: 31.129%; margin-top: 3.3%;}
.Floor003067  .right li:not(:nth-child(3n)){margin-right:3.3065%;}
}
@media(min-width:1025px){
 .Floor003067 .left{width: 21.714%;position: relative;}
.Floor003067  .left .more{position: absolute; left: 0; bottom: 0;}
.Floor003067  .right{padding-left: 3.59vw;}
}
@media(max-width:1024px){
.Floor003067 >.ytable,
.Floor003067 >.ytable > .ytable-cell{display: block;}
.Floor003067 .left,
.Floor003067 .left .col-title{padding-bottom: 5vw;}
}
@media(min-width:481px) and (max-width:768px){
.Floor003067  .auto{position: relative;}
.Floor003067  .left{position: absolute; left: 0; top: 0;width: 48%;}
.Floor003067 .col-title{font-size: 5vw;}
.Floor003067 .more a{font-size: 2.5vw;}
.Floor003067  .right li{width: 48%; margin-bottom: 4%;}
.Floor003067  .right li:not(:nth-child(2n-1)){margin-right:4%;}
.Floor003067  .right li:nth-child(1){margin-left: 52%;}
}
@media(max-width:480px){
.Floor003067  .right li{margin-bottom: 3%;}
}
/*Menu003185 */
.Menu003185{background-color: rgba(0,91,172,.05);}
.Menu003185 li:not(:last-child){margin-right: calc(65 / 1920 * 100vw);}
.Menu003185 li a{color: #333333;display: block;font-size: calc(20 / 16 * 1em); padding: calc(40 / 18 * 1em) 0;position: relative;}
.Menu003185 li a:after{position: absolute;content: ''; height: 2px;width: 0;transition: 0.3s;background-color: #0091da; left: 50%;transform: translateX(-50%); bottom: 0;}
.Menu003185 li a:hover:after,
.Menu003185 li.aon a:after{width: 100%;}
@media (min-width:1025px) {
.Menu003185 li{float: left;}
}
@media (max-width:1024px) {
.Menu003185 ul{overflow: auto;white-space: nowrap;}
.Menu003185 li{display: inline-block;position: relative;}
}

@media(max-width:768px){
.Menu003185 li a{ padding: calc(20 / 18 * 1em) 0;position: relative;}
}


/*Floor002687 */
.Floor002687{ position:relative; z-index:1; background:#f6f6f6; overflow:hidden;}
.Floor002687::before{ position:absolute; content:''; width:50%; left:0; top:0; height:100%; background:rgba(0,91,172,.02);}
.Floor002687 > .auto{ position:relative; z-index:10; padding: 4% 0;}
.Floor002687 .home-title{ text-indent:8px; color:#424242; text-align:center; padding:3% 0; font-size:16px;letter-spacing:8px;}
.Floor002687 .home-title i{ font-size:0; display:inline-block; width:4px; height:4px; background:#424242; border-radius:50%; vertical-align:middle; margin:0 8px 0 0;}
.Floor002687 .inner{ background:#fff; padding:8.5% 0 2% 0;}
.Floor002687 .inner > .auto{ max-width:1440px;}
@media(max-width:1440px){
.Floor002687 .inner > .auto{ padding-left:2%; padding-right:2%;}
}
.Floor002687 .img-group{ float:left; width:54.86%;}

.Floor002687 .slick-slider {position: relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor002687 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor002687 .slick-list:focus {outline: none}
.Floor002687 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor002687 .slick-slider .slick-track, 
.Floor002687 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor002687 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor002687 .slick-track:before, 
.Floor002687 .slick-track:after{display: table; content: '';}
.Floor002687 .slick-track:after{ clear: both;}
.Floor002687 .slick-loading .slick-track { visibility: hidden;}
.Floor002687 .slick-slide{ display: none; float: left; min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor002687 .slick-slide .slick-loading img { display: none;}
.Floor002687 .slick-slide .dragging img { pointer-events: none;}
.Floor002687 .slick-initialized .slick-slide { display: block;}
.Floor002687 .slick-loading .slick-slide { visibility: hidden;}
.Floor002687 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor002687 .slick-arrow .slick-hidden { display: none;}

.Floor002687 .slider{ margin-left:8.86%;}
.Floor002687 .slider li.slick-slide img{ display:block; width:100%;}
.Floor002687 .slick-arrow{ position:absolute; left:0; bottom:0; width:88px; height:88px; background:#fff; z-index:10; background:#fff; padding:0; border:none; font-size:0; cursor:pointer;}
.Floor002687 .slick-prev{ left:-88px;}
.Floor002687 .slick-arrow::before{ position:absolute; content:''; width:12px; height:12px; border-right:2px solid #808080; border-top:2px solid #808080; transform:rotate(45deg); -webkit-transform:rotate(45deg); margin-left:-6px; margin-top:-6px;}
.Floor002687 .slick-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.Floor002687 .slick-next::after{ position:absolute; content:''; width:1px; left:0; top:25%; height:50%; background:#dbdbdb;}
@media(max-width:1024px){
.Floor002687 .slick-arrow{width:50px; height:50px;}
.Floor002687 .slick-prev{ left:-50px;}
}

.Floor002687 .txt-area{ float:right; width:50%; margin-left:-4.86%; position:relative; z-index:10; background:#fff; margin-top:5%;}
.Floor002687 .txt{ padding-left:9.72%; padding-top:10%; padding-bottom:10%;}
.Floor002687 .txt p{ font-size:16px; line-height:30px; max-width:524px;}

.Floor002687 .name h2{ margin:0; font-size:70px; color:#a5a5a5; text-transform:uppercase; line-height:48px;}
.Floor002687 .name h2 b{ font-size:30px; color:#0091da; display:block;}
.Floor002687 .name h5{ margin:0; font-weight:normal; color:#333; font-size:1.125em;line-height: 2;}
.Floor002687 .name h5::before{ display:block; content:''; width:70px; height:1px; background:#878787; margin:17px 0 20px 0;}
@media(max-width:640px){
.Floor002687 .name h2 b{ font-size:20px;}
.Floor002687 .name h2{ font-size:40px; line-height:34px;}
.Floor002687 .name h5::before{ margin:10px 0;}
}


.Floor002687 .num-box{ padding-left:4.89%; padding-top:2%;}
.Floor002687 .num-box .name{ padding-bottom:6%;}
.Floor002687 .num-box dd{ float:left; width:33.33333%; text-align:center;}
.Floor002687 .num-box dd .num{font-size: 1.3em;color: #0091da;}
.Floor002687 .num-box dd .num::after{ display:block; content:''; width:40px; height:2px; background:#d4d4d4; margin:10px auto;}
.Floor002687 .num-box dd .num span{ color:#a5a5a5; font-size:80px; display:inline-block;line-height:55px;}
.Floor002687 .num-box dd .num sup{ color:#a5a5a5; font-size:36px; vertical-align:top; margin-left:5px;}
.Floor002687 .num-box dd p{ max-width:210px; margin:0 auto; line-height:24px; color:#424242; margin-top:2%;font-size: 1.125em;}
.Floor002687 .num-box dd .icon{max-width: 3em;margin: 0 auto;}
.about{margin: 2em 0;}
.about p{line-height: 2;color: #333;}
@media(max-width:768px){
.Floor002687 .img-group,
.Floor002687 .txt-area{ float:none; margin:0; width:auto;}
.Floor002687 .slider{ margin-left:50px;}
.Floor002687 .txt-area .pic{ width:100% !important; display:block;}
.Floor002687 .txt{ padding:5%;}
}
@media(max-width:640px){
.Floor002687 .num-box dd{ float:none; width:auto; margin-bottom:8%;}
.Floor002687 .num-box dd p{ max-width:none;}
.Floor002687 .num-box dd .num span{ font-size:65px; line-height:45px;}
.Floor002687 .num-box dd .num sup{ font-size:28px;}
}
/*PicList003142 */
.PicList003142{padding: 4% 0; }
.PicList003142 li{float: left;  margin-bottom: 2.5em;}
.PicList003142 li .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 1.875em;background-color: #fff;}
.PicList003142 li .tit{ font-size: 1.5em;line-height: 1.6666; min-height: 3.3332em;}
.PicList003142 li p{font-size: 1em; line-height: 1.78571; min-height: 3.57142em;color: #999999;}
.PicList003142 li .pic{overflow: hidden;}
.PicList003142 li .Ispic{padding-bottom: 62.223%;transition: 0.3s;}
.PicList003142 li a:hover .Ispic{transform: scale(1.1);}
.PicList003142 li a:hover{color: #0091da;}
.PicList003142 li time{color: #999999;display: block;background: url(../images/PicList003142-icon.svg) no-repeat right center;}
.PicList003142 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}

.PicList0031421{padding: 4% 0;background-color: #f9f9f9;}
.PicList0031421 li{float: left;  margin-bottom: 2.5em;}
.PicList0031421 li .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);padding: 1.875em;background-color: #fff;}
.PicList0031421 li .tit{ font-size: 1.5em;line-height: 1.6666; min-height: 3.3332em;}
.PicList0031421 li p{font-size: 1em; line-height: 1.78571; min-height: 3.57142em;color: #999999;}
.PicList0031421 li .pic{overflow: hidden;}
.PicList0031421 li .Ispic{padding-bottom: 62.223%;transition: 0.3s;}
.PicList0031421 li a:hover .Ispic{transform: scale(1.1);}
.PicList0031421 li a:hover{color: #0091da;}
.PicList0031421 li time{color: #999999;display: block;background: url(../images/PicList003142-icon.svg) no-repeat right center;}
.PicList0031421 li a:hover time{background-image: url(../images/PicList003142-icon-red.svg);}

@media (min-width:1025px) {

    .PicList003142 li{width: 31.5%;}
    .PicList003142 li:not(:nth-child(3n)){margin-right: 2%;}
    .PicList003142 li:nth-child(3n+1){clear: left;}   
.PicList0031421 li{width: 23.5%;}
.PicList0031421 li:not(:nth-child(4n)){margin-right: 2%;}
.PicList0031421 li:nth-child(4n+1){clear: left;}    
}
@media (max-width:1024px) {
.PicList003142 .auto{margin-top: 2em;}   
.PicList003142 li{width: 48%;}
.PicList003142 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList003142 li:nth-child(2n+1){clear: left;} 
.PicList003142 li .txt{padding: 1em;}
}
/*PicList002854 */
.PicList002854{padding: 4% 0;}
.PicList002854 li{float: left;margin-bottom:2%;}
.PicList002854 li a{display: block;border: solid 3px #f5f5f5;position: relative;padding: 2vw 1vw 4vw; transition: 0.3s;}
.PicList002854 li aside{font-size: 18px; line-height: 28px; height: 56px; text-align: center; margin-bottom: 2vw;color: #333;}
.PicList002854 li .Ispic{background-size: contain;padding-bottom: 56.565%;}
.PicList002854 li a:after{position: absolute; content: '';width: 50px;height: 50px;background:url(../images/PicList002854_btn.png) no-repeat center center #f5f5f5;right: 0; bottom: 0;background-size: auto 21px;transition: 0.3s;}
.PicList002854 li a:hover{border-color: #0091da;}
.PicList002854 li a:hover:after{background-color: #0091da; background-image: url(../images/PicList002854_btn_hover.png);}
@media(min-width:769px){
.PicList002854 li{width: 23.5%; }
.PicList002854 li:not(:nth-child(4n)){margin-right: 2%;}
}
@media(max-width:768px){
.PicList002854 li{width: 48%; }
.PicList002854 li:not(:nth-child(2n)){margin-right: 4%;}
.PicList002854 li aside{font-size: 16px;}
.PicList002854 li a:after{width: 7vw;height: 7vw;background-size: auto 50%;}
.PicList003142 li .tit{font-size: 1.4em;}
.PicList0031421 ul{display: flex;flex-wrap: wrap;margin: -1%;}
.PicList0031421 li{width: 48%;margin: 1%;}
.PicList0031421 li .tit{font-size: 1.2em;}
}
@media(max-width:480px){
.PicList002854 li aside{font-size: 14px;line-height: 20px; height: 40px;}
}
/*Timeline002853 */
.Timeline002853 .auto{max-width: 1440px;}
.Timeline002853 .inner{max-width: 970px;margin: 0 auto;}

@media(min-width:1025px){
.Timeline002853 .slider-nav{float: left;width: 40.516%;}
.Timeline002853 .slider-for{float: right;width: 51.134%;}
.Timeline002853 .slider-nav .slick-arrow{width: 197.246%;right:0; top: 50%;}
.Timeline002853 .slider-nav .slick-prev{margin-top: -65px;}
.Timeline002853 .slider-nav .slick-next{margin-top: 65px;}
.Timeline002853 .slider-nav .slick-next:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}
.Timeline002853 .slider-nav li{padding-right: 3vw;text-align: right;}
}
.Timeline002853 .slider-nav{border-right: 1px solid #efefef;position: relative; padding: 3vw 0;}
.Timeline002853 .slider-nav  .slick-arrow{position: absolute; font-size: 0;border:0;border-bottom: 1px solid #efefef; cursor: pointer;font-size: 0;padding: 0; z-index: 10;}
.Timeline002853 .slider-nav .slick-arrow:before{position: absolute; content: ''; width: 25px; height: 25px; background: url(../images/Timeline002853_btn.png) no-repeat center center #fff; left: 50%; top: 50%; margin: -12px 0 0 -12px;}
.Timeline002853 .slider-nav li{line-height: 129px; font-size: 18px;color: #ccc;font-weight: 100;}
.Timeline002853 .slider-nav li span{font-family: "Barlow-Bold"; font-size: 34px; margin-right: 10px;}
.Timeline002853 .slider-nav li.slick-center{color: #666;}
.Timeline002853 .slider-for .box{padding-top: 6.2vw;line-height: 28px;}
.Timeline002853 .slider-for .year{ font-family: "Barlow-Bold";color: #0091da;font-size: 48px;line-height: normal;}
.Timeline002853 .slider-for .desc{line-height: 28px;color: #333; margin: 1vw 0 2vw 0;font-size: 16px;line-height: 28px;}
.Timeline002853 .slider-nav.under3 .slick-track{transition: 0.3s;}
@media(max-width:1024px){
.Timeline002853 .slider-nav li{line-height: 60px; text-align: center;}
.Timeline002853 .slider-nav{padding: 0 5vw;border-top: 1px solid #efefef;border-bottom: 1px solid #efefef;}
.Timeline002853 .slider-nav .slick-arrow{width: 1px; height: 100%;background: #efefef; top: 0;}
.Timeline002853 .slider-nav .slick-prev{ left: 2.5vw;}
.Timeline002853 .slider-nav .slick-next{ right: 2.5vw;}
.Timeline002853 .slider-nav .slick-prev:before{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);}
.Timeline002853 .slider-nav .slick-next:before{transform: rotate(90deg);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);}
.Timeline002853 .slider-nav .slick-track{margin-top: 0!important;}
.Timeline002853 .slider-nav li.slick-current{color: #666;}
}
@media(max-width:640px){
.Timeline002853 .slider-nav li{font-size: 16px;}
.Timeline002853 .slider-nav li span{font-size: 24px;}
}

/*RighInfo003137 */
.RighInfo003137{padding: 4% 0; }
.RighInfo003137 .auto{position: relative;z-index: 1; }
.RighInfo003137 ul li{text-align: left; box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.05);width: 31.5%;margin-right: 2%;padding:3.5vw 2vw;margin-bottom: 3%;position: relative; border-top: 5px solid #0091da; background:url(../images/RighInfo003137-img.png) no-repeat center bottom #fff; background-size: contain;}
.RighInfo003137 ul li:nth-child(3n){margin-right: 0;}
.RighInfo003137 ul li .inner{margin: 0 auto;}
.RighInfo003137 ul li .name .cn{font-size:2.25em;color: #0091da;line-height: 1.5;display: flex;align-items: center;font-weight: bold;position: relative;display: inline;}
.RighInfo003137 ul li .name .cn:after{position: absolute; left: 0; bottom: 0; width: 100%; content: ''; height: calc(3 / 16 * 1em);
    background: -moz-linear-gradient(left,  rgba(229,0,18,1) 0%, rgba(229,0,18,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(229,0,18,1) 0%,rgba(229,0,18,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(229,0,18,1) 0%,rgba(229,0,18,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9c50', endColorstr='#00bf9c50',GradientType=1 ); /* IE6-9 */
    }
.RighInfo003137 ul li .name .en{ font-size: 1.3em;color: #333;line-height:1.5;margin:1em 0;}
.RighInfo003137 ul li:not(.mark) .icon{position: absolute;right:1em;top:1.5em;width:4.5em;height:4.5em;display: flex;justify-content: center;align-items: center; background: #f2f7fb; border-radius: 50%;}
.RighInfo003137 ul li:not(.mark) .icon img{height:2em;}
.RighInfo003137 ul .tip dd{font-size:1.125em;color: #666;line-height: 1.75;}
@media (min-width:1025px) {
.RighInfo003137 ul{display: flex;width: 100%;flex-wrap: wrap;}
.RighInfo003137 ul li{vertical-align: top;}    
}
@media (max-width:1024px) {
.RighInfo003137 .auto{margin-top:2em;margin-bottom: 2em;}
.RighInfo003137 ul{display: flex;flex-wrap: wrap;margin: -1%;}
.RighInfo003137 ul li{padding: 1em;width: 48%;margin: 1%;box-sizing: border-box;}
.RighInfo003137 ul li .name .cn{font-size: 1.4em;}
.RighInfo003137 ul li:not(.mark) .icon{display: none;}
}
/*RighInfo003148 */
.RighInfo003148 {padding: 4% 0;background: url(../images/RighInfo003148-bg.png) no-repeat center/cover;}
.RighInfo003148 .title{font-size: 1.8em;color: #333333; margin-bottom: 1.2em;}
.RighInfo003148 .items-group .items span{background-color: #0091da;color: #fff;border-radius: 30px;padding: 5px 10px;font-size: 1em;}
.RighInfo003148 .items-group .items:first-child{border-top: 1px solid rgba(0,0,0,0.11);}
.RighInfo003148 .items-group .items:last-child{border-bottom: 1px solid rgba(0,0,0,0.11);}
.RighInfo003148 .items-group .items p{color: #333;font-size:1.125em; line-height: 1.64285;margin-top: 3em;}

.RighInfo003148 .box-rows{margin-top: 4.875em;}
.RighInfo003148 .box-rows .title{margin-bottom: 3.95833em;}
.RighInfo003148 .box-rows dd{box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05);border: solid 1px #f3f3f3;  text-align: center;}
.RighInfo003148 .box-rows dd .heart{font-size: 1.375em;width: 4.0909em; height: 3.5454em; display: block;margin: -1.36363em auto 0; line-height:3.5; background: url(../images/RighInfo003148-icon.svg) no-repeat center; background-size: contain;text-align: center;color: #fff;}
.RighInfo003148 .box-rows dd aside{color: #000000;font-size: 1.25em;font-family: 'SourceHanSansCN-Medium'; margin: 2.4em 0 1em 0;line-height: 1;}
.RighInfo003148 .box-rows dd p{color: #999999; width:73%; margin: auto;}

@media (min-width:1025px) {
.RighInfo003148 .items-group .items .xy{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between}
.RighInfo003148 .items-group .items:nth-of-type(even) .xy{flex-flow: row-reverse;}
.RighInfo003148 .items-group .img{width: 50%;} 
.RighInfo003148 .items-group .txt{width: calc(50% - 3.5em);} 
.RighInfo003148 .box-rows dd{float: left;min-height: 15.625em; width: 30.715%;margin-bottom: 3.9275%;}  
.RighInfo003148 .box-rows dd:not(:nth-child(3n)){ margin-right: 3.9275%;}
}
@media (max-width:1024px) {
.RighInfo003148 .items-group .txt{padding: 2em 0;}   
.RighInfo003148 .box-rows dd{padding-bottom: 3em; margin-bottom: 4em;}
.RighInfo003148 .box-rows dd p{ width:90%;}
.RighInfo003148 .title{font-size: 1.4em;}
.RighInfo003148 .items-group .items p{margin-top: 1em;}
}
/*
 .PicList002323 为demo编号
 */
 .PicList002323{ padding: 4% 0;background: url(../images/pro.jpg) no-repeat right bottom;background-size: cover;}
.PicList002323 .list{ overflow: hidden;}
.PicList002323 .auto{overflow: hidden;}
.PicList002323 ul li{ float: left; width: 48%;margin: 0 4% 4% 0%;text-align: left;border-radius: 50px 0 50px 0;overflow: hidden;}
.PicList002323 ul li .img{ padding-bottom: 67%; position: relative; overflow: hidden;}
.PicList002323 ul li figure{ position:absolute; left:0; top:0; right:0; bottom:0; transition:0.3s;}
.PicList002323 ul li a{position: relative;display: block;width: 100%; background-color: #f0f0f0; /* padding: calc(16 / 16 * 1em); */}

.PicList002323 ul li .text{position: absolute; left: 50%; bottom: 30px;right: 0; border-top: 1px solid #e50012;padding: 15px 30px;background: url("../images/Floor003019_more.png") no-repeat right 3.6vw center rgba(0,145,218,0.9);color: #fff;width: 80%;transform: translateX(-50%);}
.PicList002323 ul li .text h3{padding-right: 35px;font-size: 24px;margin: 0.5em 0;}
.PicList002323 ul li .text p{font-size:1em;letter-spacing: 2.8px;opacity: 0.8; text-transform: uppercase;padding-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;max-width: 80%;}


.PicList002323 ul li a:hover figure{transform: scale(1.1);}
.PicList002323 ul li a:hover h3{ color: #fff;}
@media screen and (min-width:768px ){
.PicList002323 ul li{width:48%;}
.PicList002323 ul li:nth-child(2n){margin-right: 0;}
.PicList0023231 ul li{width:23.5%;}
.PicList0023231 ul li:nth-child(3n){margin-right: 2%;}
.PicList0023231 ul li:nth-child(4n){margin-right: 0;}

}
@media (max-width:1024px) {
    .PicList002323{padding: 3em 0;}
}
@media (max-width:768px){
    .PicList002323 ul{display: flex;flex-wrap: wrap;margin: -1%;}
    .PicList002323 ul li{float: none;width: 48%;margin: 1%;}
    .PicList002323 ul li .img{padding-bottom: 110%;}
    .PicList002323 ul li .text h3{font-size: 22px;}
    .PicList002323 ul li .text{padding: 15px;background: rgba(0,145,218,0.9);width: 94%}
    .PicList002323 ul li .text h3{padding-right: 0;}
    .PicList002323 ul li .text p{max-width: 100%}
}

/*TextList002855 */
.TextList002855{padding: 4% 0; background:url(../images/TextList002855-bg.png) no-repeat center;}
.TextList002855 li{line-height: 4.5625em; background-color: #f0f5fb;padding: 0 20px;border-radius: 20px;margin-bottom: 2%;}
.TextList002855 li time{float: right;color: #c8c8c8; margin-left: 15px;font-size: 1.125em;}
.TextList002855 li a{padding-left: 30px; background: url("../images/TextList002855_icon.png") no-repeat left center;font-size: 1.125em;}
@media(min-width:481px){
}
/*PicList000687 */

.PicList000687{padding: 4% 0 0 0;overflow: hidden;}
.PicList000687 .title{margin-bottom: 2.5vw; text-align: center;}
.PicList000687 .title .cn{font-size: 30px;color: #0091da; padding-bottom: 10px;font-weight: bold;}
.PicList000687 .title .en{font-family: 'bebas-neue';color: #d2d2d2; letter-spacing: 2px;}
@media(max-width:768px){
.PicList000687 .title{margin-bottom: 5vw;}
}
@media(max-width:640px){
.PicList000687 .title .cn{font-size: 6vw;}
}

.PicList000687 .more{ text-align: center;width: 125px; line-height: 40px;color: #fff; background: #0091da;display: block;}
.PicList000687 .more:hover{background: #0091da;}
.PicList000687 .more:after{display: inline-block; content: '';background: url("../images/PicList000687_more.png") no-repeat; width: 25px; height: 6px; vertical-align: middle; margin-left: 5px;}
@media(max-width:480px){
.PicList000687 .more{line-height: 10vw;}
}

.PicList000687 .tit{font-size: 26px;color: #000;}
.PicList000687 time{}
.PicList000687  p{line-height: 1.715em;color: #7d7d7d;height: 3.43em; margin-bottom: 2.03vw;font-size: 1.125em;}
@media(max-width:640px){
.PicList000687 .tit{font-size:4vw;}
.PicList000687  p{font-size:3.5vw;}
}
.PicList000687 .news-top{padding-bottom: 4.22vw;}
.PicList000687 .news-top .info{border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.PicList000687 .news-top time{border-left:1px solid #c6c6c6; padding-left: 1.62vw;display: block; margin-bottom: 2.61vw;color: #0091da;font-size: 18px;}
.PicList000687 .news-top time span{display: block;font-size: 2em;}
.PicList000687 .news-top .slick-dots{ text-align: center;padding-top: 1.72vw;}
.PicList000687 .news-top .slick-dots li{display: inline-block; width: 20px; height:3px; margin: 0 5px;background-color: #d9d9d9;}
.PicList000687 .news-top .slick-dots li button{display: none;}
.PicList000687 .news-top .slick-dots li.slick-active{background:#0091da;}
@media(min-width:769px){
.PicList000687 .news-top .pic{width: 520px;}
.PicList000687 .news-top .info .main{padding-left: 5.21vw;}
}
@media(min-width:1025px) and (max-width:1024px){
.PicList000687 .news-top .pic{width: 45%;}
}
@media(max-width:768px){
.PicList000687 .news-top .ytable-cell,
.PicList000687 .news-top .ytable{display: block;}
.PicList000687 .news-top .info{padding: 5vw;}
}
@media(max-width:640px){
.PicList000687 .news-top time{font-size: 3.6vw;padding-left: 0;border: 0;}
.PicList000687 .news-list li a{display: flex;flex-wrap: wrap;flex-flow: column-reverse;}
}

.PicList000687 .news-list{background: #f5f5f5;padding: 4.12vw 0 2vw 0;}
.PicList000687 .news-list li{background: #fff; margin-bottom: 1.41vw;padding: 0}
.PicList000687 .news-list li a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.PicList000687 .news-list .main{border-left: 2px solid #0091da; padding-left: 4.17vw; padding-right: 4.06vw;}
.PicList000687 .news-list .tit{margin-bottom: 5px;}
.PicList000687 .news-list time{color: #ccc;}
.PicList000687 .news-list .more{line-height: normal;color: #0091da;background: none;width: auto; text-align: left;}
.PicList000687 .news-list .more:after{background-image: url("../images/PicList000687_more.gif");}
@media(min-width:641px){
.PicList000687 .news-list .pic{width: 320px;}
}
@media(max-width:640px){
/* .PicList000687 .news-list .ytable-cell,
.PicList000687 .news-list .ytable{display: block;} */
.PicList000687 .news-list li{margin-bottom:4vw;}
.PicList000687 .news-list .main{padding: 4vw;border: 2px solid #0091da; border-top: 0;}
}



/*Page002623 */
.Page002623{padding: 2vw 0 4vw 0; text-align: center;font-family: Arial;font-size: 18px;}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages > span:not(.p_page){display: none;}
.Page002623 .Pages em{float: left;margin: 0 3vw; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: 50px; width: 50px; margin: 0 1px;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background: #0091da;border-radius: 100px;}
.Page002623 .Pages .p_page > a{font-size: 0;height: 50px;position: relative;}
.Page002623 .Pages .p_page > a:before{position: absolute; content: '';border:5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px;}
.Page002623 .Pages .p_page > a.a_prev:before{border-right-color: #000;border-right-width: 8px;}
.Page002623 .Pages .p_page > a.a_next:before{border-left-color: #000;border-left-width: 8px; margin-left: -4px;}
.Page002623 .Pages a.a_prev:hover:before{border-right-color: #fff;}
.Page002623 .Pages a.a_next:hover:before{border-left-color: #fff;}
@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
.Page002623 .Pages em{display: none;}
.Page002623 .Pages a{background-color: #eee;}
}
/*RighInfo002973 */
.RighInfo002973{color: #333;font-size: 16px;padding: 4% 0; background:url(../images/RighInfo003134-bg.png) repeat-y center top;}
.RighInfo002973 img{display:block;margin: 1em auto;}
.RighInfo002973 .news-details{max-width: 1226px; padding: 3% 0;}
.RighInfo002973 .news-details .title{text-align: center;}
.RighInfo002973 .news-details .title h1{font-size: 30px; margin: 0 0 20px 0;}
.RighInfo002973 .news-details .title aside span{display: inline-block; vertical-align: middle; margin: 0 15px 5px;line-height: 16px;font-size: 1.125em;}
.RighInfo002973 .news-details .title .bshare-custom{display: inline-block;}
.RighInfo002973 .bshare-custom a{background-position: 55% center; margin: 0 0 0 14px;}
.RighInfo002973 .bshare-custom a.bshare-weixin{background-image: url("../images/RighInfo002973_share_wx.png");}
.RighInfo002973 .bshare-custom a.bshare-sinaminiblog{background-image: url("../images/RighInfo002973_share_sina.png");}
.RighInfo002973 .bshare-custom a.bshare-qzone{background-image: url("../images/RighInfo002973_share_qz.png");}
.RighInfo002973 .news-details .edit-info{line-height: 1.875em;border-bottom: 1px solid #d2d2d2;padding: 2% 0; margin-bottom: 2%;font-size: 1.125em;}
.RighInfo002973 .edit-info table{width: 100% !important;}
.RighInfo002973 .edit-info table th,
.RighInfo002973 .edit-info table td{ text-align:center; border:1px solid #eee; border-collapse:collapse; line-height:1.75; padding:15px;font-size: 16px;}
.RighInfo002973 .edit-info table tr:nth-child(2n){background:#f8f8f8;}

.RighInfo002973 .pn-page aside{padding: 10px 0;}
.RighInfo002973 .pn-page aside a{color: #666;}
.RighInfo002973 .pn-page aside a b{color: #333;}
.RighInfo002973  .operating a:hover,
.RighInfo002973 .pn-page aside a:hover{color: #0091da;}
.RighInfo002973  .operating{overflow: hidden;line-height: 24px;}
.RighInfo002973  .operating a{padding-left: 25px;background-repeat: no-repeat;background-position: left 55%;}
.RighInfo002973  .operating a:not(:last-child){margin-right: 45px;}
.RighInfo002973  .operating a.a-print{background-image: url("../images/RighInfo002973_print.png");}
.RighInfo002973  .operating a.a-close{background-image: url("../images/back.svg");background-size: 1.5em;}
@media(min-width:1025px){
.RighInfo002973 .pn-page{min-height: 24px; position: relative;padding-right: 230px;}
.RighInfo002973 .pn-page .operating{position: absolute;right: 0; top: 50%; transform: translateY(-50%);}
.RighInfo002973  .operating a{float: left;}
}
@media(max-width:1024px){
.RighInfo002973  .operating{text-align: right; padding-bottom: 20px;}
.RighInfo002973  .operating a{display: inline-block;}
}
@media(max-width:640px){
.RighInfo002973 .news-details .title h1{font-size:6vw;}
.RighInfo002973{ font-size: 14px;}
}



.RighInfo002973 .flipster{margin:40px 0;}
.RighInfo002973 .flipster li{ width:100%; margin: 0 auto; }
.RighInfo002973 .flipster li a{display: block; position: relative;}
.RighInfo002973 .flipster .pic{ border-radius: 24px; overflow: hidden; position: relative; }
.RighInfo002973 .flipster .Ispic{ width:100%; display: block; padding-bottom:65.105%;}
.RighInfo002973 .flipster .con{ text-align: center;  color: #fff; opacity: 0; position: absolute; left: 0; right:0; bottom: 0; padding: 30px;}
.RighInfo002973 .flipster .tit{font-size:20px;}
.RighInfo002973 .flipster .txt{font-size:16px; line-height: 1.75; margin-top: 15px;} 
.RighInfo002973 .flipster .txt span{margin: 0 10px;} 
.RighInfo002973 .flipster .flip-current .pic:after{position: absolute;content: ''; left: 0;bottom: 0;width: 100%;height:100%; opacity: 0.6;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }
.RighInfo002973 .flipster .flip-current .con{ opacity: 1;}
.RighInfo002973 .flipster .flipster{overflow: visible;}
.RighInfo002973 .flipto-prev,
.RighInfo002973 .flipto-next{position: absolute;border-radius: 50%;background: url("../images/more.svg") no-repeat center center; width: 50px; height: 50px; transition: 0.3s; font-size: 0; z-index: 20; border: 2px solid #0091da; display: block !important; top: 50%; margin-top: -25px;} 
.RighInfo002973 .flipto-prev:hover,
.RighInfo002973 .flipto-next:hover{background-image: url("../images/more-on.svg"); background-color:#0091da;} 
.RighInfo002973 .flipto-prev{left: 0; transform: rotateY(-180deg);}
.RighInfo002973 .flipto-next{right: 0;} 

@media(min-width:1025px){
.RighInfo002973 .flipster li{max-width: 768px; }
.RighInfo002973  .flipster-carousel .flip-next .pic,
.RighInfo002973  .flipster-carousel .flip-prev .pic{filter: blur(4px); opacity: 0.6;}
.RighInfo002973  .flipster-carousel .flip-past .pic,
.RighInfo002973  .flipster-carousel .flip-future .pic{filter: blur(5px); opacity: 0.6;}
}
@media(max-width:1024px){
.RighInfo002973 .flipster li{ opacity: 0 !important;}
.RighInfo002973 .flipster .flip-current{ opacity: 1 !important;}
.RighInfo002973 .flipto-prev{left:20px;}
.RighInfo002973 .flipto-next{right: 20px;}
}











.fwcx{padding: 4% 0;text-align: center;overflow: hidden;font-size: 1.125em; background: url(../images/TextList002855-bg.png) no-repeat center;}
.lm_tit{margin-bottom: 2em;overflow: hidden;text-align: center;}
.lm_tit h2{font-size: 2em;color: #333;position: relative;margin-top: 0;}
.lm_tit span{width: 100px;position: relative; margin: 0 auto;display: block;background: url("../images/logo.png") no-repeat center center; height: 30px;background-size: contain;}
.lm_tit span:before,
.lm_tit span:after{position: absolute; content: ''; height: 1px; width: 1000px; top: 50%;background: #000;}
.lm_tit span:before{right: 100%;}
.lm_tit span:after{left: 100%;}
.fwcx img{display: block;margin: 0 auto;}









/*PicList002926 */
.PicList002926{padding-top: 4.17vw; background: url(../images/RighInfo003134-bg.png) repeat-y top center;}
.PicList002926 .more{ text-align: center;width: 125px; line-height: 40px;color: #fff; background: #0091da;display: none;}
.PicList002926 .more:hover{background: #0091da;}
.PicList002926 .more:after{display: inline-block; content: '';background: url("../images/PicList002926_more.png") no-repeat; width: 25px; height: 6px; vertical-align: middle; margin-left: 5px;}
@media(max-width:480px){
.PicList002926 .more{line-height: 10vw;}
.lm_tit h2{font-size: 1.6em;}
}

.PicList002926 li{margin-bottom: 4.17vw;}
.PicList002926 li .pic a{display: block; overflow: hidden;}
.PicList002926 li .pic img{transition: 0.3s;}
.PicList002926 li:hover .pic img{transform: scale(1.2);-webkit-transform: scale(1.2);-ms-transform: scale(1.2);}
.PicList002926 li:nth-child(2n-1) .info .inner{margin-left: 2.6vw;}
.PicList002926 li:nth-child(2n) .info .inner{margin-right: 2.6vw;}
.PicList002926 li .info .inner{border-top: 1px solid #0091da;border-bottom: 1px solid #0091da; padding: 2.03vw 1.98vw;text-align: center;}
.PicList002926 li .icon img{max-height:50px;}
.PicList002926 li h3{font-size: 2em;margin: 0.5em 0;}
.PicList002926 li h3:after{display: block; content: ''; height: 2px;background: #0091da; width: 20px; margin: 10px auto;}
.PicList002926 li h3 a{color: #000;}
.PicList002926 li h3 a:hover{color: #0091da;}
.PicList002926 li .more{margin: 0 auto;}
.PicList002926 li  p{color: #808080;line-height: 1.715em; max-height: 5.145em; margin-bottom: 1vw;font-size: 1.125em;}
@media(min-width:1025px){
.PicList002926 li .pic{width: 59.642%;}
}
@media(max-width:1024px){
.PicList002926 li .ytable,
.PicList002926 li .ytable-cell{display: block;}
}
@media(max-width:640px){
.PicList002926 li h3{font-size: 5vw;}
.PicList002926 li  p{font-size: 3.5vw;}
 .PicList002926 li .info .inner{padding: 5vw 3vw;}
}
.TextList001398 li{padding: 0 10px; line-height: 60px; position:relative;background-color: rgba(0, 145, 218, 0.05);margin-bottom: 1%;}
.TextList001398 li a{display:block; padding:15px 15px 15px 3em; background: url(../images/word.svg) 1% 50% no-repeat; font-size: 1.125em; color: #3d3d3d;background-size:1.5em; text-align: left;}
.TextList001398 li a:hover{color: #0091da;}
.TextList001398 li .btn{background: url(../images/xz.svg) left center no-repeat;background-size: 1.5em; padding-left: 40px; float: right; color: #666;}
.TextList001398 li .btn:hover {color: #0091da;background: url(../images/xz-on.svg) left center no-repeat; background-size: 1.5em;}
.TextList001398 li:nth-child(2n){background: #fff;}


/*RighInfo003187 */
.RighInfo003187{ overflow: hidden;padding: 4% 0; background: url(../images/TextList002855-bg.png) no-repeat center;}
.RighInfo003187 .column-name{position: relative;padding: calc(59 / 16 * 1em) 0 0 calc(77 / 16 * 1em);z-index: 1;color: #fff;}
.RighInfo003187 .column-name aside{position: relative;z-index: 4;}
.RighInfo003187 .column-name .cn{font-size: calc(38 / 16 * 1em);font-family: 'SourceHanSansCN-Bold'; line-height: 1;}
.RighInfo003187 .column-name .en{font-family: 'Oswald-Regular';font-size: calc(30 / 16 * 1em);line-height: calc(26 / 30 * 1em); margin-top: calc(7 / 30 * 1em); opacity: 0.3;}
.RighInfo003187 .column-name .mark{position: absolute; left:0; top: 0;background: url(../images/RighInfo003187-title-bg.png) no-repeat; width: calc(133 / 16 * 1em);height: calc(133 / 16 * 1em);background-size: contain;}
@media (min-width:1025px) {
 .RighInfo003187 .column-name{margin-left: calc(-77 / 16 * 1em);}
}
@media (max-width:1024px) {
.RighInfo003187 .column-name{padding: calc(40 / 16 * 1em) 0 0 calc(40 / 16 * 1em); font-size: 0.8em;}  
}

.RighInfo003187 .left,
.RighInfo003187 .right{position: relative; }
.RighInfo003187 .left .Ispic{position: absolute; top: 0;right: 0;height: 100%;}
.RighInfo003187 .left .main{position: relative;z-index: 3;}
.RighInfo003187 .desc dt{position: relative;display: table; margin-bottom: 0.5em;}
.RighInfo003187 .desc dt aside{position: relative;z-index: 4;font-size: calc(30 / 16 * 1em); line-height: 1.1;}
.RighInfo003187 .left .desc{color: #fff;}
.RighInfo003187 .desc dt:after{position: absolute; left: 0; bottom: 0; width: 100%; content: ''; height: calc(9 / 16 * 1em);
background: -moz-linear-gradient(left,  rgba(0,145,218,1) 0%, rgba(0,145,218,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,145,218,1) 0%,rgba(0,145,218,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,145,218,1) 0%,rgba(0,145,218,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9c50', endColorstr='#00bf9c50',GradientType=1 ); /* IE6-9 */
}
.RighInfo003187 .desc dd.big{font-size: calc(30 / 16 * 1em);position: relative;font-family: 'SourceHanSansCN-Bold';display: table; line-height: 1; padding-right: calc(107 / 30 * 1em);}
.RighInfo003187 .desc dd.big img{position: absolute;right: 0; bottom: 0; width: calc(84 / 30 * 1em);}
.RighInfo003187 .desc dd{line-height: calc(30 / 16 * 1em);text-align: justify;margin-bottom: 3em;font-size: 1.125em;}

.RighInfo003187 .right .desc dt{margin-bottom: 1.5em;color: #333333; }
.RighInfo003187 .right .desc dd.big{color: #0091da;margin-bottom: 1em;font-size: 1.3em;}
.RighInfo003187 .right .desc:nth-child(2){margin-bottom: calc(40 / 16 * 1em);}
.RighInfo003187 .right li .item{color: #fff;position: relative;perspective: 600px;}
.RighInfo003187 .right li .ytable{ height: 100%; text-align: center;}
.RighInfo003187 .right li .txt{position: absolute; left: 0; width: 100%; height: 100%; top: 0;}
.RighInfo003187 .right li .Ispic{padding-bottom: calc(253 / 180 * 100%);   transition-property: transform; transform-style: preserve-3d; transform: translateX(-5px) translateZ(34px) rotateY(-24deg) scaleY(0.9) scaleX(1.03);transition: 0.3s ease-in-out;}
.RighInfo003187 .right li:nth-child(1) .Ispic{transform: translateX(5px) translateZ(34px) rotateY(24deg) scaleY(0.9) scaleX(1.03);}
.RighInfo003187 .right li .tit{font-size: calc(18 / 16 * 1em); line-height: 1; margin-bottom: calc(30 / 18 * 1em);}
.RighInfo003187 .right li  p{margin: 0; line-height: calc(30 / 16 * 1em);}

@media (min-width:1025px) {
.RighInfo003187 .left,
.RighInfo003187 .right{width: 50%;padding-top: calc(93 / 1920 * 100vw);padding-bottom: calc(93 / 1920 * 100vw);}
.RighInfo003187 .left .Ispic{width: 100%;}
.RighInfo003187 .left .main{padding-right: calc(156 / 720 * 100%);}
.RighInfo003187 .left .column-name{margin-bottom: calc(206 / 16 * 1em);}
.RighInfo003187 .right{padding-left: calc(119 / 1920 * 100vw);}
.RighInfo003187 .right li{float: left; width: 30%; }
.RighInfo003187 .right li:not(:nth-child(3n)){margin-right:calc((100% - 30% * 3)/2);} 
.RighInfo003187 .right li:hover .Ispic{opacity: 1;transform: translateX(0) translateZ(0) rotateY(0) scaleY(1) scaleX(1);}
.RighInfo003187 .desc:not(:last-child){margin-bottom: calc(92 / 16 * 1em);}
}
@media (max-width:1024px) {
.RighInfo003187 .right li:nth-child(3n) .Ispic{transform: translateX(5px) translateZ(34px) rotateY(24deg) scaleY(0.9) scaleX(1.03);}
.RighInfo003187 .left .Ispic{width: auto; left: -3vw; right: -3vw;}
.RighInfo003187 .left,
.RighInfo003187 .right{padding: calc(40 / 16 * 1em) 0;}
.RighInfo003187 .left .column-name{margin-bottom: calc(70 / 16 * 1em);}
.RighInfo003187 .desc:not(:last-child){margin-bottom: calc(50 / 16 * 1em);}
.RighInfo003187 .right li .Ispic{padding-bottom: 37vw; background-position: center bottom;}
}
@media (max-width:640px) {
.RighInfo003187 .desc dd.big{padding-right: calc(80 / 30 * 1em);}
.RighInfo003187 .desc dd.big img{width: calc(60 / 30 * 1em);}
}
/*TextList003149 */
.TextList003149{font-family: 'SourceHanSansCN-Regular';}
.TextList003149 .auto{padding: 4em 0 1em 0;}
@media (max-width:1024px) {
.TextList003149 .auto{padding: 2em 0;}
}

.TextList003149 .type dd{position: relative;color: #333;font-size: 1.125em;}
.TextList003149 .type dd span{color: #999999;display: inline-block;padding-left: 1.25em;background-repeat: no-repeat;background-position: left center; background-size: 1em auto;}
.TextList003149 .type dd.edu span{background-image: url(../images/Floor003147-edu.svg);}
.TextList003149 .type dd.num span{background-image: url(../images/Floor003147-user.svg);}
.TextList003149 .type dd.wp span{background-image: url(../images/Floor003147-place.svg);}
.TextList003149 .type dd.time span{background-image: url(../images/Floor003147-time.svg);}
@media (min-width:1025px) {
.TextList003149 .type{overflow: hidden;}
.TextList003149 .type dd{float: left;}
.TextList003149 .type dd:not(:last-child):after{position: absolute;content: ''; width: 1px;height: 10px;background-color: #d4d4d4; top: 50%;margin-top: -5px;right: 0;}
}

.TextList003149 .list li{border-radius: 5px; border: solid 1px #f0f5fb; transition: 0.3s; cursor: pointer;background-color: #f0f5fb;}
.TextList003149 .list li:hover{border-color: #0091da;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.08);}
.TextList003149 .list li .inner{padding: 2.5em;}
.TextList003149 .list li .name{font-size: 1.5em;color: #333333;}
.TextList003149 .list li .type{border-bottom: 1px dotted rgba(0, 0, 0, 0.2);font-size: 0.875em; padding:1em 0 1.5em 0;margin-bottom: 1em;}
.TextList003149 .list li .type dd:not(:last-child){padding-right: 1.7142em;margin-right: 1.7142em;}
.TextList003149 .list li .intro{font-size: 1em;color: #999999;line-height: 1.7857;margin-bottom: 1em; min-height: 3.5714em;}
.TextList003149 .list li .view{color: #0091da;font-size: 0.875em;padding-right: 1.6428em;background: url(../images/Floor003147-icon.svg) no-repeat right center; background-size: 1.1428em auto;}
@media (min-width:1025px) {
.TextList003149 .list li{float: left;width: 49.286%;margin-bottom: 1.5%;}  
.TextList003149 .list li:nth-child(2n){float: right;}
.TextList003149 .list li:nth-child(2n+1){clear: left;} 
}
@media (max-width:1024px) {
.TextList003149 .list li{margin-bottom: 2em;}
.TextList003149 .list li .inner{padding: 1em;}    
}

.TextList003149 .popUp-box{position: fixed;left: -100%;width: 100%; top: 0;height: 100%; background-color: rgba(0,0,0,0.5); overflow: auto; z-index: 200;}
.TextList003149 .popUp-box.show{left: 0;}
.TextList003149 .popUp-box .ytable{height: 100%;}
.TextList003149 .popUp-box .main{position: relative; max-width: 1300px; background-color: #fff; width: 90%; margin: 0 auto;padding-bottom: 3vw;border-radius: 30px;}
.TextList003149 .popUp-box .main .colse{position: absolute;width: 1.5625em; height: 1.5625em; right: 1.25em;top: 1.25em; background: url(../images/Floor003147-close.svg) no-repeat;background-size: contain;z-index: 10; cursor:pointer;}
.TextList003149 .popUp-box .main > div{width: 90%;margin: 0 auto;max-width: 1200px;}
.TextList003149 .popUp-box[data-type="form"] .main > div{max-width: 1082px;}
.TextList003149 .popUp-box .name{font-family: 'SourceHanSansCN-Medium';font-size: 2.25em;color: #333; padding:1em 0;text-align: center;}
.TextList003149 .popUp-box[data-type="form"] .name{border-bottom: 1px solid #000000; margin-bottom: 1em;}
.TextList003149 .from{padding-bottom: 3em;}
.TextList003149 .from .text{width: 100%;height: 3.125em; line-height: 3.125em; font-size: 1em; border-radius: 5px; border:solid 1px rgba(139,139,139,0.2);}
.TextList003149 .from textarea.text{height: auto;}
.TextList003149 .from table{font-size: 0.875em;}
.TextList003149 .from table tr,
.TextList003149 .from table td{font-size: 1em;}
.TextList003149 .from td{color: #333333; }
.TextList003149 .from .btn{width: 10em;height: 3.75em;background: #0091da;box-shadow: 0px 0.625em 1.875em rgba(0,145,218, 0.08);border-radius: 5px;color: #fff;font-family: 'SourceHanSansCN-Regular'; border: 0; cursor:pointer;font-size: 1em;padding: 0;}
.TextList003149 .from .btn-reset{background: #6e6e6e;}
.TextList003149 .from .btn + .btn{margin-left: 0.625em;}
.TextList003149 .load-info .type{background-color: #f0f0f0; padding: 0.625em 0;}
.TextList003149 .load-info .intro-tit,
.TextList003149 .load-info .edit-info{max-width: 1082px;margin: 0 auto; width: 95%;}
.TextList003149 .load-info .intro-tit{border-bottom: 1px solid #000000;font-family: 'SourceHanSansCN-Medium'; font-size: 1.125em; line-height: 2; margin-top:2em; margin-bottom: 1em;color: #333;}
.TextList003149 .load-info .edit-info{font-size: 1.125em;line-height: 2.57142; color: #999;}
@media (min-width:1025px) {
.TextList003149 .load-info .type{text-align: center;}
.TextList003149 .load-info .type dd{float: none;display: inline-block;padding: 0 48px; line-height: 2.5;}
.TextList003149 .from .f-name{text-align: right;}
.TextList003149 .from td{line-height: 3.125em;vertical-align: top;padding-bottom: 1.428571em;}
.TextList003149 .from .w1{width:6.7857em;}
.TextList003149 .from .w2{width:36.969%;}
.TextList003149 .from .w3{width:15.712%;}
}
@media (max-width:1024px) {
.TextList003149 .load-info .type{padding:1em;}
.TextList003149 .popUp-box .name{font-size: 1.5em;}
.TextList003149 .from td{display: block;}
.TextList003149 .from .f-name{padding-top: 1em;}
.TextList003149 .load-info .intro-tit{margin-top: 0;}
}

.TextList003149 .apply-btn{text-align: center; padding:3em 0}
.TextList003149 .apply-btn a{display: inline-block;font-size: 1.125em;background-color: #0091da; border-radius: 5px; line-height: 5; padding: 0 4em;color: #fff; cursor:pointer;}
.TextList003149 .apply-btn a:before{display: inline-block;width: 1.2222em; height: 1.2222em;content: ''; background: url(../images/Floor003147-seed.svg) no-repeat; background-size: contain; vertical-align: middle; margin-right: 1em;}


/*TextList003121 */
.TextList003121{padding: 4% 0; background: url(../images/RighInfo003134-bg.png) repeat-y center top;}
.TextList003121 .area dd{color: #333;font-size:calc(18 / 16 * 1em); line-height:calc(30 / 18 * 1em);border-radius:calc(30 / 18 * 1em);padding:calc(15 / 18 * 1em) calc(66 / 18 * 1em) calc(15 / 18 * 1em) calc(20 / 18 * 1em); cursor: pointer; text-align: right; }
.TextList003121 .area dd.on{background-color:#0091da; color: #fff;}
.TextList003121 .list ol p{font-size:1em; line-height: 1.75; margin: 0; color: #333;}
.TextList003121 .list ol p+p{ margin-top: 1em;}
.TextList003121 .list ol img{ margin:2em 0; border-radius: 10px;}
.TextList003121 .list li{border-top: 1px solid #f2f2f2;line-height:1.75; padding-top:3em; margin-top:3em; display: flex; flex-wrap: wrap; padding-left: calc(38 / 16 * 1em);background: url(../images/gs.svg) no-repeat left 3.5em; background-size: auto calc(20 / 16 * 1em);}
.TextList003121 .list .tit{font-size:calc(26 / 16 * 1em); color: #333; width: 100%;}
.TextList003121 .list li p{width: 48%; margin: 0; margin-right:4%; margin-top:1em;font-size: 1.125em;}
.TextList003121 .list li p:nth-child(2n+1){margin-right:0;}
@media (min-width:769px) {
.TextList003121 .ytable{table-layout: fixed;}
.TextList003121 .ytable-cell{vertical-align: top;}  
.TextList003121 .area{width:calc(310 / 16 * 1em);border-right: 1px solid #f2f2f2;}
.TextList003121 .area dl{margin-right:calc(-22 / 16 * 1em);}
}
@media (max-width:768px) {
.TextList003121 .ytable,
.TextList003121 .ytable-cell{display: block;}
.TextList003121 .area{margin-bottom: 2vw;}  
.TextList003121 .area dl{display: flex;flex-wrap: wrap;}
.TextList003121 .area dd{font-size: 2.5vw;}
.TextList003121 .list .tit{font-size: calc(22 / 16 * 1em);}
.TextList003121 .list li p{width: 100%;margin-right: 0;}
.TextList003121 .list li{margin-top: 1em;padding-top: 1em;}
}

@media (max-width:640px) {
.TextList003121 .list li{ background:url(../images/gs.svg) no-repeat left 1.6em; background-size:auto calc(20 / 16 * 1em);}
}



.pro_box{padding: 4% 0;}

.RighInfo002254{width: 50%;}
.RighInfo002254 .slider-big{ border:1px solid #dcdcdc;}
.RighInfo002254 .slider-big li figure{ background-size:cover;}
.RighInfo002254 .slider-list{ position: relative;}
.RighInfo002254 .slider-list li figure{  border:1px solid #f2f2f2;}
.RighInfo002254 .slider-list li.slick-current figure{border-color: #0091da; }
.RighInfo002254 .slider-list .slick-arrow{position:absolute; width:100%; height:40px;cursor:pointer; background-position: center;background-repeat: no-repeat; background-size:auto 50%;}
.RighInfo002254 .slider-list .slick-prev{background-image:url(../images/RighInfo002254-btn_prev.png);}
.RighInfo002254 .slider-list .slick-next{background-image:url(../images/RighInfo002254-btn_next.png);}
.RighInfo002254 .slider-list .slick-disabled{cursor:default;}


@media (min-width:641px) {
.RighInfo002254 .list_img{position:relative;}
.RighInfo002254 .slider-big{position:absolute; left:0; top:0; height:100%; width:80%; }
.RighInfo002254 .slider-big *{height: 100%;}
.RighInfo002254 .slider-list{padding:0;margin-left: 82.9%;}
.RighInfo002254 .slick-dotted ul{padding: 60px 0;}
.RighInfo002254 .slider-list .slick-arrow{ left: 0;}
.RighInfo002254 .slider-list .slick-prev{top: 0;}
.RighInfo002254 .slider-list .slick-next{bottom: 0;}
.RighInfo002254 .slider-list li{ height:130px;  position:relative;}
.RighInfo002254 .slider-list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain;}
.RighInfo002254 .slider-list li.slick-current figure{ border-width:2px;}
}
@media(max-width:640px){
.RighInfo002254 .slider-big li .Ispic{padding-bottom: calc(476 / 536 * 100%);}
.RighInfo002254 .slider-list li .Ispic{padding-bottom: calc((476 * 0.9) / 536 * 100%); width: 90%; margin: 0 auto;}
.RighInfo002254 .slider-list{padding:0 42px; margin-top: 3vw;}
.RighInfo002254 .slider-list .slick-arrow{ top: 0; width: 42px; height: 100%; background-size: contain;transform: rotate(-90deg);}
.RighInfo002254 .slider-list .slick-prev{left: 0;}
.RighInfo002254 .slider-list .slick-next{right: 0;}
 }  


 .cpcs dl{display: flex;flex-wrap: wrap;}
 .cpcs dl dd{width: 49%;margin-right: 2%;color: #333;font-size: 1em;line-height: 2;background-color: #f9f9f9;padding: 0.5em 2em;margin-bottom: 2%;border-radius: 5px;position: relative;}
 .cpcs dl dd::after{content: "";display: block;width: 10px;height: 2px;background-color: #005737;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
 .cpcs dl dd:nth-child(2n){margin-right: 0;}
 .cpcs dl dd b{font-weight: normal;}

 
.fl-men{/* margin-top: -10%; */background-color: #fff;padding:1vw;padding-right: 0;margin-bottom: 5%;padding-bottom: 5%;font-size: 16px;border-radius:6px;width: 100%;}
.fl-men .scroll{/* max-height: 980px; overflow-y: auto; */ padding-right: 1vw;}
.fl-men dl{ padding:5% 0; border-bottom: 1px solid #ededed;}
.fl-men dd dl{ padding-left: 5%; padding-right: 5%;}
.fl-men dd dl:last-child{ border-bottom: none;}
.fl-men dt{ padding-right: 15px; position: relative; color: #333; cursor: pointer;font-weight: bold;padding-left:27px;text-transform: capitalize;font-size: 1.3em;}
.fl-men dl .one{ padding-left: 0;}
.fl-men dl dl dt{font-weight:normal;}

.fl-men dl dd{ padding-top: 4%;}
.fl-men dl dl dd{ padding-left: 20px;}
.fl-men dl li{ margin: 1em 0; color: #888888; position: relative; line-height: 24px; cursor: pointer;font-size: 1.125em;}
.fl-men dl .flex-3,.fl-men dl .flex-2{display: flex;flex-wrap: wrap;}
.fl-men dl .flex-3 li{width:33.33%;}
.fl-men dl .flex-2 li{width:50%;}
.fl-men dl li .icon{ width: 13px; height: 13px; border: 1px solid #c1c1c1; position: absolute; left: 0; top: 6px;}
.fl-men dl li.on .icon{ background: url(../images/pro_icon2.png) no-repeat center;}
.fl-men dl .icon{ width: 13px; height: 13px; border: 1px solid #c1c1c1; position: absolute; left: 0; top: 6px;}
.fl-men dl .on .icon{ background: url(../images/pro_icon2.png) no-repeat center;}
.fl-men #slider{ margin: 50px auto 15px auto; height: 12px;width:75%;}
.fl-men .noUi-horizontal .noUi-handle{ height: 20px;}
.fl-men .noUi-horizontal .noUi-tooltip{ bottom: 160%;}
.fl-men .noUi-connect{ background-color: rgb(13,87,167);}
.fl-men .noUi-tooltip{ font-size: 14px; background-color: rgb(13,87,167); color: #fff;}
.fl-men .noUi-tooltip::before{ content: ''; position: absolute; left: 50%; top: 100%; border: 6px solid transparent; border-top-color:rgb(13,87,167); transform: translateX(-50%);}
.fl-men #num{ display: flex; justify-content: space-between;}
.fl-men #num label{ width: 45%;}
.fl-men #num label input{ border: 1px solid #888888; width: 100%; height: 30px; line-height: 30px; text-align: center; }
.fl-men #Searchbtn{ width: 100px; line-height: 36px; border-radius: 6px; text-align: center; background-color: rgb(13,87,167); color: #fff; margin: 10px auto; display: block;}
@media only screen and (max-width:768px ) {
    .fl-men{ margin-top: 0; padding: 2%;}
    .fl-men dl{ padding:4% 0;}
    .fl-men dl dd{ padding-top: 2%;}
    .fl-men .scroll{max-height: none; }
}


/*Other002679 */
.Other002679{ position:fixed; z-index:200; right:3%; top:20%; /* margin-top:-169px; */}
.Other002679 ol,
.Other002679 ol > li{ position:relative;}

.Other002679 aside{ display:none; position:absolute;top:50%; margin-top:-20px; right:120%;white-space:nowrap; text-overflow:ellipsis; padding-left:25px;font-size:16px; color:#666;}
.Other002679 aside::after{position: absolute;content: '';background: #fff;box-shadow: -1px 1px 0px #cccccc; width: 14px;height: 14px;top: 50%;right: -7px;margin-top: -7px;overflow: hidden;pointer-events: none;-webkit-transform: rotate(225deg);-mz-transform: rotate(225deg);transform:rotate(225deg);display: none;}
.Other002679 aside dl{box-shadow: 0 0 5px #ccc;border-radius: 8px;background: #fff;padding:0 10px;color: #999;line-height: 42px;}
.Other002679 aside.phone,
.Other002679 aside.call{margin-top:-85px;}
.Other002679 aside.online{margin-top:-93px;}
.Other002679 aside.online a{ text-decoration:underline; color:#0091da;}
.Other002679 aside.online b{font-size: 33px;color: #0091da;width: 60px;padding-right: 5px;display: inline-block;text-align: right;font-family: "Impact";}
.Other002679 aside.online dl .a_ask{width: 160px;height: 40px; text-decoration:none;text-align: center;line-height: 40px;color: #fff;background: #0091da;border-radius: 50px;display: block;margin: 16px auto 0;}
.Other002679 ol.advisory li aside dl{padding:25px 30px; line-height:normal;}
.Other002679 ol.advisory li aside dl p{line-height: 2;}
.Other002679 aside.call dl h2,
.Other002679 aside.call dl p{margin: 10px 0 0 0;}
.Other002679 aside.call dl h2{ font-size: 38px;color: #0091da;border-bottom: 1px dashed #ccc;height: 47px;line-height: 47px;font-family: "Impact";}
.Other002679 aside.call dl p b{font-size: 26px;color: #666;margin-left: 10px;font-family: "Impact";}
.Other002679 aside.phone dl span{ background:none; width:auto; height:auto; line-height:normal; margin-right:5px; display:inline-block; box-shadow:none;}
.Other002679 aside.phone dl p{ line-height:normal; font-weight:bold; margin:0 0 5px 0; font-size:14px;color: #0091da;}
.Other002679 aside.phone dl{ padding:15px 30px;}
.Other002679 aside.phone img{ width:82px;}

.Other002679 aside.phone{text-align: center;}



.Other002679 span.iconfont{ display:block;width:48px; height:48px; line-height:48px; text-align:center; font-size:20px; color:#0091da; background:#fff; border-radius:50%; transition:0.3s; box-shadow: 0px 0px 5px #ccc;}
.Other002679 ol.advisory{ border-radius:40px; background:#fff; padding:3px; margin:10px 0;box-shadow: 0px 0px 5px #cccccc;}
.Other002679 ol.advisory li{padding:11px 0; border-radius:30px;transition:0.3s;}
.Other002679 ol.advisory li figure{ width:20px; margin:0 auto;white-space:normal;word-break:break-all; text-align:center; line-height:18px;font-size: 16px;color:#666;transition:0.3s;}
.Other002679 ol.advisory li span.iconfont{ height:auto; width:auto; line-height:normal; background:none; box-shadow:none;}
.Other002679 ol:hover > span,
.Other002679 ol:hover a span,
.Other002679 ol.advisory li:hover{ color:#fff; background:#0091da;}
.Other002679 ol.advisory li:hover figure,
.Other002679 ol.advisory li:hover span{ color:#fff;}
.Other002679 span.iconfont{background: url(../images/vx.svg) no-repeat center center #fff;background-size: 1.2em;}
.Other002679 span.iconfont:hover{background: url(../images/vx-bai.svg) no-repeat center center #0091da;background-size: 1.2em;}
@media(max-width:1440px){
.Other002679,.Other002539{ right: 1%;}
}
@media(max-width:1024px){
.Other002679{ display:none;}
}

.Other002679 .gettop{width: 40px;height: 60px;margin-top: 600px;transition: margin-top 0.5s;position: relative;}
.Other002679 .gettop a.gettop_a_T {background-position: center -100px;}
.Other002679 .gettop a {position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;background: url(../images/gettop.png) no-repeat center top,url(../images/huo.gif) no-repeat center 32px;animation: My_huojian 0.2s infinite linear; transition: background 0.8s;}
.Other002679 .gettop_act {margin-top: 10px;}
@keyframes My_huojian
{
0% { top:0px;}
50% { top:2px;}
100% {top:0px;}
}
@-webkit-keyframes My_huojian 
{
0% { top:0px;}
50% { top:2px;}
100% {top:0px;}
}


.Other002679 .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.Other002679 .pop-up .ycenter{ height:100%;}
.Other002679 .pop-up .main{ position:relative; width:90%; margin:0 auto; max-width:500px; background:#fff; border:0px solid #0091da; border-radius:15px; padding:2%;}
.Other002679 .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#0091da; cursor:pointer;}
.Other002679 .pop-up .close::before,
.Other002679 .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.Other002679 .pop-up .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.Other002679 .pop-up#form td{ padding-top:4%; vertical-align:top;}
.Other002679 .pop-up#form td.f-name{ text-align:right; width:90px; line-height:1.8;}
.Other002679 .pop-up#form td .text{ width:100%; line-height:32px; height:32px; border:1px solid #eee; border-radius:3px; padding:0 5px;}
.Other002679 .pop-up#form td .btn{ width:40%; margin-right:3%; height:40px; cursor:pointer; border:none; border-radius:3px;color:#fff; background:#0091da; max-width:120px;}
.Other002679 .pop-up#form td .btn_reset{ background:#999;}
.Other002679 .pop-up#form td textarea.text{ height:90px;}
.Other002679 .pop-up#form p{ margin:0 0 12px 0; text-align:center; font-size:22px; font-weight:normal; color:#0091da; line-height: 1.4; }
.Other002679 .pop-up#map .main{ padding:15px;}
.Other002679 .pop-up .map{ height:300px;}



/*PicList002925 */
.PicList002925{background: #f5f5f5 url(../images/ry.jpg) no-repeat right bottom;padding: 4vw 0;overflow: hidden;background-size: cover;}
.PicList002925 .auto{max-width: 1400px;}
.PicList002925 .title{margin-bottom: 2.5vw; text-align: center;}
.PicList002925 .title .cn{font-size: 30px;color: #a52d33; padding-bottom: 10px;font-weight: bold;}
.PicList002925 .title .en{font-family: 'bebas-neue';color: #d2d2d2; letter-spacing: 2px;}
@media(max-width:768px){
.PicList002925 .title{padding-bottom: 6vw;}
}
@media(max-width:640px){
.PicList002925 .title .cn{font-size: 6vw;}
}
.PicList002925 .list{padding: 0 3.4375vw;}
.PicList002925 .list ul{margin: 0 -2vw;}
.PicList002925 li{float: left; text-align: center;position: relative;background: url("../images/PicList002925_taibg.png") repeat-x top 70% left;}
.PicList002925 li a{display: block;position: relative; z-index: 3;}
.PicList002925 li .pic{padding-bottom: 1.98vw;}
.PicList002925 li .Ispic{padding-bottom: 55%;background-size: contain;}
.PicList002925 li .tit{margin-top: 1.303vw; margin-bottom: 2.08vw; padding: 0 5%;}
.PicList002925 li .tit aside{font-size: 1.125em; line-height: 1.25em;height: 2.5em;}
@media(min-width:769px){
.PicList002925 li{width:25%;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(4n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #fff; width:7.4375vw;left: -2vw;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(4n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #fff; width:7.4375vw;right: -2vw;}
}
@media(max-width:768px){
.PicList002925 .list{padding: 0 6vw;}
.PicList002925 li{width:50%;}
.PicList002925 li .pic{padding-bottom: 7vw;}
.PicList002925 li .tit{margin-bottom: 5vw;}
.PicList002925 li:first-child:before,
.PicList002925 li:nth-child(2n+1):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_l.png") no-repeat left top 70% #f5f5f5; width:7.4375vw;left: -3vw;}
.PicList002925 li:last-child:before,
.PicList002925 li:nth-child(2n):before{position: absolute; top:0;content: ''; height: 100%;background: url("../images/PicList002925_taibg_r.png") no-repeat right top 70% #f5f5f5; width:7.4375vw;right: -3vw;}
.PicList002925 li .tit aside{font-size: 3vw;}
}

/*Timeline003071 */
.Timeline003071{padding: 4.17vw 0;background: url("../images/Timeline003071_bg.jpg") no-repeat center bottom;background-size: 100% auto;}
.Timeline003071 .left .video{position: relative; z-index: 1; margin-bottom: 2.66vw;}
.Timeline003071 .left .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../images/Timeline003071_play.png")  no-repeat center center; cursor: pointer;}
.Timeline003071 .left .video video{position: absolute;background: #000; z-index: 20; left: 0; top: 0;}
.Timeline003071 .tab dd{background: rgb(234,234,234,0.72);margin-bottom: 1px;text-align: center;line-height: 3.056em;font-family: 'ArialMT';font-size:20px; cursor: pointer;}
.Timeline003071 .tab dd.on{color: #fff;background: url("../images/Timeline003071_aon.jpg") no-repeat center center; background-size: cover; font-weight: bold;}
.Timeline003071 .tab dd.on:before,
.Timeline003071 .tab dd.on:after{display: inline-block; content: '';width: 34px; vertical-align: middle;height: 1px;background: #ffffff; margin: 0 20px;}

.Timeline003071 .tab-list{ border-left:2px solid #e4e4e4; padding-left: 5vw;}
.Timeline003071 .tab-inner{position: relative;background: url("../images/Timeline003071_listbg.jpg") no-repeat center bottom #0091da;background-size: 100% auto; border-radius: 5px; padding: 3vw 2.24vw;color: #fff;}
.Timeline003071 .tab-inner:not(:last-child){margin-bottom: 40px;}
.Timeline003071 .tab-inner:before,
.Timeline003071 .tab-inner:after{position: absolute; content: '';top: 3vw;}
.Timeline003071 .tab-inner:before{ right: 100%;width: 10px; height: 10px; border: 10px solid transparent;border-right-color: #0091da; }
.Timeline003071 .tab-inner:after{margin-left:-5vw; width: 18px;height: 18px;background-color: #fff;border: solid 4px #0091da; border-radius: 50%; left: -10px;}
.Timeline003071 .tab-inner label{position: absolute;right: 0.94vw; bottom: 0.99vw;font-size: 6.25vw;color: #f18e65;}
.Timeline003071 .tab-inner time{font-family:Arial; font-weight: bold;display: block;font-size: 1.5em; margin:1.5em 0 10px;line-height: 1em;}
.Timeline003071 .tab-inner time:after{width: 66px;  height: 1px; content: ''; border: solid 1px #ffffff; opacity: 0.4;display: inline-block; vertical-align: middle;margin-left: 10px;}
.Timeline003071 .tab-inner ul{position: relative; z-index: 4;margin:1em 0}
.Timeline003071 .tab-inner li{line-height: 1.667em;position: relative;padding-left: 1em;font-size: 1.125em;}
.Timeline003071 .tab-inner li:before{position: absolute; content: ''; left: 0; width: 5px; height: 5px; border-radius: 50%;top: 12px; background: #fff;}
.Timeline003071 .tab-inner li.b{font-weight: bold;}
.Timeline003071 .tab-inner h2{font-size:2.25em;margin: 0 0 1em 0;}

@media(min-width:1025px){
.Timeline003071 .left{width:24%;}
.Timeline003071 .right{width:70%;}
}
@media(max-width:1024px){
.Timeline003071 .tab{overflow: hidden; margin-bottom: 4vw;}
.Timeline003071 .tab dd{float: left; width: 50%; border-right: 1px solid #fff; font-size: 4vw;}
.Timeline003071 .tab dd.on:before,
.Timeline003071 .tab dd.on:after{width: 1em; margin: 0 0.5em;}
.Timeline003071 .tab-inner label{font-size: 12vw;}
}
@media(max-width:640px){
.Timeline003071 .tab-inner{padding: 5vw;}
.Timeline003071 .tab-inner:not(:last-child){margin-bottom: 3vw;}
.Timeline003071 .tab-inner time{font-size: 8vw;}
.Timeline003071 .tab-inner li{font-size: 3.5vw;}
.Timeline003071 .tab-inner h2{font-size: 1.6em;}
.Timeline003071 .tab-inner time{font-size: 6vw;}

}

.Banner003184{position: relative;}
.Banner003184 .wz{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.Banner003184 .wz h2{font-size: 3em;color: #fff;position: relative;z-index: 9;}
.Banner003184 .wz h2:after{position: absolute; left: 0; bottom: 0; width: 100%; content: ''; height: calc(3 / 16 * 1em);
    background: -moz-linear-gradient(left,  rgba(229,0,18,1) 0%, rgba(229,0,18,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(229,0,18,1) 0%,rgba(229,0,18,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(229,0,18,1) 0%,rgba(229,0,18,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9c50', endColorstr='#00bf9c50',GradientType=1 ); /* IE6-9 */
    }
.about_box{padding: 4vw 0;}
.about_top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #000;padding-bottom: 2vw;}
.about_top h2{font-size: 1.8em;color: #000;line-height: 2;}
.sum span{color: #000;font-size: 6em;font-weight: bold;}
.sum{position: relative;}
.sum p{font-size: 1.3em;color: #666;text-align: center;}
.sum img{position: absolute;left: 50%;top: -1em;transform: translateX(-50%);z-index: -1;max-width:10em;}
.about_cen{display: flex;padding: 3vw 0;justify-content: space-between;}
.about_wz{width: 60%;}
.about_wz p{font-size: 1.125em;color: #333;line-height:2;margin: 0 0  10px 0;}
.abput_right dd{font-size: 1.3em;color: #0091da;margin-bottom: 1em;font-weight: bold;}
@media(max-width:1024px){
    .Banner003184 img{height: 35vh;object-fit: cover;}
    .Banner003184 .wz h2{font-size: 1.4em;}
}

/*
 .Floor002378 为demo编号
 */
 .Floor002378{ padding: 4vw 0;}
 .Floor002378 .auto{ position: relative;display: flex;justify-content: space-between;align-items: center;background: #f6f6f6;}
 .Floor002378 .word{ color: #2e303c}
 .Floor002378 .word h2{ font-size: 22px; font-weight: normal; margin: 0;position: relative;display: inline;}
 .Floor002378 .word h2:after{position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(3 / 16* 1em);
    background: -moz-linear-gradient(left, rgba(0, 145, 218, 1) 0%, rgba(0, 145, 218, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 145, 218, 1) 0%, rgba(0, 145, 218, 0) 100%);
    background: linear-gradient(to right, rgba(0, 145, 218, 1) 0%, rgba(0, 145, 218, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9c50', endColorstr='#00bf9c50',GradientType=1 );}
 
 .Floor002378 .word figure{ padding: 5% 0; font-size: 1.125em;line-height: 1.5;}
 .Floor002378 .word figure p{ margin: 10px 0 0; font-size: 10px; color: #999;}
 .Floor002378 .word .more{ width: 187px; height: 50px; line-height: 26px; border: 2px solid #0091da; font-size: 14px; color: #666; display: block; padding: 10px 20px; position: relative; margin-top: 3%;
 transition: all .3s ease-in-out .1s; 
 -webkit-transition:all .3s ease-in-out .1s;
 -ms-transition: all .3s ease-in-out .1s;
 -moz-transition:all .3s ease-in-out .1s;
 background-color: #0091da;
 color: #fff;
 font-size: 1.125em;
 }
 .Floor002378 .word .more:before{content: ""; position: absolute; left: 0; top: 0; width: 0; overflow: hidden; height: 100%; z-index: 1; background: #fff100; 
 transition: width .3s ease-in-out; 
 -webkit-transition: width .3s ease-in-out;
 -ms-transition: width .3s ease-in-out;
 -moz-transition: width .3s ease-in-out;
 }
 .Floor002378 .word .more span{ position: relative; z-index: 3; display: block;}
 .Floor002378 .word .more i{ position: absolute; font-family: 宋体; font-style: normal; right: 0; top: 50%; margin-top: -13px; font-weight: 600;}
 .Floor002378 .word .more:hover{ color: #000; border-color: #d2c702;}
 .Floor002378 .word .more:hover:before{  width: 100%; }
 
 @media only screen and (max-width:950px ) {    
     .Floor002378 .word { text-align: center; padding: 20px 3%;}
     .Floor002378 .word .more{ margin:0 auto;}
     .Floor002378 .word h2:after{ margin: 20px auto 0;}
     .Floor002378 .word figure{ padding: 30px 0;}
     .Floor002378 .word .more span{ text-align: left;}
 }
 @media only screen and (max-width:767px ) {    
     .Floor002378 .word .more{ height: 40px; line-height: 17px;}
     .Floor002378 .word .more i{ margin-top: -8px;}
 }
 @media only screen and (min-width:951px ) {    
 .Floor002378 .pic{ width: 55%; float: left; background: #f6f6f6;}
 .Floor002378 .word{ width: 45%; padding: 0 5%;}    
 .Floor002378 .word h2{ font-size:24px; }
 }
 @media only screen and (min-width:1024px ) {
     .Floor002378 .word h2{ font-size:28px; }
 }
 @media only screen and (min-width:1280px ) {
     .Floor002378 .word h2{ font-size: 32px;}
     .Floor002378 .word .more{ margin-top: 8%;}
 }


 /*Bottom003215 */
.Bottom003215{margin-top: var(--padMar150);position: relative;z-index: 1;background-color: rgb(51, 51, 51);font-weight: 100; --white:#fff;--hover-color:#0281cc;}
.Bottom003215 .footer-bg{position: absolute; bottom: 100%;width: 100%;left: 0;height: var(--padMar150); overflow: hidden;}
.Bottom003215 .footer-bg:before,
.Bottom003215 .footer-bg:after{position: absolute; content: '';left: 0;width: 100%;z-index: 1; background-position: center top; background-repeat: no-repeat; background-size: auto 100%; top: 0;}
.Bottom003215 .footer-bg:before{z-index: 2; background-image: url(../images/Bottom003215-footer-bg.svg);top: 0.27rem; height: 7.97rem;}
.Bottom003215 .footer-bg:after{background-image: url(../images/Bottom003215-footer-bg2.svg); height: 7.95rem;}
.Bottom003215,
.Bottom003215 a:not(:hover){color: #fff;}

.Bottom003215 .contact{margin-bottom: 0.42rem;}
.Bottom003215 .contact li [class*=ico-]{background-color: #f5f9ff;width: 0.6rem; height: 0.6rem;background-repeat: no-repeat; background-position: center center; background-size: auto calc(27 / 60 * 100%);border-radius: 50%; margin-right: 0.2rem;flex-shrink: 0;}
.Bottom003215 .contact li .ico-tel{background-image: url(../images/Bottom003215-phone.png);}
.Bottom003215 .contact li .ico-email{background-image: url(../images/Bottom003215-email.png);background-size: auto calc(22 / 60 * 100%);}
.Bottom003215 .contact li .ico-add{background-image: url(../images/Bottom003215-add.png);background-size: auto calc(26 / 60 * 100%);}
.Bottom003215 .contact li .tit{flex: 1; font-size: var(--font-size14);}
.Bottom003215 .contact li p{margin: 0; font-size: var(--font-size22); font-weight: 500; margin-top: 0.14rem;}

.Bottom003215 .f-mid{border-top: 1px solid rgba(245, 249, 255, 0.1);border-bottom: 1px solid rgba(245, 249, 255, 0.1); padding: 0.5rem 0 0.6rem 0;}
.Bottom003215 .f-mid nav dl{max-width: 170px;}
.Bottom003215 .f-mid nav dt{font-weight: 400; margin-bottom: 1em; font-size: 20px;}
.Bottom003215 .f-mid nav dd{line-height: calc(24 / 16); font-size: 16px; padding: calc(6 / 16 * 1em) 0;}
.Bottom003215 .code{margin-bottom: 0.49rem;}
.Bottom003215 .code dt{text-align: center; width: calc(143 / 340 * 100%);}
.Bottom003215 .code dt .img{border-radius: 0.1rem;background-color: #fff;margin-bottom: 0.18rem; overflow: hidden;}
.Bottom003215 .code dt p{margin: 0;font-size: 18px;}
.Bottom003215 .share .tit{font-size: 18px; margin-bottom: 0.25rem;}
.Bottom003215 .share li{position: relative;z-index: 20;}
.Bottom003215 .share li a{display: flex;align-items: center;justify-content: center;border-radius: 50%;width: 0.36rem; height: 0.36rem;background-color: rgba(255,255,255,0.1); transition: 0.3s; cursor: pointer;}
.Bottom003215 .share li a:before{display: block;opacity: 0.6; content: '';background-position: center center;background-repeat: no-repeat; background-size: contain;transition: 0.3s;}
.Bottom003215 .share li a.ico-wx:before{background-image: url(../images/Bottom003215-share-wx.svg);width: 0.17rem;height: 0.14rem;}
.Bottom003215 .share li a.ico-sina:before{background-image: url(../images/Bottom003215-share-sina.svg);width: 0.18rem;height: 0.14rem;}
.Bottom003215 .share li a.ico-linkin:before{background-image: url(../images/Bottom003215-share-linkin.svg);width: 0.14rem;height: 0.14rem;}
.Bottom003215 .share li a.ico-douyin:before{background-image: url(../images/Bottom003215-share-douyin.svg);width: 0.13rem;height: 0.16rem;}
.Bottom003215 .share li a:hover{background-color: #0091da;}
.Bottom003215 .share li a:hover:before{opacity: 1;}
.Bottom003215 .share li figure{position: absolute; bottom: calc(100% + 0.1rem);left: 50%;margin-left: -0.7rem; width: 1.4rem; visibility: hidden; transform: translateY(-0.3rem); opacity: 0; transition: 0.3s;}
.Bottom003215 .share li.show figure{opacity: 1; transform: translateY(0); visibility: visible;}
.Bottom003215 .share li figure img{border-radius: 0.1rem;}
.Bottom003215 .share li figure:after{position: absolute; content: '';border: 5px solid transparent;border-top-color: #fff; left: 50%;margin-left: -5px;top: 100%;}
.Bottom003215 .share li + li{margin-left: 0.1rem;}
.Bottom003215 .f-bottom{padding: 0.3rem 0;}
.Bottom003215 .other nav a{margin-right: 0.27rem;display: inline-block;}
@media (min-width:1025px) {
.Bottom003215 .f-mid .left{width: calc(340 / var(--autoWidth) * 100%);}
.Bottom003215 .f-mid .right{width: calc(1154 / var(--autoWidth) * 100%);}
}
@media (max-width:1024px) {
.Bottom003215 .contact li + li{margin-top: 0.2rem;}
.Bottom003215 .code{max-width: 3.2rem; margin: 0 auto;}
.Bottom003215 .f-mid nav{display: none;}
.Bottom003215 .f-mid .left{display: flex;flex-direction: column-reverse;}
.Bottom003215 .share{display: flex;flex-direction: column;align-items: center; margin-bottom: 0.5rem;}
.Bottom003215 .f-bottom{text-align: center;}
.Bottom003215 .other{justify-content: center;margin-top: 0.1rem;flex-wrap: wrap;}
}
/*
 .Floor002409 为demo编号
 */

@media only screen and (max-width:1470px ) {
    .Floor002409 .auto{ padding-left: 15px; padding-right: 15px;}
}
.Floor002409{padding: 7vw 0 5vw; background: url(../images/Floor002409-bg.png) no-repeat center;}
/*word*/
.Floor002409 .word{ padding: 40px 0 0 0; }
.Floor002409 .word-head {position: relative; }
.Floor002409 .word-head h2{ font-size: 26px; color: #333; margin: 0; position: relative; z-index: 3;}
.Floor002409 .word-head em{ font-style: normal; color: #0091da;  font-size:16px; text-transform: uppercase;position: relative; z-index: 3;}
.Floor002409 .word-head .bg{ font-size: 70px; font-weight: bold;  color: #f9f9f9; position: absolute; top: 54%; left: 0; text-transform: uppercase; z-index: 1; line-height: 0.8;}
@media only screen and (min-width:1024px ) {
    .Floor002409 .word{ float: left; width: 50%; padding-right: 6%; }
    .Floor002409 .word-head h2{ font-size: 36px;}
    .Floor002409 .word-head em{font-size: 18px;}
    .Floor002409 .word-head .bg{ font-size: 130px;top: 30%;}
}
@media only screen and (min-width:1440px ) {
    .Floor002409 .word{ padding: 0 6% 55px 38px;}
    .Floor002409 .word-head h2{ font-size: 46px;}
    .Floor002409 .word-head em{font-size: 22px;}
    .Floor002409 .word-head .bg{ font-size: 150px;}
}

.Floor002409 .word figure{ color: #555; font-size: 1.2em; line-height: 2.2; position: relative; z-index: 3; padding-top: 22px;}
@media only screen and (max-width:480px ) {
    .Floor002409 .word figure{ font-size: 14px;}
}
/*word end*/

/*.navs*/
.Floor002409 .navs{background: url(../images/Floor002409-img.jpg) no-repeat left top; background-size: cover; position: relative; margin-top: 200px; margin-bottom: 30px;}
.Floor002409 .navs li{ float: left; width: 33.3334%; padding: 40px 4%; position: relative;height: 200px;}
.Floor002409 .navs li .bg{-moz-opacity:0.9; opacity: 0.9; filter:alpha(opacity=90); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.Floor002409 .navs li a{ color: #fff; position: relative; z-index: 5; display: block;}

.Floor002409 .navs li h3{ font-size: 22px; margin: 0;}
.Floor002409 .navs li h3:after{ content: ""; margin: 15px 0 12px; width: 20px; height: 2px; background: #fff; display: block;}
@media only screen and (max-width:480px ) {
    .Floor002409 .navs li h3{ font-size: 18px;}
}

.Floor002409 .navs li figure{ line-height: 26px; height: 52px; overflow: hidden;}

.Floor002409 .navs li.li0{ text-align: center; position: absolute; right: 33.3334%; top: -200px;}
.Floor002409 .navs li.li0 span{ display: block; width: 60%; height: 65px; max-width: 65px; margin: 0 auto; background: url(../images/Floor002409-videoicon.png) no-repeat; background-size: 100% auto; margin-top: 10px;}
.Floor002409 .navs li.li0 h3:after{ display: none;}
.Floor002409 .navs li.li0 .bg{ background-color: #075490;}
.Floor002409 .navs li.li1 .bg{ background-color: #e50012;}
.Floor002409 .navs li.li2 .bg{ background-color: #0091da;}
.Floor002409 .navs li.li3 .bg{ background-color: #005bac;}
.Floor002409 .navs li.white{ background: #fff;}
@media only screen and (max-width:480px ) {
    .Floor002409 .navs{ margin-top: 0;}
    .Floor002409 .navs li{ width: 50%;}
    .Floor002409 .navs li.li0{ position: relative; top: 0; right: 0;}
    .Floor002409 .navs li.kong{ display: none;}
}
@media only screen and (min-width:768px ) {
    .Floor002409 .navs li{ width: 33.3334%;}
}
@media only screen and (min-width:1024px ) {
    .Floor002409 .navs{ float: right; width: 50%;margin-top:0; margin-bottom: 0;}
    .Floor002409 .navs li{ height: 240px;}
    .Floor002409 .navs li.li0{ right: 0;top: -240px;}
}
/*.navs end*/



/*Floor003002 */
.Floor003002{padding-top: 7.86vw; padding-bottom: 9.17vw;position: relative;z-index: 1;background: url(../images/Floor003002-bg.jpg) no-repeat center}
.Floor003002 .auto{position: relative; z-index: 2;}
.Floor003002 .img{position: relative;margin-bottom: 5vw;}
.Floor003002 .img::after{content:"";display: block;width: 1px;height: 10em;background: #dcdcdc;position: absolute;left: 9.8vw;top: -7.86vw;}
.Floor003002 .img::before{content:"";display: block;width: 1px;height: 10em;background: #dcdcdc;position: absolute;left:9.8vw;bottom: -8.56vw;}
.Floor003002 .img img{border-radius: 250px 250px 0 0;}


.img-title{position: relative;max-width: 1153px; }


.Floor003002 .title{font-size: 3em;padding: 0.5625em 0 1em 0;text-align: center;}
.Floor003002 .title .sub-tit{color: #8f97a2;font-size: 0.5em;line-height: 1.584em; margin-bottom: 0.4167em;}
.Floor003002 .title .tit{color: #0091da;display: flex;align-items: center;}
.Floor003002 .title .tit img{max-width: 1em;}
@media(min-width:1025px){
.Floor003002 .title{padding-top: 0;}
.Floor003002 .title .sub-tit:before{display: none;}
}
@media(max-width:1024px){
.Floor003002 .title{font-size: 5vw;text-align: center;}
.Floor003002 .title .sub-tit{text-align: left;}
}
@media(max-width:640px){

.Floor003002 .title{font-size: 8vw;}
}

.Floor003002 .auto.w_96{padding-top: 3.65vw;padding-left:1.25vw;}
.Floor003002 .count-num{position: relative;margin-bottom: 5vw; background:#0091da;  padding: 2.5vw 0;}
.Floor003002 .count-num::after{content:"";display: block;width: 1px;height:9.4em;background: #dcdcdc;position: absolute;left:7vw;top: -7.86vw;}
.Floor003002 .count-num::before{content:"";display: block;width: 1px;height: 10em;background: #dcdcdc;position: absolute;left:7vw;bottom: -8.56vw;}
.Floor003002 .count-num ul{display: flex;justify-content: space-between;}
.Floor003002 .count-num li{float: left; font-weight: 100;color: #fff;text-align: center;width: 16.67%;position: relative;}
.Floor003002 .count-num li::after{content: "";display: block;width: 1px;height:50%;background-color: rgba(255,255,255,0.3);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.Floor003002 .count-num .num{display: flex;align-items:end;justify-content: center}
.Floor003002 .count-num li .counter{font-size:50px; font-weight: bold; line-height: 0.95;}
.Floor003002 .count-num li sup{font-size: 24px;display: inline-block;vertical-align: top;padding-left: 5px;}
.Floor003002 .count-num li sub{font-size:18px;display: inline-block;vertical-align:bottom; font-weight: normal;padding-left: 5px;}
.Floor003002 .count-num li p{margin:20px 0 0 0;color: #fff;text-align: center;}
.Floor003002 .count-num li img{max-width: 2.2em;margin: 0 auto 20px;}
.Floor003002 .count-num li:last-child::after{display: none;}
.Floor003002 .info pre{margin-top: 2.19vw; margin-bottom: 7.29vw;}
.Floor003002 .info  p{margin:  0 0 1em 0;line-height:2; font-size: 1.125em;color: #333;font-weight: 100; }
@media(min-width:1025px){
.Floor003002 .info{width: 80%;float: right;}
.Floor003002 .info pre{padding-left: 40px; }
}
@media(max-width:640px){
.Floor002409 .word{padding: 0;}
.Floor003002 .count-num ul{flex-wrap: wrap}
.Floor003002 .info pre{font-size: 4vw;}
.Floor003002 .count-num li{margin: 0 0 5vw 0!important; width: 33.3333%; text-align: center;}
.Floor003002 .count-num li .counter{font-size: 4vw;}
.Floor003002 .count-num::before{display: none;}
.Floor003002 .count-num::after{display: none;}
}



/*Floor002476 */
.Floor002476{ background:#f9f9f9 url(../images/hy.jpg) no-repeat center center;background-size: cover;padding: 5vw 0 5vw 0; }
.Floor002476 .home-title{padding-bottom:3vw;}
.Floor002476 .auto{ max-width:1600px;}
.Floor002476 .list li{ float:left; width:22%; position:relative; padding:3% 0;}
.Floor002476 .list li .img{ position:relative; background-repeat:no-repeat; background-size:cover; z-index:2;}
.Floor002476 .list li .img img{ width:100%;}
.Floor002476 .list li .img::before{ position:absolute; content:''; width:100%; height:100%; background-color:#000; opacity:0.4;border-right:1px solid rgba(255,255,255,0.5);}
.Floor002476 .list li .img figure{ position:absolute; left:0; bottom:0; color:#fff; z-index:10; border-top:1px solid rgba(255,255,255,0.2); width:100%; padding:5%;}
.Floor002476 .list li .img .dot{ color:#fff; margin:10px 0; }
.Floor002476 .list li .img time{ font-size:16px; font-family:Georgia, "Times New Roman", Times, serif;}
.Floor002476 .list li .img time b{ font-size:30px; font-style:italic; font-weight:normal;}
.Floor002476 .list li .img time i{ font-size:20px; margin:0 10px;}

.Floor002476 .list li.onShow{ width:56%;}
.Floor002476 .list li.onShow .img{ width:39.28571%;}
.Floor002476 .list li.onShow .img::before,
.Floor002476 .list li.onShow .img figure{ display:none;}

.Floor002476 .list li .deco{ position:absolute;  right:-7%; top:0; height:100%; width:75%; background:url(../images/Floor002476-bg.jpg) no-repeat right bottom #fff; background-size:cover; z-index:1; box-shadow:0 0 50px rgba(0,0,0,0.1);}

.Floor002476 .txt{  position:absolute; left:0; top:0; padding-left:39.28571%; padding-right:5%; z-index:3;}
.Floor002476 .txt h1,
.Floor002476 .txt p,
.Floor002476 .txt .more{ margin-left:10%;}
.Floor002476 .txt h1{ font-size:30px; font-weight:normal;}
.Floor002476 .txt p{ margin-bottom:10%; color:#666; line-height:30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.Floor002476 .txt time{ position:relative; display:block; color:#79242f; font-size:24px; font-family:Georgia, "Times New Roman", Times, serif; padding:0 0 0 48%;background:url(../images/Floor002476-deco.png) no-repeat 0 top; background-size:45% auto; margin:25% 0 20% 0;}

.Floor002476 .txt time b{ font-size:57px; font-style:italic; font-weight:normal;}
.Floor002476 .txt time i{ font-size:30px; margin:0 10px;}
.Floor002476 .list li .deco,
.Floor002476 .list li .txt{ opacity:0; overflow:hidden; transition:transform 2s,opacity 0.3s;}
.Floor002476 .list li .deco{ transform:translateY(-100%);}
.Floor002476 .list li .txt{ transform:translateY(100%);padding-top: 10vw;}
.Floor002476 .list li.onShow .deco,
.Floor002476 .list li.onShow .txt{ opacity:1;transform:translateX(0); overflow:inherit; transition:transform 0.3s,opacity 1s;}
.Floor002476 .txt .more{display: block;width: 3.125em;height: 3.125em;border-radius: 50%; background: url(../images/Floor003127-icon.svg) no-repeat center; background-size: 1em auto; border: 1px solid #b9b9b9;}
.Floor002476 .txt .more:hover{border-color: #0091da; background-color: #0091da; background-image: url(../images/Floor003127-icon-white.svg);}
.Floor002476 .list2{display: flex;flex-wrap: wrap;margin: -1em;justify-content: space-evenly;}
.Floor002476 .list2 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Floor002476 .list2 ul li{width: 100%;margin: .5em 0;}
.Floor002476 .list2 ul li .Ispic{padding-bottom: 180px;background-color: #fff;}
.Floor002476 .list2 ul li .title{margin-top: 15px;text-align: center;}
.Floor002476 .list2 ul:nth-of-type(1){width: 25%;}
.Floor002476 .list2 ul:nth-of-type(1) li{width: 49%;}
.Floor002476 .list2 ul:nth-of-type(1) li:nth-of-type(3){width: 100%;}
.Floor002476 .list2 ul:nth-of-type(1) li:nth-of-type(1) .Ispic{padding-bottom: 180px;}
.Floor002476 .list2 ul:nth-of-type(1) li:nth-of-type(2) .Ispic{padding-bottom: 180px;}
.Floor002476 .list2 ul:nth-of-type(2){width: 27%}
.Floor002476 .list2 ul:nth-of-type(2) li{width: 49%;}
.Floor002476 .list2 ul:nth-of-type(2) li:nth-of-type(1){width: 100%;}
.Floor002476 .list2 ul:nth-of-type(2) li:nth-of-type(2) .Ispic{padding-bottom: 180px;}
.Floor002476 .list2 ul:nth-of-type(2) li:nth-of-type(3) .Ispic{padding-bottom: 180px;}
.Floor002476 .list2 ul:nth-of-type(3){width: 20%}
.Floor002476 .list2 ul:nth-of-type(3) .Ispic{padding-bottom: 420px;}
.Floor002476 .list2 ul:nth-of-type(4){width: 26%}
.Floor002476 .list2 ul:nth-of-type(4) li:nth-of-type(2){margin-top: 0.6em;}

@media(max-width:1600px){
.Floor002476 .list2 ul li .Ispic{padding-bottom: 140px;background-color: #fff;}
.Floor002476 .list2 ul li .title{margin-top: 15px;text-align: center;}
.Floor002476 .list2 ul:nth-of-type(1){width: 27%;}
.Floor002476 .list2 ul:nth-of-type(1) li{width: 49%;}
.Floor002476 .list2 ul:nth-of-type(1) li:nth-of-type(3){width: 100%;}
.Floor002476 .list2 ul:nth-of-type(1) li:nth-of-type(1) .Ispic{padding-bottom: 140px;}
.Floor002476 .list2 ul:nth-of-type(1) li:nth-of-type(2) .Ispic{padding-bottom: 140px;}
.Floor002476 .list2 ul:nth-of-type(2){width: 27%}
.Floor002476 .list2 ul:nth-of-type(2) li{width: 49%;}
.Floor002476 .list2 ul:nth-of-type(2) li:nth-of-type(1){width: 100%;}
.Floor002476 .list2 ul:nth-of-type(2) li:nth-of-type(2) .Ispic{padding-bottom: 140px;}
.Floor002476 .list2 ul:nth-of-type(2) li:nth-of-type(3) .Ispic{padding-bottom: 140px;}
.Floor002476 .list2 ul:nth-of-type(3){width: 20%}
.Floor002476 .list2 ul:nth-of-type(3) .Ispic{padding-bottom: 329px;}
.Floor002476 .list2 ul:nth-of-type(4){width: 23%;}
.Floor002476 .list2 ul:nth-of-type(4) li:nth-of-type(2){margin-top: 1em;}
}

@media(max-width:768px){
    .Floor002476 .list2 ul:nth-of-type(1){width: 100%}
    .Floor002476 .list2 ul:nth-of-type(2){width: 100%}
    .Floor002476 .list2 ul:nth-of-type(3){width: 100%}
    .Floor002476 .list2 ul:nth-of-type(4){width: 100%}
    .Floor002476 .list2 ul li{width: calc(100% - 1em) !important;margin: .5em;}
    .Floor002476 .list2 ul li .Ispic{padding-bottom: 40% !important;background-color: #fff;}
    .Floor002476 .list2{margin: 0;}
}


.Floor002476 .bx-controls-direction{ text-align:right; margin-top:-2%; position:relative; z-index:10; padding-right:2px;}
.Floor002476 .bx-controls-direction *{ display:inline-block;}
.Floor002476 .bx-pager{ margin:0 10px;}
.Floor002476 .bx-pager div{ margin:0 5px;}
.Floor002476 .bx-pager a{ display:inline-block; width:5px; overflow:hidden; line-height:1000px; height:5px; background-color:#a09997; border-radius:50%;}
.Floor002476 .bx-pager a.active{ background-color:#0091da;}
.Floor002476 .bx-next,
.Floor002476 .bx-prev{ position:relative; height:18px; width:53px; border-bottom:3px solid #0091da; line-height:1000px; overflow:hidden;}
.Floor002476 .disabled{ cursor:default;}
.Floor002476 .bx-next.disabled,
.Floor002476 .bx-prev.disabled{ border-bottom-color:#e0d9cf;}
.Floor002476 .bx-next::before,
.Floor002476 .bx-prev::before{ position:absolute; content:''; bottom:2px; height:3px; width:20px; background-color:#0091da;}
.Floor002476 .bx-next::before{ right:-4px; transform:rotate(45deg);}
.Floor002476 .bx-prev::before{left: -4px;transform:rotate(-45deg);}
.Floor002476 .bx-next.disabled::before,
.Floor002476 .bx-prev.disabled::before{background-color:#e0d9cf;}
@media(min-width:1367px){
.Floor002476{ font-size:18px;}
}
@media(max-width:1366px){
.Floor002476 .txt time{ margin:12% 0 10% 0;}
.Floor002476 .txt h1{ font-size:20px;}
}
@media(max-width:1024px){
.Floor002476{padding: 3em 0;}
.Floor002476 .list li{ width:26%}
.Floor002476 .txt{ padding-left:35.12%}
.Floor002476 .list li.onShow .img{ width:35.12%}
.Floor002476 .list li.onShow{ width:74%}
}
@media(max-width:768px){
.Floor002476 .list li.onShow{ width:100%}
.Floor002476 .bx-controls-direction{ margin-top:0;}
.Floor002476 .bx-viewport{ height:auto !important;}
.Floor002476 .bx-controls-direction{text-align: center;}
}
@media(max-width:640px){
.Floor002476 .txt h1{ font-size:16px; line-height:21px; overflow:hidden; max-height:42px;}
.Floor002476 .txt p{ line-height:normal; font-size:12px;}
.Floor002476 .txt  time b{ font-size:42px;}
}
@media(max-width:480px){
.Floor002476 .txt h1{ height:21px; }
.Floor002476 .txt p{line-height:20px; overflow:hidden; max-height:40px; }
.Floor002476 .txt time{ font-size:18px;}
.Floor002476 .txt time i{ font-size:16px;}
.Floor002476 .txt  time b{ font-size:30px;}
}



 .infobg{background-image:url(../images/bg.png) !important; background-size: cover; background-repeat: no-repeat; background-position: center;}



 /*.RighInfo003134 为demo编号*/
.RighInfo003134 .tab{ padding:calc(70 / 16 * 1em) 0 calc(100 / 16 * 1em) 0;max-width: 1440px; margin: 0 auto;}
.RighInfo003134 .tab .h1_tab{margin:0 0 calc(60 / 16 * 1em) 0; overflow:hidden; font-size:16px; font-weight:normal; color:#000; text-align: center;white-space: nowrap;overflow: auto;}
.RighInfo003134 .tab .h1_tab{overflow: auto;}
.RighInfo003134 .tab .h1_tab::-webkit-scrollbar-button{display: none;}
.RighInfo003134 .tab .h1_tab::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.RighInfo003134 .tab .h1_tab::-webkit-scrollbar-track{background-color: #f5f5f5;}
.RighInfo003134 .tab .h1_tab::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.RighInfo003134 .tab .h1_tab::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

.RighInfo003134 .tab .h1_tab span{background: url(../images/RighInfo003134_tedian.png) no-repeat top left; background-size: 1.75em;margin-right:calc(28 / 16 * 1em); cursor:pointer;font-size: calc(16 / 16 * 1em);  padding-left:calc(35 / 16 * 1em);
    border-bottom: 3px solid transparent; color: #000;padding-bottom: 15px;font-size: 1.25em;}
.RighInfo003134 .tab .h1_tab span.on{color:#0091da; border-bottom: 3px solid #0091da; display: inline-block;background: url(../images/RighInfo003134_tedian-on.png) no-repeat top left; 
    background-size: 1.75em; }

.RighInfo003134 .tab .h1_tab span:nth-child(2){background: url(../images/RighInfo003134_down.png) no-repeat top left; background-size: 1.75em;}
.RighInfo003134 .tab .h1_tab span:nth-child(2).on{background: url(../images/RighInfo003134_down-on.png) no-repeat top left; background-size: 1.75em;}

.RighInfo003134 .tab .h1_tab span:nth-child(3){background: url(../images/RighInfo003134_app.png) no-repeat top left; background-size: 1.75em;}
.RighInfo003134 .tab .h1_tab span:nth-child(3).on{background: url(../images/RighInfo003134_app-on.png) no-repeat top left; background-size: 1.75em;}
.RighInfo003134 .tab .h1_tab.two span{padding-left: 0;background: none !important;}

.RighInfo003134 .tab .info{ padding-top:0;text-align: center;}
.RighInfo003134 .tab .info .title{font-size:3.428em;color:#0091da;}
.RighInfo003134 .tab .info .sum{font-size:1.4285em;color:#525252; padding: 30px 0;}
.RighInfo003134 .tab .list dl{text-align: left;}
.RighInfo003134 .tab .list dt .icon{font-size:1.625em; color: #0091da; margin-bottom:20px;font-weight: bold;}
.RighInfo003134 .tab .list dd aside{font-size: 1em; color: #111; line-height: 30px;}

.RighInfo003134 .list{margin-bottom:calc(90 / 16 * 1em);}
.RighInfo003134 .list .dot{text-align: center; color: #111; border-bottom: 1px solid #ddd;margin: 0 0 30px 0;padding-bottom: 30px;font-size:1.625em;}
.RighInfo003134 .list .con{text-align: left; color: #333; font-size: 1.125em; }
.RighInfo003134 .list .con p{margin: 0 0 30px 0;}

.RighInfo003134 .tab .info .introduce{background: #f5f5f5;padding:2vw; text-align:left;}
.RighInfo003134 .tab .info .introduce .intro{line-height:2;font-size:calc(16 / 16 * 1em);}
.RighInfo003134 .tab .info .introduce .intro p{margin: 0;margin-bottom:20px;}
.RighInfo003134 .cs_box h2{font-size:calc(18 / 16 * 1em);color: #333;margin: 0 0 10px 0;}
.RighInfo003134 .infobox{padding:calc(40 / 16 * 1em) 0; text-align:left;}
.RighInfo003134 .infobox .minc{border-bottom: 1px solid #ddd;font-size:calc(26 / 16 * 1em); color:#0091da; line-height:1.8; font-weight:bold; margin-bottom:calc(20 / 16 * 1em); padding-bottom:calc(10 / 16 * 1em);}
.RighInfo003134 .table_box table{width: 100%;text-align: center;}
.RighInfo003134 .table_box table td{border: 1px solid #dcdcdc;padding: 15px;font-size: 1em;}
.RighInfo003134 .table_box table tr:first-child{background-color: #0091da;color: #fff;}
.RighInfo003134 .table_box table tr:first-child td{padding: 20px;}
@media (min-width:1025px) {
.RighInfo003134  .introduce .intro .img{width:54%;}
.RighInfo003134  .introduce .intro .des{padding:0 2vw 0 0}  
}
@media (max-width:1024px) {
.RighInfo003134  .introduce .intro .img{margin:2em 0;}
}
.RighInfo003134 .cs_box dl{display: flex;flex-wrap: wrap;border-top: 1px solid #dcdcdc;border-right: 1px solid #dcdcdc;}
.RighInfo003134 .cs_box dl dd{width: 25%;border-bottom: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;padding:5px 10px;font-size: 15px;}
.RighInfo003134 .cs_box dl dd:nth-child(2n){width: 75%;}

.Floor003238{position: relative;z-index:1; overflow:hidden;margin-bottom:4%;}
.Floor003238 .cons-list li{border-bottom: 1px solid  rgba(150, 157, 161, 0.2);padding:1.8em 0;}
.Floor003238 .cons-list li .ico{width:3.5em;height: 3.5em;margin-right: 20px;border: 1px solid #0091da;border-radius: 100px;display: flex;align-items: center;justify-content: center;}
.Floor003238 .cons-list li .ico img{width: 60%;}
.Floor003238 .cons-list li .tit p{margin: 0;flex: 1;font-size: 1.125em;font-weight: 500;color: #0091da;}
.Floor003238 .cons-list li .tit{display:flex;align-items: center;}
.Floor003238 .cons-list li .txt{color:#667379;padding:1% 0 2% 4vw;;line-height:1.5;}
.Floor003238 .cons-list li .txt :where(h3,p){margin: 0;font-size: 1em;color: #666;}
.Floor003238 .cons-list li .txt h3{color: var(--hover-color);font-weight: normal; margin-bottom: 0.4em;}
.Floor003238 .cons-list li .txt p{margin-bottom: 0.48rem;line-height: 2;}

@media(max-width:480px){
.RighInfo003134 .tab .h1_tab{ font-size:14px;}
.RighInfo003134 .tab .h1_tab span{ margin-right: 1em;}
.RighInfo003134 .list{margin-bottom: 2em;}  
}

.RighInfo003134 {padding:calc(100 / 16 * 1em) 0 0;}
.RighInfo003134 .img-side{max-width: 1440px; margin: 0 auto 4.5em;width: 86%}
.RighInfo003134 .img-side .Home_more{margin-top: 3.5em;}
.RighInfo003134 .img-side .ytable-cell{ padding-bottom:0;}
.RighInfo003134 .img-group li .Ispic{background-size: contain;padding-bottom:82%;}
.RighInfo003134 .controls{display: table;position: relative;padding: 0 56px; margin: 3.125em auto 0;}
.RighInfo003134 .controls .slick-dots li{float: left;position: relative; width: 13px;height: 13px; margin: 0 5px;}
.RighInfo003134 .controls .slick-dots li button{position: absolute;background:rgba(0,0,0,0.2); width: 7px;height: 7px;border-radius: 50%; top: 50%;left: 50%;transform: translate(-50%,-50%); border: 0; cursor:pointer; border: 0; font-size: 0;padding: 0;transition: 0.3s;}
.RighInfo003134 .controls .slick-dots li.slick-active button{background-color: #0091da; width: 100%;height: 100%;}
.RighInfo003134 .controls .slick-arrow{position: absolute; top:50%;width: 25px; height: 11px;background-repeat: no-repeat;background-position: center; margin-top: -5px;}
.RighInfo003134 .controls .slick-prev{left: 0;background-image: url(../images/RighInfo003134-btn-prev.svg);}
.RighInfo003134 .controls .slick-next{right: 0;background-image: url(../images/RighInfo003134-btn-next.svg);}
.RighInfo003134 .controls .slick-disabled{cursor: default;}
.RighInfo003134 .controls .slick-prev.slick-disabled{background-image: url(../images/RighInfo003134-btn-prev-disabled.svg);}
.RighInfo003134 .controls .slick-next.slick-disabled{background-image: url(../images/RighInfo003134-btn-next-disabled.svg);}

.RighInfo003134 .prod-intro{background: #fafafa;}

.RighInfo003134 .img-side .tit{ font-size:2.5em;color: #000; margin-bottom:0;line-height: 1.2;}
.RighInfo003134 .img-side .tit:after{content: '';width: 1em;height: calc(2 / 30* 1em);background-color: #0091da;display: block;margin: calc(15 / 30* 1em) 0 calc(20 / 30* 1em);}
.RighInfo003134 .img-side .txt .tit2{font-size:2.2857em ; color: #000; margin: 0;}
.RighInfo003134 .img-side .txt .tit3{margin: 40px 0 50px;}
.RighInfo003134 .img-side .txt .tit3 span{position: relative; font-size: 1em; color: #333;margin-right: 32px;padding-left: 17px; display: block;margin-bottom: 10px;}
.RighInfo003134 .img-side .txt .tit3 span:after{ content: "";width: 5px;height:5px;background: #0091da;position: absolute;top:40%;left: 0;border-radius: 50%; }
.RighInfo003134 .img-side .txt .tit3 .xh{font-style: normal; font-size: 1.5em; margin-bottom: 20px;position: relative; padding-left:18px; color: #0091da; line-height: 1;}
.RighInfo003134 .img-side .txt .tit3 .xh:after{content: '';background: #0091da;width: 4px;height: 24px;position: absolute; left: 0; }


.RighInfo003134 .img-side .tit4 ul{width: 70%; margin-bottom: 50px;}
.RighInfo003134 .img-side .txt .tit4 .xh{font-style: normal;font-size: 1.5em;margin-bottom: 20px;position: relative;padding-left: 18px;color: #0091da;line-height: 1;}
.RighInfo003134 .img-side .txt .tit4 .xh:after{content: '';background: #0091da;width: 4px;height: 24px;position: absolute; left: 0; }
.RighInfo003134 .img-side .tit4 li{ line-height:30px;font-size:1em; padding:10px 0; border-bottom:1px dashed #eaeaea; padding-left:40px;background:url(../images/TextList001131-li_hover.png) no-repeat left center;}
.RighInfo003134 .img-side .tit4 li:hover span{ background-color:#0091da;}
.RighInfo003134 .img-side .tit4 li:hover a{color:#0091da;}
.RighInfo003134 .img-side .tit4 li a{ display:block; overflow:hidden; font-size: 1em; color: #222;}
@media(max-width:1024px){
    .RighInfo003134{padding: 3em 0;}
    .RighInfo003134 .tab{padding: 3em 0;}
    .RighInfo003134 .img-side{margin: 0;}
    .RighInfo003134 .img-side{width: 94%;}
}
@media(max-width:768px){
.RighInfo003134 .img-side .tit4 li{ font-size:14px; padding:10px 0;}
.RighInfo003134 .img-side .tit{font-size: 1.6em;}
.RighInfo003134 .img-side .txt{margin-top: 2em;}
.RighInfo003134 .img-side .txt .tit3{margin: 2em 0;}
.RighInfo003134 .tab .h1_tab{margin-bottom: 2em;}
}


/* .RighInfo003134 .img-side .line{width: 20px; height: 2px; background-color: #0091da;display: block;} */
.RighInfo003134 .img-side .text{margin-top: 0;line-height: 1.8;font-size: 1.125em;color: #333;margin-bottom: 0;}
.RighInfo003134 .img-side .btn{ margin-top: 3.375em;}
.RighInfo003134 .img-side .btn a{display: inline-block;font-size: 1.125em;color: #fff;box-shadow: 0px 10px 30px rgb(0 108 191 / 10%);border-radius: 5px; margin: 0 5px; min-width:12.5em;text-align: center; line-height: 3.3333;padding: 0 1.8125em; cursor: pointer;}
.RighInfo003134 .img-side .btn a.download{background-color: #0091da;}
.RighInfo003134 .img-side .btn a.download2{background-color: #6e6e6e;}
.RighInfo003134 .img-side .btn a:before{display: inline-block; vertical-align: top;content: '';background-size: contain;background-position: center; background-repeat: no-repeat; width: 1.3888em;height: 3.3333em;margin-right: 0.5555em;}
.RighInfo003134 .img-side .btn a.download:before{background-image: url(../images/RighInfo003134-icon-file1.svg);}
.RighInfo003134 .img-side .btn a.download2:before{background-image: url(../images/RighInfo003134-icon-download.svg);}

.RighInfo003134 .prod-intro .name{border-bottom: 1px solid #efefef;font-size: 1.5em; padding-bottom: 0.666em;color: #333; line-height: 2;display: none;}
.RighInfo003134 .prod-intro .name i{width: 2em; height: 2em;border-radius: 50%;background-color: #0091da;display: inline-block;vertical-align: top; margin-right: 0.625em; background-repeat: no-repeat; background-position: center; background-size: auto 50%;}
.RighInfo003134 .prod-intro .name-1 i{background-image: url(../images/RighInfo003134-icon-file.svg);}
.RighInfo003134 .prod-intro .name-2 i{background-image: url(../images/RighInfo003134-title-icon.svg);}
.RighInfo003134 .prod-intro .name-3 i{background-image: url(../images/RighInfo003134-title-icon2.svg);}
.RighInfo003134 .prod-intro .name-4 i{background-image: url(../images/RighInfo003134-title-icon4.svg);}
@media (min-width:1025px) {
.RighInfo003134 .img-group{width: 44%;background: url(../uploadfiles/bg.jpg) no-repeat center; border-radius: 50px 0 0 0;background-size: cover;}
.RighInfo003134 .img-side .ytable-cell{padding-top: 0;}
.RighInfo003134 .img-side .txt{padding: 0  0 0 6%;}
.RighInfo003134 .tab .list .con ul li{display: table-cell;vertical-align: top;}

}
@media (max-width:1024px) {
.RighInfo003134 .img-side{ padding: 2em;}
.RighInfo003134 .img-side .btn a{min-width: calc(50% - 10px);padding: 0;}
}

.RighInfo003134 .popUp-box{position: fixed;z-index: 200; left: 0;top: 0;width: 100%; height:100%; background-color: rgba(0,0,0,0.5);display: none;}
.RighInfo003134 .popUp-box > .ytable{height: 100%;}
.RighInfo003134 .popUp-box .main{background: #fff url(../images/RighInfo003134-bg.jpg) no-repeat;background-size: cover; width: 90%; max-width: 1200px;margin: 0 auto;border-radius: 5px; position: relative; }
.RighInfo003134 .popUp-box .close{position: absolute; right: 20px;top: 20px;width: 20px;height: 20px;z-index: 10;cursor:pointer;}
.RighInfo003134 .popUp-box .close:before,
.RighInfo003134 .popUp-box .close:after{position: absolute;content: ''; width: 100%;height: 2px;background-color: #000; top: 50%;margin-top: -1px;transform: rotate(-45deg);}
.RighInfo003134 .popUp-box .close:after{transform: rotate(45deg);}
.RighInfo003134 .popUp-box .logo img{height: 1.9375em;}
.RighInfo003134 .popUp-box .title{font-family: 'SourceHanSansCN-Medium';font-size: 1.875em;color: #333333;line-height: 1.3333; margin-top: 0.3em;}
.RighInfo003134 .popUp-box .title:after{display: block; content: '';width: 20px;height: 2px;background-color: #0091da; margin: 1em 0;}
.RighInfo003134 .popUp-box .left p{font-size: 1.5em;line-height: 1.66666;color: #333333;}
.RighInfo003134 .popUp-box .form li{position: relative;z-index: 1; margin-bottom: 10px;}
.RighInfo003134 .popUp-box .form li label.tit{position: absolute; left: 1.21428em; top: 0;font-size: 0.875em; line-height: 3.5714em;}
.RighInfo003134 .popUp-box .form li .text{border: solid 1px rgba(139,139,139,0.2);width: 100%;font-size: 1em; height:3.125em; line-height: 3.125em;border-radius:0.625em;padding: 0 1.0625em;}
.RighInfo003134 .popUp-box .form li.code dl{overflow: hidden;}
.RighInfo003134 .popUp-box .form li.code dl dt{position: relative;width: 60%;float: left;}
.RighInfo003134 .popUp-box .form li.code dl dd{width: 38%;float: right;}
.RighInfo003134 .popUp-box .form li.code dl dd a{display: block;cursor: pointer;background-color: #6e6e6e; border-radius: 10px;color: #fff;font-size: 0.875em;line-height: 3.5714em;text-align: center;}
.RighInfo003134 .popUp-box .form ol .btn{display: block;width: 100%;background: #0091da;border:0;cursor: pointer;border-radius: 0.625em;height:3.125em;color: #fff;font-size: 1em;}
@media (min-width:1025px) {
.RighInfo003134 .popUp-box .main{padding: 10.9375vh 8.25em;}  
.RighInfo003134 .popUp-box .main .ytable-cell{width: 50%;} 
}
@media (max-width:1024px) {
.RighInfo003134 .popUp-box .main{padding:2em; }  
.RighInfo003134 .popUp-box .main .ytable{max-height: 85vh; overflow: auto;}
}
.RighInfo003134  .home_more {
  display: flex;
  width: 180px;
  height: 60px;
  border-radius: 36px;
  border: 2px solid #0091da;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  transition: .3s all;
}


.RighInfo003134 .cstable{width: 100%;margin-top: 20px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.RighInfo003134 .cstable th {font-size:1.125em;background-color:#0091da;border-width: 1px;border-style: solid;border-color: #eee;text-align:left;color: #fff;text-align: center;font-weight: normal;padding:20px 0;}
.RighInfo003134 .cstable th:nth-child(1){width: 20%;}
.RighInfo003134 .cstable tr {background-color:#ffffff;}
.RighInfo003134 .cstable tr:nth-child(odd) {background-color:#E0F1FB;}
.RighInfo003134 .cstable td {font-size:1em;border-width: 2px;padding:18px 0;border-style: solid;border-color: #999;}


.Homemore a{display: inline-block; line-height: calc(46 / 16 * 1em); color:#0091da; border: 2px solid #0091da; padding: 0 calc(24 / 16 * 1em); border-radius: calc(23 / 16 * 1em);}
.Homemore a::after{display: inline-block; height:calc(8 / 16  * 1em); width:calc(8 / 16  * 1em);content: '';  transform: rotate(-45deg); transition:.3s; vertical-align: middle; margin-left:1em; border-radius: 50%; border: 2px solid #0091da; }
.Homemore a:hover{color:#fff; border-color:#0091da; background: #0091da;}
.Homemore a:hover::after{background: url(../images/more-on.svg) no-repeat center; background-size:contain; transform: rotate(0deg); height:1em; width:1em; border: none; border-radius: 0;}


/*RighInfo002811 */
.RighInfo002811{padding: 0;}
.RighInfo002811 .box:not(:last-child){margin-bottom:5%;}
.RighInfo002811 .box:nth-child(2n) .txt .inner,
.RighInfo002811 .box:nth-child(2n-1) .txt{background: #f9f9f9;}
.RighInfo002811 .pic img{display: block; width: 100%;}
.RighInfo002811 .txt{position: relative; z-index: 10;}
.RighInfo002811 .txt .inner{padding: 5% 10%;}
.RighInfo002811 .box:nth-child(2n) .txt{vertical-align: top;}
.RighInfo002811 .txt .tit{padding-left: 30px; font-size:1.75em;color: #111;background: url(../images/RighInfo002811-icon.png) no-repeat left center; text-align: left;}
.RighInfo002811 .txt p{line-height:1.8; font-size: 1em;color: #666;text-align: justify;}
@media(min-width:1025px){
.RighInfo002811 .box:nth-child(2n){margin-bottom:5%;}
.RighInfo002811 .box .pic{width: 48%;}
.RighInfo002811 .box .pic .inner{ width: 100%;}
.RighInfo002811 .box:nth-child(2n-1) .pic .inner{margin-top: 0; padding-bottom:0;}
.RighInfo002811 .box:nth-child(2n) .pic .inner{float: right; margin-top: 6%;}
}
@media(max-width:1024px){
.RighInfo002811 .ytable,
.RighInfo002811 .ytable-cell{display: block;}
.RighInfo002811 .txt .inner{padding: 5% 10%!important;}
}


.Contain{padding: 4% 0; background: url(../images/RighInfo003134-bg.png) repeat-y center top;}
.Contain .pic .img-block{margin: 2em 0;border-radius: 10px;}
.Subsidiary ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Subsidiary ul li{width:49%;margin-bottom:calc(35 / 16 * 1em);transition: all .5s;-webkit-transition: all .5s;position: relative;}
.Subsidiary ul li .libox{box-sizing: border-box;padding:calc(50 / 16 * 1em) calc(60 / 16 * 1em);background-position: right bottom;background-repeat: no-repeat;background-color: #f8f8f8;
    background-size: contain;height:100%; border-radius: 10px;}
.Subsidiary ul li .con{max-width:90%;}
.Subsidiary ul li .con h1{font-size: calc(20 / 16 * 1em);margin-bottom:calc(15 / 16 * 1em); line-height: 1.4; color: #333;}
.Subsidiary ul li .con dl dd{display: flex;margin-bottom:8px;line-height: 1.8;}
.Subsidiary ul li .con dl dd .s1{white-space: nowrap;}
.Subsidiary ul li::after{content:'';display: block;width:40px;height:41px;background:url(../images/juan1.png) no-repeat center center;position: absolute;left:0;bottom:0;transition: all 0.5s;-webkit-transition: all 0.5s;background-size: 100% 100%;}

.Subsidiary ul li:first-child{}
.Subsidiary ul li:first-child .con h1{font-size:calc(26 / 16 * 1em);margin-bottom:calc(20 / 16 * 1em); color: #333; }
.Subsidiary ul li::before{content:"";display:block;width:0;height:2px;background: #d61518;position: absolute;left:0;bottom:0;transition: all .5s;-webkit-transition: all .5s;opacity: 0;}
/* .Subsidiary ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}
.Subsidiary ul li:hover::before{width:100%;opacity: 1;} */
.Subsidiary ul li:hover::after{width:55px;height:56px;background:url(../images/juan2.png) no-repeat center center;background-size:100% 100%;}

@media(max-width:1024px){
.Subsidiary ul li{padding:30px;}
.Subsidiary ul li .con h1{font-size: 16px;margin-bottom:10px;}
.Subsidiary ul li:first-child .con h1{font-size: 18px;}
}

@media(max-width:560px){
.Subsidiary ul li .con{max-width:100%;}
.Subsidiary ul li{padding:15px;width:100%;}
.Subsidiary ul li:first-child .con h1{font-size: 16px;margin-bottom:10px;}
}

@media(max-width:768px){
.Subsidiary ul li .libox{padding: calc(20 / 16 * 1em) calc(30 / 16 * 1em);}
}



.Floor003065{padding:5vw 0;font-size: 16px;}
@media(min-width:769px) and (max-width:1024px){
.Floor003065{font-size:1.5vw; }
}
@media(max-width:640px){
.Floor003065{font-size: 3.5vw;}
}
.Floor003065 .txt-info{position: relative; width: 60%;}
.Floor003065 .video{width: 40%;}
@media(min-width:769px){
.Floor003065 .txt-info{padding-right: 4vw;}
.Floor003065 .ytable-cell{vertical-align: top;}
}
@media(max-width:768px){
.Floor003065 .ytable,
.Floor003065 .ytable-cell{display: block;}
.Floor003065 .video{width: 95%; margin: 0 auto;}
.Floor003065 .txt-info{width: 95%;margin: 7% auto 0 auto;}
}

.Floor003065 .video .pic{position: relative; z-index: 1;border-radius: 20px;overflow: hidden;}
.Floor003065 .video .pic img{opacity: 0.84;}
.Floor003065 .video .play{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; cursor: pointer;}
.Floor003065 .video .play:before{position: absolute; content: '';width: 86px;height: 86px;background:url("../images/Floor003065_play.png") no-repeat center center rgba(0,0,0,0.2); left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%;}
.Floor003065 .video .pic video{position: absolute;left: 0; top: 0;  z-index: 20; background: #fff; }
@media(max-width:640px){
.Floor003065 .video .play:before{width: 20vw; height: 20vw;}
}

.Floor003065 .col-title{font-size: 48px; padding-bottom: 3.18vw;}
.Floor003065 .col-title .cn{font-size: 0.625em;color: #333;}
.Floor003065 .col-title .cn:after{display: inline-block; content: ''; height: 1px;background: #0091da; width: 3.334em; margin-left: 0.521em; vertical-align: middle;}
.Floor003065 .col-title .en{ font-family: 'Arial';color: #0091da;line-height: 1em; padding-top: 0.2em;}
@media(min-width:769px) and (max-width:1024px){
.Floor003065 .col-title{font-size: 4vw; }
}
@media(max-width:640px){
.Floor003065 .col-title{font-size: 9vw; }
}

.Floor003065 .more {display: inline-block;border:1px solid #b9b9b9; border-radius: 50%;transition: 0.3s; width: 3.125em;height: 3.125em; background: url(../images/Floor003127-icon.svg) no-repeat center;background-size: 1em auto;}
.Floor003065 .more:hover{border-color: #0091da;background-color: #0091da;background-image: url(../images/Floor003127-icon-white.svg);}
@media(max-width:640px){
.Floor003065 .more a{font-size: 4vw; }
}
.Floor003065 .txt-info .inner{position: relative; z-index: 3;}
.Floor003065 .txt-info .info .name{font-weight: normal;margin: 0;font-size: 1.8em;color: #333333;}
.Floor003065 .txt-info .info p{font-size: 1.125em;line-height: 1.8;margin: 2.1428em 0;}
@media(max-width:768px){
.Floor003065 .txt-info{margin-bottom: 5vw; }
}
@media(max-width:640px){
.Floor003065 .txt-info .info .name{font-size: 5vw;}
}


.Floor003065 .cultrue{margin-top: 3.75em;background-color: #ffffff; border: solid 1px #f2f2f2;}
.Floor003065 .cultrue dd{position: relative; padding: 2.5em 0;}
.Floor003065 .cultrue dd .ytable{padding: 0 3em;color: #333;display: flex;align-items: center;}
.Floor003065 .cultrue dd figure{font-size: 1.125em; opacity: 0.6;margin-top: 0.3em;}
.Floor003065 .cultrue dd .tit{font-size: 1.4em;}

@media (min-width:1025px) {
 .Floor003065 .cultrue dl{display:flex;flex-wrap:wrap}
.Floor003065 .cultrue dd{float: left;width: 33.33333%;}   
.Floor003065 .cultrue dd:not(:last-child) .ytable{border-right: 1px solid #ebebeb;}
.Floor003065 .cultrue dd .img{width: 4.25em;}
.Floor003065 .cultrue dd .img img{height: 3.125em;}
.Floor003065 .cultrue dd .box{margin-left: 1em;}
}
@media (max-width:1024px) {
.Floor003065 .cultrue dd .img{width: 5em;} 
.Floor003065 .cultrue dd .img img{width: 4em;}
.Floor003065 .cultrue dd:not(:last-child){border-bottom: 1px solid #ebebeb;}
}
@media (max-width:640px) {
.Floor003065 .cultrue dd .tit{font-size: 1.2em;}
.Floor003065 .cultrue{margin-top: 2em;}
.Floor003065 .cultrue dd{padding: 1.5em 0;}
}
@media(max-width:768px){
.Floor003065 .cultrue dd .img{width: 4em;} 
.Floor003065 .cultrue dd .img img{width: 3em;}
.Floor003065 .cultrue dd .ytable{padding: 0 2em;}
.Floor003065 .box{padding-left: 5%;}
}



.TextList0031490{padding:4% 0;}
.TextList0031490 .title h1{font-size: 30px; color:#333;margin: 0 0 1.5em;padding-left: 20px;}
.TextList0031490 .title h1:after{content: ''; background:linear-gradient(to bottom, #94ebf7, #0091da); width: 5px;height: 33px;position: absolute;left: 8%;}
.TextList0031490 .list li{border-radius: .05rem;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); transition: 0.3s; cursor: pointer; }
.TextList0031490 .list li:hover{border-color: #0091da;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.08);}
.TextList0031490 .list li .inner{padding: 26px;}
.TextList0031490 .list li .inner .btn{display: flex; justify-content: space-between;}
.TextList0031490 .list li .name{font-size:22px;color:#333; line-height:1.6; margin-bottom:1.5em; }
.TextList0031490 .list li .type{border-bottom: 1px dotted rgba(0, 0, 0, 0.2);font-size:14px; padding:1em 0 1.5em 0;margin-bottom: 1em;}
.TextList0031490 .list li .type dd:not(:last-child){padding-right: 1.7142em;margin-right: 1.7142em;}
.TextList0031490 .list li .intro{font-size:15px;color:#999;line-height: 1.6; margin-bottom:10px;}
.TextList0031490 .list li .view{color:#333;font-size:16px;padding-left: 30px;background: url(../images/icon_view.png) no-repeat left center; background-size: 18px auto; }
.TextList0031490 .list li .down{color: #fff;font-size:16px;padding-left: 30px;background: url(../images/icon_download.png) no-repeat left center; background-size: 18px auto;}

@media (min-width:1025px) {
.TextList0031490 .list li{float: left;width:23%;margin-right: 2%; margin-bottom: 3%;}  
.TextList0031490 .list li:nth-child(4n){margin-right: 0; }
.TextList0031490 .list li:nth-child(4n+1){clear: left;} 
}
@media (max-width:1024px) {
.TextList0031490 .list li{margin-bottom: 2em;}
.TextList0031490 .list li .inner{padding: 1em;}    
}
@media (max-width:1024px) {
.TextList0031490 .load-info .type{padding:1em;}
.TextList0031490 .popUp-box .name{font-size: 1.5em;}
.TextList0031490 .from td{display: block;}
.TextList0031490 .from .f-name{padding-top: 1em;}
}

.TextList0031490 .inner .bj_view {display: inline-block; border-radius:30px; border: 1px solid #0091da;padding:12px 25px; margin-right:15px; font-size:18px;}
.TextList0031490 .inner .bj_down {display: inline-block; border-radius:30px; border: 1px solid #0091da;padding:12px 25px;background-color: #0091da;font-size:18px;}
.TextList0031490 .apply-btn{text-align: center; padding:3em 0}
.TextList0031490 .apply-btn a{display: inline-block;font-size: 18px;background-color: #0091da; border-radius: 5px; line-height: 5; padding: 0 4em;color:#fff; cursor:pointer;}
.TextList0031490 .apply-btn a:before{display: inline-block;width: 1.2222em; height: 1.2222em;content: ''; background: url(../images/Floor003147-seed.svg) no-repeat; background-size: contain; vertical-align: middle; margin-right: 1em;}


@media (max-width: 768px) {
.TextList0031490 .list li .view{font-size:16px; background-size: 18px auto; padding-left: 30px;}
.TextList0031490 .list li .down{font-size:16px;background-size: 18px auto;padding-left: 30px;}
.TextList0031490 .inner .bj_down{padding: 8px 20px;}
.TextList0031490 .inner .bj_view{padding: 8px 20px;}
.TextList0031490{padding: 0;}
.TextList0031490 .list li .inner{padding: 15px;}
.TextList0031490 .list li .name{margin-bottom: 1.2em; font-size: 18px;}
.TextList0031490 .list li{margin-bottom:30px;}
.TextList0031490 .list li .intro{font-size:15px;}
}

@media (min-width: 1025px) and (max-width: 1600px) {
.TextList0031490 .inner .bj_view{ padding: 15px 25px;}
.TextList0031490 .list li .inner{ padding: 150px;}
}

.pro_intro,
.pro_content_one{ text-align: left; }
.pro_content_one{ margin: 2% 0; }
.pro_content_one img{ height: auto!important;}



.Advatable{ padding:0;}
.Advatable .table_1 th,
.Advatable .table_1 td{ text-align:center; border:1px solid #dcdcdc; border-collapse:collapse; line-height:24px; padding:10px;}
.Advatable .table_1 th{ font-size:16px; font-weight:normal;padding:20px 0;}
.Advatable .table_1 .th_1,
.Advatable .table_1 .th_2,
.Advatable .table_1 .th_3,
.Advatable .table_1 .th_4{ background:#0091da;}
.Advatable .table_1 .th_1,
.Advatable .table_1 .th_2,
.Advatable .table_1 .th_3,
.Advatable .table_1 .th_4{ color:#fff;}
@media(max-width:480px){
.Advatable .table_1{ overflow:auto;}
.Advatable .table_1 table{ width:180%;}
}
