@font-face{font-family: Fonts; src: url(../Fonts/Oswald-Regular.ttf)}
@font-face{font-family: Fonts2; src: url(../Fonts/Oswald-Light.ttf)}
@font-face{font-family: 'SourceHanSansCN-Light'; src: url("../Fonts/Light.woff") format("woff"); font-display: swap;}
body{font-family: Helvetica, Arial, sans-serif; font-weight: lighter;}
::-webkit-scrollbar{width: 4px; height: 4px}
::-webkit-scrollbar-track{width: 4px; background-color: #eee}
::-webkit-scrollbar-thumb{background-color: #007cba; background-clip: padding-box; min-height: 28px}
::-webkit-scrollbar-thumb:hover{background-color: #0d9122}
*{box-sizing: border-box;}


html{-webkit-text-size-adjust:100%;font-size:100px}
@media (max-width:1600px) {
html{font-size:6.25vw}
}
@media (max-width:1024px) {
html{font-size:9.765625vw}
}
@media (max-width:480px) {
html{font-size:14vw}
}
body{line-height:2;font-size: 0.16rem;}

.auto-inner{max-width: 1400rem; margin: 0 auto; width: 80%;}




/*.home_title */
.home_title{margin-bottom: 40px; position: relative; z-index: 56; font-family: Helvetica, Arial, sans-serif}
.home_title h1{font-size: 0.36rem; font-weight: normal; color: rgba(0, 0, 0, 0.8); margin: 0; line-height: 1.5em;}
.home_title h2{font-size: 0.16rem; color: rgba(0, 0, 0, 0.3); margin: 0; font-weight: lighter;}
.home_title:after{content: ""; display: none; position: absolute; left: 50%; bottom: -22px; width: 1px; height: 15px; background: rgba(0, 0, 0, 0.15);}
/*.home_more */
.home_more a{width: 2rem; line-height: 0.4rem; background: url(../images/home_more.png) no-repeat right 0.2rem center; border-radius: 0; color: #444;
   display: block; font-size: 0.16rem; margin-top: 0.6rem; transition: .5s; border: 1px solid #ccc; padding: 0 0.2rem;}
.home_more a.on,
.home_more a:hover{border-color: #3092e5; color: #fff; background: url(../images/home_more2.png) no-repeat right 0.2rem center #3092e5;}
/*.fullpage */
.fullpage-wrapper .section .fp-tableCell{}
.fullpage-wrapper .fp-auto-height .fp-tableCell{padding: 0 !important}
.home_part{overflow: hidden;}
a:hover{color: #007cba}

@media(min-width:1025px){
.home_part{height: 100vh; }    
}



/*.Maintop */
.Maintop{position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background:#fff;}
.Maintop .auto-inner{ position: relative;}
.Maintop .logo{width: 10vw; padding: 0.1rem 0 0;}
.Maintop .logo a{}
.Maintop .logo img{max-height: 0.6rem;}

@media(min-width:1025px){
.Maintop .logo{float: left;}
}

.Maintop .top-menu li{padding: 0 1.5vw}
.Maintop .top-menu li span{}
.Maintop .top-menu li span,
.Maintop .top-menu li a{display: block;font-size: 0.18rem}
.Maintop .top-menu li span a{display: inline-block; position: relative;}
.Maintop .top-menu li.aon span a,
.Maintop .top-menu li a:hover{color: #007cba;font-weight: normal;}
.Maintop .top-menu li dl{padding: 0;}
.Maintop .top-menu li dt{padding: 0}
.Maintop .top-menu li dt a{line-height: 3; font-size: 0.16rem;}
.Maintop .top-menu li dt a:hover{background: #007cba; color: #fff; }



@media(min-width:1025px){
.Maintop .top-menu{float: right;}
.Maintop .top-menu li{float: left;}
.Maintop .top-menu li span{text-align: center;}
.Maintop .top-menu li span a{line-height: 0.8rem;}
.Maintop .top-menu li span a:before{position: absolute; left: 0; bottom: 0px; height: 3px; content: ''; width: 100%;}
.Maintop .top-menu li span a:hover:before,
.Maintop .top-menu li.aon span a:before{background: #007cba;}
    
.Maintop .top-menu li#m4 .sub{width:300%; margin-left: -150%}
}


@media(max-width:1024px){

.Maintop .logo{width: 20vw; padding: 0.3rem 0;}
.Maintop .logo img{max-height: 1rem;}
    
    
.Maintop .top-menu{position: fixed; top: 80px; right: 0; bottom: 0; width: 0; opacity: 0; transition: 0.3s; overflow: hidden; background:rgba(0,0,0,.8);}
.menu-show .Maintop .top-menu{width: 240px; opacity: 1; padding: 20px;}
.Maintop .top-menu ul{height: 100%; overflow: auto; width: 200px;}
.Maintop .top-menu li{width: auto!important; padding: 10px 0;}
.Maintop .top-menu li:not(:last-child){border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.Maintop .top-menu li a{color: #fff;}
.Maintop .top-menu li span{line-height: 40px;}
.Maintop .top-menu li .sub{background: rgba(0, 0, 0, 0.1);}
}

.Maintop .top-nav{float: right; padding: 0.2rem 0 0; margin-left: 0.3rem;}
.Maintop .open-search{background: url("../images/searchbtn1.png") no-repeat center center; width: 0.2rem; height: 0.2rem;background-size: contain;margin-top: 10px}
.Maintop .top-search{background: #007cba; padding: 2px 50px 2px 2px; width: 4rem;}
.Maintop .top-search .text{font-size: 0.16rem; padding-left: 0.2rem; line-height:4; height: 0.4rem;}
.Maintop .top-search .btn{background-image: url("../images/searchbtn2.png");}
.Maintop .open-search.on:before,
.Maintop .open-search.on:after{background-color: #666; height: 2px; width: 50%;}

@media(max-width:1024px){
.Maintop .open-menu{right:0;float: left}
.Maintop .open-search{left: auto; right: 0; margin-right: 20px;float: left;width: 0.4rem; height: 0.4rem;background-size: contain}
    
.Maintop .top-nav{padding: 0.4rem 0 0;}
}




/*.Homebanner */
.Homebanner{position: relative; z-index: 1; overflow: hidden; height: 100%; width: 100%; padding-bottom: 0; background: #222}
.Homebanner .text{position: absolute; z-index: 100; transition: .8s; padding: 0 10px; width: 50vw; text-align: center; }
.Homebanner .text .text_con img{display: block; margin: 0 auto}

.Homebanner li .pic{background-position: center top; background-repeat: no-repeat; background-size: cover}
.Homebanner li a{position: relative; display: block}
.Homebanner li .phone{display: none}


.Homebanner .slick-arrow{ font-size:0; width:0.8rem; height:0.8rem; border:none; position:absolute; top:50%; margin-top:-0.3rem; background:none !important;
   cursor:pointer; padding:0; z-index: 100; opacity: 0.8;}
.Homebanner .slick-prev{ left:0.7rem;}
.Homebanner .slick-next{ right:0.7rem;}
.Homebanner .slick-next::before,
.Homebanner .slick-prev::before{ position:absolute; content:''; width:50%; height:50%; border-top:0.01rem solid #fff; border-right:0.01rem solid #fff; top:25%; left:25%; transform:rotate(45deg); -webkit-transform:rotate(45deg);}
.Homebanner .slick-prev::before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.Homebanner .slick-next:hover,
.Homebanner .slick-prev:hover{ opacity: 1;}




.Homebanner .slick-dots{display: block; width: 100%; padding: 0; list-style: none; text-align: center; position: absolute; left: 0; bottom: 10%; z-index: 100}
.Homebanner .slick-dots li{transition: 0.5s; position: relative; display: inline-block; width: 0.15rem; height: 0.05rem; margin: 0  0.03rem; padding: 0; background: #fff; cursor: pointer;}
.Homebanner .slick-dots li button{display: none}
.Homebanner .slick-dots .slick-active{background: #007cba; width:0.5rem}








@media(min-width:769px){
.Homebanner .slick-list li, .Homebanner .slick-list li .pic{z-index: 1; height: 100vh; width: 100%}
}

@media(max-width:768px){
.Homebanner{margin-top: 80px}
.Homebanner li, .Homebanner li a{height: auto}
.Homebanner li{background: 0 0!important}
.Homebanner li .pic{display: none}
.Homebanner li .phone{display: block; width: 100%}
.Homebanner li .text{display: none}
}

/*.Floor0001*/
.Floor0001{overflow: hidden; position: relative; background: #f2f3f5;}
.Floor0001 .auto-inner{height: 100%; position: relative;}
.Floor0001 .pic{position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; background-color: #666;}
.Floor0001 .pic:after{ content: ""; display:block; position: absolute; left: 0; top: 0; width:200%; height: 100%; background: rgba(228,228,228,0.75);background-size: contain; }
.Floor0001 .con{height: 100%; position: relative; z-index: 50; text-align: center;}

.Floor0001 .con .text{ padding-top:16%; position: relative; z-index: 50;}
.Floor0001 .con .text .home_more a{margin-left:auto;margin-right:auto; text-align: left;}
.Floor0001 dl{margin: 0.7rem 0 }
.Floor0001 dd{display: inline-block; margin: 0 1.2rem 0 0; position: relative;}
.Floor0001 dd:after{content: ""; display: block; position: absolute; right: -25px; top: 0; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.15); transform: skewX(-15deg); display: none}
.Floor0001 dd:last-child{margin: 0;}
.Floor0001 dd:last-child:after{display: none}
.Floor0001 dd h1{font-size:0.30rem;  color: #007cba; font-weight: 400; font-family: Fonts; display: inline-block; margin: 0}
.Floor0001 dd span{font-size: 0.16rem; color: #666; display: inline-block}
.Floor0001 dd p{font-size: 0.18rem;  color: #666; display: block; margin:4px 0 0}
.Floor0001 dd i{font-size: 0.62rem; color: #007cba; font-weight: 400; font-family: Fonts; text-align: center; letter-spacing: -1px; line-height: 1;}
.Floor0001 dd .counter{opacity: 0}


.Floor0001-1 .pic:after{background: rgba(0,0,0,0.6) }
.Floor0001-1 .home_title h1,
.Floor0001-1 .home_title span,
.Floor0001-1 p,
.Floor0001-1 dd span,
.Floor0001-1 dd p{color: #fff;}
.Floor0001-1 .con .text .home_more a{color: #fff;}

@media(max-width:1024px){
    .Floor0001 .con .text{ padding:16% 0; }
    .Floor0001 dd .counter{opacity: 1;color: #fff}
}


/*.Floor0002*/
.Floor0002{padding: 0; position: relative; height: 100%;}
.Floor0002 .con{position: relative; width: 100%; }

.Floor0002 .slider-for{margin: 0; position: relative; z-index: 100;}
.Floor0002 .con li{margin: 0;}
.Floor0002 .con li .pic{position: relative; height: 100vh; transition: transform .5s ease-in-out}
.Floor0002 .con  li .pic:after{ content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100vw; height:60vh;
  background: url(../images/Floor0002_cover.png) no-repeat; background-size: 100% 100% ; z-index:50; opacity: 0.6;}

.Floor0002 .con li .text{  position: absolute; left: 0vw; bottom:0vh; width: 100vw; z-index: 100; padding:20vh 0;}
.Floor0002 .con li .text .auto-inner{position: relative; }
.Floor0002 .con li .text h1{font-size: 0.22rem; font-weight: normal; margin: 0 0 0.2rem; line-height:2; color: #fff}
.Floor0002 .con li .text p{font-size: 0.16rem;  margin: 0; line-height:2; height: 1rem; color: #fff; width: 50%;}
.Floor0002 .con li .text .home_more{ position:absolute; right: 0; bottom: 0; }
.Floor0002 .con li .text .home_more a{border-color: rgba(255,255,255,0.3); color: #fff; }



.Floor0002 .slick-arrow{font-size: 0; width: 0.5rem; height: 0.5rem; border: none; position: absolute; bottom: 1.3vh; background: none; cursor: pointer;
   padding: 0; z-index: 110; transition: 0.5s; top: auto; background: url(../images/arrow.png) no-repeat left center}
.Floor0002 .slick-arrow:hover{opacity:0.7}
.Floor0002 .slick-arrow:hover{}
.Floor0002 .slick-prev{left: -0.3rem;}
.Floor0002 .slick-next{right: -0.3rem; background-position: right center;}

.Floor0002 .home_title{position: absolute;left: 0vw; bottom:38vh;  z-index: 1000; margin: 0; padding: 0; }
.Floor0002 .home_title h1{color: #fff;}
.Floor0002 .home_title h2{color: #fff;}
.Floor0002 .bot{background: rgba(0, 0, 0, 0.3); position: absolute; left: 0; bottom: 0; width: 100%; z-index: 100; height: 15vh; padding: 2.5vh 0;}
.Floor0002 .bot .auto-inner{position: relative;}
.Floor0002 .bot .slick-list{margin: 0 -12px}
.Floor0002 .bot li{margin: 0 12px; position: relative; overflow: hidden;}
.Floor0002 .bot li:after{border-radius: 5px; overflow: hidden; opacity: 0.9; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #007cba; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transition: all ease-in-out 0.5s}
.Floor0002 .bot li.slick-current:after{transform: scale(1)}
.Floor0002 .bot li .pic:after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 124, 186, 1); opacity: 0}
.Floor0002 .bot li .pic{height: 10vh; position: relative; overflow: hidden;}
.Floor0002 .bot li.slick-current .pic:after{display: block; opacity: 0.8}
.Floor0002 .bot li .text{opacity: 0; align-items: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; z-index: 100; position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0px 10px; text-align: center}
.Floor0002 .bot li .text h1{font-size: 0.16rem; text-align: center; display: block; width: 100%; font-weight: normal; margin: 0; color: #fff}
.Floor0002 .bot li.slick-current .text{opacity: 1}


@media(max-width:1024px){
    .Floor0002 .con li .pic{height: 60vh;}
    .Floor0002 .slick-arrow{bottom: 3vh}
    .Floor0002 .slick-prev{left: -0.8rem;}
    .Floor0002 .slick-next{right: -0.8rem; background-position: right center;}
}



/**.Floor0003*/
.Floor0003{position: relative; overflow: hidden;  background:#f2f3f5; background-size: cover;}
.Floor0003:before{content: ""; display: block; position: absolute; right: 0; top: 0%; width: 100%; height: 100%; z-index: 5}
.Floor0003 .auto-inner{position: relative; z-index: 100; height: 100%; padding-top: 20vh;}
.Floor0003 .main_head{margin-bottom: 20px; position: relative; ;}
.Floor0003 .home_title{text-align: left; float: left; margin: 0;}
.Floor0003 .home_more{position: absolute; right: 0; bottom: 0.1rem;}
.Floor0003 .top{width: 48%; float: right; position: relative; z-index: 50}
.Floor0003 .main_list{width: 50%; float: left}
.Floor0003 .top{background: #fff;}
.Floor0003 .top .pic{padding-bottom:60%; transition: .5s ease-in-out}
.Floor0003 .top .item a{display: block;}
.Floor0003 .top .item:hover .pic{opacity: 0.8}
.Floor0003 .top .text{height: auto; overflow: hidden; line-height:3.5; padding: 0 0 0 0.3rem;}
.Floor0003 .top .text h1{width: 80%; float: left; color: #222; margin: 0;}
.Floor0003 .top .text span{float: right; font-size: 0.18rem; color: rgba(255,255,255,0.8); height: 100%;line-height:4; display: inline-block; background: #007cba; padding: 0 0.2rem;}


.Floor0003 .top .slick-dots{display: block; width: 100%; padding: 0; list-style: none; text-align: center; position: absolute; left: 0; bottom:1rem; z-index: 100;
text-align: right; padding: 0 0.2rem;}
.Floor0003 .top .slick-dots li{transition: 0.5s; position: relative; display: inline-block; width: 0.1rem; height:0.05rem; margin: 0 4px; padding: 0; background:rgba(255,255,255,0.5); cursor: pointer;}
.Floor0003 .top .slick-dots li button{display: none}
.Floor0003 .top .slick-dots .slick-active{background: #007cba; width:0.2rem;}


.Floor0003 .tit{font-size: 0.20rem; font-weight: normal; color: #222}
.Floor0003 .main_list li{margin-bottom: 1%}
.Floor0003 .main_list li a{display: block; margin-bottom: 0.1rem; background: #fff; padding: 5%; padding-left: 20%; position: relative;}
.Floor0003 .main_list li .tit{line-height:1.5;}
.Floor0003 .main_list li p{margin: 0px; color: #999;}
.Floor0003 .main_list li span{position: absolute; left: 0; top: 30%; text-align: center; width: 20%; font-size: 0.16rem; color: #444;}
.Floor0003 .main_list li span b{display: block; font-size: 0.48rem; line-height: 1; font-weight: normal;}
.Floor0003 .main_list li a:after{content: ""; display: block; position: absolute; left: 17%; top: 30%; width: 1px; height: 40%; background: rgba(0, 0, 0, 0.07)}
.Floor0003 .main_list li .tit{}
.Floor0003 .main_list li:last-child{margin-bottom: 0}
.Floor0003 .slick-prev{border-radius: 5px 0 0 5px}
.Floor0003 .slick-next{border-radius: 0 5px 5px 0}

@media(min-width:1025px){
  #dowebok .Homebanner li .text{transform: translateY(60px); opacity: 0; transition: 0.7s 0.5s;}
  #dowebok .Floor0001 .auto-inner{transform: translateY(60px); opacity: 0; transition: 0.7s 0.5s;}
   #dowebok .Floor0002 .bot{transform: translateY(60px); opacity: 0; transition: 0.7s 0.5s;}
   #dowebok  .Floor0002 .con li .text{transform: translateY(60px); opacity: 0; transition: 0.7s 0.5s;}
   #dowebok .Floor0003 .auto-inner{transform: translateY(60px); opacity: 0; transition: 0.7s 0.5s;}
   #dowebok .Homebanner li .text{transform: translateY(0); opacity: 1}
   #dowebok .section1.active .Floor0001 .auto-inner{transform: translateY(0); opacity: 1}
    #dowebok .section2.active .Floor0002 .bot{transform: translateY(0); opacity: 1}
    #dowebok .section2.active  .Floor0002 .con li .text{transform: translateY(0); opacity: 1}
    #dowebok .section3.active .Floor0003 .auto-inner{transform: translateY(0); opacity: 1}
  }

@media(max-width:1024px){
    .Floor0003 .auto-inner{padding:8% 0;}
    .Floor0003 .top{width: 100%; float: none;margin-bottom:2%;}
    .Floor0003 .main_list{width: 100%; float: none}
    .Floor0003 .main_list li a{padding-left: 24%;}
    .Floor0003 .main_list li a:after{left: 20%;}
    .Floor0003 .main_list li span{top: 24%;}
}


/*.Mainbottom*/
.Mainbottom{background: #222; background-size: 360px; padding: 6% 0; color: rgba(255, 255, 255, .4); font-size: 0.16rem}
.Mainbottom a{color: rgba(255, 255, 255, .35)}
.Mainbottom a:hover{color: #fff}
.Mainbottom nav dl dt a{color: #fff}
.Mainbottom nav{float: right;}
.Mainbottom nav dl{display: inline-block; vertical-align: top; margin-left: 3.5vw}
.Mainbottom nav dl dt{font-size: 0.18rem; color: #fff; margin-bottom: 0.2rem; position: relative;}
.Mainbottom nav dt a{position: relative;}

.Mainbottom nav dd{line-height:2.5; font-size: 0.16rem}

.Mainbottom .contact{}
.Mainbottom .contact .name{}

.Mainbottom .info{ float:left; }
.Mainbottom .info .con{ float:left; }

.Mainbottom .contact li{padding-bottom: 35px; color: rgba(255, 255, 255, .6); line-height: 28px; display: block}
.Mainbottom .contact li aside{display: inline-block; padding-left: 25px; background-position: left 5px; background-repeat: no-repeat}
.Mainbottom .contact aside{line-height: 26px; color: rgba(255, 255, 255, .6); font-size: 16px; margin-bottom: 6px}

.Mainbottom .contact{}
.Mainbottom .contact dd{margin-bottom:10px;position:relative;padding-left:24px; font-size: 0.16rem;}
.Mainbottom .contact .phone{font-size:0.30rem;color:#fff;font-family:Fonts2;margin-bottom:0.1rem;padding-left:40px}
.Mainbottom .contact .phone:before{content:"";display:block;position:absolute;left:0;top:0.12rem;width:0.25rem;height:0.25rem;background:url(../images/bottom_phone.png) no-repeat center center;background-size:contain}
.Mainbottom .contact .mail:before{content:"";display:block;position:absolute;left:0;top:0.05rem;width:0.12rem;height:0.12rem;background:url(../images/bottom_mail.png) no-repeat center center;background-size:contain;opacity:0.6}
.Mainbottom .contact .add:before{content:"";display:block;position:absolute;left:0;top:0.05rem;width:0.15rem;height:0.15rem;background:url(../images/bottom_add.png) no-repeat center center;
  background-size:contain;opacity:0.6}



.Mainbottom .share{margin: 10px 0; width: 100%; position: relative; z-index: 10;}
.Mainbottom .share a{border-radius: 100px; overflow: hidden; display: inline-block; transition: .5s; width:0.3rem; height: 0.3rem; margin: 0  0.05rem; background: url(../images/share_icon.png) no-repeat left center; position: relative; opacity: .8}
.Mainbottom .share a.d_qq{background-position: center center;}
.Mainbottom .share a.d_sina{background-position: right center;}
.Mainbottom .share a:hover{opacity: 1}
.Mainbottom .code{display: inline-block; margin-right: 0.4rem;max-width:1.5rem; float: left; text-align: center; }

.Mainbottom .code span{margin: 10px 0 0; padding: 0; color: rgba(255, 255, 255, .6); display: block}
.Mainbottom .copyright{line-height: 24px; color: rgba(255, 255, 255, .3); margin: 50px 0 0; position: relative}
.Mainbottom .copyright .auto-inner{border-top: 1px solid rgba(255, 255, 255, .08); padding: 25px 0}
.Mainbottom .copyright a{color: rgba(255, 255, 255, .3)}
.Mainbottom .copyright a:hover{color: rgba(255, 255, 255, .6)}
.Mainbottom .copyright a:not(:last-child):after{display: inline-block; content: ''; width: 1px; height: 13px; background: rgba(255, 255, 255, .2); vertical-align: middle; margin: 0 10px}
.Mainbottom .copyright p{float: left; margin: 0; max-width: 45vw}
.Mainbottom .copyright aside{float: right}
.Mainbottom .links{margin: 53px 0; border-top: 1px solid rgba(255, 255, 255, .07); border-bottom: 1px solid rgba(255, 255, 255, .07); position: relative; line-height: 24px; padding: 11px 0 11px 70px}
.Mainbottom .links a{display: inline-block}
.Mainbottom .links span{position: absolute; left: 0; top: 11px; color: rgba(255, 255, 255, .4)}
.Mainbottom .links a:not(:last-child):after{display: inline-block; content: ''; width: 1px; height: 13px; background: rgba(255, 255, 255, .07); vertical-align: middle; margin: 0 14px}
@media(max-width:1500px){
  .Mainbottom .info .con{ display:none;}
}
@media(max-width:768px){
  .Mainbottom{padding-top: 5%}
.Mainbottom nav{display: none}
 .Mainbottom .contact{display: table; margin: 0 auto}
 .Mainbottom .links{margin: 30px 0}
 .Mainbottom .contact .name, 
.Mainbottom .copyright{text-align: center;margin-top: 30px}

    .Mainbottom .info{ float:none;margin: 0 auto ;text-align: center}
    .Mainbottom .code{margin:0 auto ;max-width: 3rem;float: none}
    .Mainbottom .copyright p{max-width:100%}
    .Mainbottom .share a{width: 30px;height: 30px;}
}

/*Banner002661 */
.Banner002661{ position:relative; z-index:1;}
.Banner002661 img{ display:block; width:100%;}
.Banner002661 img.wap{ display:none;}
.Banner002661::before,
.Banner002661 .ycenter{position:absolute; left:0; top:0; width:100%; height:100%; }
.Banner002661::before{ content:'';background:rgba(0,0,0,0.2);}
.Banner002661 .ycenter{ z-index:10;}
.Banner002661 .ycenter section{ color:#fff; font-family:Arial, Helvetica, sans-serif; padding-top:2%;}
.Banner002661 .ycenter h2{ font-size:50px; margin:0; font-weight: 500;}
.Banner002661 .ycenter p{ margin:0; font-size:40px; max-width:435px; text-transform: uppercase;}
@media(max-width:1024px){
.Banner002661{margin-top: 80px;}
.Banner002661 .ycenter h2{ font-size:30px;}
.Banner002661 .ycenter p{ font-size:16px;}
.Banner002661 img.pc{ display:none;}
.Banner002661 img.wap{ display:block;}
}
@media(max-width:480px){
.Banner002661 .ycenter h2{ font-size:24px;}
.Banner002661 .ycenter p{ font-size:12px;}
}


/*Menu003135 */
.Menu003135{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);}
.Menu003135 .current{ font-size: 0.14rem; padding-left: 1.21428em;background: url(../images/Menu003135-icon.svg) no-repeat left center;background-size: 1em auto; line-height: 5.7142;}
.Menu003135 .current,
.Menu003135 .current a:not(:hover){color: #999;}
.Menu003135 .current span{color: #333;}
.Menu003135 .nav-menu li{float: left;font-size: 0.18rem;line-height: 4.44444;}
.Menu003135 .nav-menu li:not(:last-child){margin-right:2.222em;}
.Menu003135 .nav-menu li a{display: block;position: relative;}
.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a{color: #007cba;}
.Menu003135 .nav-menu li.aon a:before{position: absolute;content: ''; left: 0; bottom: 0;width: 100%; height: 2px;background-color: #007cba;}

.Menu003135 dl{font-size: 0;text-align: center;}
.Menu003135 dd{ display: inline-block; padding:0 40px;position:relative;}
.Menu003135 dd::after{ position:absolute; content:''; width:1px; right:0; top:50%; height:14px; margin-top:-7px; background:#dfdfdf;}
.Menu003135 dd:last::after{ display:none;}
.Menu003135 dd a{ display:block; position:relative; overflow:hidden; height:82px; font-size:18px; line-height:82px; text-transform: uppercase; }
.Menu003135 dd a:after{ position:absolute; left:0; bottom:0;content:''; height:2px; width:100%;}
.Menu003135 dd.aon a,
.Menu003135 dd:hover a{ color:#007cba;}
.Menu003135 dd.aon a:after,
.Menu003135 dd:hover a:after{ background:#007cba;}


@media (max-width:1024px) {
.Menu003135 .current{display: none;}
.Menu003135 .nav-menu li{line-height:3;}
}


/*RighInfo000623 */
.RighInfo000623{padding: 5vw 0;}
.RighInfo000623 .title{margin-bottom: 2vw;}
.RighInfo000623 .title:after{display: block; content: ''; width: 0.6rem; height: 2px; background: #007cba; margin-top: 1vw;}
.RighInfo000623 .title .cn{font-size: 0.36rem;color: #222; line-height: 1.5em;font-weight: normal;}
.RighInfo000623 .title .en{color: #666; letter-spacing: 1px; font-size: 0.16rem;}
@media(max-width:768px){
.RighInfo000623 .title{padding-bottom: 6vw;}
}

@media(max-width:640px){
.RighInfo000623 .title .cn{font-size: 6vw;}
}

.RighInfo000623 .ytable-cell{padding: 0vw 0;}
.RighInfo000623 .pic .inner{ position: relative;}

/* .RighInfo000623 .pic a{bottom: 0; text-align: right;position: absolute;right: 0; background: rgba(0,124,186,0.8);color: #fff; padding: 0.2rem;}
.RighInfo000623 .pic a span{display: block;font-size: 0.24rem; line-height: 1em;} */


.RighInfo000623 a{ display: inline-block;font-size: 0.18rem;color: #fff;padding-left: 3.8em;padding-right: 1.66666em; background: url(../images/RighInfo000623-stock.png) no-repeat left 1.5555em center #007cba; background-size: 1.777em auto; line-height:3.4; border: 2px solid #007cba;transition: 0.5s;}
.RighInfo000623 a span{font-family: 'SourceHanSansCN-Regular';display: block;padding-right:2.3333em; background: url(../images/Floor003152-icon-white.svg) no-repeat right center; background-size: 0.8888em auto;}
.RighInfo000623 a:hover{background-color: rgba(0,124,186,0.8);border-radius: 4em;}

.RighInfo000623 .info{background: url("../images/RighInfo000623_bg.jpg") no-repeat right top #fff; background-size: contain;}
.RighInfo000623 .p-info{font-size: 0.16rem;line-height: 2.4;color: #666;}
.RighInfo000623 .p-info p{margin: 0 0 3vw 0;}

@media(min-width:1025px){
.RighInfo000623 .pic{width: 16.429%;}
.RighInfo000623 .pic .inner{width: 208.696%;}
.RighInfo000623 .info .inner{padding-left: 31.624%;padding-right: 8.548%;}
}
@media(max-width:1024px){
.RighInfo000623 .ytable,
.RighInfo000623 .ytable-cell{display: block;}
.RighInfo000623 .info{}
}

@media(max-width:640px){
.RighInfo000623 .pic time span{font-size: 12vw;}
.RighInfo000623 .p-info{font-size: 3.5vw;}
}

/*RighInfo002812 */
.RighInfo002812{padding: 5vw 0;}
.RighInfo002812 .tit{color: #222; font-size: 0.36rem; font-weight: normal;}
.RighInfo002812 .info .tit{display: inline-block;  background: #fff;line-height: 2; }
.RighInfo002812 .culture .tit{padding: 0.6rem 0 0.5rem 0;text-align: center;}
@media(max-width:480px){
.RighInfo002812 .tit{font-size: 22px;}
}

.RighInfo002812 .info{position: relative; z-index: 1;}
.RighInfo002812 .info > *{position: relative; z-index: 4;}
.RighInfo002812 .info:after,
.RighInfo002812 .info:before{}
.RighInfo002812 .info:before{top: 0;border-bottom: 0;}
.RighInfo002812 .info:after{bottom: 0;border-top: 0;}

.RighInfo002812 .hasbg{}
@media(min-width:769px){
.RighInfo002812 .hasbg{ }
}
.RighInfo002812 .txt-p{font-size: 0.16rem; color: #666;line-height: 2.4; }
.RighInfo002812 .txt-p p{ margin: 0;}
.RighInfo002812 .mid{margin: 5% 0;}
.RighInfo002812 .mid .pic{ text-align: center;}
@media(min-width:769px){
.RighInfo002812 .mid .pic{width: 50%;}
}
@media(max-width:768px){
.RighInfo002812 .mid .pic,
.RighInfo002812 .mid .list{display: block;}
}
.RighInfo002812 .mid .list li{ margin: 17px 1%;}
@media(min-width:481px){
.RighInfo002812 .mid .list li{float: left; width: 48%;}
.RighInfo002812 .mid .list li:nth-child(2n+1){clear: left;}
}
@media(min-width:769px)and (max-width:1024px){
.RighInfo002812 .mid .list li{float: none;width: auto;}
}
.RighInfo002812 .mid .icon{width:55px ;}
.RighInfo002812 .mid .txt{padding-left: 14px;color: #999;font-size: 0.16rem;font-weight: 100;}
.RighInfo002812 .mid .txt span{font-size: 18px;display: inline-block;color: #666;}
.RighInfo002812 .mid .txt b{color: #222; font-size: 0.14rem;}


.RighInfo002812 .culture .box-item ul{display: table;width: 100%;border: 1px solid #eee; table-layout: fixed;}
.RighInfo002812 .culture .box-item ul:not(:first-child){margin-top: -1px;}
.RighInfo002812 .culture .box-item li{display: table-cell; vertical-align: top; text-align: center;position: relative;padding: 0.4rem 0;}
.RighInfo002812 .culture .box-item li:not(:last-child):after{position: absolute; content: ''; width: 1px;height: 100%; right: 0; top: 0;background: #eee;}
.RighInfo002812 .culture .box-item  .row-2 li:not(:last-child):after{right: -1px;}
.RighInfo002812 .culture .box-item  .row-4 li{width: 25%;}
.RighInfo002812 .culture .box-item  .row-3 li{width: 33.3333%;}
.RighInfo002812 .culture .box-item  .row-2 li{width: 50%;}

.RighInfo002812 .culture .box-item li > *{padding: 0 0.1rem;}
.RighInfo002812 .culture .box-item li .icon img{max-width: 0.68rem; transition: 0.3s;-webkit-transition: 0.3s;-ms-transition: 0.3s;}
.RighInfo002812 .culture .box-item li:hover .icon img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-ms-transform: rotateY(180deg);}
.RighInfo002812 .culture .box-item li b{font-size: 0.24rem;font-weight: normal;display: block;padding: 0.2rem 0;color: #222;}
.RighInfo002812 .culture .box-item li p{margin: 0;line-height:2;font-size: 0.16rem;}
@media(max-width:480px){
.RighInfo002812 .culture .box-item li{padding: 0.2rem 0;}
.RighInfo002812 .culture .box-item li b{font-size: 0.16rem;}
.RighInfo002812 .culture .box-item li p{font-size: 0.14rem;line-height: 2;}
}


/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.PicList002433 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.PicList002433 .slick-list:focus {outline: none}
.PicList002433 .slick-list.dragging {cursor: pointer;cursor: hand;}
.PicList002433 .slick-slider .slick-track,
.PicList002433 .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)}
.PicList002433 .slick-track {position: relative; top: 0; left: 0; display: block;}
.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after{display: table; content: '';}
.PicList002433 .slick-track:after{ clear: both;}
.PicList002433 .slick-loading .slick-track { visibility: hidden;}
.PicList002433 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.PicList002433 .slick-slide .slick-loading img { display: none;}
.PicList002433 .slick-slide .dragging img { pointer-events: none;}
.PicList002433 .slick-initialized .slick-slide { display: block;}
.PicList002433 .slick-loading .slick-slide { visibility: hidden;}
.PicList002433 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.PicList002433 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.PicList002433{ }
.PicList002433 .tit{padding: 0 0 0.5rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.PicList002433 .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}
.PicList002433 .main{ padding:2% 0 4% 0;}
.PicList002433 .main  .slick-arrow{ position:absolute; top:50%; width:57px; height:57px; margin-top:-30px; border:1px solid #007cba; padding:0; background:none; font-size:0; z-index:10; cursor:pointer; border-radius:50%;}
.PicList002433 .main  .slick-arrow:hover{ background:rgb(0,124,186); }
.PicList002433 .main  .slick-arrow:before{ position:absolute; content:''; width:18px; height:18px; border-top:2px solid #007cba; border-right:2px solid #007cba; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); left:50%; top:50%; margin:-9px 0 0 -11px;}
.PicList002433 .main  .slick-arrow:hover:before{ border-color:#fff;}
.PicList002433 .main  .slick-prev:before{transform:rotate(-135deg); -webkit-transform:rotate(-135deg); -ms-transform:rotate(-135deg); margin-left:-5px;}
.PicList002433 .main  .slick-prev{ left:-59px;}
.PicList002433 .main  .slick-next{ right:-59px;}
@media(max-width:1408px){
.PicList002433 .main  .slick-prev{ left:2%;}
.PicList002433 .main  .slick-next{ right:2%;}
}
@media(max-width:640px){
.PicList002433 .main  .slick-arrow{ width: 7vw;height: 7vw;margin-top: -3.5vw;}
.PicList002433 .main .slick-arrow:before{width:40%; height: 40%;margin: 0;left: 40%; top: 30%;}
.PicList002433 .main .slick-next:before{left: 20%;}
}

.PicList002433  .list ul{ padding:0 50px;}
.PicList002433  .list li{ float:left; position:relative;  text-align:center; margin-bottom:4%;}
.PicList002433 li a{display: block;position: relative; z-index: 3;}
.PicList002433  .list li:first-child:before,
.PicList002433  .list li:last-child:after{ position:absolute; content:''; bottom:0px; height:90px; width:50px;}
.PicList002433  .list li:first-child:before{ left:-50px; background:url(../images/PicList002433_ul_l.png) no-repeat 0 0;}
.PicList002433  .list li:last-child:after{right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list li aside{ padding-top:35px;height:90px; background:url(../images/PicList002433_libg.png) repeat-x left top;}
.PicList002433  .list li .ytable{ height:245px;}
.PicList002433  .list li .ytable-cell{ vertical-align:bottom;}
.PicList002433  .list li figure{ position:relative; display:inline-block;max-width: 80%;}
.PicList002433  .list li figure:after{ position:absolute; right:-24px; background:url(../images/PicList002433_ying.png) no-repeat left bottom; width:24px; height:100%; background-size:contain; content:'';}
.PicList002433  .list li figure img{ max-height:245px;padding: 8px;padding-top: 12px;background: url(../images/PicList002433_kuang.png) no-repeat ;background-size:100% 100%;}
.PicList002433  .list li p{ margin:0 auto; max-width:210px;width:90%; line-height:1.8; color:#222; font-size: 0.16rem;}
.PicList002433  .list .ul-3 li{width:33.33333333%;}
.PicList002433  .list .ul-3 li:nth-child(3):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list .ul-2 li{width:50%;}
.PicList002433  .list .ul-2 li:nth-child(2):after{ position:absolute; content:''; bottom:0px; height:90px; width:50px; right:-50px; background:url(../images/PicList002433_ul_r.png) no-repeat 0 0;}
.PicList002433  .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433  .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433  .list .ul-1 li{width:100%;}
@media(max-width:640px){
.PicList002433  .auto,
.PicList002433  .list ul{ padding:0;}
.PicList002433  .list li p{ font-size:12px;}
.PicList002433  .list li .ytable{ height:150px;}
.PicList002433  .list li figure img{ max-height:150px; padding:3px}
.PicList002433  .list .ul-2 li:nth-child(1) > *{ padding-left:30%;}
.PicList002433  .list .ul-2 li:nth-child(2) > *{ padding-right:30%;}
.PicList002433  .list .ul-3 li:nth-child(3):after,
.PicList002433  .list li:first-child:before{ display:none;}
}
@media(max-width:480px){
.PicList002433  .list li .ytable{ height:100px;}
.PicList002433  .list li figure img{ max-height:100px;}
}



/*Floor003153 */
.Floor003153 {padding: 5vw 0;}
.Floor003153 .title{position: relative;margin-bottom: 3em;}
.Floor003153 .title .name{font-size: 0.36rem;color: #222;line-height: 2;}
.Floor003153 .title .name:after{display: block;content: '';width: 15px; height: 2px; background-color: #007cba; margin-top: 1.23076em;}
.Floor003153 .intro .info{line-height: 2.4; font-size: 0.16rem; color: #666666;}
@media (min-width:1025px) {
.Floor003153 .intro .img{width: 50%;}
.Floor003153 .intro .info{padding-left: 5.0714em; font-size: 0.16rem;}
}
@media (max-width:1024px) {
.Floor003153 .auto{padding: 2em 0;}
.Floor003153 .intro .img{margin-bottom: 2em;}
}



/*RighInfo003148 */
.RighInfo003148{padding: 3vw 0 1vw 0 ;}

.RighInfo003148 .txt-area{color: #222; padding: 0 0 1vw 0;}
.RighInfo003148 .txt-area .cn{font-size: 0.28rem; font-weight: normal;}
.RighInfo003148 .txt-area .en{font-size: 0.16rem;}

.RighInfo003148 .title{ font-size: 0.18rem;color: #007cba; font-weight: normal; margin-bottom: 0.2rem;background: #f2f3f5; padding: 0.1rem;}
.RighInfo003148 .items-group .items{ margin-bottom: 4em;}
.RighInfo003148 .items-group .items:first-child{/* border-top: 1px solid rgba(0,0,0,0.11); */}
.RighInfo003148 .items-group .items:last-child{/* border-top: 1px solid rgba(0,0,0,0.11); */}
.RighInfo003148 .items-group .items p{color: #666;font-size: 0.16rem; line-height: 2;}
.RighInfo003148 .items-group .items p + .title{margin-top: 0.5em;}

.RighInfo003148 .box-rows{margin-top: 4.875em;}
.RighInfo003148 .box-rows .tit{padding: 0 0 0.5rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.RighInfo003148 .box-rows .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}

.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-family: 'DIN-Bold';font-size: 0.22rem;width: 4.0909em; height: 3.5454em; display: block;margin: 0 auto 0; line-height:3.5; background: url(../images/RighInfo003148-icon.png) no-repeat center; background-size: contain;text-align: center;color: #007cba;}
.RighInfo003148 .box-rows dd aside{color: #222;font-size: 0.20rem; margin: 1em 0 1em 0;line-height: 1; font-weight: normal;}
.RighInfo003148 .box-rows dd p{color: #666; width:73%;  margin: auto;}
@media (min-width:1025px) {
.RighInfo003148 .items-group .img{width: 50%;}
.RighInfo003148 .items-group .items:nth-child(2n-1) .txt{padding-right:3.5em;}
.RighInfo003148 .items-group .items:nth-child(2n) .txt{padding-left:3.5em;}
.RighInfo003148 .box-rows dd{float: left;min-height: 15.625em; width: 16.715%;margin-bottom: 3.9275%;}
.RighInfo003148 .box-rows dd:not(:nth-child(5n)){ 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%;}
}


/*RighInfo003137 */
.RighInfo003137 .auto{position: relative;z-index: 1; margin-top: 4.5em;margin-bottom: 4.5em; }
.RighInfo003137 .title{font-family: 'SourceHanSansCN-Medium'; font-size: 1.625em;color: #333333; line-height: 1.1538em;}
.RighInfo003137 .title:after{display: block;content: '';width: 15px; height: 2px; background-color: #007cba; margin: 1.1538em 0;}
.RighInfo003137 ul li:not(.mark){text-align: center;border: solid 1px #f0f0f0;box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.05);border-right-width: 5px; }
.RighInfo003137 ul li.mark .icon{display: block;margin: 0 auto; width: 1.5em; height: 1.5em;background-color: #007cba;border-radius: 50%;position: relative;}
.RighInfo003137 ul li.mark .icon:before,
.RighInfo003137 ul li.mark .icon:after{position: absolute;content: '';background-color: #000;}
.RighInfo003137 ul li.mark .icon:before{left: 50%;margin-left: -1px;width: 2px;top: -0.625em;bottom: -0.625em;}
.RighInfo003137 ul li.mark .icon:after{top: 50%;margin-top: -1px;height: 2px;left: -0.625em;right: -0.625em;}
.RighInfo003137 ul li .inner{margin: 0 auto; width: 73.685%;}
.RighInfo003137 ul li .name .cn{font-family: 'SourceHanSansCN-Bold'; font-size: 1.25em;color: #000000;line-height: 1.5;}
.RighInfo003137 ul li .name .en{ font-size: 0.875em;color: #999999;line-height: 2.1428;}
.RighInfo003137 ul li:not(.mark) .icon{padding: 2em 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.2); margin-bottom: 2em;}
.RighInfo003137 ul li:not(.mark) .icon img{ height: 4.6875em;}
.RighInfo003137 ul li:last-child{display:none;}
.RighInfo003137 ul .tip dd{font-size: 0.875em;color: #999999;line-height: 2.1428;}
@media (min-width:1025px) {
.RighInfo003137 ul{display: table;width: 100%;}
.RighInfo003137 ul li{display: table-cell; vertical-align: top;}
.RighInfo003137 ul li.mark{vertical-align: middle;}
.RighInfo003137 ul li:not(.mark){width: 27.143%;padding-top:4.25em; padding-bottom: 1.5em;}
}
@media (max-width:1024px) {
.RighInfo003137 .auto{margin-top:2em;margin-bottom: 2em;}
.RighInfo003137 ul li{padding: 2em 0;}
}




/*PicList002949 */
.PicList002949{ padding: 5vw 0 2vw 0;}
.PicList002949 .item{margin-bottom: 3vw;box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);}
.PicList002949 .item a:hover{color: #007cba;}
.PicList002949 .txt .inner{padding: 0 2.03vw 0 1.56vw;}
.PicList002949 .txt p.dot3{line-height: 2; color: #666;}
.PicList002949 .tit{font-size: 0.24rem; line-height: 2; color: #222222; font-weight: normal;}
.PicList002949 .tit:after{display: block; margin-top: 0.1rem; content: '';background: #007cba; width: 0.48rem; height: 0.02rem;}
.PicList002949 .item a:hover  .tit:after{background: #007cba;}
.PicList002949 .item .more{padding-right: 0.25rem;display: inline-block;background: url("../images/PicList002949_more.png") no-repeat right center;color: #999;}
.PicList002949 .item a:hover .more{background-image: url("../images/PicList002949_more_on.png");}
@media(min-width:1025px){
.PicList002949 .pic{ width:486px;}
}
@media(min-width:641px) and (max-width:1024px){
.PicList002949 .pic{ width:50%;}
.PicList002949 .tit{font-size: 3vw;}
}
@media(max-width:640px){
.PicList002949 .ytable,
.PicList002949 .ytable-cell{display: block;}
.PicList002949 .txt .inner{padding: 5vw;font-size: 3.5vw;}
.PicList002949 .tit{font-size: 5vw;}
.PicList002949 .item .more{padding-right: 0.45rem;}
}


/*Page003143 */
.Page003143 .Pages{padding: 0 0 5vw 0;text-align: center;}
.Page003143 .Pages .p_page a.a_first,
.Page003143 .Pages .p_page a.a_end,
.Page003143 .Pages > span:not(.p_page){display: none;}
.Page003143 .Pages .p_page{display: table; margin: 0 auto;}
.Page003143 .Pages .p_page *{float: left;}
.Page003143 .Pages .p_page a{border: solid 1px #ebebeb;line-height: 2;transition: 0.3s;}
.Page003143 .Pages .p_page > a{padding: 0 0.15rem;}
.Page003143 .Pages .p_page em{font-style: normal; margin: 0 0.3rem;}
.Page003143 .Pages .p_page em a{width:0.4rem; margin: 0 0.05rem;}
.Page003143 .Pages .p_page a:hover,
.Page003143 .Pages .p_page a.a_cur{color: #fff;background-color: #007cba;border-color: #007cba;}
@media (max-width:1024px) {
.Page003143 .Pages{padding: 0 0 2em 0;}
.Page003143 .Pages .p_page em{display: none;}
.Page003143 .Pages .p_page > a{margin: 0 10px;}
}


/*
 .RighInfo002254 为demo编号
 */
.RighInfo002254{padding: 5vw 0 3vw 0;}
@media only screen and (max-width:1260px) {
.RighInfo002254 .auto_1260{  }
}

.RighInfo002254 .list_img{ float:left; width:55.6%; position:relative;}
.RighInfo002254 .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.RighInfo002254 .big_img li figure{ border:1px solid #dcdcdc;background-size:contain;}
.RighInfo002254 .list{ padding:0.4rem 0 0.4rem 82.9%;}
.RighInfo002254 .list .bd{ position:relative;}
.RighInfo002254 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfo002254 .list a.prev{ top:0;}
.RighInfo002254 .list a.next{ bottom:0; background-image:url(../images/RighInfo002254-btn_next.png);}
.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop{ cursor:default;}
.RighInfo002254 .list li{ height:130px;  position:relative;}
.RighInfo002254 .list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain; border:1px solid #f2f2f2;}
.RighInfo002254 .list li.on figure{ border:2px solid #007cba;}
.RighInfo002254 .right_info{ float:right; width:39.2%;}
.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p{ margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8;}
.RighInfo002254 .right_info h1{ padding:5% 0; color:#007cba; font-size:0.24rem; }
.RighInfo002254 .right_info h3{ font-size:0.18rem; font-weight:normal;}
.RighInfo002254 .right_info p{font-size:0.16rem;line-height:2; color:#666; margin-bottom:5%;}
.RighInfo002254 .right_info a{ display:inline-block; border:1px solid #dcdcdc; padding:0.1rem 5%; color:#007cba; transition:0.4s;}
.RighInfo002254 .right_info a:hover{ background-color:#007cba; color:#fff;}

.RighInfo002254 .tab{ padding:3% 0; }
.RighInfo002254 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:0.16rem; font-weight:normal; color:#222;}
.RighInfo002254 .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#f2f2f3; margin-right:4px; cursor:pointer;}
.RighInfo002254 .tab .h1_tab span.on{ background-color:#007cba; color:#fff;}
.RighInfo002254 .tab .intro{background:url(../images/bg.png) no-repeat top center; }
.RighInfo002254 .tab .info{ /* background: #fff; */ max-width: 1000px; margin: 0 auto;   padding:3%; font-size: 0.16rem; color: #222; line-height: 2;}

.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfo002254-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url(../images/RighInfo002254-icon.png) no-repeat left center;}
@media(max-width:768px){
.RighInfo002254 .list_img,
.RighInfo002254 .right_info{ float:none; width:auto;}
}
@media(max-width:640px){
.RighInfo002254 .list li{ height:100px;}
.RighInfo002254 .right_info h1{font-size:0.2rem; }
.RighInfo002254 .right_info h3{ font-size:0.16rem;}
 }
@media(max-width:480px){
.RighInfo002254 .list{ padding-top:0.3rem; padding-bottom:0.3rem;}
.RighInfo002254 .list a{ height:0.3rem;}
.RighInfo002254 .list li{ height:0.8rem;}
.RighInfo002254 .tab .h1_tab{ font-size:0.14rem;}
.RighInfo002254 .tab .h1_tab span{ padding:0 3%;}
 }



 /*Floor002823 */
.Floor002823{padding: 7vw 0 5vw 0;}
.Floor002823 li a{display: block;position: relative;}
.Floor002823 li .inner {position:relative;z-index:10;}
.Floor002823 li .Ispic {position:absolute;right:0;border-radius:5px;overflow:hidden;opacity:1;-webkit-opacity:1;transition:0.5s;}
.Floor002823 li .Ispic:before{position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%;
background: -moz-linear-gradient(45deg,  rgba(0,124,186,0.9) 0%, rgba(0,124,186,0.8) 10%, rgba(0,124,186,0.05) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(0,124,186,0.9) 0%,rgba(0,124,186,1) 10%,rgba(0,124,186,0.05) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(0,124,186,1) 0%,rgba(0,124,186,1) 10%,rgba(0,124,186,0.0.5) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8e5d', endColorstr='#662a8e5d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
 .Floor002823 li a:hover .Ispic {opacity:1;-webkit-opacity:1;}
 .Floor002823 li .icon {display:table;position:relative;}
 .Floor002823 li .icon img {max-width:73px;max-height:72px;transition:0.3s;/* display:none;*/}
 .Floor002823 li .icon img.on {display:none}
 .Floor002823 li .icon img.off {/* position:absolute;*//* left:0;*//* top:0;*/opacity:1;-webkit-opacity:1;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);}
 .Floor002823 li a:hover .icon img.on {opacity:0;-webkit-opacity:0;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);}
 .Floor002823 li a:hover .icon img.off {opacity:1;-webkit-opacity:1;transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-ms-transform:rotateY(360deg);}
 .Floor002823 li p.t1 {font-size:0.24rem;color:#fff;margin-bottom:0;margin-top:5%;}
 .Floor002823 li p.t2 {font-size:0.20rem;color:#fff;margin-bottom:0.1rem;line-height:2;}
 .Floor002823 li p.t3 {color:#fff;margin-bottom:0.2rem;line-height:26px;height:128px;}
 .Floor002823 li .inner:after {display:block;content:'';background:url(../images/Floor002823_more_hover.png) no-repeat 0 0;height:10px;}
 .Floor002823 li a:hover .inner:after {background-image:url(../images/Floor002823_more_hover.png);}
 .Floor002823 li a:hover * {color:#fff;}


 @media(min-width:641px) and (max-width:1024px){
 .Floor002823 li p.t1{font-size: 20px;}
 }
 @media(min-width:641px){
 .Floor002823 li{float: left;width: 32%;}
 .Floor002823 li:not(:nth-child(3n)){margin-right: 2%;}
 .Floor002823 li a{border-left: 10px solid #f9f9f9;padding: 0 28px;}
 .Floor002823 li .Ispic{ left: -10px; bottom:-30px;top: -30px;}
 }
 @media(max-width:640px){
 .Floor002823 li{padding: 30px 0;}
 .Floor002823 li a{border-bottom: 10px solid #f9f9f9;padding: 28px;}
 .Floor002823 li .Ispic{ bottom: -10px; left: 0;top: 0;}
 }



 /*PicList003142 */
 .PicList003142{ padding: 5vw 0;}
 .PicList003142 li{float: left;  margin-bottom: 0.35rem; position: relative;}
 .PicList003142 li .pic{overflow: hidden;}
 .PicList003142 li .Ispic{padding-bottom:72.223%;transition: 0.3s;}
 .PicList003142 li a:hover .Ispic{transform: scale(1.1); -webkit-filter:grayscale(0);filter:grayscale(0)}
 .PicList003142 li a:hover{color: #007cba;}

 .PicList003142 li .word{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.4); color: #fff; text-align: center;}
 .PicList003142 li .ytable{height: 100%;}
 .PicList003142 li p{ line-height:24px; height:0;font-size:14px; margin:0 auto;transition:0.3s; transform:translateY(100px); opacity:0;max-width: 270px;}
 .PicList003142 li:hover p{opacity:1;height:48px;margin-bottom:5%; transform:translateY(0);}
 .PicList003142 li h3{ margin:0.3rem 0 0; font-size:22px; }
 .PicList003142 li:hover h3{ margin:0; }
 .PicList003142 li i{ font-style: normal; display: inline-block; padding:2px 14px; background:#007cba; color:#fff; font-size: 12px; border-radius:4px; margin:10px 0;}
 .PicList003142 li span{ display:inline-block; background:url(../images/Floor002573_more.png) no-repeat; width:22px;  opacity:0; transition:0.4s;}
 .PicList003142 li:hover span{ opacity:1;height:10px;}
 @media (min-width:1025px) {
 .PicList003142 li{width: 23.143%;}
 .PicList003142 li:not(:nth-child(4n)){margin-right: 1.7855%;}
 .PicList003142 li:nth-child(4n+1){clear: left;}
 }
 @media (max-width:1024px) {
 .PicList003142 .auto{margin-top: 2em;}
 .PicList003142 li{width: 100%;}
 .PicList003142 li:not(:nth-child(2n)){margin-right: 0%;}
 .PicList003142 li:nth-child(2n+1){clear: left;}
 }


 /*PicList000687 */
 .PicList000687{padding: 5vw 0 2vw 0;overflow: hidden;}
 @media(max-width:768px){
 .PicList000687 .title{margin-bottom: 5vw;}
 }
 @media(max-width:640px){
 .PicList000687 .title .cn{font-size: 6vw;}
 }
 .PicList000687 .news-top li .pic{overflow: hidden;}
 .PicList000687 .news-top li .Ispic{padding-bottom: 58.223%;transition: 0.3s;}
 .PicList000687 .news-top li a:hover .Ispic{transform: scale(1);}

 .PicList000687 .news-top .more{ text-align: center;width: 1.25rem; line-height: 0.4rem;color: #fff; background: #007cba;display: block;}
 .PicList000687 .news-top .more:hover{background: #01699d;}
 .PicList000687 .news-top .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 .news-top .more{line-height: 10vw;width: 2rem}
 }

 .PicList000687 .tit{font-size: 0.20rem;color: #222; font-weight: normal; }
 .PicList000687 time{}
 .PicList000687  p{line-height: 2;color: #666; margin-bottom: 0.30rem;}
 @media(max-width:640px){
 .PicList000687 .tit{font-size:4vw;}
 .PicList000687  p{font-size:3.5vw;}
 }
 .PicList000687 .news-top{padding-bottom: 3vw;}
 .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.5vw;display: block; margin-bottom: 2.61vw;color: #007cba;font-size: 0.18rem;}
 .PicList000687 .news-top time span{display: block;font-size: 0.40rem;}
 .PicList000687 .news-top .slick-dots{ text-align: center;padding-top: 1.72vw;}
 .PicList000687 .news-top .slick-dots li{display: inline-block; width: 0.25rem; height:0.04rem; margin: 0 0.05rem;background-color: #d9d9d9;}
 .PicList000687 .news-top .slick-dots li button{display: none;}
 .PicList000687 .news-top .slick-dots li.slick-active{background:#007cba;}
 @media(min-width:769px){
 .PicList000687 .news-top .pic{}
 .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;}
 }

 .PicList000687 .news-list{padding: 3vw 0 2vw 0;}
 .PicList000687 .news-list li{background: #fff; margin-bottom: 2vw;box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);}
 .PicList000687 .news-list li a:hover{}
 .PicList000687 .news-list .main{padding-left: 2vw; padding-right: 2vw;}
 .PicList000687 .news-list .tit{margin-bottom: 5px;}
 .PicList000687 .news-list time{color: #ccc;}

 .PicList000687 .news-list li .pic{overflow: hidden;}
 .PicList000687 .news-list li .Ispic{padding-bottom: 72.223%;transition: 0.3s;}
 .PicList000687 .news-list li a:hover .Ispic{transform: scale(1);}

 .PicList000687 .news-list .more{line-height: normal;color: #999;background: none;width: auto; text-align: left;}
 .PicList000687 .news-list .more{padding-right: 0.25rem;display: inline-block;background: url("../images/PicList002949_more.png") no-repeat right center;color: #999;}
 .PicList000687 .news-list a:hover .more{background-image: url("../images/PicList002949_more_on.png");}

 @media(min-width:641px){
 .PicList000687 .news-list .pic{width: 350px;}
 }
 @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 #a52d34; border-bottom: 0;}
.PicList000687 .news-list .more{padding-right: 0.45rem;}
 }


 /*RighInfo002939 */
 .RighInfo002939{padding:5vw 0;background:url(../images/bg.png) no-repeat top center;}
.RighInfo002939 .name{border-bottom: 1px dotted #cecece; text-align: center; margin-bottom: 37px;}
.RighInfo002939 .name h1{margin: 0 0 0.2rem 0;font-size: 0.26rem;color: #222; font-weight: normal;}
.RighInfo002939 .time{color: #999;padding-bottom: 0.2rem;line-height: 2;}
.RighInfo002939 .share{margin-left: 10px;}
.RighInfo002939 .time time,
.RighInfo002939 .share,
.RighInfo002939 .share > *{display: inline-block; vertical-align: middle;}
.RighInfo002939 .share em{font-style: normal;}

#bsPanel,
#bsPanel *,
.bsBox,
.bsBox *{box-sizing: content-box;}

.RighInfo002939 .edit-info{line-height: 2.4;color: #222; text-align: justify; padding-bottom: 4vw;}
.RighInfo002939 .info-page{border: solid 1px #eee;}
.RighInfo002939 .info-page dd{line-height:4;}
.RighInfo002939 .info-page dd a{padding: 0 0.2rem;}
.RighInfo002939 .info-page dd a:hover{color: #007cba;}

.RighInfo002939 .edit-info p img:nth-child(1){margin-right: 4%;}

.RighInfo002939 .info-page dd:nth-child(2){text-align: right;}


@media(min-width:641px){
.RighInfo002939 .info-page dd{float: left; width: 50%;}
.RighInfo002939 .info-page dd:nth-child(2){border-left: 1px solid #eee;}
.RighInfo002939 .time,
.RighInfo002939 .info-page dd a,
.RighInfo002939 .edit-info{font-size: 16px;}
}
@media(max-width:640px){
.RighInfo002939{padding:30px 0;}
.RighInfo002939 .info-page dd:nth-child(2){border-top: 1px solid #eee;text-align: left}
.RighInfo002939 .share{display: block; padding-top: 10px;}
}


/*
 .RighInfo002275 为demo编号
 */
.RighInfo002275{padding: 5vw 0; }
.RighInfo002275 .text{margin-bottom: 0.2rem}
.RighInfo002275 .text .title{font-size: 0.30rem;color: #e4e4e4;font-weight: normal;margin-bottom: 0.1rem;}
.RighInfo002275 .text .title span{font-weight: 700;}
.RighInfo002275 .text h2{ margin: 0;}
.RighInfo002275 .text .p{font-size: 0.16rem;color:#222;line-height: 2.4; margin: 0; padding: 0;position: relative;padding-left: 0.3rem;}
.RighInfo002275 .text .p+.p{margin-top: 0.15rem;}
.RighInfo002275 .text .p span{font-size: 0.26rem;color: #007cba}
.RighInfo002275 .text .p i{display: inline-block;content: '';width: 22px;height: 22px;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.RighInfo002275 .text .p .i1{display: inline-block;content: '';width: 22px;height: 22px;position: absolute;left:0;top:13%;transform: translateY(-50%);}
.RighInfo002275 .text .address i{background: url(../images/RighInfo002275_icon1.png) no-repeat center;}
.RighInfo002275 .text .tel i{background: url(../images/RighInfo002275_icon2.png) no-repeat center;}
.RighInfo002275 .text .wx i{background: url(../images/RighInfo002275_icon3.png) no-repeat center;}
.RighInfo002275 .text .qq i{background: url(../images/RighInfo002275_icon4.png) no-repeat center;}
.RighInfo002275 .text .daili i{background: url(../images/RighInfo002275_icon5.png) no-repeat center;}
.RighInfo002275 .text .code{margin-top: 25px;}
.RighInfo002275 .map{width: 100%;height: 200px;}
.RighInfo002275 .map #map{height: 100%;}

@media screen and (min-width: 768px) {
.RighInfo002275 .text{float: left;width: 45%;}
.RighInfo002275 .map{float: right;width: 50%;height: 260px;}
}

@media screen and (min-width: 1024px) {
.RighInfo002275 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center top;}
.RighInfo002275 .map{float: right;width: 50%;height: 320px;}
.RighInfo002275 .map .inner{padding:0.15rem;background: #fff; box-shadow: 0 0 0.1rem rgba(0,0,0,0.1)}
.RighInfo002275 .text .title{font-size: 0.52rem;}
}

@media screen and (min-width: 1200px) {
.RighInfo002275 .text .title{margin-bottom:0.2rem;}
.RighInfo002275 .text{width: 40%;}
}
@media screen and (min-width: 1400px) {
.RighInfo002275 .map{width: 8.2rem;height: 5rem;}
}

.RighInfo002275 .box-2 {margin-top: 2%}
.RighInfo002275 .box-2 li{background: #fff;padding: 1vw 1.5vw;  box-shadow:0 0 10px rgba(0,0,0,0.1); }
.RighInfo002275 .box-2 li .inner{padding-left: 1vw;}
.RighInfo002275 .box-2 li .inner > *{margin: 0;}
.RighInfo002275 .box-2 li h3{color: #222;font-size: 0.18rem; font-weight: normal;}
.RighInfo002275 .box-2 li h3:after{display: block;content: '';height: 2px;width: 20px;background: #007cba;margin: 14px 0;}
.RighInfo002275 .box-2 li .inner p{color: #888;line-height: 2;}
.RighInfo002275 .yan{font-size: 0.16rem;line-height: 2.4;}
.RighInfo002275 h2{color: #333;font-size: 0.30rem;}
@media(min-width:769px){
.RighInfo002275 .box-2 ul{display: table; width: 100%;table-layout: fixed;}
.RighInfo002275 .box-2 li{float: left; width: 32%;margin-right: 2%;margin-top: 2%}
.RighInfo002275 .box-2 li:nth-child(3n){ margin-right: 0;}
.RighInfo002275 .box-2 li .icon{width: 25%;}
}
@media(max-width:768px){
.RighInfo002275 .box-2 li .icon{width:90px;}
.RighInfo002275 .box-2 li.no{ height: 3vw;}
.RighInfo002275 .box-2 li .inner{padding-left: 4vw;}
    
.RighInfo002275 .text .p{padding-left: 0.7rem;}
}
@media(max-width:480px){
.RighInfo002275 .box-2 li .icon{width:30%;}
.RighInfo002275 .box-2 li h3{font-size: 5vw;}
.RighInfo002275 .box-2 li .inner p{font-size: 3.5vw;}
.RighInfo002275 h2{font-size: 0.20rem;}
.RighInfo002275 .yan { font-size: 0.16rem;}
.RighInfo002275 .text .code { text-align: center;}
.RighInfo002275 .text .p { font-size: 0.16rem;}
.RighInfo002275 .map { height: auto;}
}


/*TextList002514 */
.TextList002514{ padding: 2vw 0 5vw 0;}
.TextList002514 .tit{color: #222; font-size: 0.36rem;text-align: center; font-weight: normal;}
.TextList002514 .txt-p{font-size: 0.16rem; line-height: 2; color: #222222;}
.TextList002514 .job{ padding: 3vw 0 0 0;}
.TextList002514 .list{  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); padding:0 3%; margin-bottom:0.3rem;}
.TextList002514 .job-title{ line-height:2; padding:0.2rem 0; font-size:0.18rem; cursor:pointer; position:relative;}
.TextList002514 .job-title i{ position:absolute; width:22px; height:22px; background:#007cba; border-radius:50%; right:0; top:50%; margin-top:-11px;}
.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after{ position:absolute; content:''; background:#fff;}
.TextList002514 .job-title i::before{ left:20%; width:60%; height:2px; top:50%; margin-top:-1px;}
.TextList002514 .job-title i::after{ left:50%; margin-left:-1px; width:2px; top:20%; height:60%;}
.TextList002514 .job-title.select i::after{ display:none;}
.TextList002514 .job-title.select{ color:#007cba;}
.TextList002514 .job-main{ display:none; padding:0.22rem 0; border-top:1px dotted #e5e5e5;}
.TextList002514 .job-info{ font-size: 0.16rem; line-height: 2; color: #222222;}
.TextList002514 .job-email{ color:#007cba; padding:0.3rem 0;}




/*RighInfo003141 */
.RighInfo003141{ padding: 3vw 0 1vw 0;}
.RighInfo003141 .auto{padding-bottom: 2em;}
.RighInfo003141 .intro{padding-top: 4.5em; margin-bottom: 4.5625em;}
.RighInfo003141 .intro .title{ font-size: 2em;color: #333333; margin-bottom: 0.6em;}
.RighInfo003141 .intro .info{ font-size: 0.875em; line-height: 2;}
.RighInfo003141 .intro .info p{margin: 1.8em 0;}

.RighInfo003141 .number-count{margin: 4.5625em 0;box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); border: solid 1px #f3f3f3; padding: 3.6875em 0;}
.RighInfo003141 .number-count li{color: #333333;}
.RighInfo003141 .number-count li span{display: inline-block;position: relative;font-size: 2em;font-family: 'Bebas';color: #007cba; margin: 0 5px;}
.RighInfo003141 .number-count li span i{font-style: normal;}
.RighInfo003141 .number-count li span i.ani{position: absolute; left: 0;top: 0;}
.RighInfo003141 .number-count li span i.opa{opacity: 0;}
.RighInfo003141 .number-count li sup{display: inline-block;vertical-align: top;color: #007cba;font-size:1em;font-family: 'SourceHanSansCN-Medium';}


.RighInfo003141 .tit{padding: 0 0 0.5rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.RighInfo003141 .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}

.RighInfo003141 .con{padding-top: 6em; margin-bottom: 2em; line-height: 2.4; height: 18em;}
.RighInfo003141 .con p{ margin: 0;}

.RighInfo003141 .plate dd{margin-bottom: 2.8565%;}
.RighInfo003141 .plate dd .txt{box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05); padding:2.375em 1.875em;}
.RighInfo003141 .plate dd ol{float: left;width: 4.25em;}
.RighInfo003141 .plate dd ol img{width: 85.295%;}
.RighInfo003141 .plate dd li{width: calc(100% - 4.25em);float: right;}
.RighInfo003141 .plate dd li aside{font-size: 1.125em;color: #333;font-family: 'SourceHanSansCN-Medium';}
.RighInfo003141 .plate dd li p{margin: 0;font-size: 0.875em;color: #999;}
@media (min-width:1025px) {
.RighInfo003141 .intro .info{width: 47.929%;}
.RighInfo003141 .intro .title{line-height: 1;}
.RighInfo003141 .intro .img{width: 47.215%;}
.RighInfo003141 .number-count ul{display: table; margin: 0 auto;}
.RighInfo003141 .number-count li{float: left;}
.RighInfo003141 .number-count li:not(:last-child){margin-right: 3.5em;}
.RighInfo003141 .plate dd{float: left;width: 31.429%;}
.RighInfo003141 .plate dd:not(:last-child){ margin-right: 2.8565%;}
}
@media (max-width:1024px) {
.RighInfo003141 .number-count li{text-align: center;padding: 1em 0}
.RighInfo003141 .number-count{margin: 2em 0; padding: 2em 0;}
.RighInfo003141 .intro{padding-top: 2em; margin-bottom: 2em;}
.RighInfo003141 .con{height: auto;}
}





/*Timeline003058 */
.Timeline003058 { padding: 3vw 0 5vw 0;  background:#f8f9fa url(../images/Timeline003058_bg.jpg) no-repeat center center;background-size: 100%;}

.Timeline003058 .tit{padding: 0 0 0.1rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.Timeline003058 .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}

.Timeline003058 .year { position: relative; z-index: 1; }
.Timeline003058 .year .slider:after { position: absolute; content: ''; left: 0; top: 16px; width: 100%; height: 1px; background: #007cba; }
.Timeline003058 .year li { padding-top: 50px; text-align: center; position: relative; }
.Timeline003058 .year li:before { position: absolute; content: ''; z-index: 5; width: 20px; height: 20px; background: #007cba; border: 6px solid #fcfefe; border-radius: 50%; left: 50%; margin-left: -9px; top: 7.5px; }
.Timeline003058 .year li:after { position: absolute; content: ''; z-index: 2; width: 32px; height: 32px; background: #0f55b0; border: 6px solid #fcfefe; border-radius: 50%; left: 50%; margin-left: -16px; top: 0; opacity: 0; transition: .3s; }
.Timeline003058 .year li.aon:after { opacity: 1; }
.Timeline003058 .year li span { color: #333; display: inline-block; padding: 0 10px; line-height: 30px; height: 30px; font-size: 0.24rem; }
.Timeline003058 .year li.aon span { color: #007cba; font-size: 0.24rem; }
.Timeline003058 .slider-list { position: relative; }
.Timeline003058 .slider-list li { padding: 2vw 0 4vw 0; }
.Timeline003058 .slider-list .img { width: 47%; margin: 0 auto; }
.Timeline003058 .slider-list .Ispic { padding-bottom: 71%; background-size: contain; }
.Timeline003058 .slider-list .txt { font-size: 0.16rem; line-height: 1.8; color: #666; padding-left: 2vw; }
.Timeline003058 .slider-list .txt h2{ margin: 0; font-size: 0.24rem;color: #333;}

.Timeline003058 .year .btn .slick-arrow { position: absolute; top: -2px; width: 40px; height: 40px; border: none; background: #007cba; border-radius: 50%; }
.Timeline003058 .year .btn .slick-arrow:before { position: absolute; content: ''; width: 10px; height: 10px; border-top: 2px solid #fff; border-left: 2px solid #fff; left: 50%; top: 50%; margin: -5px 0 0 -3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.Timeline003058 .year .btn .slick-next:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); margin-left: -7px; }

@media(min-width:1201px) {
.Timeline003058 .slider-list .inner { max-width: 800px; margin: 0 auto; background-color: #fff; box-shadow: 0 24px 84px rgba(87,94,106,0.15); padding: 30px; position: relative; }
/* .Timeline003058 .slider-list .inner:after { position: absolute; content: ""; z-index: -1; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130%; height: 80%; background-color: #fff; box-shadow: 0 24px 84px rgba(87,94,106,0.15); opacity: .5; } */
}

@media(min-width:1401px) {
.Timeline003058 .year .btn .slick-prev { left: -3vw; }
.Timeline003058 .year .btn .slick-next { right: -3vw; }
.Timeline003058 .year .slider { margin: 0 -1.5vw; }
}

@media(max-width:1400px) {
.Timeline003058 .year .btn .slick-prev { left: 0; }
.Timeline003058 .year .btn .slick-next { right: 0; }
.Timeline003058 .year .slider { padding: 0 40px; }
}

@media(max-width:768px) {
.Timeline003058 .ytable, .Timeline003058 .ytable-cell { display: block; width: 100% !important; }
.Timeline003058 .year .btn .slick-arrow { width: 30px; height: 30px; top: 0; }
.Timeline003058 .slider-list .slider {}
.Timeline003058 .year li { padding-top: 40px; }
.Timeline003058 .year li span { font-size: 4vw; }
.Timeline003058 .year li:before { top: 7px; }
.Timeline003058 .slider-list .txt { font-size: 14px; line-height: 2; padding-left: 0; }
.Timeline003058 .slider-list .inner{background-color: #fff;padding: 10px;}
}





/*Floor002574 */
.Floor002574{ position:relative;overflow: hidden; padding:5vw 0 3vw 0;}
.Floor002574 .tit{color:#222;margin-bottom: 3%;}
.Floor002574 .tit aside{font-size:0.36rem;}
.Floor002574 .tit:after{width: 0.6rem;height: 2px;background:#007cba;content: "";display:block; }
.Floor002574 .box{margin-bottom: 2%;}
.Floor002574 .ytable-cell{padding: 3.167vw 0;}
.Floor002574 .box .pics .inner{ position: relative;  overflow: hidden;}
.Floor002574 .box .info{background:#f2f3f5;  }
.Floor002574 .box .p-info{font-size: 0.16rem;line-height:2;color: #222; }
.Floor002574 .box .p-info p{margin:0;}
.Floor002574 .box .p-info p+p{margin-top:14px;}

@media(min-width:1025px){
.Floor002574 .box .pics{width: 16.429%;}
.Floor002574 .box .pics .inner{width:292.101%;}
.Floor002574 .box .info .inner{padding-left:43%;padding-right:5%;}
.Floor002574 .box .p-info{font-size:20px;}
}
@media(max-width:1024px){
.Floor002574 .ytable,
.Floor002574 .ytable-cell{display: block;}
.Floor002574 .box .info{padding: 6vw;}
}
@media(max-width:640px){
.Floor002574 .box .pic time span{font-size: 12vw;}
.Floor002574 .box .p-info{font-size: 3.5vw;}
}
@media(max-width:480px){
.Floor002574 li .icon{ max-width:40px; max-height:40px;}
}



/*
 .RighInfo001758
 */

.RighInfo0017582{padding: 3vw 0;background: #f2f3f5;}
.RighInfo0017582 .tit{color:#222;margin-bottom: 3%;}
.RighInfo0017582 .tit aside{font-size:0.36rem;}
.RighInfo0017582 .tit:after{width: 0.6rem;height: 2px;background:#007cba;content: "";display:block; }

.RighInfo0017582 p{font-size: 0.16rem;color:#666;line-height:2.2; margin: 0;}
.RighInfo0017582 p+p{margin-top:0.2rem;}
.RighInfo0017582 .pic img{width: 100%;}
.RighInfo0017582 .ul1{margin-top:0.2rem;}
.RighInfo0017582 .ul1 ol{font-size:0.18rem; color:#007cba; line-height:20px; border-left: 3px solid #007cba; padding-left:4px; margin-bottom:16px; font-weight: bold;}
.RighInfo0017582 .ul1 li{ background: url(../images/RighInfo001756-icon1.png) no-repeat 98% center; display:block; padding:14px; padding-right: 55px; border: 1px solid #eaeaea; font-size: 18px; border-radius: 4px;}
.RighInfo0017582 .ul1 li+li{ margin-top: 10px;}
.RighInfo0017582 .ul1 li a{color:#666;}

@media(min-width:769px){
.RighInfo0017582 .pic{width:42%; position: relative;  overflow: hidden;}
.RighInfo0017582 .info{padding-right: 4vw;}
}
@media(max-width:768px){
.RighInfo0017582 .ytable,
.RighInfo0017582 .ytable-cell{display: block;}
}
.RighInfo0017582 .p1{color: #007cba;
    font-size: 18px;}








/*RighInfo002523 */
.RighInfo002523{ padding:1vw 0 1vw 0;}
.RighInfo002523 .tit{padding: 0 0 0.5rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.RighInfo002523 .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}

.RighInfo002523 li{ float:left; text-align:center; margin-bottom:5%; position:relative;}
.RighInfo002523 li span{ font-size:0.36rem; color:#007cba; }
.RighInfo002523 li h5{ font-weight: normal; margin:0 0 10px 0; font-size:0.18rem;color:#666; padding: 0 2%;}
.RighInfo002523 li p{ margin:10px 0 10px 0 ; font-size:0.16rem;color:#222; line-height: 2.4;}
.RighInfo002523 li .pic{ padding:7px;border-radius:50%; background:#f5f5f5; max-width:180px; width:70%; overflow:hidden; margin:0 auto; position:relative; z-index:10;}
.RighInfo002523 li .pic img{ display:block;border-radius:50%; width:100%;}
@media(min-width:769px){
.RighInfo002523 li{width:33.333%;}
.RighInfo002523 ul:nth-child(2n) li{ float:right;}
.RighInfo002523 li::before{ position:absolute; content:''; width:100%; top:55%; background:#eee; height:2px;  left:0;}
.RighInfo002523 ul li:first-child::before{width:50%; right:0; left:auto;}
.RighInfo002523 ul li:last-child::before{ width:50%; border-top:2px solid #eee; border-right:2px solid #eee; background:none; height:50%; left:0; }
.RighInfo002523 ul:nth-child(2n) li:first-child::before{ width:50%; right:auto; left:0;}
.RighInfo002523 ul:nth-child(2n) li:last-child::before{ border-right:0; border-left:2px solid #eee; left:50%;}
.RighInfo002523 li::after{ content:''; background:url(../images/RighInfo002523_icon_right.png) no-repeat; width:36px; height:36px; position:absolute; right:0; top:50%;  margin-right:-10px;}
.RighInfo002523 ul li:last-child::after,
.RighInfo002523 ul:nth-child(2n)  li:last-child::after{ left:50%; top:auto; margin-left:-19px; bottom:-40px; background-image:url(../images/RighInfo002523_icon_down.png);}
.RighInfo002523 ul:nth-child(2n) li::after{ right:auto; left:0; background-image:url(../images/RighInfo002523_icon_left.png);}
.RighInfo002523 ul:nth-child(2n) li::after{ margin-right:0; margin-left:-10px;}
.RighInfo002523 ul:nth-child(2n)  li:last-child::after{margin-left:-18px;}
.RighInfo002523 ul:last-child  li:last-child::before{ width:50%; height:4px;}
.RighInfo002523 ul:last-child  li:last-child::after{ display:none;}
}
@media(max-width:1024px) and (min-width:769px){
.RighInfo002523 li h5{ height:40px; line-height:20px; overflow:hidden;}
}
@media(max-width:768px){
.RighInfo002523 ul::after{ display:none;}
.RighInfo002523 li{ width:49%; padding:2%;margin-bottom: 0;list-style: none;}
.RighInfo002523 li:nth-child(2n+1){ clear:left;}
.RighInfo002523 li:nth-child(3n+1){ background:#eee;}
}




/*RighInfo003137 */
.RighInfo003137{padding: 2vw 0 0vw 0;background: #f2f3f5;}
.RighInfo003137 .auto{po3vwsition: relative;z-index: 1; margin-top: 2em;margin-bottom: 0em; }
.RighInfo003137 .tit{padding: 0 0 0.5rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.RighInfo003137 .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}
.RighInfo003137 ul li:not(.mark){text-align: center;border: solid 1px #f0f0f0;box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.05);border-right-width: 5px;background: #fff; }
.RighInfo003137 ul li.mark .icon{display: block;margin: 0 auto; width: 1.5em; height: 1.5em;background-color: #007cba;border-radius: 50%;position: relative;}
.RighInfo003137 ul li.mark .icon:before,
.RighInfo003137 ul li.mark .icon:after{position: absolute;content: '';background-color: #222;}
.RighInfo003137 ul li.mark .icon:before{left: 50%;margin-left: -1px;width: 2px;top: -0.625em;bottom: -0.625em;}
.RighInfo003137 ul li.mark .icon:after{top: 50%;margin-top: -1px;height: 2px;left: -0.625em;right: -0.625em;}
.RighInfo003137 ul li .inner{margin: 0 auto; width: 73.685%;}
.RighInfo003137 ul li .name .cn{ font-size: 0.24rem;color: #222;line-height: 2;}
.RighInfo003137 ul li .name .en{ font-size: 0.18rem;color: #666;line-height: 2.1428;}
.RighInfo003137 ul li:not(.mark) .icon{padding: 2em 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.2); margin-bottom: 2em;}
.RighInfo003137 ul li:not(.mark) .icon img{ height: 4.6875em;}
.RighInfo003137 ul .tip dd{font-size: 0.16rem;color: #666;line-height: 2.1428;}
@media (min-width:1025px) {
.RighInfo003137 ul{display: table;width: 100%;}
.RighInfo003137 ul li{display: table-cell; vertical-align: top;}
.RighInfo003137 ul li.mark{vertical-align: middle;}
.RighInfo003137 ul li:not(.mark){width: 27.143%;padding-top:4.25em; padding-bottom: 1.5em;}
}
@media (max-width:1024px) {
.RighInfo003137 .auto{margin-top:2em;margin-bottom: 2em;}
.RighInfo003137 ul li{padding: 2em 0;}
}




/*RighInfo002218*/
.RighInfo002218{padding: 0 0 3vw 0;background: #f2f3f5;}

.RighInfo002218 .list{ padding-top:3%; margin: 0 auto;}
.RighInfo002218 .list li{ display:block; float:left; width:47.333%; box-shadow: 0 1.25em 3.125em rgba(0, 0, 0, 0.05);border: solid 1px #f3f3f3; background: #fff; padding: 1vw; }
.RighInfo002218 .list li+li{ }

.RighInfo002218 .list li:last-child{ }


.RighInfo002218 .list figure{ padding-top:0%;}
.RighInfo002218 .list h2{margin: 0; font-weight:normal; color:#007cba; font-size:0.24rem; margin:0;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.RighInfo002218 .list p{ margin: 0; color:#666;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; font-size:0.16rem;}

@media(min-width:1025px){
.RighInfo002218 .list li:first-child{ margin-right: 5%;}
.RighInfo002218 .list li:last-child img{ float:left; margin-right:3%; max-width:98px;}
.RighInfo002218 .list li:first-child img { float:right;margin-left:3%; }
.RighInfo002218 .list li:first-child figure { float:right;  text-align: right; }   
}

@media(max-width:1000px){
.RighInfo002218 .box1 .pic{ float:none; margin:0 auto 3% auto; display:block;}
.RighInfo002218 .list figure{ padding:3% 0;}
.RighInfo002218 .list li{ width:100% !important; padding:10vw; margin:2% 0;max-width:400px;}
}
/*RighInfo002218 End*/




/*.RighInfo002803 */
.RighInfo002803 { padding: 2vw 0 5vw 0; }
.RighInfo002803 .tit{padding: 0 0 0.5rem 0; color: #222; font-size: 0.36rem; text-align: center;font-weight: normal;}
.RighInfo002803 .tit:after{display: block;content: '';width: 0.6rem; height: 2px; background-color: #007cba; margin:0.3em auto 0;}
.RighInfo002803 ul { padding-top: 0%; }
.RighInfo002803 li { float: left; width: 32%; text-align: center; position: relative; box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05);border: solid 1px #f3f3f3;}
.RighInfo002803 li+li { margin-left: 2%; }
.RighInfo002803 li div { padding: 6% 0; margin: 0 auto; width: 80%; max-width: 280px; }
.RighInfo002803 li figure img { width: 50%; max-width: 100px; ; transition: 0.3s; }
.RighInfo002803 li h3 { font-size: 0.20rem; font-weight: bold; color: #222; margin: 0; margin-top: 15px; }
.RighInfo002803 li p { line-height: 1; font-size: 0.16rem; color: #666; margin-bottom: 0; }
.RighInfo002803 li:hover * { color: #007cba !important; }
.RighInfo002803 li:hover figure img { transform: rotateY(180deg); }

/* @media(max-width:768px) {
.RighInfo002803 li h3 { font-size: 20px; margin-top: 10px; }
.RighInfo002803 li p { font-size: 16px; }
} */

@media(max-width:480px) {
.RighInfo002803 li { width: 100%; float: none; margin-left: 0 !important; margin: 2% 0; }
}




.TextList001398{ padding:2vw 0;}
.TextList001398 li{padding: 20px 0;position:relative;border-bottom: 1px solid #ebebeb}
.TextList001398 li a{}
.TextList001398 li h3{margin: 0;font-weight: normal;font-size: 0.16rem; color: #333;float: left;width: 70%;line-height:2.625;}
.TextList001398 li time{color: #b2b2b2;display: inline-block;border-right: 1px solid #ebebeb;padding-right: 20px;margin-right: 20px;line-height: 2.625;float: left;font-size: 0.16rem}
.TextList001398 li a:hover h3{color: #007cba;}
.TextList001398 .btn{width: 123px;background-image: linear-gradient(to right, #007cba, #007aba);color: #fff;height: 42px;display:block;padding: 9px 20px 8px 20px;line-height: 24px;position:absolute;border-radius: 60px;right: 0;top: 50%;transform: translateY(-50%);font-size:0.14rem}
.TextList001398 .btn:after{content:'';background:url(../images/right.png) no-repeat;position:absolute;width:18px;height:12px;right: 20px;top: 14px;}
.TextList001398 .btn:hover{ color:#fff; background:#007cba;}


@media(max-width:1024px){
.TextList001398 li h3{float: none;width: 100%;}
.TextList001398 li time{float: none;border-right: 0;}
.TextList001398 .btn{position:relative;margin-top: 10px;top: 0;transform: translateY(0)}    
}




.cgpt{padding: 5vw 0 2vw}





