﻿.imgbox{ overflow:hidden; position:relative; }
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}
.item:hover .imgbox span{transform: scale(1.05);-webkit-transform: scale(1.05);}

.Hometitle{margin-bottom:calc(25 / 16 * 1em);position: relative; border-bottom: 1px solid #eee;}
.Hometitle b{display: inline-block;line-height:2.2; font-size:calc(24 / 16 * 1em);border-bottom: 3px solid ;color: #333;border-image-source: linear-gradient(90deg, #f7b000, #116a9f);border-image-slice: 1;background-size: 1.25em;}
.Hometitle b img{margin-right:8px;max-width: calc(22 / 16 * 1em);}
.Hometitle span{font-size: calc(16 / 16 * 1em);color:#116a9f; padding-left:calc(10 / 16 * 1em) ;}
.Hometitle .Homemore{position: absolute;right: 0; top: 50%;transform: translateY(-50%);color: #999;}
.Hometitle .Homemore:after{display: inline-block;content: '';width: 0.5em;height: 0.5em; vertical-align: middle; margin-left: 0.35em; transform: rotate(45deg);border-top: 1px solid #999;border-right: 1px solid #999;}
.Hometitle .Homemore:hover{color:#116a9f;}
.Hometitle .Homemore:hover:after{border-color:#116a9f;}

@media(max-width:768px){
	.Hometitle b{font-size: calc(22 / 16 * 1em);}
}


/*Top002969 */
.Top002969 .today dd a{color: #666; font-size: calc(14 / 16 * 1em);}
.Top002969 .today dd a:hover{color: #116a9f;}
.Top002969 .today dd a{margin-left: calc(20 / 14 * 1em); background-repeat: no-repeat; background-position: left center; background-size:1.5em auto;padding-left: calc(24 / 14 * 1em);}
.Top002969 .today dd a.home{background-image: url(../images/top_home.svg);}
.Top002969 .today dd a.login{background-image: url(../images/top_login.svg);}
.Top002969 .today dd a.register{background-image: url(../images/top_register.svg);}


.Top002969 .logo-area{background: url("../images/Top002969_bg.jpg") no-repeat center  center;background-size: cover; padding: 0 2%;}
.Top002969 .logo{width:55%;}
.Top002969 .logo a{display: table;}
.Top002969 .logo a{display: flex;}
.Top002969 .logo a span{display: table-cell; vertical-align: middle;}
.Top002969 .logo span.name{font-size: 30px;color: #116a9f; border-left: 1px solid #dcdcdc;padding-left: 10px; width: 110px;}
.Top002969 .logo span.pic{padding-right: 10px;}
.Top002969 .logo img{max-height:calc(68 / 16 * 1em) ;}
.Top002969 .top-search{padding: 0;}
.Top002969 .top-search .box{position: relative;background: #fff;  overflow: hidden;padding-right: 80px;}
.Top002969 .top-search .box .text{ height: 40px; line-height: 40px;background: none;border: 0;width: 100%; padding: 0 10px;}
.Top002969 .top-search .box .btn{width: 80px; line-height: 40px;background: #116a9f; text-align: center;}
.Top002969 .top-search .box .btn span{display: inline-block;background: url("../images/Top002969_btn_search.png") no-repeat right center;padding-right: 20px;color: #fff;}

.Top002969 .top-log .logon a{display: inline-block; background: #116a9f; color: #fff;  padding: 0 calc(16 / 16 * 1em); margin: 0 5px; line-height: calc(36 / 16 * 1em); border-radius: 50px; transition: 0.3s;}
.Top002969 .top-log .logon .nameBox{display: inline-block; background: #116a9f; color: #fff;  padding: 0 calc(16 / 16 * 1em); margin: 0 5px; line-height: calc(36 / 16 * 1em); border-radius: 50px; transition: 0.3s;}
.Top002969 .top-log .logon a:before{display: inline-block; content: ''; width: calc(25 / 16 * 1em); height: calc(18 / 16 * 1em);background-repeat: no-repeat; background-position: left center; vertical-align: sub; background-size: 1.25em auto;}
.Top002969 .top-log .logon a.login:before{background-image: url("../images/top_login.svg") }
.Top002969 .top-log .logon a.register:before{background-image: url(../images/top_register.svg);}
.Top002969 .top-log .logon a:hover{background: #f7b000;}


.Top002969 .top-menu{background: #116a9f; background-image: linear-gradient(90deg, #f7b000, #116a9f);;}
.Top002969 .top-menu li span,
.Top002969 .top-menu li a{display: block; font-size: calc(18/16 * 1em);}
.Top002969 .top-menu li span a img{display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -2px;}
.Top002969 .top-menu li span a{line-height: calc(60 / 18 * 1em);font-size: calc(18 / 16 * 1em);color: #fff;}
.Top002969 .today dd{float: right;}
.Top002969 .today{background: #fff;line-height: 24px;padding: 8px 0;}
.Top002969 .today strong{color: #205393; }
.Top002969 .sub dl{background-color: #fff;}
.Top002969 .sub dl dt:not(:last-child){margin-bottom: 10px;}

@media(min-width:1500px){
	.Top002969 .top-log{width: 260px;}
	.Top002969 .top-search{width:360px;}
}
@media(min-width:1025px){
.Top002969 .logo-area{height: 160px;}
.Top002969 .logo-area .ytable{height: 100%;}
.Top002969 .top-search{}
.Top002969 .top-search{display: table-cell;}
.Top002969 .top-search .box{border-radius: 5px;}
.Top002969 .top-log{ padding-left: 2%;}
.Top002969 .top-menu li{float: left; text-align: center;position: relative;}
// .Top002969 .top-menu li:not(:last-child){border-right: 1px solid rgba(255,255,255,0.1);}
.Top002969 .top-menu li span{position: relative;}
.Top002969 .top-menu li span a{position: relative;}
.Top002969 .top-menu li:hover span a,
.Top002969 .top-menu li.aon span a{/* background: #207fb8; */ }
.Top002969 .today .class{margin-left: 36px;}
.Top002969 .sub{position: absolute;top: 100%;background-color: rgba(17, 106, 159, 0.85);border-radius: 0 0 5px 5px;overflow: hidden; left: 50%;width:100%;margin-left: -50%; z-index: 999; }
.Top002969 .sub dl{overflow: hidden;}

}
@media(max-width:1024px){
.Top002969 .logo-area .ytable,
.Top002969 .logo-area .ytable-cell{display: block;}
.Top002969 .logo-area .top-search{display:none;position: absolute; left: 0; top: 100%; width: 100%;}
.Top002969 .logo-area{position: relative; z-index: 100;}
.Top002969 .logo{width:100%;}
.Top002969 .logo a{width: 100%;}
.Top002969 .logo{padding: 13vw 0 4vw;}
.Top002969 .logo img{max-height: calc(43/16*1em)}
.Top002969 .top-log{position: absolute;left:0;top:8%;}
.Top002969 .sub dl{background-color: transparent;}
 .Top002969 .wap-nav{position: absolute; right: 2%; top: 24%; transform: translateY(-50%);}
.Top002969 .wap-nav > *{float: left;width: 30px; height: 30px;}
.Top002969 .open-search{ border-radius: 50%;background: #116a9f url("../images/Top002969_btn_search.png") no-repeat center center; margin-left: 13px;}
.Top002969 .open-search.on:before,
.Top002969 .open-search.on:after{background-color: #116a9f;}
.Top002969 .open-menu i{background: #116a9f;}
.Top002969 .top-menu{position: relative; z-index: 100;}
.Top002969 #menu{position: absolute;  left: -100%; top: 100%;background: #116a9f; width: 220px; border-radius: 0 0 0 5px; padding: 10px 20px;}
.Top002969 #menu li{width: auto!important; transform: translateX(50px);opacity: 0; transition: 0.5s 0.1s;}
.Top002969 #menu li:nth-child(2){transition-delay: 0.2s;}
.Top002969 #menu li:nth-child(3){transition-delay: 0.3s;}
.Top002969 #menu li:nth-child(4){transition-delay: 0.4s;}
.Top002969 #menu li:nth-child(5){transition-delay: 0.5s;}
.Top002969 #menu li:nth-child(6){transition-delay: 0.6s;}
.Top002969 #menu li:nth-child(7){transition-delay: 0.7s;}
.Top002969 #menu li span a{line-height: 50px;}
.Top002969 #menu li:not(:last-child){border-bottom: 1px solid rgba(255,255,255,0.5);}
.menu-show #menu{left: auto;right: 0;}
.menu-show #menu li{ transform: translateX(0);opacity: 1; }
.Top002969 .today .class{display: block;}
.Top002969 .top-search .box{box-shadow: 0 0 10px rgba(0,0,0,0.3);}
}
@media(max-width:768px){
	
	.Top002969 .top-menu li span, .Top002969 .top-menu li a{color:#fff;}
	.Top002969 .top-menu li .sub dl{padding:4px;}

}
@media(max-width:640px){
.Top002969 .logo span.name{font-size: 5vw;}
}


.Top002969 .logo .img1 {/*transform: perspective(500px) rotateY(45deg); animation: zhuanqiu 3s linear infinite alternate;*/}



@keyframes tiaodong {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-10px);
    }
}

@keyframes zhuanqiu {
0%{transform: perspective(800px) rotateY(25deg); }
50%{transform: perspective(800px) rotateY(0deg); }
100%{transform: perspective(800px) rotateY(-25deg); }
}


/*Banner003200 */
.Banner003200{position: relative;z-index: 1; padding-top: 0px;}
.Banner003200 .solgan{position: absolute; left: 0;top: 0;width: 100%; height: 100%;z-index: 10;}
.Banner003200 .solgan .auto{max-width: 1600px; height: 100%;}
.Banner003200 .solgan img{max-width: calc(577 / 1600 * 100%);}
.Banner003200 .slick-dots{position: absolute; left: 0;width: 100%;text-align: center; bottom: calc(50 / 960 * 100%);z-index: 10;}
.Banner003200 .slick-dots li{width: 12px;height: 12px; background: #fff; border-radius: 50%; cursor: pointer; display: inline-block; margin: 0 calc(10 / 1920 * 100vw);}
.Banner003200 .slick-dots li button{display: none;}
.Banner003200 .slick-dots li.slick-active{background-color: #116a9f; }
@media (min-width:768px) {
.Banner003200 .wap{display: none;}
}
@media (max-width:768px) {
.Banner003200 .pc{display: none;}
.Banner003200 .slick-dots li{width:10px;height:10px;margin: 0 calc(12 / 1920 * 100vw); }
}



/*Floor002861 */
.Floor002861{padding: 2% 0;}
.Floor002861 a:hover{color: #116a9f;}

.Floor002861 .main .slider li{position: relative;}
.Floor002861 .main .slider li .pic img{display: block;}
.Floor002861 .main .slider li aside{position: absolute; left: 0; width: 100%;background: rgba(0,0,0,0.5);color: #fff; z-index: 10;bottom: 0;line-height: 50px; text-indent: 25px;padding-right: 30%;font-size: calc(18 / 16 * 1em);font-weight: normal;}
.Floor002861 .main .slick-dots{position: absolute; z-index: 20; right: 20px; bottom: 20px;}
.Floor002861 .main .slick-dots li{float: left;margin-right: 12px; width: 10px; height: 10px; border-radius: 50%; cursor: pointer;background: #fff;}
.Floor002861 .main .slick-dots li button{display: none;}
.Floor002861 .main .slick-dots li.slick-active{background: #116a9f;}

.Floor002861 .main .fr > *{}
.Floor002861 .main .tab-ul{position: relative; margin-bottom: calc(20 / 16 * 1em);}
.Floor002861 .main .tab-ul ul{position: relative; border-bottom: 1px solid #ebebeb; height: calc(55 / 16 * 1em);}
.Floor002861 .main .tab-ul li{float: left; line-height: calc(55 / 20 * 1em); height: calc(55 / 20 * 1em);font-size: calc(20 / 16 * 1em); color: #333; cursor: pointer;}
.Floor002861 .main .tab-ul li:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 18px;background-color: #eee;margin: 0 calc(18 / 16 * 1em);}
.Floor002861 .main .tab-ul li.on span{position: relative; font-weight: bold;color:#116a9f;}
.Floor002861 .main .tab-ul li.on span:after{position: absolute; top:100%; margin-top: 15px; left:0px;right: 0; content: ''; height: 3px;background: linear-gradient(90deg, #f7b000, #116a9f);}
.Floor002861 .main .tab-ul .more{position: absolute; right: 10px; top: 50%;transform: translateY(-50%);color: #999; display: none;font-size: calc(16 / 20 * 1em);}
.Floor002861 .main .tab-ul .more:after {display: inline-block;content: '';width: 0.5em;height: 0.5em; vertical-align: middle; margin-left: 0.35em; transform: rotate(45deg);border-top: 1px solid #999;border-right: 1px solid #999;}
.Floor002861 .main .tab-ul .more:hover{color:#116a9f;}
.Floor002861 .main .tab-ul .more:hover:after{border-color:#116a9f;}

.Floor002861 .main .tab-box {border: 1px solid #eee;border-top-width: 3px;border-top-color: #116a9f;background: #fff;}
.Floor002861 .main .tab-ul li.on .more{display: block;}
.Floor002861 .main .tab-list .dl{display: none;}
.Floor002861 .main .tab-list dl{}
.Floor002861 .main .tab-list dt{line-height: calc(35 / 16 * 1em);font-size: calc(18 / 16 * 1em); padding-left: calc(16 / 16 * 1em);position: relative;}
.Floor002861 .main .tab-list dt::after{position: absolute;content: '';left: 0;top: 50%;height: 5px;width: 5px;background-color: #116a9f;margin-top: -3px; border-radius: 50%;}
.Floor002861 .main .tab-list dt time{font-size: calc(14 / 16 * 1em);color: #999;float: right;margin-left: 10px;}
.Floor002861 .main .tab-list dt:hover::after{background: linear-gradient(90deg, #f7b000, #116a9f);}

@media(min-width:1025px){
.Floor002861 .main .fr{width: 52%;}
.Floor002861 .main .fl{width: 48%;}
.Floor002861 .main .tab-box{height: 27.5em;}
.Floor002861 .main .slider li .pic .Ispic{height: 27.5em;}
.Floor002861 .main .tab-box{padding: 0 calc(20 / 16 * 1em) 0 calc(30 / 16 * 1em);}
}
@media(max-width:1024px){
.Floor002861 .main .slider li .pic img{width: 100%;}
.Floor002861 .main .slider li .pic .Ispic{ padding-bottom: 58%;}
}
@media(max-width:768px){
	.Floor002861 .main .tab-box{border:none;}
	.Floor002861 .main .tab-ul li{font-size: calc(18 / 16 * 1em);}
	.Floor002861 .main .tab-ul li:not(:last-child):after{margin: 0 calc(10 / 16 * 1em);}
	.Floor002861 .main .tab-ul .more{right:0;}
}
@media(max-width:480px){
.Floor002861 .top-new .slider li b{font-size: 16px;}
.Floor002861 .top-new .slider li aside{font-size: 14px;}
.Floor002861 .top-new .slider{margin-left: 0;}
.Floor002861 .top-new{min-height: 80px;}
.Floor002861 .top-new .tit{background-size: contain;width: 90px;font-size: 18px;padding: 15px 20px;}
}



/* HomeHonor */
.HomeHonor{/* background: url(../images/homehonorbg.jpg) no-repeat center center; */background-size: cover;overflow: hidden; padding: 2% 0;}

.HomeHonor .tab-ul{position: relative;z-index: 20;border-bottom: 1px solid #eee;padding:0 0 calc(18 / 16 * 1em);margin-bottom: calc(25 / 16 * 1em);}
.HomeHonor .tab-ul li span{font-size: calc(24 / 16 * 1em); color: #333; background-size: contain;display: inline-block;}
.HomeHonor .tab-ul li{float: left; cursor: pointer;}
.HomeHonor .tab-ul li:not(:last-child):after{display: inline-block;content: '';width: 1px;height: 18px;background-color: #eee;margin: 0 calc(18 / 16 * 1em);}
.HomeHonor .tab-ul li .more{position: absolute;right: 0; top: 50%;margin-top: calc(-22 / 16 * 1em);color: #999;}
.HomeHonor .tab-ul li .more:after{display: inline-block;content: '';width: 0.5em;height: 0.5em; vertical-align: middle; margin-left: 0.35em; transform: rotate(45deg);border-top: 1px solid #999;border-right: 1px solid #999;}
.HomeHonor .tab-ul li .more:hover{color:#116a9f;}
.HomeHonor .tab-ul li .more:hover:after{border-color:#116a9f;}
.HomeHonor .tab-ul li:not(.on) a{display: none;}
.HomeHonor .tab-ul li:not(.on) span{color: #333;padding-left: 0;background: none;}
.HomeHonor .tab-ul li.on span{position: relative; font-weight: bold;color:#116a9f;}
.HomeHonor .tab-ul li.on span:after{position: absolute; top:100%; margin-top: 17px; left:0px;right: 0; content: ''; height: 3px;background: linear-gradient(90deg, #f7b000, #116a9f);}

.HomeHonor .box{ display: none;}

.HomeHonor .HomeHonorBox .slider{width:100%;}
.HomeHonor .HomeHonorBox .slider {margin:0 -10px;}
.HomeHonor .HomeHonorBox .slider .item{margin:10px 10px;/* background: url(../images/honorboxbg.jpg) no-repeat center center; */ padding: 15px 0; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); background-size: cover; /* border-radius: 10px; */ overflow: hidden;}
.HomeHonor .HomeHonorBox .slider .item .img{padding-top:30px;/* background: url(../images/honorimgbg.png) no-repeat center center; */background-size: cover;}
.HomeHonor .HomeHonorBox .slider .item .img .imgbox{padding-top:250px;}
.HomeHonor .HomeHonorBox .slider .item .img span{align-items:flex-end;}
.HomeHonor .HomeHonorBox .slider .item .img img{max-width:100%;width:auto;max-height:250px;max-width:250px;height:auto;object-fit: contain;padding:10px;background: url(../images/honorbg.png) no-repeat center center;background-size: 100% 100%;position: relative;}
.HomeHonor .HomeHonorBox .slider .item .img img::before{content:'';display: block;width:110%;height:100%;/* background: url(../images/honoryy.png) no-repeat center center; */background-size: 100% 100%;position: absolute;right:10px;bottom:0;}
.HomeHonor .HomeHonorBox .slider .item .txt{line-height: 60px;text-align: center;font-size: 1em; color: #333;}

.HomeHonor .slick-arrow{position: absolute; z-index: 30; top: 50%; width: calc(48 / 16 * 1em); height: calc(48 / 16 * 1em); background: #116a9f; padding: 0; margin-top: calc(-24 / 16 * 1em); border-radius: 50%; transition: 0.3s; font-size: 1em;text-indent: -999em; overflow: hidden;}
.HomeHonor .slick-arrow:hover{background: linear-gradient(90deg, #f7b000, #116a9f);}
.HomeHonor .slick-arrow:before{position: absolute; content: ''; width: 10px; height:10px; border-bottom: 2px solid #fff;border-left: 2px solid #fff; left: 50%; top: 50%; margin: -5px 0 0 -5px; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.HomeHonor .slick-next:before{transform: rotate(-135deg);-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);}
.HomeHonor .slick-prev{left: calc(-60 / 16 * 1em);}
.HomeHonor .slick-next{right: calc(-60 / 16 * 1em);}
.HomeHonor .slick-arrow:hover:before{border-color:#fff;}

@media(max-width:1024px){
.HomeHonor .slick-arrow{width:30px;height:30px;margin-top:-15px;}
.HomeHonor .HomeHonorBox .slider .item .img{padding-top:20px;}
.HomeHonor .HomeHonorBox .slider .item .img .imgbox{padding-top:2.2rem;}
.HomeHonor .HomeHonorBox .slider .item .img img{max-height:1.8rem;max-width:1.8rem;}
.HomeHonor .HomeHonorBox .slider .item .txt{line-height: 50px;font-size: 14px;}
}

@media(max-width:640px){
.HomeHonor .HomeHonorBox .slider{width:100%;}
.HomeHonor .HomeHonorBox .slider .slick-arrow.slick-next{right:0;}
.HomeHonor .HomeHonorBox .slider .item .img img{padding:5px;max-width:80%;}
}


.Partner{padding: 2% 0;}
.Partner ul{text-align: center;}
.Partner .slider {margin: 0 -1%;overflow: hidden;}
.Partner .slick-slide > div {width: 14.28%;float: left;}
.Partner li{ }
.Partner li a{position: relative;z-index: 3;display: block;margin: 3%;border: solid 1px #eee;overflow: hidden; transition: 0.3s;}
.Partner a:after,
.Partner a:before{width: 0;height: 0;content: "";position: absolute;transition: all 0.3s;opacity: 0;}
.Partner a:after{border-top: 1px solid ;border-left: 1px solid;border-image-source: linear-gradient(90deg, #f7b000, #116a9f);  border-image-slice: 1;top: 0;left: 0;z-index: 10;}
.Partner a:before{border-right: 1px solid ;border-bottom: 1px solid;border-image-source: linear-gradient(-90deg, #f7b000, #116a9f);  border-image-slice: 1;bottom: 0;right: 0;z-index: 10;}
.Partner li:hover a::before,
.Partner li:hover a::after{width: 100%;height: 100%;opacity: 1;}
.Partner li .ytable{height: 100%}
.Partner li .Ispic {height: 110px;background-size: contain;max-width: 90%; margin: 0 auto;}
.Partner .slick-dots{text-align: center; margin-top: 2vw;}
.Partner .slick-dots li{display: inline-block;position: relative;width: 28px; height: 28px;}
.Partner .slick-dots li button{ padding: 0; width:50%;height: 50%;background: #116a9f; border-radius: 50%; position: absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);font-size: 0; border: 0;}
.Partner .slick-dots li.slick-active button{background: linear-gradient(90deg, #f7b000, #116a9f); width: 50%; height: 50%;}
.Partner .slick-dots li.slick-active:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #f7b000; border-radius: 50%;clip:rect(0 28px 7px 0);animation:zhuan 2s infinite linear;}
@keyframes zhuan{
0%{transform: rotate(-360deg);}
100%{transform: rotate(0);}
}

.Partner .slick-arrow { position: absolute; border: 0; font-size: 1em; text-indent: -999em; width: calc(48 / 16 * 1em);height: calc(48/ 16 * 1em);background: #116a9f; top: 40%; border-radius: 50%; margin-top: calc(-24 / 16 * 1em);z-index: 10;transition: all 0.3s; }
.Partner .slick-arrow:hover { background: linear-gradient(90deg, #f7b000, #116a9f); }
.Partner .slick-prev { left: -5%; }
.Partner .slick-next { right: -5%; }
.Partner .slick-arrow:before { position: absolute; content: ''; width: calc(10 / 16 * 1em);height: calc(10 / 16 * 1em);border-top: 2px solid #fff; border-right: 2px solid #fff; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.Partner .slick-prev:before { transform: translate(-50%, -50%) rotate(-135deg); }
.Partner .slider:hover .slick-prev { left: 0.5%; }
.Partner .slider:hover .slick-next { right: 0.5%; }

@media(max-width:1024px){
.Partner .slick-slide > div {width: 33.33%;}
}
@media(max-width:640px){
.Partner .slick-slide > div {width: 50%;}
}

/*Floor002733 */
.Floor002733 { padding: 2% 0; background: #f9f9f9;}
.Floor002733 .slick-arrow { position: absolute; border: 0; font-size: 1em; text-indent: -999em; width: calc(48 / 16 * 1em);height: calc(48/ 16 * 1em);background: #116a9f; top: 40%; border-radius: 50%; margin-top: calc(-24 / 16 * 1em);z-index: 10; }
.Floor002733 .slick-arrow:hover { background: linear-gradient(90deg, #f7b000, #116a9f); }
.Floor002733 .slick-prev { left: calc(-60 / 16 * 1em); }
.Floor002733 .slick-next { right: calc(-60 / 16 * 1em); }
.Floor002733 .slick-arrow:before { position: absolute; content: ''; width: calc(10 / 16 * 1em);height: calc(10 / 16 * 1em);border-top: 2px solid #fff; border-right: 2px solid #fff; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.Floor002733 .slick-prev:before { transform: translate(-50%, -50%) rotate(-135deg); }



.Floor002733 li.slick-slide { height: auto; }
.Floor002733 li.slick-slide .inner { position: relative; transition: 0.3s; }
.Floor002733 li.slick-slide .inner > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: transparent; z-index: 10; transition: 0.3s; opacity: 0; -webkit-opacity: 0; }
.Floor002733 li.slick-slide .pic { overflow: hidden; position: relative; }
.Floor002733 li.slick-slide .pic lable { position: absolute; z-index: 20; left: 0; top: 0; background: #116a9f; color: #fff; border-radius: 0 0 calc(20 / 14 * 1em) 0;padding: 0 calc(10 / 14 * 1em);line-height: calc(28 / 14 * 1em);font-size: calc(14 / 16 * 1em);}
.Floor002733 li.slick-slide.finish .pic lable { background: #116a9f; }
.Floor002733 li.slick-slide .Ispic { padding-bottom: 65%; transition: 0.3s; }
.Floor002733 li:hover .Ispic { transform: scale(1.1); }
.Floor002733 li.slick-slide:hover a { opacity: 1; -webkit-opacity: 1; }
.Floor002733 li.slick-slide .txt {padding: calc(18 / 16 * 1em); background: #fff; }
.Floor002733 li.slick-slide .txt aside { color: #333; font-size: calc(18 / 16 * 1em);transition: .3s; margin-bottom:calc(10 / 18 * 1em); }
.Floor002733 li.slick-slide .txt p{ color: #999; font-size: calc(15 / 16 * 1em); line-height: 1.7; margin: 0;}
.Floor002733 li.slick-slide:hover .txt aside { color: #116a9f; }

.Floor002733 .right .tab-list dl{}
.Floor002733 .right .tab-list dt{line-height: calc(40 / 16 * 1em);font-size: calc(16 / 16 * 1em); padding-left: calc(16 / 16 * 1em);position: relative;}
.Floor002733 .right .tab-list dt::after{position: absolute;content: '';left: 0;top: 50%;height: 5px;width: 5px;background-color: #116a9f;margin-top: -3px; border-radius: 50%;}
.Floor002733 .right .tab-list dt time{font-size: calc(14 / 16 * 1em);color: #999;float: right;margin-left: 10px;}
.Floor002733 .right .tab-list dt:hover::after{background: linear-gradient(90deg, #f7b000, #116a9f);}
.Floor002733 .right .tab-list dt a:hover{ color: #116a9f;}

@media(min-width:1025px) {
.Floor002733 .slider { margin-left: -10px;margin-right: -10px;}
.Floor002733 li.slick-slide .inner { margin: 0 10px;}
}

@media(max-width:1024px) {
.Floor002733 li.slick-slide .txt { padding: calc(20 / 16 * 1em);}
}
@media(max-width:768px){
	.Floor002733 .slick-prev{left:0;}
	.Floor002733 .slick-next{right:0;}
}





/*Bottom002887 */
.Bottom002887{background: #f9fcff;}
.Bottom002887,
.Bottom002887 a{color: rgba(0,0,0,0.6);}
.Bottom002887 a:hover{color: #116a9f;}

.Bottom002887 .links{padding: calc(15 / 16 * 1em) calc(20 / 16 * 1em); background: #0d6294;background-image: linear-gradient(90deg, #f7b000, #116a9f);;}
.Bottom002887 .links .tit{color: #fff;font-size: calc(16 / 16 * 1em); }
.Bottom002887 .links .select{position: relative; }
.Bottom002887 .select ol{cursor: pointer;position: relative; z-index: 1;line-height: calc(45 / 16 * 1em);background-color: #fff;color: #333;border: solid 1px #eee; padding: 0 calc(40 / 16 * 1em) 0 calc(20 / 16 * 1em);}
.Bottom002887 .select ol:after{position: absolute; right:20px; content: ''; border: 5px solid transparent; border-top-color: #000; top: 50%;margin-top: -2px;}
.Bottom002887 .select ul{position: absolute; left: 0; top: 100%; width: 100%;background: #fff; padding: calc(20 / 16 * 1em); box-shadow: 5px 10px 10px rgba(0,0,0,0.1);display: none;}
.Bottom002887 .select li a{padding: 5px 0;line-height: 25px;display: block;transition: 0.3s; color: #333;}
.Bottom002887 .select li:hover a{color: #116a9f;}

.Bottom002887 .copyright{padding: calc(16 / 14 * 1em) 0;border-top: 1px solid rgba(0,0,0,0.1);line-height: 2;color: rgba(0,0,0,0.6); font-size: calc(14 / 16 * 1em);}
.Bottom002887 .copyright .fr{overflow: hidden;}
.Bottom002887 .copyright .fr a{float: left;}
.Bottom002887 .copyright .fr a{display: inline-block;}
.Bottom002887 .copyright .fr a:not(:last-child):after{margin: 0 20px;content: ''; display: inline-block; width: 1px; height: 12px; vertical-align: middle;background: rgba(255,255,255,0.5);}

.Bottom002887 .b_link{margin-bottom: 26px; line-height: 24px;color: rgba(255,255,255,0.6);}
.Bottom002887 .b_link .fl{position: relative; padding-left: 80px;}
.Bottom002887 .b_link .fl span{position: absolute; left: 0; top: 0; }
.Bottom002887 .b_link .fl a{display: inline-block;color: rgba(255,255,255,0.6);}
.Bottom002887 .b_link .fl a:not(:last-child):after{margin: 0 15px;content: ''; display: inline-block; width: 1px; height: 12px; vertical-align: middle;background: rgba(255,255,255,0.2);}
.Bottom002887 .b_link .fl a:hover{color: #fff;}

.Bottom002887 .code{max-width: 180px; /* margin: 0 auto; */}
.Bottom002887 .code li{float: left; /* width: 43.75%; */ text-align: center;}
.Bottom002887 .code li:nth-child(2n){float: right;}
.Bottom002887 .code li aside{/* color: rgba(255,255,255,0.5); */font-size: calc(15 / 16 * 1em); margin-top: 6px;}
.Bottom002887 .code li img{border-radius: 4px; display: block; width: 100%; max-width: 110px;border: 1px solid #eee;}

.Bottom002887 a.email {display: inline-block;width: 100%;max-width: 150px; font-size: calc(16 / 16 * 1em); padding: calc(11 / 16* 1em) calc(20 / 16* 1em); text-align: center; background-image: linear-gradient(90deg, #f7b000, #116a9f);  color: #fff; margin-top:calc(12 / 16 * 1em) ; border-radius: 50px;}
.Bottom002887 a.email:after {width: 12px;height: 12px;display: inline-block;content: '';margin-left: 0.875em;background: url(../images/more-on.svg) no-repeat;background-size: contain;}
.Bottom002887 a.email:hover{background:#f7b000; }

.Bottom002887 .b_nav{padding: 4% 0 2% 0; display: flex;justify-content: space-between;}
.Bottom002887 .b_nav .tit{font-size: calc(18 / 16 * 1em);color: #333;  margin-bottom: 20px;}
.Bottom002887 .b_nav .item .tit{position: relative;border-bottom: 1px solid rgba(0,0,0,0.1);padding-bottom: 20px;}
.Bottom002887 .b_nav .item .tit:after {display: block;content: '';width: calc(30 / 16 * 1em);height: 3px;background: linear-gradient(90deg, #f7b000, #116a9f);position: absolute;left: 0;bottom: -1px; }
.Bottom002887 .b_nav .tit a{color: #333;}
.Bottom002887 .b_nav nav dd{line-height: 2; margin: 0.5em 0;}
.Bottom002887 .b_nav nav dd a{color: rgba(0,0,0,0.6);}
.Bottom002887 .b_nav nav dd a:hover{color: #116a9f;}
.Bottom002887 .contact .call{font-size: calc(28 / 16 * 1em); font-weight: bold;color: #f7b000;}
.Bottom002887 .contact p{margin-top: 5px; line-height: 1.75; }
@media(min-width:641px){
.Bottom002887 .b_nav nav .item{float: left; max-width: 150px;}
.Bottom002887 .b_nav nav .item dl{display: block!important;}
}
@media(min-width:1025px){
.Bottom002887 .links .box{float: left; width: 32%;}
.Bottom002887 .links .box:not(:nth-child(3n)){margin-right: 2%;}
.Bottom002887 .code{/* width: 18%; */}
.Bottom002887 .b_nav nav{width:46%;}
.Bottom002887 .contact{width: 38%;padding: 0 2% 0 5%;}
}
@media(max-width:1024px){
.Bottom002887 .b_nav{display: block;}
.Bottom002887 .b_nav nav{display: none;}
.Bottom002887 .contact,
.Bottom002887 .code .tit{text-align: center;}
.Bottom002887 .contact{padding: 10px 0;}
}
@media(max-width:640px){
.Bottom002887 .b_nav nav .item{margin: 0!important;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Bottom002887 .b_nav nav .item dl{display: none; padding-bottom: 20px;}
.Bottom002887 .b_nav .tit{padding: 5px 0;margin-bottom:8px; }
.Bottom002887 .b_nav nav .tit{position: relative;z-index: 1;padding-right: 40px;}
.Bottom002887 .b_nav nav .tit i{position: absolute; right: 0; top: 50%; width: 20px; height: 20px; margin-top: -8px;transition: 0.3s;}
.Bottom002887 .b_nav nav .tit i.on{transform: rotate(45deg);}
.Bottom002887 .b_nav nav .tit i:before,
.Bottom002887 .b_nav nav .tit i:after{position: absolute; content: ''; left: 50%; top: 50%;transform: translate(-50%,-50%);background: #fff;}
.Bottom002887 .b_nav nav .tit i:before{width: 50%; height: 2px;}
.Bottom002887 .b_nav nav .tit i:after{width: 2px; height: 50%;}
.Bottom002887 .b_nav nav dd{padding: 5px 0;}
.Bottom002887 .code{max-width: 280px;margin:0 auto;}
.Bottom002887 .code li{float:none;text-align: center;}
.Bottom002887 .code li img{width: 80%; margin: 0 auto;}
.Bottom002887 .contact p{margin-top:3px;}
}



/*nbanner */
.nbanner .pc{background-position: center center; background-repeat: no-repeat; height: 500px; background-size: cover;}
@media (min-width:768px) {
.nbanner .wap{display: none;}   
}
@media (max-width:768px) {
.nbanner .pc{display: none;}      
}


.Content{ padding: 3% 0;}
.w22, .w75{ padding-bottom: 0;}

/*Menu002956 */
.Menu002956{padding-left: 10px; }
.Menu002956 nav{background: #f5f8fb;padding: 20px 0;}
.Menu002956 h1{margin: 0 2.08vw 0 0;position: relative;margin-left: -10px; padding: 20px 0 20px 35px; }
.Menu002956 h1 span{position: relative;z-index: 4;display: block;font-size: calc(26 / 16 * 1em);color: #fff;line-height: 1em;}
.Menu002956 h1:after{position: absolute; content: '';  height: 100%; background:#116a9f; top: 0; transform: skewX(25deg);-webkit-transform: skewX(25deg);-ms-transform: skewX(25deg); right:0; left: -30px;}
.Menu002956 h1 i{position: absolute;}
.Menu002956 h1 i.jiao{ border:8px solid transparent; border-left-color: #116a9f;  left: 2px; top: -8px; transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}

.Menu002956 ul{padding: 12px 0;}
.Menu002956 li:not(:last-child){border-bottom: 1px solid #fff;}
.Menu002956 li a{display: block;line-height: 30px; padding: 15px 25px 15px 30px;font-size: calc(18 / 16 * 1em);position: relative; z-index: 1;}
.Menu002956 li a:after{position:absolute; content:''; width:10px; height:10px;right:24px; top:50%; margin-top:-5px;border: 2px solid #ccc;border-left: 0;border-bottom: 0;transform: rotate(45deg);transition: 0.3s all}
.Menu002956 li a:hover,
.Menu002956 li.aon a{font-weight: bold;color: #116a9f;}
.Menu002956 li a:hover:after,
.Menu002956 li.aon a:after{transform: rotate(135deg); border-image-source: linear-gradient(0deg, #f7b000, #116a9f); border-image-slice: 1;}

.Menu002956 .ul-1 p{margin: 0;border-top: 1px solid #fff;}
.Menu002956 .ul-1 a:after{display: none;}
.Menu002956 li.aon .ul-1 a:hover,.Menu002956 li.aon .ul-1 a.up{font-weight: bold;color: #116a9f;}
.Menu002956 li.aon .ul-1 a{display: block;line-height: 30px; padding: 15px 25px 15px 45px;
    font-size: calc(18 / 16 * 1em);color: #333;font-weight: 500; position: relative; z-index: 1;} 


@media(min-width:1025px){
.Menu002956{overflow: hidden;margin-left: -12px;}
.Menu002956 ul{display: block!important;}
}
@media(max-width:1024px){
.Menu002956{position: relative; z-index: 40;}
.Menu002956 h1:after{left:-2px;transform: skewX(0deg);-webkit-transform: skewX(0deg);-ms-transform: skewX(0deg);}
.Menu002956 ul{display: none;position: absolute; left: 10px;top: 100%; right: 0; z-index: 40;background: #f5f8fb;}
.Menu002956 i.wap-open{position: absolute; width: 30px; height: 30px; right: 40px;background: #fff; z-index: 10; top: 50%;margin-top: -15px; border-radius: 50%; transition: 0.3s;}
.Menu002956 i.wap-open:before,
.Menu002956 i.wap-open:after{position: absolute; content: ''; left: 50%; top: 50%; background-image: linear-gradient(90deg, #f7b000, #116a9f); transform: translate(-50%,-50%);}
.Menu002956 i.wap-open:before{width: 10px; height: 2px; }
.Menu002956 i.wap-open:after{width: 2px; height: 10px; }
.Menu002956 i.wap-open.on{transform: rotate(45deg);}

}
@media(max-width:640px){
.Menu002956 nav{padding: 10px 0;}
.Menu002956 h1 span{font-size: 5vw;}
.Menu002956 h1{padding: 3vw 0 3vw 20px; }
.Menu002956 i.wap-open{right: 6vw;margin-top: -12px;  width: 24px; height: 24px;}
.Menu002956 li a{padding:10px 25px 10px 30px;}
}


.Location003131 {border-bottom: 3px solid #f5f5f5; margin-bottom:calc(30 / 16 * 1em) ;}
.Location003131 .current {font-size: 1em;padding-left: 1.4em;background: url(../images/Location003131-icon.svg) no-repeat left top;background-size: 1em auto;margin-top: 0.8em}
.Location003131 .current, .Location003131 .current a:not(:hover) {color: #999;}
.Location003131 .current span {color: #333;}
.Location003131 .tit {display: inline-block;color: #116a9f;font-size: calc(24 / 16 * 1em); font-weight: bold;  border-bottom: 3px solid; border-image-source: linear-gradient(90deg, #f7b000, #116a9f); border-image-slice: 1;padding-bottom: 12px;transform: translateY(2px)}

@media(max-width:768px){
	.Location003131{margin-bottom: calc(25 / 16 * 1em);}
	.Location003131 .tit{font-size: calc(22 / 16 * 1em);}
	.Location003131 .current{margin-bottom:0.8em;}
}

.Aboutinfo{}
.Aboutinfo .info{ line-height: 1.875; color: #333;}


/*Floor002143 */
.Floor002143 .auto{ position:relative; width: 100%; max-width: 100%;}
.Floor002143 .pic img{ display:block; width:100%;}
.Floor002143 .pic img.phone{ display:none;}
.Floor002143 .click,
.Floor002143 .file,
.Floor002143 .file video{position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor002143 .click{ background:url(../images/Floor002143-video.png) no-repeat center center; cursor:pointer;}

.Floor002143 .click{cursor: pointer; z-index: 3; }
.Floor002143 .click:before,
.Floor002143 .click:after,
.Floor002143 .click i{position: absolute;border-radius: 50%; left: 50%; top: 50%;transform: translate(-50%,-50%);}
.Floor002143 .click i{ width:calc(60 / 16 * 1em);height:calc(60 / 16 * 1em); z-index: 4; background:url("../images/play.png") no-repeat center center #116a9f; background-size: 1.25em auto;}
.Floor002143 .click:before,
.Floor002143 .click:after{content: '';background-color:  #116a9f;opacity: 0.11; transform-origin: 0 0;}
.Floor002143 .click:before{width: calc(90 / 16 * 1em);height: calc(90 / 16 * 1em);animation:infinite scale 2s;}
.Floor002143 .click:after{width: calc(120 / 16 * 1em);height: calc(120 / 16 * 1em);animation:infinite scale2 2s;}
.Floor002143 .file{ display:none; z-index:10; background:#000;}
@media(max-width:1200px){
.Floor002143 .pic img{ }
.Floor002143 .pic img.phone{ display:block;}
}
@keyframes scale{
  0%{ transform: scale(1) translate(-50%,-50%); opacity:.3}
  100%{ transform: scale(1.3) translate(-50%,-50%); opacity: 0;}
  }
  @keyframes scale2{
  0%{ transform: scale(1) translate(-50%,-50%);opacity:.3;}
  100%{ transform: scale(1.6) translate(-50%,-50%);opacity:0;}
  }




.Culture{ padding-top: 0;}
.Culture ul{ display: flex; flex-wrap: wrap;}
.Culture li{ float: left; margin-bottom: 2%; margin-right: 2%; text-align: center; box-shadow: 0 0.625em 4.125em rgba(0, 0, 0, 0.08); padding:calc(20 / 16 * 1em);transition: 0.5s;}
.Culture li:hover{ transform: translateY(-10px);}
.Culture li .icon{display: table; margin: 0 auto; margin-bottom:calc(20 / 16 * 1em) ;}
.Culture li .icon img{ max-width:calc(60 / 16 * 1em); transition: 0.5s;}
.Culture li:hover .icon img{transform: rotateY(180deg);}
.Culture li .tit{font-size:calc(24 / 16 * 1em); color: #116a9f; font-weight: bold; }
.Culture li p{ line-height: 1.875; color: #666;}

@media(min-width:1025px){
.Culture li{width: 23.5%;}
.Culture li:nth-child(4n){ margin-right: 0;}
}
@media(max-width:1024px){
.Culture li{width: 49%;}
.Culture li:nth-child(2n){ margin-right: 0;}
}
.Culture h1{text-align: center;
    margin: 0;letter-spacing: 2px;
    font-size: 22px;
    color: #116a9f;}
.Culture p{ text-align: center;font-size: 18px;font-weight: 600;
    margin: 0;letter-spacing: 2px;color: #666;
    margin: 15px 0 45px 0;}
.Culture p b{display: inline-block;width: 15px;}
.Culture p img{max-width: 80%;margin: 0 auto;}

@media(max-width:768px){
	.Culture h1{font-size:18px;}
	.Culture p{font-size:16px; margin:15px 0 15px 0;}
}


/*PicList002925 */
.PicList002925{}
.PicList002925 li{float: left;margin-bottom:2%; margin-right: 2%; text-align: center;position: relative;}
.PicList002925 li a{display: block;background: #fff;box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.08);position: relative;padding:calc(20 / 16 * 1em);transition: 0.3s;}
.PicList002925 li .ytable{ height:250px;}
.PicList002925 li .ytable-cell{ vertical-align:bottom;}
.PicList002925 li figure{ position:relative; display:inline-block;width:100%;padding-bottom:68%;}
.PicList002925 li figure img{ max-height:250px;padding: 10px;background: url(../images/honorbg.png) no-repeat center center;background-size: 100% 100%;}
.PicList002925 li .txt{line-height: 60px;text-align: center;font-size: 1em; color: #333;}
.PicList002925 li .tit{ padding-top:calc(15 / 16 * 1em) ;}
.PicList002925 li .tit aside{font-size: calc(16 / 16 * 1em); line-height: 1.75; color: #333;}
.PicList002925 li:hover .tit aside{color: #116a9f;}
@media(min-width:769px){
.PicList002925 li{width:32%;}
.PicList002925 li:nth-child(3n){margin-right: 0; }
}
@media(max-width:768px){
.PicList002925 li{width:48%;}
.PicList002925 li:nth-child(2n){margin-right: 0; }
}

.PicList002925-2 li .ytable{ height:auto;}
.PicList002925-2 li figure img{max-height:210px;}


/*Page002623 */
.Page002623{padding: 3vw 0 1vw 0; text-align: center;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 1.5vw; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float: left;line-height: 50px; width: 50px; margin: 0 5px;border-radius: 50px;background: #f8f8f8;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color: #fff;background:#116a9f; }
.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: #666;border-right-width: 8px;}
.Page002623 .Pages .p_page > a.a_next:before{border-left-color: #666;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;}
}



.PicList002938 li{padding:20px 0; border-bottom: 1px solid #eee;}
.PicList002938 li:first-child{padding-top:0; }
.PicList002938 li .pic{overflow: hidden;}
.PicList002938 li .Ispic{display: block; width: 100%; padding-bottom:63.5%; transition: .3s;}
.PicList002938 li a:hover .Ispic{transform: scale(1.1);}
.PicList002938 li .tit{font-size:calc(20 / 16 * 1em); color: #333;  margin-bottom:calc(16 / 20 * 1em) ;}
.PicList002938 li a:hover .tit{color: #116a9f;}
.PicList002938 li .txt{font-size:calc(15 / 16 * 1em); line-height:1.8; margin:calc(16 / 15 * 1em) 0 ; color: #999;}
.PicList002938 li time{display: inline-block; padding-left: 1.5em; color: #999; background: url(../images/icon-time.svg) no-repeat left center; background-size: auto 1.125em;}

@media (min-width:1025px) {
 .PicList002938 li .pic{width:26%;}
 .PicList002938 li .pic+.con{padding-left:3%;}
}

@media(max-width:768px){
.PicList002938 .ytable-cell{ display:block}
.PicList002938 li{    padding: 25px 0;}
.PicList002938 li .pic{margin-bottom: 3%;}
.PicList002938 li.txt{margin: 12px 0;}
}

/*News_detail*/
.News_detail {  }
.News_detail .news_info {}
.News_detail .news_info .title { text-align: center; padding-bottom: 2%; border-bottom: 1px solid #eee;  margin-bottom: 1.5em; }
.News_detail .news_info .title h1 { margin: 0; padding-bottom: 1%; font-size: calc(26 / 16 * 1em); font-weight: bold;  color: #333; }
.News_detail .news_info .title aside span { display: inline-block; vertical-align: middle; margin: 0 1.5em 0.5em; line-height: 2; color: #999; }
.News_detail .news_info .title time {display: inline-block;color: #999;font-size: calc(16 / 16 * 1em);padding-left: 30px;background: url(../images/icon-time.svg) no-repeat left center;background-size: auto 18px;margin-top: 10px;}
.News_detail .news_info .title .social-share { display: inline-block; }
.News_detail .social-share a { background-position: center center !important; background-repeat: no-repeat !important; background-color: #f3f4f7 !important; margin: 0 0 0 1em; }
.News_detail .social-share a:before { display: none; }
.News_detail .social-share a.icon-wechat { background-image: url("../images/RighInfo002973_share_wx.png"); }
.News_detail .social-share a.icon-weibo { background-image: url("../images/RighInfo002973_share_sina.png"); }
.News_detail .social-share a.icon-qq { background-image: url("../images/RighInfo002973_share_qz.png"); }
.News_detail .news_info img {margin: 1% auto; /* margin: 2% auto; max-width: 50%; */ text-align: center }
.News_detail .info { line-height: 2; color: #333; font-size: calc(16 / 16 * 1em);}
.News_detail .info img{ display: block; margin: 10px auto;}
.News_detail .bot { position: relative; margin-top: 2.5em; padding-top: 2em; border-top: 1px dashed #d2d2d2 }
.News_detail .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.News_detail .info_back a { position: relative; color: #fff; display: block; width: 150px; 
    line-height: 3; border-radius: 100px; 
    background:#116a9f;}
.News_detail .info_back a:hover { background: #f7b000; }
.News_detail .info_pn span { display: block;  margin: 1% 0; }
.News_detail .info_pn span a { color: #666; }
.News_detail .info_pn span a:hover { color: #116a9f; }

@media(max-width:1024px) {
.News_detail .bot{margin-top: 2em;padding-top: 1.5em;}
.News_detail .info_back { position: relative; margin-bottom: 1em;}
.News_detail .news_info .title h1 { font-size: 1.375em; }
.News_detail .info_back a{ text-align: center; display: table;margin: 0 auto; width: 100px;}
.News_detail .info_pn span {  margin: 2% 0; }
.News_detail .info img{ width: 100% !important; height: 100% !important;}
}



.Textlist {}
.Textlist li {border-bottom: 1px solid #eee;line-height: 3.5em}
.Textlist li a {padding-left: calc(20 / 16 * 1em);position: relative;color: #333;font-size: calc(16 / 16 * 1em)}
.Textlist li a:hover {color: #116a9f;}
.Textlist li a::before {content: '';position: absolute;width: 6px;height: 6px; background: #116a9f; border-radius: 50%;left: 0;top: 50%;transform: translateY(-50%)}
.Textlist li time {color: #999;font-size:calc(15 / 16 * 1em) ; float: right;margin-left: 2em}
.Textlist li a:hover::before {background-image: linear-gradient(90deg, #f7b000, #116a9f);}


/*Videolist */
.Videolist{}
.Videolist ul{ display: flex; flex-wrap: wrap;}
.Videolist li{float: left;  margin-bottom: 2%; box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.08);transition: all 0.5s; }
.Videolist li .txt{padding: calc(18 / 16 * 1em) ;  }
.Videolist li .tit{ font-size: calc(20 / 16 * 1em);line-height: 1.5; color: #333; margin-bottom:calc(15 / 20 * 1em); }
.Videolist li p{font-size:calc(16 / 16 * 1em); line-height: 1.8; min-height: 3.6;color: #666;}
.Videolist li time{background: #116a9f;font-size:calc(15 / 16 * 1em); display: inline-block;padding: 8px 16px;color: #fff;border-radius: 99px;}
.Videolist li .pic{overflow: hidden; position: relative;}
.Videolist li .Ispic{padding-bottom: 72.025%;transition: all 0.5s;}
.Videolist li:hover .Ispic{transform: scale(1.1);}
.Videolist li:hover{box-shadow: 4px 10px 20px rgba(0,0,0,0.08);}
.Videolist li a{ width:100%; height:100%; position:absolute; left:0; top:0; background-color:rgba(0,0,0,0.2); }
.Videolist li a::before,
.Videolist li a::after{position: absolute; content:'';z-index: 5;top: 50%;left: 50%;}
.Videolist li a::before{width: calc(48 / 16 * 1em); height: calc(48 / 16 * 1em);
    background: #116a9f;margin-left: calc(-24 / 16 * 1em);margin-top: calc(-24 / 16 * 1em);border-radius: 50%;}
.Videolist li a::after{width: calc(20 / 16 * 1em); height: calc(20 / 16 * 1em);background: url(../images/play.png) no-repeat center center; background-size: 1em auto;margin-left: calc(-10 / 16 * 1em); margin-top: calc(-10 / 16 * 1em);}

.Videolist li:hover .tit{color: #116a9f;}
.Videolist li a:hover{ background-color:rgba(0,0,0,0);}
.Videolist li:hover a::before{background: #f7b000;}

.Videolist li .video_files { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.Videolist li .video_files video { width: 100%; height: 100%; background-color: #000; }
.Videolist li .video_files .close { position: absolute; right: 3%; top: 3%; z-index: 10; width: 30px; height: 30px; border-radius: 50%; background-color: #f7b000; cursor: pointer; }
.Videolist li .video_files .close::before, 
.Videolist li .video_files .close::after { position: absolute; content: ''; width: 3px; height: 70%; border-radius: 3px; background-color: #fff; left: 13px; top: 5px; }
.Videolist li .video_files .close::before { transform: rotate(45deg); }
.Videolist li .video_files .close::after { transform: rotate(-45deg); }

@media (min-width:1025px) {
.Videolist li{width: 32%;}
.Videolist li:not(:nth-child(3n)){margin-right: 2%;}
.Videolist li:nth-child(3n+1){clear: left;}    
}
@media (max-width:1024px) { 
.Videolist li{width: 48%;}
.Videolist li:not(:nth-child(2n)){margin-right: 4%;}
.Videolist li:nth-child(2n+1){clear: left;} 
.Videolist li .txt{padding: 1em;}
}
@media(max-width:768px){
	.Videolist li .tit{font-size: calc(18 / 16 * 1em);margin-bottom: calc(10 / 20 * 1em);}
	.Videolist li time{font-size: calc(14 / 16 * 1em);}
}



.Downlist li {padding: calc(25 / 16 * 1em) calc(20 / 16 * 1em);border-bottom: 1px solid #eee;transition: .3s;cursor: pointer; /* margin-bottom: 2%; */}
.Downlist li dl{display: flex;justify-content: space-between; align-items: center;}
.Downlist li dl dt{display: flex; align-items: center;flex: 1; width: 0;padding-right: calc(20 / 16 * 1em);}
.Downlist li dl dt .type{ margin-right:calc(8 / 16 * 1em) ;}
.Downlist li dl dt .type img{ max-width:calc(32 / 16 * 1em) ;}
.Downlist li dl dt .tit{ font-size: calc(16 / 16 * 1em); color: #333;}
.Downlist li dl dd{display: flex;justify-content: space-between; align-items: center;}
.Downlist li dl dd .time{display: inline-block; padding-left: 1.5em; color: #999; background: url(../images/icon-time.svg) no-repeat left center; background-size:1.125em auto ;}
.Downlist li dl dd .down{margin-left: calc(20 / 16 * 1em);border-left: 1px solid #ededed;  padding-left: calc(20 / 16 * 1em); color: #666; }
.Downlist li dl dd .down .ico{display: inline-block;vertical-align: sub; width:calc(24 / 16 * 1em);height:calc(24 / 16 * 1em); background: url(../images/icon-down.svg) no-repeat left center; background-size:1.625em auto ; margin-right: calc(8 / 16 * 1em);}

.Downlist li dl dt:hover .tit{color: #116a9f;}
.Downlist li dl dd:hover .down{color: #116a9f;}
.Downlist li:hover{box-shadow: 0px 0px 1.5em rgba(0,0,0,0.08);}

@media(max-width:768px){
	.Downlist li{padding: calc(15 / 16 * 1em) calc(20 / 16 * 1em);}
	.Downlist li dl dd .time{display: none;}
}


/*PicList003142 */
.PicList003142 { }
.PicList003142 li{float: left;  margin-bottom: 2.5em;box-shadow: 0px 0.625em 1.125em rgba(0, 0, 0, 0.05);transition: 0.3s;}
.PicList003142 li .txt{padding: calc(20 / 16 * 1em);}
.PicList003142 li .tit{ font-size: calc(18 / 16 * 1em);line-height: 1.2;  color: #333;}
.PicList003142 li p{font-size: calc(15 / 16 * 1em); line-height: 1.75; min-height: 3.5em;color: #999;}
.PicList003142 li .pic{overflow: hidden;}
.PicList003142 li .Ispic{padding-bottom: 66.965%;transition: 0.3s;}
.PicList003142 li a:hover .Ispic{transform: scale(1.1);}
.PicList003142 li a:hover .tit{color: #116a9f;}
.PicList003142 li:hover{box-shadow: 0px 10px 1.25em rgba(0,0,0,0.08);}
@media (min-width:1025px) {
.PicList003142 li{width: 32%;}
.PicList003142 li:not(:nth-child(3n)){margin-right: 2%;}
.PicList003142 li:nth-child(3n+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;}
}
@media(max-width:768px){
	.PicList003142 li{margin-bottom:1.5em;}
	.PicList003142 li p{margin:5px 0;}
}




.Perfor {  }
.Perfor .table_1 { background: #f5f8fb; /* border: 1px solid #eee; */ }
.Perfor .table_1 tr:nth-child(2n) { background: #fff }
.Perfor .table_1 th, 
.Perfor .table_1 td {text-align: center;  border: 1px solid #eee; border-collapse: collapse; line-height: 24px; padding:calc(18 / 16 * 1em) calc(20 / 16 * 1em); font-size: calc(16 / 16 * 1em); }
.Perfor .table_1 th { font-size: calc(18 / 16 * 1em); }
.Perfor .table_1 tr.th { background-image: linear-gradient(90deg, #f7b000, #116a9f);}
.Perfor .table_1 .th_1 {  color: #fff;font-size:calc(18 / 16 * 1em); }
.Perfor .table_1 tr.th th:first-child,
.Perfor .table_1 tr td:first-child{ text-align: left;}
@media(max-width:768px) {
.Perfor .table_1 { overflow: auto; }
.Perfor .table_1 table { width: 300%; }
.Perfor .table_1 th, 
.Perfor .table_1 td { padding: 15px 10px; font-size: 14px; }
.Perfor .table_1 th { font-size: 17px; }
}



.Caselist{}
.Caselist li{padding:calc(20 / 16 * 1em); box-shadow: 0 0 1.125em rgba(0, 0, 0, 0.08);transition: all 0.5s; margin-bottom: 2%;}
.Caselist li .pic{overflow: hidden;}
.Caselist li .Ispic{display: block; width: 100%; padding-bottom:65%; transition: .3s;}
.Caselist li a:hover .Ispic{transform: scale(1.1);}
.Caselist li .tit{font-size:calc(20 / 16 * 1em); color: #333; margin-bottom:calc(16 / 20 * 1em) ;}
.Caselist li a:hover .tit{color: #116a9f;}
.Caselist li .txt{font-size:calc(16 / 16 * 1em); line-height:1.8;  color: #999;}
.Caselist li:hover{box-shadow: 0px 5px 1.5em rgba(0,0,0,0.1);}
@media (min-width:1025px) {
.Caselist li .pic{width:28%;}
.Caselist li .pic+.con{padding-left:3%;}
}

@media(max-width:1024px){
.Caselist .ytable-cell{ display:block}
.Caselist li{ }
.Caselist li .pic{margin-bottom: 3%;}
.Caselist li.txt{margin: 12px 0;}
}



/*RighInfo002940 */
.RighInfo002940{}
.RighInfo002940 .box {}
.RighInfo002940 .title{color: #333;font-size: 24px;font-weight: bold; margin-bottom: 4%;}
.RighInfo002940 .contact .ytable{table-layout: fixed;}
.RighInfo002940 .contact .ytable-cell{ /* vertical-align: top; */}
.RighInfo002940 .contact dt{ margin-bottom: 3%;border-bottom: 1px solid #eee;padding-bottom: 1.2vw; }
.RighInfo002940 .contact .icon{width: calc(52 / 16 * 1em);}
.RighInfo002940 .contact .icon img{max-width: calc(40 / 16 * 1em);}
.RighInfo002940 .contact .txt{color: #666;}
.RighInfo002940 .contact .txt .tit{font-size:calc(16 / 16 * 1em);color: #999; margin-bottom: 8px; }
.RighInfo002940 .contact .txt p{margin: 0;font-size:calc(20 / 16 * 1em);color: #333;}
.RighInfo002940 .contact dd{clear: both;}
.RighInfo002940 .pic{margin-top:2.5%;}

@media(max-width:640px){
.RighInfo002940 .title{font-size: 4.5vw;}
.RighInfo002940 .contact .icon{width: 10vw;}
.RighInfo002940 .contact .txt{font-size: 3.5vw;}
.RighInfo002940 .contact .txt p{font-size: calc(18 / 16 * 1em);}
.RighInfo002940 .map #allmap{height:70vw;}
}

/*Form003139 */
.Form003139 {position: relative;z-index: 1;}
.Form003139 .desc{font-size: calc(16 / 16 * 1em);color: #333;line-height: 2; padding-bottom: 3%;}
.Form003139 .form{background-color: #f5f8fb;padding:4%;}
.Form003139 .form-ul{margin: 0 auto;} 
.Form003139 .form-ul li{margin-bottom: 10px;position: relative;}
.Form003139 .form-ul li .tit{font-size: calc(16 / 16 * 1em);line-height: 2;color: #333;display: block;}
.Form003139 .form-ul li .tit span{ color: #f00; padding-left: 5px; vertical-align: sub;}
.Form003139 .form-ul li .tit em{ font-style:normal; color:#adadad;font-size: 14px;}
.Form003139 .form-ul li select,
.Form003139 .form-ul li .text{width: 100%;border-radius: 5px;border: solid 1px #eee;font-size: 15px;line-height: 50px;height: 50px;background: #fff;color: #adadad;padding: 0 15px;}
.Form003139 .form-ul li select.focus,
.Form003139 .form-ul li .text.focus{border-color: #116a9f; color: #333; box-shadow: 0 0px 10px rgba(17, 106, 159, 0.15);}
.Form003139 .form-ul li textarea.text{height: 120px; line-height: 25px;padding: 10px 15px;}
.Form003139 .form-ul li .file{width: 100%;border-radius: 5px;border: solid 1px #eee; font-size: 15px;line-height:50px;height:50px; background: #fff;padding: 0 0px;color: #adadad;box-sizing: border-box;padding: 0 15px;}
/* .Form003139 .form-ul li .radio{width: 100%;font-size: 15px;} */
.Form003139 .form-ul li .row {display: inline-block;margin-right: 1vw;font-size: calc(16 / 16 * 1em); line-height: 50px;}
.Form003139 .form-ul .tips {padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;font-size: calc(16 / 16 * 1em);position: relative;color: #333; margin-bottom: 20px;}
.Form003139 .btn{width: calc(150 / 16 * 1em);
    background: #116a9f;
    border-radius: 50px;font-size: calc(16 / 16 * 1em);height:calc(50 / 16 * 1em);color: #fff;cursor: pointer;border: 0;text-align: center;margin: 0 auto;display: block;}
.Form003139 .btn:hover{ background: #f7b000;}
@media (min-width:1025px) {   
.Form003139 .form-ul .row-2 li{float: left;width: calc(49% - 10px);}
.Form003139 .form-ul .row-2 li:nth-child(2n){float: right;}
.Form003139 .form-ul .row-3 li{float: left; width: 32%; margin-right: 2%;}
.Form003139 .form-ul .row-3 li:nth-child(3n){ margin-right: 0;}
}
@media (max-width:1024px) {
.Form003139 .form-ul li select, .Form003139 .form-ul li .text{height: 46px;line-height: 46px;}
}



.Member{background:#fff;background-size: cover; position: relative;z-index: 1;}
.Member .main{ padding:calc(20 / 16 * 1em) calc(60 / 16 * 1em);}
.Member .main .colse { position: absolute; width: 20px; height: 20px; right: 20px; top: 20px; background: url(../images/icon-close.svg) no-repeat; background-size: contain; z-index: 10; cursor: pointer; }
.Member .logoBox{margin-bottom: calc(30 / 16 * 1em);text-align: center;}
.Member .logo{ margin-bottom: 20px;}
.Member .logo img{height: 70px; text-align: center;}
.Member h2 {font-size: calc(28 / 16 * 1em);color: #333333;text-align: left; margin: 0;margin-bottom: calc(25 / 28 * 1em);}
.Member .text {width: 100%;line-height: calc(50 / 16 * 1em);height: calc(50 / 16 * 1em);padding: 0 15px;border-radius: 5px;border: 1px solid #d6d6d6;background: none;font-size: calc(16 / 16 * 1em);}
.Member .bot{ line-height:calc(50 / 16 * 1em);}
.Member .bot .row{width: 100%;margin-bottom: calc(20 / 16 * 1em);overflow: hidden;position: relative; background-repeat: no-repeat; background-size: calc(50 / 16 * 1em) auto;}
.Member .bot .row label{ position:absolute; left:15px; color:#999; line-height: calc(50 / 16 * 1em);}
.Member .anniu{padding-top: calc(15 / 16 * 1em);}
.Member .bot .btn {float: left;width: 45%;height: calc(50 / 16 * 1em);
    font-size: calc(16 / 16 * 1em);color: #fff;
    background: #116a9f; cursor: pointer; border-radius: 50px;border: none;box-shadow:0 5px 15px 0 rgba(17, 106, 159, 0.2);}
.Member .bot .regbtn {float: right;background: #116a9f;}
.Member .bot .btn:hover{background: #f7b000;}
.Member .text:focus{ border-color:#116a9f;}
.Member a:hover{color:#116a9f;}

.Member .bot .flex{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.Member .bot .flex .yzm {flex: 1;}
.Member .bot .send {padding: 0 calc(15 / 16 * 1em);line-height: calc(50 / 16 * 1em); 
    text-align: center; color: #fff;background: #116a9f;border-radius: 5px;margin-left: calc(15 / 16 * 1em);}

.Member .row.zh{background-image;:url(../images/login_icon1.png)}
.Member .row.mm{background-image:url(../images/login_icon2.png)}
.Member .row.yx{background-image:url(../images/login_email.png)}
.Member .row.gs{background-image:url(../images/login_gs.png)}
.Member .row.dz{background-image:url(../images/login_dz.png)}
.Member .row.gj{background-image:url(../images/login_gj.png)}
.Member .row.dh{background-image:url(../images/login_dh.png)}
.Member .row.xm{background-image:url(../images/login_xm.png)}
.Member .row.yzm{background-image:url(../images/login_yzm.png)}

/* 登录 */
.LoginBox{background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.LoginBox .FormLogin{ margin: 0 auto;}
.LoginBox .FormLogin .Log{ margin-top: calc(20 / 16 * 1em);}
.LoginBox .FormLogin .Log a{color:#116a9f;}

/* 注册 */
.RegBox{background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.RegBox .FormReg{margin: 0 auto;}
.RegBox .FormReg .Reg{ margin-top: calc(15 / 16 * 1em);  }
.RegBox .FormReg .Reg a{color:#116a9f;}


/* 找回密码 */
.Forgot{background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.Forgot .FormFor{ margin: 0 auto;}
.Forgot .tips {margin-top: 20px;font-size: 16px;color: #999999;text-align: center;}


@media (min-width:1025px) { 
.Member .pic{ width: 50%;}
.RegBox .FormReg .bot .row2 {float: left;width:calc(50% - 10px);}
.RegBox .FormReg .bot .row2:nth-child(2n){float: right;}

}
@media (max-width:1024px) {
.LoginBox .FormLogin,
.RegBox .FormReg,
.Forgot .FormFor{width: 100%;}
.Member .main{ padding:calc(25/ 16 * 1em) calc(15 / 16 * 1em);}
}




/*Other003014 */
.Other003014{  }
.Other003014 .float-btn{position: fixed; right: 2%; bottom: 30%; width: 43px; z-index: 199;}
.Other003014 .float-btn li{padding-bottom: 1px;}
.Other003014 .float-btn li a{display: block;background-position: center center;background-repeat: no-repeat;background-color: #ad8769; cursor: pointer;}
.Other003014 .float-btn li a.open-kefu{height: 43px;background-image: url("../images/Other003014_kefu.png");}
.Other003014 .float-btn li a.gettop{line-height: 43px;text-align: center;color: #fff;font-size: 12px;}
.Other003014 .fixed-box{position: fixed; left: 0; top: 0; width: 100%; z-index: 120; 
    height: 100%;background: rgba(0,0,0,0.8);}
.Other003014 .fixed-box .ytable{height: 100%;}
.Other003014 .fixed-box .main{max-width: 560px;border-radius: 10px;height: 20vw;
    color: #116a9f; text-align:center;position: relative;
    background:url(../uploadfiles/bg.png) no-repeat;background-size:cover; }
.Other003014 .fixed-box .close{ width: 30px; height: 30px;right: 5px;position: absolute;top: 10px; transform: rotate(45deg);cursor: pointer;}
.Other003014 .fixed-box .close:before,
.Other003014 .fixed-box .close:after{position: absolute; left: 50%; top: 50%; content: '';background: #116a9f;}
.Other003014 .fixed-box .close:before{width: 50%; height: 2px; margin-top: -1px; margin-left: -25%;}
.Other003014 .fixed-box .close:after{height: 50%; width: 2px; margin-left: -1px; margin-top: -25%;}
.Other003014 .fixed-box h4{font-size: 24px;font-weight: normal; margin: 0;letter-spacing: 1px;}

.Other003014 .fixed-box a.btn-dl{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 3;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 60px;
    background: #116a9f;
    border-radius: 40px;
    letter-spacing: 1px;
}
.Other003014 .fixed-box a.btn-dl figure{
    height: 22px;
    float: right;
    width: 22px;
    margin-top: 16px;
    margin-left: 10px;
    transition: 0.1s;
}
.Other003014 .fixed-box a.btn-dl:hover{
    background: linear-gradient(90deg, #f7b000, #116a9f);
    color: #fff;
}



.Other003014 .fixed-box dl{max-width: 920px; width: 90%; margin: 0 auto;}
.Other003014 .fixed-box dt{background: #b18d70;}
.Other003014 .fixed-box dt .icon{height: 48px;background-position: center center;background-repeat: no-repeat;}
.Other003014 .fixed-box dt .icon-email{background-image: url("../images/Other003014_email.png");}
.Other003014 .fixed-box dt .icon-tel{background-image: url("../images/Other003014_tel.png");}
.Other003014 .fixed-box dt .icon-contact{background-image: url("../images/Other003014_contact.png");}
.Other003014 .fixed-box dt .word .t-1{font-size: 20px;line-height: 1.5em;}
.Other003014 .fixed-box dt .btn,
.Other003014 .fixed-box dt .word .t-2{font-family: 'SourceHanSansCN-Light';}
.Other003014 .fixed-box dt .btn{display: block;font-size: 16px;line-height: 38px;border: 1px solid #fff; margin: 0 17%;color: #fff; cursor: pointer; transition: 0.3s;}
.Other003014 .fixed-box dt .btn:hover{color: #b18d70;background: #fff;}
@media(min-width:641px){
.Other003014 .fixed-box dt{float: left;}
}
@media(min-width:1025px){
.Other003014 .fixed-box .main{padding: 3% 0;}
.Other003014 .fixed-box h4{padding-bottom: 4em;margin-top:2vw; }
.Other003014 .fixed-box dt{padding: 5.913vh 0;width: 28.261%;}
.Other003014 .fixed-box dt:not(:last-child){margin-right: 7.6085%;}
.Other003014 .fixed-box dt .word{padding: 3.6vh 0;}
}
@media(max-width:1400px){
	.Other003014 .fixed-box h4{padding-bottom:2em;}
}
@media(max-width:1024px){
.Other003014 .fixed-box .main{padding: 8vw 0;height: 42vw}
.Other003014 .fixed-box h4{padding-bottom: 4vw;font-size: 5vw; }
.Other003014 .fixed-box dt,
.Other003014 .fixed-box dt .word{padding: 5vw 0;}
}
@media(min-width:641px) and (max-width:1024px){
.Other003014 .fixed-box dt{width: 32%;}
.Other003014 .fixed-box dt:not(:last-child){margin-right:2%;}
}
@media(max-width:640px){
.Other003014 .fixed-box dt:not(:last-child){margin-bottom: 2%;}
.Other003014 .fixed-box dt .word{padding: 3vw 0;}
.Other003014 .fixed-box dt .icon{height: 8vw;background-size: contain;}
.Other003014 .fixed-box dt .btn{line-height: 2em;}
.Other003014 .fixed-box dt .word .t-1{font-size: 4vw;}
.Other003014 .fixed-box dt .word .t-2{font-size: 3vw;}
}



/*Floor001777*/
.Floor001777{padding:3% 0;   overflow:hidden;}
.Floor001777 .title{text-align:center;padding-bottom:5%;}
.Floor001777 .title b{ font-size:66px; font-family:Arial;color:#58b530; position:relative; text-transform:uppercase; display:inline-block;}
.Floor001777 .title b i{ background:url(../images/Floor001777-icon.png) no-repeat; width:43px; height:23px; position:absolute; right:4%; top:-10px;}
.Floor001777 .title h3{ font-size:26px; font-weight:normal; color:#02004b; margin:0; }
.Floor001777 .title h3:after{ width:36px; display:block; content:''; margin:0 auto; height:1px; background-color:#58b530;margin-top:10px;}

.Floor001777 .auto{ position:relative; padding:0;}
.Floor001777 .auto .bg{ position:absolute; bottom:0; width:100%; height:75%; left:0;
background: rgb(88,181,48); 
background: -moz-linear-gradient(left,  rgba(88,181,48,1) 0%, rgba(94,192,131,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(88,181,48,1) 0%,rgba(94,192,131,1) 100%);
background: linear-gradient(to right,  rgba(88,181,48,1) 0%,rgba(94,192,131,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b530', endColorstr='#5ec083',GradientType=1 );}
.Floor001777 .auto .bg::before{ position:absolute; content:''; left:8px; top:8px; right:8px; bottom:8px;background: url(../images/Floor001777-listbg.jpg) no-repeat center bottom #fff;}
.Floor001777 li h3{ display:none;  position:absolute;bottom:0;text-align:center; font-size:18px; margin:0; left:-20%; width:140%;line-height:46px;}
.Floor001777 li h3 a{ color:#fff;}
.Floor001777 li.swiper-slide-active h3{ display:block;}
.Floor001777 li img{ position:absolute; left:0;bottom:42px; width: 50%; opacity: 0.2;
    transition:opacity 0.2s;background: #fff;box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.08);padding: 1%;}
.Floor001777 li.swiper-slide-active img{ opacity:1; width:140%; margin-left:-20%;max-width:none; }
.Floor001777 li.swiper-slide-next img,
.Floor001777 li.swiper-slide-prev img{width: 75%;opacity: 0.9;}
.Floor001777 li.swiper-slide-next-2 img,
.Floor001777 li.swiper-slide-prev-2 img{width: 60%;opacity: 0.4;}
.Floor001777 li.swiper-slide-prev img{ left:0;top: 25%;}
.Floor001777 li.swiper-slide-next img{ left:auto; right:0;top: 25%;}
.Floor001777 li.swiper-slide-prev-2 img{ left:10%;}
.Floor001777 li.swiper-slide-next-2 img{ left:auto; right:10%;}
.Floor001777 li.swiper-slide-prev-3 img{ left:auto; right:5%;}
.Floor001777 li.swiper-slide-next-3 img{ left:5%;}
.Floor001777 .more{ position:absolute; right:0; z-index:12; bottom:80%; float:none;color:#52b01a; font-size:16px;background:url(../images/Floor001777-a_more.png) no-repeat right center; padding-right:20px;}

.Floor001777 .swiper-container {position: relative;overflow: hidden;z-index: 1; width:100%; height:100%;}
.Floor001777 .swiper-container-android .swiper-slide, 
.Floor001777 .swiper-wrapper {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.Floor001777 .swiper-wrapper,
.Floor001777 .swiper-slide {position: relative;width: 100%;height: 100%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;}
.Floor001777 .swiper-wrapper {z-index: 1;-webkit-box-sizing: content-box;box-sizing: content-box;}
.Floor001777 .swiper-slide {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;}

.Floor001777 .Floor001777-next, 
.Floor001777 .Floor001777-prev{ 
    position: absolute;
    z-index: 4;
    cursor: pointer;
    background: #f1f1f1;
    color: #666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 6%;
}

.Floor001777 .Floor001777-next:hover, 
.Floor001777 .Floor001777-prev:hover{
    background: #116a9f;
    color: #fff;
}

.Floor001777 .Floor001777-next:hover:after, 
.Floor001777 .Floor001777-prev:hover:after{
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.Floor001777 .Floor001777-next:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    right: 18px;
    top: 50%;
    margin-top: -8px;
    border: 2px solid #999;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transition: 0.3s all;
}
.Floor001777 .Floor001777-prev:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    right: 13px;
    top: 50%;
    margin-top: -8px;
    border: 2px solid #ccc;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(225deg);
    transition: 0.3s all;
}

.Floor001777 .Floor001777-prev{ left:20%; background-position:10px;top:41%;}
.Floor001777 .Floor001777-next{ right:20%; background-position:10px;top:41%;}
@media(max-width:640px){
.Floor001777 .title b{ font-size:40px;}
.Floor001777 .Floor001777-prev{ left:2%;}
.Floor001777 .Floor001777-next{ right:2%;}
.Floor001777 li.swiper-slide-next img{right: 5%;}
.Floor001777 li.swiper-slide-prev img{ left:5%;}
.Floor001777 li.swiper-slide-next img, 
.Floor001777 li.swiper-slide-prev img{ width:65%;}
.Floor001777 .auto .bg:before{background-size:58% auto;}
}
@media(max-width:480px){
.Floor001777 .more{ font-size:14px;}
.Floor001777 .Floor001777-next, 
.Floor001777 .Floor001777-prev{ height:30px; width:20px;}
}
@media(max-width:375px){
.Floor001777 .title b{ font-size:30px;}
.Floor001777 .title h3{ font-size:18px;}
}


/*Floor003161 */
.Floor003161{ padding:2% 0;}
.Floor003161 .auto{max-width: 1400px;margin: 0 auto;}
.Floor003161 .title{margin-top: 1.0526em;font-family: 'SourceHanSansCN-Medium';font-size: 2.375em; margin-bottom: 0.5263em; line-height: 1;color: #333;}
.Floor003161 .title a{float: right;color: #0735a8;font-size:0.36842em;line-height: 2.7142;font-family: 'SourceHanSansCN-Regular';background: url(../images/Floor003161-next.svg) no-repeat right center;padding-right: 1em;}

.Floor003161 .box-topic .slider li a{display: block;margin: 0 0.625em; overflow: hidden;}
.Floor003161 .box-topic .slider li img{transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.Floor003161 .box-topic .slider li a:hover img{transform: scale(1.15);}
.Floor003161 .box-topic .slick-arrow{position: absolute;width: 3.125em; height: 3.75em; background: #ffffff url(../images/Floor003161-prev.svg) no-repeat center;background-size: auto 21.667%; border: solid 1px #d9d9d9; top: 50%;margin-top: -1.875em;z-index: 20;cursor: pointer;font-size: 1em;text-indent: -9999em;}
.Floor003161 .box-topic .slick-prev{left: 0;}
.Floor003161 .box-topic .slick-next{right:0;background-image: url(../images/Floor003161-next.svg);}

.Floor003161 .box-gird{margin-bottom: 2.5em;}
.Floor003161 .box-gird .con{background-color: #ebeef3; background-image: url(../images/Floor003161-contactbg.png);background-repeat: no-repeat;background-position: center bottom; background-size: contain;}

.Floor003161 .column{padding: 0 0.625em;}
.Floor003161 .column dd a{height: calc(16.25em / 3); width: calc(100% - 2.75em * 2);margin: 0 auto;display: table;}
.Floor003161 .column dd a > *{display: table-cell;vertical-align: middle;}
.Floor003161 .column dd:not(:last-child){border-bottom: 1px solid #d9d9d9;}
.Floor003161 .column dd .icon{width: 3.5em;}
.Floor003161 .column dd .icon img{display: block;width: 100%;}
.Floor003161 .column dd .tit{padding-left: 1.5em;}
.Floor003161 .column dd .tit p{font-size: 1.375em;}

.Floor003161 .contact-item{padding: 0 0.625em;}
.Floor003161 .contact-item .item{table-layout: fixed;}
.Floor003161 .contact-item .item + .item{border-top: 1px solid #d9d9d9;}
.Floor003161 .contact-item .name{width:8.833em;font-family: 'SourceHanSansCN-Medium'; font-size: 1.5em; padding-left: 2em;color: #333;}
.Floor003161 .contact-item ul{position: relative;padding-left: 1.25em;}
.Floor003161 .contact-item ul:before{position: absolute;content: ''; top: 50%;width: 1.25em;background-color: #0735a8;height: 1px;left: 0;}
.Floor003161 .contact-item li{font-size: 1.125em;position: relative;padding-left:1.6666em; overflow: hidden; line-height: 2;}
.Floor003161 .contact-item li:before{position: absolute;content: ''; width: 1.111em; border: 1px solid #0735a8; left: 0; height: 100%;}
.Floor003161 .contact-item li:first-child:before{border-bottom: 0;border-right: 0;top: 1em; }
.Floor003161 .contact-item li:last-child:before{border-top: 0;border-right: 0;bottom: 1em;}
.Floor003161 .contact-item li b{ font-size: 1.222em;color: #0735a8;font-weight: normal;display: inline-block;}

.Floor003161 .box-gird .right{margin-top: 2.5em;}
.Floor003161 .box-gird .right > *{background-size: cover;background-position: center;background-repeat: no-repeat;}
.Floor003161 .box-gird .right ol{height: 11.5625em; float: left;width: 49.334%; margin-bottom:0.3125em; text-align: center;}
.Floor003161 .box-gird .right ol:nth-of-type(2){float: right;}
.Floor003161 .box-gird .right li{height: 7.8125em;clear: both;background-image: url(../images/Floor003161-bg3.png);}
.Floor003161 .box-gird .right ol:nth-of-type(1){background-image: url(../images/Floor003161-bg1.png);}
.Floor003161 .box-gird .right ol:nth-of-type(2){background-image: url(../images/Floor003161-bg2.png);}
.Floor003161 .box-gird .right a{color: #fff;}
.Floor003161 .box-gird .right ol .name{margin-top: 1.5em;}
.Floor003161 .box-gird .right .name .cn{font-family: 'SourceHanSansCN-Bold'; font-size: 1.375em;}
.Floor003161 .box-gird .right .name .en{font-size: 0.875em; opacity: 0.15;}
.Floor003161 .box-gird .right .icon img{height:3em;}
.Floor003161 .box-gird .right ol .icon{padding-top:2.1875em;}
.Floor003161 .box-gird .right li a{display: block; height: 100%;}
.Floor003161 .box-gird .right li .ytable{padding-left: 4.75em; height: 100%;}
.Floor003161 .box-gird .right li .icon{width: 4em;}
.Floor003161 .box-gird .right li .name{padding-left: 1.875em;}
.Floor003161 .box-gird .right li .name .en{font-size: 1em;}

.Floor003161 .box-links{overflow: hidden;}
.Floor003161 .box-links ul{white-space: nowrap;}
.Floor003161 .box-links li{margin-right: 10px;display: inline-block;margin-top: 6px;margin-bottom: 6px;}
.Floor003161 .box-links li a{height: 110px;text-align: center;  pointer-events: none; cursor: default;
    width: 11em;margin: 0 auto;position: relative;}
.Floor003161 .box-links li img{height:90px;max-width: 90%;}
.Floor003161 .box-links li a .ytable-cell{width: 100%;}

.Floor003161 .box-links li a:after,
.Floor003161 .box-links li a:before{width: 0;height: 0;position: absolute;transition: all 0.3s;opacity: 0;}
.Floor003161 .box-links li a:after{border-top: 1px solid ;border-left: 1px solid;border-image-source: linear-gradient(90deg, #f7b000, #116a9f);  border-image-slice: 1;top: 0;left: 0;z-index: 10;}
.Floor003161 .box-links li a:before{border-right: 1px solid ;border-bottom: 1px solid;border-image-source: linear-gradient(-90deg, #f7b000, #116a9f);  border-image-slice: 1;bottom: 0;right: 0;z-index: 10;}
.Floor003161 .box-links li a:hover::before,
.Floor003161 .box-links li a:hover::after{width: 100%;height: 100%;opacity: 1;}

.Floor003161 .box-links li a:hover{}

.str_wrap{overflow:hidden;width:100%;position:relative;user-select: none;white-space:nowrap;}
.str_move { white-space:nowrap;position:absolute; top:0; left:0;cursor:move;}
.str_move_clone {display:inline-block;vertical-align:top;position:absolute; left:100%;top:0;}
.str_vertical .str_move_clone {left:0;top:100%;}
.str_down .str_move_clone {left:0;bottom:100%;}
.str_vertical .str_move,
.str_down .str_move {white-space:normal;width:100%;}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{cursor:inherit;}
.str_wrap img {max-width:none !important;}

@media (min-width:1025px) {
.Floor003161 .box-topic .slider{margin: 0 -2.1875em;padding:0 1.5625em;}
.Floor003161 .box-topic .slick-prev{left: -1.5625em;}
.Floor003161 .box-topic .slick-next{right: -1.5625em;}
.Floor003161 .box-gird .mid{width: 49.359%;}
.Floor003161 .box-gird .left,
.Floor003161 .box-gird .right{width: 24.039%;}
.Floor003161 .box-gird .mid{margin:0 calc((100% - 24.039% * 2 - 49.359%) / 2);}
.Floor003161 .box-gird .con{height: 16.25em;} 
.Floor003161 .contact-item .item{height: calc(16.25em / 2);}
}
@media (max-width:1024px) {
.Floor003161 .title{font-size: 1.8em;}
.Floor003161 .contact-item .name{padding-left: 0;width: 3.5em;font-size: 1em;text-align: center;}
.Floor003161 .box-links li{margin-right: 1em;}
.Floor003161 .box-links li a{height: 4em; width: 10em;}
.Floor003161 .box-links li img{max-height: 3em;}
}



.PicList000626{padding:0;}
.PicList000626 li{float:left;width:20%;padding: 10px;}
.PicList000626 li .a{display:block;padding-top: 46%;border: 1px solid #e5e5e5;background-position: center center;background-repeat:no-repeat;background-size: contain;}
.PicList000626 li p{text-align: center;font-size:16px;color:#666;}

@media(max-width:1440px){
	.PicList000626 .auto{padding:0 2%;}
}

@media( max-width:768px){
.PicList000626{}
.PicList000626 .tit{font-size:30px;}
.PicList000626 li{width:33.33333333%;}
.PicList000626 li .a{}
}
@media( max-width:480px){
.PicList000626 li{width:50%;}
.PicList000626 li .a{}
.PicList000626 li p{margin: 5px 0;font-size:14px;}
}


.popup{position:fixed;left:0;top:0;width:100%;height:100%;overflow-y:auto;background-color:rgba(0,0,0,0.75);z-index:10;-webkit-overflow-scrolling:touch;display:none;}
.popup .box{width:100%;min-height:100%;justify-content:center;align-items:center;padding:1vh 0;display:flex;}
.popup .videoBox{position:relative;}
.popup .videoBox .videoClose{cursor: pointer; position: absolute; width: 30px; height: 30px; background-color: #000; color:#fff; font-size: 24px; display: flex; align-items: center; justify-content: center; right: 0; top: 0;}
.popup .info{background-color:#fff;}
.vpopup video{display:block;width:auto;max-width:90vw;height:auto;max-height:90vh;}

.d-flex{display: flex; justify-content: center;}