@charset "utf-8";
@import url('common.css');

:root{
  --font-color: #222;
  --primary-font-color:#0068B7;
}

html {
  font-size: 16px /*  or 10px = 10 ÷ 16 × 100% = 62.5%*/;
}
/*
@media (max-width: 1950px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
 left-to-right渐变: linear-gradient(270deg,rgba(31,36,49,0) 0%,rgba(31,36,49,1) 100%)
 right-to-left渐变: linear-gradient(270deg,rgba(31,36,49,1) 0%,rgba(31,36,49,0) 100%)
*/
/* @media (max-width: 1366px){html{font-size: 94px;}}
@media (max-width: 1199px){html{font-size: 88px;}}
@media (max-width: 991px){html{font-size: 76px;}}
@media (max-width: 639px){html{font-size: 60px;}}
@media (max-width: 359px){html{font-size: 48px;}} */


body{min-height: 100%;background-color: #F7F7F7;font-family:"Times New Roman",tahoma,"\5FAE\8F6F\96C5\9ED1","\534E\6587\7EC6\9ED1", Helvetica, Arial, sans-serif;}

.gcw,.gmw{max-width: 1360px;margin-left:auto;margin-right: auto;box-sizing: border-box;}
.img_box img {max-width:100%;}
.pc {display: block;}
.mobile {display: none;}


/*自定义导航动画，也可以用animater.css中的动画，需要在 js 中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

.header {position: fixed;left: 0;width: 100%;top: -85px;padding: 0;height: 85px;border-bottom:1px solid #e6e6e6; background-color: rgba(255,255,255,.8); transition:all .6s ease-in-out, background .3s ease-in-out; z-index: 999;-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.2);box-shadow:2px 0 10px rgba(0, 0, 0, .2); box-sizing:border-box;}
.header .header-wrap{width: 90%;max-width:1420px;margin:0 auto; height: 100%;display: flex;justify-content: space-between;box-sizing: border-box;}
.header.load {top: 0;}
.header:hover,.header.active{background-color: #FFF;}

.header.nav-down {/*top: -85px;*/transform: translateY(-100%);}
.header.nav-up {top: 0;}

.header h1.gsite {height: 100%;padding-top:18px;padding-right:20px;box-sizing: border-box;}
.header h1.gsite a{display: block;width: 240px;height: 54px;}
.header h1.gsite a img {width: 100%;transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out; z-index:1000;}

.header .gnav-wrap {position: relative;flex:1;margin-left:50px;display: flex;justify-content: space-between; box-sizing:border-box;height: 85px;border-bottom: 1px solid transparent;transition: border 0.3s ease-in-out;}
.gnav {width: 100%; height: 100%; position: relative;box-sizing:border-box;}
.gnav .gnav-ul {width:100%; height:100%;display: flex;justify-content: flex-end;}
.gnav .gnav-ul > li {position: relative; display: flex;flex-wrap: nowrap;flex-direction: row;align-items: center; vertical-align: middle;box-sizing:border-box;height: 100%;padding:0 16px;border:0 #000 solid;}
.gnav .gnav-ul > li > a {height: 100%; padding: 0 .5rem;font-size:16px;color: #222;box-sizing:border-box; transition:color .6s ease-in-out;-webkit-transition:color .6s ease-in-out; text-align: center;line-height: 85px;}
.gnav .gnav-ul > li > a span {display: block;transform:rotate(0.01deg);}
.gnav .gnav-ul > li > a span.en{font-size:13px;display: none;}
.gnav .gnav-ul > li > i.indicator{font-size:12px;color:#999;}
.gnav .gnav-ul > li > a:before {position: absolute;content: '\20';display: block;bottom: 1px;left:50%;width:0;height: 0;background: #0068B7;transform: translate(-50%,-50%); transition: all 0.2s ease-in-out;}
.gnav .gnav-ul > li:hover > a{color:#0068B7;}
.gnav .gnav-ul > li:hover > a:before {width:100%;height: 3px;left:50%;transform: translateX(-50%);}

.gnav .gnav-ul > li > ul {display: none;position: absolute;top: 84px;left: 0;min-width: 100%;padding: 15px 0;background: #FFF;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .1);box-sizing:border-box;z-index: 100;}
.gnav .gnav-ul li ul li {position:relative;text-align: left;padding:0 12px;border-bottom:1px #EEE solid;display: flex;justify-content: space-between;align-items: center;}
.gnav .gnav-ul li ul li a {display: block;padding:10px 20px;line-height:1.5;font-size: 14px;color: #222;word-break: keep-all;white-space: nowrap;transition: color 0.2s ease-in-out;}
.gnav .gnav-ul ul li:last-child{border:none;}
.gnav .gnav-ul ul li ul i.arr{font-size:12px;color:#999;}
.gnav .gnav-ul li ul li ul{position: absolute;left:100%;top:0;background-color: #FFF;display: none;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .1);z-index:9;}
.gnav .gnav-ul li ul li ul li{padding:0 10px;}

.gnav .gnav-ul li ul li:hover > a {color: #333;text-decoration: underline;}
.gnav .gnav-ul > li:hover > ul{display: block;}
.gnav .gnav-ul > li:hover > ul li:hover ul{display: block;}


.header .gwidget {padding-left:64px;margin-top:4px; display: flex;justify-content: end;align-items: center;}
.header .gwidget .ico-search{padding: 0 12px;font-size: 26px;color: #222;box-sizing:border-box;cursor: pointer;}

.header .soform-wrap{position: absolute;width: 100%;top: 84px;z-index: 2;background: #fff;border-top: 1px solid rgb(229, 229, 229);-webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,.05);box-shadow:0 3px 5px 0 rgba(0, 0, 0, .1);display: none;}
.soform-wrap .box {position: relative;padding:60px 30px 80px;max-width: 1000px;margin: 0px auto;box-sizing: border-box;}
.soform-wrap .box .title{position: relative;}
.soform-wrap .box .title input{border: 0;border-bottom: 2px solid #E5E5E5;width:90%;font-size: 18px;padding-bottom: 5px;}
.soform-wrap .box .btn-so{font-size:25px;cursor:pointer}
.soform-wrap .box .btn-so:hover{color:#0068B7;}
.soform-wrap .box .hot-words{display: none;}
.soform-wrap .box .hot-words .tit{margin: 46px 0 27px;color: #333;font-size: 18px;}
.soform-wrap .box .hot-words .cons{width: 100%;}
.soform-wrap .box .hot-words .cons a{display: inline-block;margin:0 10px 12px 0;color: #333;line-height: 28px;border-radius: 28px;background-color: #F5F5F5;padding:4px 20px;}
.soform-wrap .box .hot-words .cons a:hover{background-color: #0074b9;color:#FFF;}

.header .nav-toggle {position: relative; width: 28px;height: 20px;margin-left:20px; overflow:hidden;display: none;}
.nav-toggle i{display: block; position: absolute;left: 0;height: 2px;width: 100%;background: #666;transition: all 0.3s;}
.nav-toggle i:nth-child(1) {top: 0;}
.nav-toggle i:nth-child(3) {bottom: 0;}
.nav-toggle i:nth-child(2) {top: 50%;margin-top: -1px;}
.nav-toggle.active i:nth-child(2),
.nav-toggle.active i:nth-child(2),
.nav-toggle.active i:nth-child(2) {display: none;}
.nav-toggle.active i:nth-child(1),
.nav-toggle.active i:nth-child(1),
.nav-toggle.active i:nth-child(1) {transform: rotate(45deg);top:9px;}
.nav-toggle.active i:nth-child(3),
.nav-toggle.active i:nth-child(3),
.nav-toggle.active i:nth-child(3) {transform: rotate(-45deg);bottom:9px;}


.header .nav-toggle.active span {background-color: #FFF;}
.header .nav-toggle.active span.t {top: 50%;transform: translateY(-50%) rotate(45deg);}
.header .nav-toggle.active span.b {top: 50%;transform: translateY(-50%) rotate(-45deg);}

body.mobile-menu-open{overflow: hidden;}
.header .mnav-mask{display: none; position: fixed;top:0;left:0;bottom:0;width:100%;height: 100%; min-height:100vh;z-index: 99;background-color: rgba(0,0,0,.3);}
.header .mnav-wrap{display: none;position: fixed;left: 0;top: 0;bottom:0; width: 60%;max-width: 348px;min-width: 280px; height: 100%;bottom: 0;z-index:100;background-color: #FFF;box-sizing:border-box;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .2);overflow-y: auto;}
.header .mnav-wrap .mnav{width: 100%;padding: 40px 30px;overflow-y:auto;box-sizing:border-box;opacity: 1;}

.mobile-menu-open .header .mnav-mask{display: block;}
.fx-nav{font-size:16px;position:relative;color:#222;z-index:10}
.fx-nav .fx-nav-wrapper-fluid>ul,.fx-nav .fx-nav-wrapper>ul{padding-left:0;margin-bottom:20px}
.fx-nav .fx-nav-wrapper-fluid>ul.pull-right,.fx-nav .fx-nav-wrapper>ul.pull-right{float:none!important}
.fx-nav ul{padding-left:24px;cursor:pointer}
.fx-nav ul>li{line-height:40px;min-width:140px;position:relative;border-bottom:1px solid #eee}
.fx-nav ul>li>a{padding:0 10px;display:block}
.fx-nav ul>li i.indicator{position:absolute;color:#bababa;top:0;right:0;font-size:16px;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;padding-right:6px}
.fx-nav li>ul{display:none}
.fx-nav li>ul>li{float:none;position:relative;min-width:140px}
.fx-nav li>ul>li:hover{background-color:#fff}
.fx-nav li.unfold>a{color:inherit}
.fx-nav li.active>a{font-weight: 600;}
.fx-nav li.active>i.indicator,.fx-nav li.unfold>i.indicator{transform:rotate(-180deg)}
.fx-nav .nav-border>ul{border:1px solid #eee;border-radius:4px}
.fx-nav .nav-border.nav-line li{border-bottom:1px solid #eee}
.fx-nav .nav-border.nav-line li:last-child{border-bottom:none}
.fx-nav li.active>ul{display:block}
.fx-nav .show-in-mobile{display:none}
.fx-nav .show-in-horizontal{display:none}
.fx-nav.slide-nav{position:fixed;top:0;left:0;z-index:9999;background-color:#fff;width:100%;height:100%;overflow-y:auto;box-shadow:none;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .4s,box-shadow .4s;transition:transform .4s,box-shadow .4s;max-width:260px}
.fx-nav.slide-nav.active{box-shadow:0 2px 8px rgba(0,0,0,.8);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
.fx-nav .nav-mask{display:block;position:fixed;top:-50%;left:-50%;z-index:9090;width:200%;height:200%;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;-webkit-transition:opacity .4s,visibility .4s;transition:opacity .4s,visibility .4s}
.fx-nav .nav-mask.active{visibility:visible;opacity:.6}
.fx-nav.horizontal{width:100%;min-height:41px;border-bottom:1px solid #eee;clear:both;z-index:999}
.fx-nav.horizontal ul{padding:0!important;background-color:#fff;margin-bottom:0}
.fx-nav.horizontal ul>li{line-height:40px;min-width:140px}
.fx-nav.horizontal ul>li:hover{background-color:#d8d8d84d}
.fx-nav.horizontal .fx-nav-wrapper{width:980px;margin:0 auto}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul,.fx-nav.horizontal .fx-nav-wrapper>ul{position:relative;float:left;list-style:none}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul>li,.fx-nav.horizontal .fx-nav-wrapper>ul>li{position:relative;float:left;cursor:pointer;border-bottom:none;min-width:auto}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul>li>a,.fx-nav.horizontal .fx-nav-wrapper>ul>li>a{padding:10px 20px}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul>li>ul,.fx-nav.horizontal .fx-nav-wrapper>ul>li>ul{float:none;position:absolute;left:0;border:1px solid #eee}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul>li>ul>li,.fx-nav.horizontal .fx-nav-wrapper>ul>li>ul>li{float:none;width:140px}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul>li>ul>li ul,.fx-nav.horizontal .fx-nav-wrapper>ul>li>ul>li ul{position:absolute;left:100%;top:0;border:1px solid #eee}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul.pull-right,.fx-nav.horizontal .fx-nav-wrapper>ul.pull-right{float:right!important}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul.pull-right>li>ul,.fx-nav.horizontal .fx-nav-wrapper>ul.pull-right>li>ul{right:0;left:auto}
.fx-nav.horizontal .fx-nav-wrapper-fluid>ul.pull-right>li>ul>li ul,.fx-nav.horizontal .fx-nav-wrapper>ul.pull-right>li>ul>li ul{left:-101%}
.fx-nav.horizontal .nav-border>ul{border:none;border-radius:0}
.fx-nav.horizontal .nav-border.nav-line li{border-bottom:none}
.fx-nav.horizontal .nav-border.nav-line li:last-child{border-bottom:none}
.fx-nav.horizontal .show-in-horizontal{display:block!important}
.fx-nav.horizontal .hide-in-horizontal{display:none!important}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes scroll {
  0%   {top: -100%;}
  100% {top: 100%;}
}

/* Standard syntax */
@keyframes scroll {
  0%   {top: -100%;}
  100% {top: 100%;}
}

.msub .bodyer{position: relative;padding-top:84px;}

.footer {padding:0;background:#2E88C1;-webkit-background-size: cover;background-size: cover;box-sizing:border-box;}
.footer .foot-mix{position: relative;margin: 0 auto;width: 100%;}
.footer .foot-mix .wrap{padding:50px 0 40px; display:flex;justify-content: space-between;box-sizing: border-box;}
.footer .foot-mix .foot-mix-main{flex:1; margin-right:80px;display: flex;}
.footer .foot-mix .foot-mix-sidr{width:320px;}

.footer .f_logo {color:#FFF;margin-right:80px;}
.footer .f_logo img {/* width: 100px; */height: 48px;}
.footer .f_logo .subt{margin-top:.5rem;font-size:14px;color:#C1DCED;}

.footer .f-menu-wrap {position: relative;box-sizing:border-box;}
.footer .f-menu-wrap .f_menu {flex:1;display: flex;justify-content: space-between;}
.f_menu dl{padding:0 16px;}
.f_menu dl dt{font-size:16px; font-weight: 600;color:#FFF;}
.f_menu dl dd{margin-top:10px;}
.f_menu dl dd a {display: block;font-size: 14px;line-height:2;color: #C1DCED;white-space:nowrap; }
.f_menu dl dd a:hover{color:#FFF}
.f_menu .f_menu-mix{display: flex;padding:0 0 10px;margin-bottom:10px;border-bottom: 1px #408EC1 solid;line-height: 2;}
.f_menu .f_menu-mix .parent{width:120px;font-weight: 600;line-height: 2;}
.f_menu .f_menu-mix .childs{flex:1;padding:0 12px;font-size:14px;color:#b9d6e9}

.f-contact{margin:0;color:#FFF;}
.f-contact .tels{line-height: 1;}
.f-contact .tels .mtit{font-size:1rem;padding-bottom:.7rem;}
.f-contact .tels .tel{font-size:1.25rem;letter-spacing: 1px;font-weight: 500;}
.f-contact .tels .tel .item{display:flex;line-height: 1.25;}
.f-contact .tels .tel label{display: block;line-height:2; font-size:.85rem;color:#C1DCED;}
.f-contact .tels .tel i{font-style: normal; font-size:.85rem;color:#C1DCED;}
.f-contact .tels .email{margin-top:10px;font-size:1rem;}
.f-contact .tels .email label{font-size:.85rem;color:#C1DCED;}
.f-contact .tels .addr{margin-top:10px;}
.f-contact .tels .addr label{color:#C1DCED;}

.f-sns{margin-top:30px;}
.f-sns .share-link {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;margin-left: 0.15rem;}
.f-sns .share-link a {position: relative;width: 44px;height: 44px;text-align: center;line-height: 44px;transition: all 0.45s ease-in-out;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-moz-align-items: center;-webkit-align-items: center;align-items: center;  -webkit-box-pack: center;-moz-justify-content: center;-webkit-justify-content: center;justify-content: center;opacity: .7;}
.f-sns .share-link a .poper {display: none;background: #fff;position: absolute;width:10rem;text-align: center;top: -11.2rem;transform: translate(-50%, 0);left: 50%;box-shadow: 0.3rem 0 0.4rem 0 rgba(20, 32, 96, 0.15);padding:10px;border-radius: 5px;font-size: 14px;color: #000000;box-sizing: border-box;}
.f-sns .share-link a .poper img.qrcode {width: 100%;display: block;margin: auto;position: static;}
.f-sns .share-link a .poper .txt{margin-top:1px;line-height: 1;}
.f-sns .share-link a .poper::before {content: '';position: absolute;left: 50%;top: 100%;transform: translateX(-50%);width: 0;height: 0;border-left: 5px solid transparent;  border-top: 8px solid #fff;border-right: 4px solid transparent;font-size: 0;line-height: 0;}
.f-sns .share-link a img.ico,.f-sns .share-link a svg {width: 28px;height: 28px;}
.f-sns .share-link a:hover {opacity: 1;}
.f-sns .share-link a:hover .poper {display: block;}

.footer .f-crpt {width: 100%;background-color: #0068B7;}
.footer .f-crpt .wrap{padding:16px 0;display: flex;justify-content: space-between;box-sizing: border-box;}
.footer .f-crpt .crpt{font-size: 12px;font-weight: 300;color: #E1E1E1;}
.footer .f-crpt .crpt .crpt-powered{display: none;}
.footer .f-crpt .exts{text-align: right;color: #E1E1E1;}
.footer .f-crpt .exts a{margin-left:16px;font-size:12px;}
.footer .f-crpt a:hover{text-decoration: underline;}
.footer .powered{display: none;}

@media screen and (max-width: 1420px){
	.header .header-wrap{width:99%;}
    .footer .foot-mix .foot-mix-sidr{width:280px;}
    .footer .foot-mix .foot-mix-main{padding-left:20px;}
}

@media screen and (max-width: 1200px){
  .gcw{width:100%;}
  .gcw.gcw-pad{padding-left:15px;padding-right:15px;}

	.header .header-wrap{width:100%;padding:0 20px;}
  .header .gwidget{padding-left:40px;}
  .footer .f-crpt .wrap{padding-left:30px;padding-right: 30px;}

}

@media screen and (max-width: 1120px){
  /*手机导航切换*/
  .gnav-wrap{display:none !important;}
  .header .nav-toggle {display: block;}

  .footer .foot-mix .foot-mix-main{margin-right:40px;}
  .footer .f_logo{margin-right:40px;}

	.footer .f_crpt {margin-top: 30px;}
}
@media screen and (max-width: 960px){
  /*960仅处理底部*/
  .footer .foot-mix .foot-mix-main{margin-left:auto;margin-right: auto;}
  .footer .foot-mix .foot-mix-sidr{display: flex;justify-content: center;}
  .footer .f_logo{text-align: center;}
  .f-contact{margin-top:0;padding-left:40px;}
  .f-sns{display: none;}
	.footer .f_crpt {margin-top: 30px;}
}

@media screen and (max-width: 767px){
	.pc_only {display: none;}
	.mo_only {display: block;}

	.header {height: 85px;top: -85px;}

	.header .topmenu {display: none;}
	.header .logo_top_sidr {display: none;}

  .footer .foot-mix .wrap{flex-direction: column;padding:40px 0 40px;}
  .footer .f-menu-wrap .f_menu {display: none;}
  .footer .foot-mix .foot-mix-sidr{width: 90%;margin: 0 auto; justify-content: center;}
	.footer .f-contact{margin-top:30px;text-align: center;padding-left:0;}

  .footer .f-crpt .wrap{flex-direction: column;text-align: center;}
  .footer .f-crpt .exts{text-align: center;}
}
@media screen and (max-width: 467px){
  .header h1.gsite{padding-top:24px}
  .header h1.gsite a{width:180px;}
}
/*--------------index--------------------*/
.mv_txt_inner{z-index:100;transition-delay:3s}
.aniBox.type_bot.gogo{transition-delay:1s}
.swiper{width:100%;height:100%}
.swiper-wrapper{width:100%;height:100%}
.swiper-slide{width:100%;height:100%}
.video-js{width:100%;height:100%}
.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}

.ifocus .mixes{position: relative;}
.ifocus .mixes .cover{text-align: center;overflow: hidden;}
.ifocus .mixes .cover img{width:100%;}
.ifocus .mixes .slogan{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 9;transition-delay:3s;text-align:center;font-size:2.5rem;color:#FFF;letter-spacing: .5px;}
.ifocus .swiper-wrapper .swiper-slide a{display:block;height:100%;width:100%;cursor: pointer;}

.ifocus .swiper-pagination{width:300px;margin:0 auto;left:50%;bottom:30px; margin-left:-150px;}
.ifocus .swiper-container-horizontal>.swiper-pagination-bullets, .ifocus .swiper-pagination-custom,.ifocus .swiper-pagination-fraction{bottom:30px;}
.ifocus .swiper-pagination-bullet{width:18px;height:6px;margin:0 3px;border-radius: 4px;background:#FFF;opacity:.8; transition: width 0.3s ease-in-out;}
.ifocus .swiper-pagination-bullet-active {width:42px;background: #2E88C1;}
.ifocus .swiper-button-prev,.ifocus .swiper-button-next{color: inherit;}

.iconScr {position: absolute;bottom: 43px;right: 5%;display: inline-block;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index:2;}
.iconScr em {position: relative;display: inline-block;left: 50%;bottom: 50%;width: 1px;height: 82px;vertical-align: top;background-color: rgba(255,255,255,.4);overflow: hidden;}
.iconScr em:after {content: '';position: absolute;left: 0;width: 100%;height: 100%;background-color: #fff;animation: scroll 1s linear infinite;-webkit-animation: scroll 1s linear infinite;z-index:5;}
.iconScr span {display: inline-block;position: absolute;bottom: calc(100% + 22px);left: calc(50% - 18px);font-size: 14px;color: #fff;font-weight: 300;transform:  rotate(-89deg);}
.iconScr {bottom: 27px;}
.iconScr em {height: 55px;}
/* 	.iconScr span {font-size:12px;margin-bottom: -10px;} */

/* mv */
.mvCont {position: relative;height: 100%;position: relative;overflow: hidden;background-color: #000;}
/* .mvCont:before {position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: url(../../images/main/mv.jpg) no-repeat 50%; -webkit-background-size: cover;background-size: cover; transform:scale(1.1);opacity:0; transition: transform 2s ease-in-out, opacity 1s ease-in-out;}
.mvWrap.gogo .mvCont:before {transform:scale(1);opacity:1;} */
.mvCont .mv_vid {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.mvCont .mv_vid video {min-width: 100%;min-height: 100%;width: auto;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: 0.8;}
.mvCont .mv_txt {display: flex;position: absolute;width: 100%;height: 100%;left: 0;top: 0;align-items:center;justify-content:center}
.mvCont .mv_txt .mv_txt_inner {padding: 0 50px;box-sizing:border-box;text-align: center;}
.mvCont .mv_txt .mv_txt_inner p {font-size: 61px;font-weight: 300;color: #fff;}

/* idx-group */
.idx-group {padding: 140px 0;position: relative;}

.mainTit {text-align: center;}
.mainTit h2 {display: block;font-size: 53px;line-height:1.3;font-weight:400;}
.mainTit p {margin-top: 20px;font-size: 15px;line-height: 1.33;letter-spacing: 0.38px;}

.idx-home-about {background-color: #FFF;overflow:hidden;position: relative;}
.idx-home-about .mainTit {font-size: inherit;background:url(../images/tline.png) center bottom no-repeat;padding-bottom:30px;}
.idx-home-about .mainTit h2 {font-size:36px;position: relative;z-index: 5;font-weight: 600;}
.idx-home-about .mainTit .subt{font-size:25px;color:#999}
.idx-home-about .cbody-wrap {position: relative;margin: 0 auto;margin-top: 50px;max-width:1200px;z-index:2;}
.idx-home-about .cbody-wrap .cbody {position: relative;box-sizing:border-box;overflow:hidden;}
.idx-advs{display: flex;flex-wrap: wrap;}
.idx-advs .item{width: 50%;padding:40px 80px;box-sizing: border-box;}
.idx-advs .item .tit{font-size:32px;text-align: center;}
.idx-advs .item .con{margin-top:20px;font-size:16px; color:#999;}

.idx-pros{position: relative;z-index: 0; background: url(../images/idx-bg-01.jpg) center center no-repeat;background-size: cover;}
.idx-pros:after{display: block;content: "\20"; position: absolute;width:100%;height:100%;left:0;top:0; background: rgba(55, 100, 325, 0);z-index: 0;}
.idx-pros .gcw{z-index: 2;position: relative;}
.idx-pros .head{padding-bottom:48px;text-align: center;background:url(../images/about_h2.png) center bottom no-repeat;}
.idx-pros .head .mtit{font-size:36px;font-weight: 600;color:#FFF;line-height: 1.2;}
.idx-pros .head .subt{margin-top:16px;font-size:25px;color:#CCC}

.idx-pros_list {margin-top: 70px;padding-bottom:30px;}
.idx-pros_list .inn {font-size:0;margin-top: -70px;padding-bottom:40px;}
.idx-pros_list .col4 {display: inline-block;padding: 0 8px;padding-top: 70px;font-size:16px;vertical-align: top;box-sizing:border-box;}
.idx-pros_list .list-item {position: relative;border-radius: 12px;max-width: 524px; overflow:hidden;}
.idx-pros_list .list-item a.view{display: block;z-index: 2;}
.idx-pros_list .list-item .list_inner {position: absolute;left: 0;top:calc(100% - 132px);width: 100%;padding: 42px 20px; box-sizing:border-box;text-align: center;transform: translateY(0); transition: all 0.5s ease-in-out;z-index: 2;}
.idx-pros_list .list-item .list_inner h5 {padding-bottom: 26px;background:url(../images/tline.png) center bottom no-repeat; color: #fff;font-size: 28px;font-weight: 500;line-height: 1;}
.idx-pros_list .list-item .list_inner .lnk-more{margin-top:40px;text-align: center;}
.idx-pros_list .list-item .list_inner .lnk-more a{display: inline-block;color:#eee;border:1px #ccc solid;padding:4px 12px;font-size:14px;}
.idx-pros_list .list-item .list_inner .lnk-more a:hover{border-color: #FFF;color:#FFF;}
.idx-pros_list .list-item a.view::after {position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background:url(../images/idx-pros-hover.jpg) center center no-repeat;background-size: cover;opacity: 0;transition: all 0.5s ease-in-out;}
.idx-pros_list .list-item:hover a.view::after {opacity: .8;}
.idx-pros_list .list-item:hover .list_inner {top:50%;transform: translateY(-50%);}
.idx-pros_list .list-item:hover .list_inner .info {opacity:1;}


.idx-honors {overflow:hidden;position: relative;background:url(../images/idx-bg-honor.jpg) center center no-repeat;background-size: cover;}
.idx-honors .chead{padding-bottom:20px; background:url(../images/tline.png) center bottom no-repeat;}
.idx-honors .chead .mainTit {font-size: inherit;}
.idx-honors .chead .mainTit h2 {font-size:36px;font-weight: 600; position: relative;z-index: 5;}
.idx-honors .chead .mainTit .subt{font-size:25px;color:#CCC}
.idx-honors .cbody-wrap {position: relative;margin-top: 73px;z-index:2;}
.idx-honors .cbody-wrap .cbody {position: relative;box-sizing:border-box;overflow:hidden;padding-bottom:20px;}
.idx-honors_list{display: flex;padding-bottom:50px;}
.idx-honors_list .item{width:25%;padding:0 10px;box-sizing: border-box;}
.idx-honors_list .item .inn{width:100%;padding:8px;background:#FFF;border-radius: 10px;box-sizing: border-box; border:1px #DDD solid;overflow: hidden;cursor: pointer;}
.idx-honors_list .item .cover{position: relative; width:100%;text-align: center;overflow: hidden;height: 0px;padding-bottom: 68%;}
.idx-honors_list .item .cover img{max-width: 100%;max-height: 100%; transition:all 1s ease-in-out;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: auto;}
.idx-honors_list .item .cover:hover img{transform: translate(-50%, -50%) scale(1.2);}
.idx-honors_list .item .tit{padding:8px; text-align: center;}
.idx-honors_list .item:hover .inn{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);;}

.idx-logos {overflow:hidden;position: relative;background:#FFF;background-size: cover;}
.idx-logos .chead{padding-bottom:20px; background:url(../images/tline.png) center bottom no-repeat;}
.idx-logos .chead .mainTit {font-size: inherit;}
.idx-logos .chead .mainTit h2 {font-size:36px;font-weight: 600; position: relative;z-index: 5;}
.idx-logos .chead .mainTit .subt{margin-top:10px;font-size:25px;color:#CCC}
.idx-logos .cbody {position: relative;margin-top: 73px;z-index:2;box-sizing:border-box;padding-bottom:40px;}
.idx-logos_list{width:100%;margin-left:-5px;margin-right:-5px;margin-bottom:18px;}
.idx-logos_list .item{box-sizing: border-box;margin:0 5px 10px;width:178px;padding:1px;}
.idx-logos_list .item .inn{width:100%;padding:6px;background:#FFF;border-radius: 10px;box-sizing: border-box;overflow: hidden;border:1px transparent solid;}
.idx-logos_list .item .cover{position: relative; width:100%;text-align: center;overflow: hidden;}
.idx-logos_list .item .cover img{max-width: 100%;max-height: 100%; transition:all 1s ease-in-out;height: auto;}
.idx-logos_list .item .cover:hover img{transform:scale(1.2);}
.idx-logos_list .item .tit{padding:8px; text-align: center;display: none;}
.idx-logos_list .item:hover .inn{box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); border:1px #DDD solid;}


@media screen and (max-width: 1280px){
  .ifocus .mixes .slogan{font-size:28px;}
}
@media screen and (max-width: 1120px){
  .home{padding-top:85px;}
}
@media screen and (max-width: 960px){
  .ifocus .mixes .slogan{font-size:24px;}

  .idx-advs .item{padding:30px 20px;}

  .idx-pros_list .list-item .list_inner{top:50%;padding: 20px 15px;transform: translateY(-50%);}
  .idx-pros_list .list-item a.view::after {opacity: .3;}

  .idx-pros_list .list-item:before {opacity: .3;}
}

@media screen and (max-width: 767px){
  .iconScr{display: none;}
  .ifocus .swiper-button-prev,.ifocus .swiper-button-next{display: none;}
  .ifocus .mixes .slogan{font-size:20px;}
  .idx-group{padding:80px 0;}
  .idx-home-about .mainTit h2{font-size:24px;}
  .idx-home-about .mainTit .subt{font-size:19px;}
  .idx-home-about .cbody-wrap{margin-top:30px;}
  .idx-advs .item{padding:30px 15px;}

  .idx-pros .head .mtit{font-size:24px;}
  .idx-pros .head .subt{font-size:20px;}

  .idx-pros_list .list-item .list_inner h5{font-size:20px;}

  .idx-honors .chead .mainTit h2{font-size:24px;}
  .idx-honors .chead .mainTit .subt{font-size:20px;}

  .idx-logos .chead .mainTit h2{font-size:24px;}
  .idx-logos .chead .mainTit .subt{font-size:20px;}

}

@media screen and (max-width: 480px){
  .ifocus .mixes .slogan{font-size:18px;}

  .idx-advs .item{width:100%;}
  .idx-pros .head{padding-bottom:20px;}
  .idx-pros_list{margin-top:40px;}
  .idx-pros_list .list-item .list_inner {padding: 20px 15px;}
  .idx-logos .cbody{padding-bottom:0;}
}

/*------------index end-------------*/

.xpath{position: relative;padding:1.5rem 0;margin-left:auto;margin-right: auto;font-size:16px;border-bottom:1px #DDDDDD solid;background:#FFF;display: none;}
.xpath a{color:#2983C4;}
.xpath .split{padding:0 8px;color:#CCC;}

.msub .bodyer {min-height:600px}

.mbnr-wrap{z-index:2;}
.mbnr {width: 100%; position: relative;overflow: hidden;box-sizing:border-box;z-index:2;}
.mbnr .bg{width: 100%;height: 100%;position: absolute; background-position: center center;background-repeat: no-repeat;background-size: cover;z-index: 1;}
.mbnr .cover{position: relative;width:300%;left:-100%;text-align: center;overflow: hidden;}
.mbnr .cover img{height: 100%;animation: zoomInOut 10s linear infinite;transform: perspective(1000px) translate3d(0, 0, 10px);}
.mbnr:after {content:'\20';position: absolute;width: 100%;height: 100%;left: 0;top: 0;-webkit-background-size: cover;
background-size: cover;background-position: center center;transform:scale(1.2);transition:all 2s ease-in-out;z-index:-1;}
.mbnr .slogan{position: relative; width: 100%;height: 100%;display: flex;align-items: center;justify-content: center; border: 0 #000 solid;z-index: 9;}
.mbnr .slogan .inn{ width: 100%;width: 100%;text-align: center;}
.mbnr.gogo:after {transform:scale(1);opacity: 1;}

.snavbar{width:100%;border-bottom:1px #CCC solid;background-color: #FFF;}
.snav {display: flex;width: 100%;margin-left:-15px;margin-right: -15px;overflow-x: scroll;}
.snav::-webkit-scrollbar {display:none}
.snav li{flex:1;margin:0 15px;}
.snav li a {position: relative;display: block; padding: 20px 0;font-size:16px;color: #707070;box-sizing:border-box;text-align: center;font-size: 16px;font-weight: inherit;line-height: 1.19;letter-spacing: 0.4px; white-space:nowrap; color: #000;}
.snav li .sla{display: none;}
.snav li> a:after {content: '';background: #0068B7;width: 0;height: 2px;position: absolute;bottom: 0;left: 0;-webkit-transition: all .35s ease-in-out;  -moz-transition: all .35s ease-in-out;-ms-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out;transition: all .35s ease-in-out}
.snav li a:hover,.snav li.actived a{color: #0068B7;font-weight: 600;}
.snav li:hover>a:after,.snav li.actived>a:after {width: 100%}

.msub .pwrap .phead{padding-top: 80px;margin-bottom:50px;}
.msub .pwrap .phead .msub-info{text-align: center;padding-bottom:24px;background:url(../images/about_h2.png) center bottom no-repeat;}
.msub .pwrap .phead .msub-info h2.msub-tit{font-size:32px;}


.gcw.gcw-content{background:#FFF;padding: 80px 20px 80px;box-sizing: border-box;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);}
    
@media screen and (max-width: 1280px){
}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 767px){
  .msub .pwrap .phead{padding-top:40px;margin-bottom:30px;}
  .msub .pwrap .phead .msub-info h2.msub-tit{font-size:24px;}
}

@media screen and (max-width: 480px){
  .msub .pwrap .phead{padding-top:40px;margin-bottom:30px;}
  .msub .pwrap .phead .msub-info h2.msub-tit{font-size:20px;}
}

/*About*/
.bnr-about{height: 420px;}
.bnr-about .slogan .txt{font-size:50px;color:#FFF;}
.mg-about .pbody{width: 100%;}

.page-about .pbody{padding-bottom:0;}
.about-section {overflow:hidden;position: relative;padding:60px 0;}
.about-section .mainTit {font-size: inherit;background:url(../images/about_h2.png) center bottom no-repeat;padding-bottom:30px;}
.about-section .mainTit h2 {font-size:24px;position: relative;z-index: 5;}
.about-section .mainTit .subt{font-size:25px;}
.about-section .cbody-wrap {position: relative;margin: 0 auto;margin-top:30px;z-index:2;}
.about-section .cbody-wrap .cbody {position: relative;box-sizing:border-box;overflow:hidden;}

.subp-about_profile {background-color: #FFF;overflow:hidden;position: relative;}
.subp-about_profile .cbody-wrap {position: relative;margin: 0 auto;z-index:2;}
.subp-about_profile .cbody-wrap .cbody {position: relative;box-sizing:border-box;overflow:hidden;padding-bottom:30px;}
.subp-about_profile .about-logo{margin:0;text-align: center;}
.subp-about_profile .about-logo img{max-width: 300px;}
.subp-about_profile .about-logo .subt{margin-top:8px;font-size:16px;color:#666;}
.about-profile-statistics{display: flex;padding:30px 0;flex-wrap: nowrap;justify-content: center;}
.about-profile-statistics .item{width:180px;height: 100px;display: flex;flex-direction: column;justify-content: center;margin:0 40px;text-align: center;}
.about-profile-statistics .item .label{color:#333}
.about-profile-statistics .item .numeric{color:#666;}
.about-profile-statistics .item .numeric span{font-size:2rem;font-weight:600; color:#0068B7;padding-right: 10px;}

.about-spirit{padding:100px 0 150px; background:url(../images/about-spirit-bg.jpg) center center no-repeat;background-size: cover;}
.about-spirit .wrap{position: relative;}
.about-spirit .head{padding-bottom:48px;text-align: center;background:url(../images/about_h2.png) center bottom no-repeat;}
.about-spirit .head .mtit{font-weight: 400;color:#FFF;}
.about-spirit .head .mtit{font-size:32px;line-height: 1.2;}
.about-spirit_list {margin-top: 70px; color:#222;display: flex;flex-wrap: wrap;}
.about-spirit_list .item{width:50%;position: relative; background: rgba(255, 255, 255, .6);padding:40px; box-sizing: border-box;text-align: center;transition: all 0.5s ease-in-out;z-index: 0;overflow: hidden;}
.about-spirit_list .item:nth-child(1){border-right:1px #FFF solid;border-bottom:1px #FFF solid;}
.about-spirit_list .item:nth-child(2){border-bottom:1px #FFF solid;}
.about-spirit_list .item:nth-child(3){border-right:1px #FFF solid;}
.about-spirit_list .item .tit{font-size:24px;font-weight: 600;}
.about-spirit_list .item:after {content: "\20";position: absolute;height: 0%;left: 50%;top: 50%;width: 150%;z-index: -1;background: rgba(255, 255, 255, .6);  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);transform: translateX(-50%) translateY(-50%) rotate(-25deg);-webkit-transition: all 0.75s ease 0s;-moz-transition: all 0.75s ease 0s;  -o-transition: all 0.75s ease 0s;transition: all 0.75s ease 0s;}
.about-spirit_list .item:hover:after{height: 450%;}


.no-skrollr .about-values_list li .list-item .list_inner{top:calc(50% - 20px);}
.no-skrollr .about-values_list li .list-item .list_inner .info {opacity:1;}

.about-goal{padding:100px 0;background: #FFF;}
.about-goal .about-goal-img{text-align: center;}
.about-goal .about-goal-img img{max-width: 100%;}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 960px){
  .bnr-about{height:320px;}
  .bnr-about .slogan .txt{font-size:32px;}
}

@media screen and (max-width: 767px){
  .bnr-about{height:240px;}
  .bnr-about .slogan .txt{font-size:24px;}
  .about-profile-statistics .item{margin:0 20px;}
}

@media screen and (max-width: 480px){
  .bnr-about{height:200px;}
  .bnr-about .slogan .txt{font-size:20px;}
  .about-profile-statistics .item{margin:0 10px;}
}

/*about - team*/

.page-teams .pwrap .pbody{margin-top:0;padding:0;}

.teams-wrap{margin-top:40px;padding-bottom:50px;position: relative;}
.teams-list{display: flex;flex-wrap: wrap; margin-left:-15px;margin-right:-15px;}
.teams-list .team{position: relative; width:25%;padding-left: 15px;padding-right: 15px;margin:0 0 30px;box-sizing: border-box;cursor: pointer;}
.teams-list .team .inn{width: 100%;border-radius: .5rem;background-color: #ffffff;display: block;}
.teams-list .team .photo{width:100%;border-radius: .5rem .5rem 0 0;overflow: hidden;}
.teams-list .team .photo img{width: 100%;}
.teams-list .team .info{padding: 16px 0;font-size: 1rem;text-align: center;position: relative;}
.teams-list .team .info .name {font-size: 1.2rem;color: #0b519d;text-align: center;}
.teams-list .team .info .title{font-size:inherit;font-size:.85rem;}
.teams-list .team .info .profile{display: none;}
.teams-list li.activeInfoBox .inn .info::after {content: "";display: block;position: absolute;width: 0;height: 0;border: 26px solid transparent;border-bottom: 26px solid #ffffff;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);bottom: -26px;}

.pop-profile {background: #ffffff;padding: 30px 54px;position: absolute;top: 0;left: 0;right: 0;border-radius: 8px; display: none;text-align: justify;}

.team-joinus{position: relative;}
.team-joinus .team-joinus_cover{position: relative; width:100%;text-align: center;}
.team-joinus .team-joinus_cover img{width: 100%;min-height:480px;max-height: 560px; object-fit: cover;}
.team-joinus .cbody{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);color:#FFF;text-align: center;}
.team-joinus .cbody .mtit{font-size:42px;}
.team-joinus .cbody .subt{margin-top:30px;font-size:24px;}
.team-joinus .cbody .txt{margin-top:20px;font-size: 18px;}
.team-joinus .cbody .act{margin-top:30px;}
.team-joinus a.lnk-job{display: inline-block;height:40px;padding:0 16px;border:1px #0074b9 solid;background: #FFF;border-radius: 30px;line-height: 40px;box-sizing: border-box;color: #0068B7;font-size: 16px;transition: all 0.45s ease;}
.iwshows .more a i.iconfont {vertical-align: -1px;transition: margin .4s ease;color: inherit;}
.team-joinus a.lnk-job:hover{background:#0068B7;color:#FFF;}
.team-joinus a.lnk-job:hover i.iconfont{margin-left:4px;}

.team-jobs_contact{margin-top:70px;padding-bottom:100px;}
.team-jobs_contact .chead{text-align: center;}
.team-jobs_contact .chead .mtit{font-size:42px;}
.team-jobs_contact .cbody{margin-top:30px;}
.team-jobs_contact .icontacts{text-align: center;}
.team-jobs_contact .icontacts li{display: inline-block;margin: 0 2%;text-align: center;font-size:16px;align-items: center;}
.team-jobs_contact .icontacts li .iconfont{display: inline-block;font-size:18px; color:#999;margin-right:8px;}

@media screen and (max-width: 1280px){
  .teams-list .team{width:33.333%;}
}
@media screen and (max-width: 960px){
}

@media screen and (max-width: 767px){
  .teams-list .team{width:50%;}
}
@media screen and (max-width: 480px){
}

/*about - rearchd*/
.page-rearchd .pbody .content-wrap{padding:0 20px;}

/*about - bases*/
.page-bases .pwrap{padding-bottom:100px;}
.page-bases .section{padding:0;margin-bottom:40px;}

.subp-bases {background-color: #FFF;overflow:hidden;position: relative;padding-top:70px;}
.subp-bases .mainTit {font-size: inherit;background:url(../images/idx_about_h2.png) center bottom no-repeat;padding-bottom:30px;}
.subp-bases .mainTit h2 {font-size:50px;position: relative;z-index: 5;}
.subp-bases .cbody-wrap {position: relative;margin: 0 auto;margin-top: 73px;max-width:1600px;z-index:2;}
.subp-bases .cbody-wrap .cbody {position: relative;box-sizing:border-box;overflow:hidden;}

.bases-gallery ul{display: flex;flex-wrap: wrap;flex-direction: row;margin-left:-15px;margin-right:-15px;}
.bases-gallery ul li{width:33.33%;height: 300px; box-sizing: border-box;padding:15px;overflow: hidden;box-sizing: border-box;}
.bases-gallery ul li a{display: flex;justify-content: center;align-items: center; width: 100%;height: 100%;padding:3px;position: relative;border:1px #CCC solid; border-radius: 6px;overflow: hidden;box-sizing: border-box;}
.bases-gallery ul li img{width: 100%;height: 100%;object-fit: cover;}
.bases-gallery ul li a:hover img{transform:scale(1.2);}

@media screen and (max-width: 767px){
  .bases-gallery ul li{width:50%;}
}

@media screen and (max-width: 480px){
  .subp-bases {padding-top:40px;}
  .bases-gallery ul li{width:100%;}
}

/*about - events*/

.page-events .evt-timeline {padding: 30px 248px 122px 248px;}
.evt-timeline .starting{text-indent:-3000px;border-top: 1px #E0E0E0 solid;}
.evt-timeline .year{margin-top: 35px;}
.evt-timeline .year h3{color: #424242;font-size: 36px;margin-bottom: 35px;display: block;}
.evt-timeline .year .month {padding-left: 25px;position: relative;padding-bottom: 10px;border-left: 1px solid #e0e0e0;margin-left: 72px;}
.evt-timeline .year .month .tit{position: absolute;left: -60px;top:2px;color: #999; font-style: normal;font-size:18px; width: 62px;}
.evt-timeline .year .month .dosh{position: absolute; display:block; width: 7px;height: 7px;left:-8px;top:11px;border-radius: 50%;background: #fff;border:4px solid #b7b7b7;}
.evt-timeline .year ul.evts{padding-left: 64px;padding-top:6px;}
.evt-timeline .year ul.evts li{position: relative; font-size: 16px;line-height: 1.5;margin: 0;padding:0 0 15px 16px;}
.evt-timeline .year ul.evts li::before{display: block;content: '\20';position: absolute;top:9px;left:0;width:5px;height:5px;background-color: #CCC;}
.evt-timeline .year ul.evts li.start{font-weight:600;color:#FF0000;padding-bottom:40px;}
.evt-timeline .year .month:hover .tit{color:#0068B7;}
.evt-timeline .year .month:hover i.dosh{border-color:#0068B7;}

@media screen and (max-width: 1280px){
  .page-events .evt-timeline{padding-left:150px;padding-right: 150px;}
  .evt-timeline .year ul.evts{padding-left:48px;}
}

@media screen and (max-width: 960px){
  .page-events .evt-timeline{padding-left:80px;padding-right: 80px;}
  .evt-timeline .year ul.evts{padding-left:24px;}
}

@media screen and (max-width: 767px){
  .page-events .evt-timeline{padding-left:40px;padding-right: 40px;}
  .evt-timeline .year ul.evts{padding-left:24px;}
}

@media screen and (max-width: 480px){
  .page-events .evt-timeline{ padding:0 0 60px;}
  .evt-timeline .year ul.evts{padding-left:10px;}
}
/* contact */
.page-contact .pwrap{padding:80px 0 100px;}
.contact-basic .wrap{position: relative;padding:0 80px;display: flex;justify-content: space-between;margin:0 auto;box-sizing: border-box;}
.contact-basic .info{width:50%;padding-right:30px;box-sizing: border-box;}
.contact-basic .contact .item {padding:0 0 1.2rem 2.5rem;margin-bottom: 1.2rem;border-bottom: 1px #eee solid;position: relative;}
.contact-basic .contact .item .tit{font-size:16px;font-weight: 600; line-height: 1;}
.contact-basic .contact .item .con{margin-top:8px;}
.contact-basic .contact .item:last-child {border-bottom: 0;}
.contact-basic .contact .item em {position: absolute;left: 0;top: 0px;}
.contact-basic .contact .item em i.iconfont {font-size: 2rem;color: #aaa;}
.contact-sns{flex:1}
.contact-sns .contact-sns-wrap{background: rgba(255, 255, 255, .8);border-radius: 10px 10px;padding: 30px 0;}
.contact-sns .chead{text-align: center;padding-bottom:15px;}
.contact-sns .chead .mtit{font-size:18px;}
.contact-sns .chead .subt{margin-top:10px; color:#0068B7;}
.contact-sns .cbody .qrcodes{display: flex;justify-content: center;}
.contact-sns .cbody .qrcodes .item{width:25%;text-align: center;margin:0 15px;}
.contact-sns .cbody .qrcodes .item img{width:100%;}

.page-contact .vmap{margin-top:30px;}
.page-contact .vmap .wrap{padding:0 80px;box-sizing: border-box;}
.page-contact .maps{width:100%;box-sizing: border-box;padding:10px;border:1px #DDD solid;border-radius: 10px;background: #FFF;}
.page-contact .maps .map{width:100% !important;height:450px;border:1px #eee solid}


@media screen and (max-width: 1280px){
  .contact-basic .wrap{padding:0 40px;}
  .page-contact .vmap .wrap{padding:0 40px;}
}
@media screen and (max-width: 767px){
  .contact-basic .info{width:100%;}
  .contact-basic .wrap{flex-direction: column;padding:0 15px;}
  .contact-sns .cbody .qrcodes .item{width:60%;}
  .page-contact .vmap .wrap{padding:0 15px;}
}
@media screen and (max-width: 480px){
  .contact-basic .info{width:100%;}
  .contact-sns .cbody .qrcodes .item{width:100%;}
  .page-contact .vmap .wrap{padding:0 15px;}
}

/*products*/
.sub-pros{padding-bottom:100px;}

.catebar-wrap{background:#FFF;border-bottom:0 #01B59A solid;z-index: 999;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .1);}
.catebar{width:100%;}
.catebar .cates-head{width: 100%;display: none;}
.catebar .cates-head-wrap{display: flex;flex-direction: row; justify-content: space-between;align-items: center;padding:10px 16px;box-sizing: border-box; }
.catebar .cates-head .mlabel{flex:1; font-size:20px;font-weight: 600;}
.catebar .cates-head .cates-trigger{width:40px;}
.catebar .cates-head .cates-trigger .iconfont{font-size: 28px;}

.cates {display: flex;width: 100%;}
.cates::-webkit-scrollbar {display:none}
.cates > li{padding:0 24px;position: relative;display: flex;align-items: center;}
.cates > li > a {position: relative;padding: 20px 0;font-size:18px;color: #222;box-sizing:border-box;white-space:nowrap;}
.cates > li > a:hover,.cates li.actived > a{color: #0068B7;font-weight: 600;}
.cates > li > a span {display: block;font-size: 16px;font-weight: inherit;}
.cates > li .indicator{margin-left:8px;font-size:12px;}
.cates > li ul {position: absolute;top: 59px;left: 0;min-width: 100%;background:#FFF; padding:12px 20px 20px;box-sizing:border-box;border:0 #01B59A solid;border-top: none;z-index: 999;transition: all 0.2s ease-in-out;display:none;box-shadow:0 3px 5px 0 rgba(0, 0, 0, .1);}
.cates li ul li{line-height: 2.5;word-break: keep-all;white-space: nowrap;}
.cates li:hover ul{display: block;}
.cates li:hover ul li{border-bottom:1px #DDD solid;}
.cates li:hover ul li:last-child{border-bottom: none;}
.cates li:hover ul li a{font-weight: 400;font-size: 16px;}
.cates li:hover ul li a:hover{color:#0068B7;}

ul.mcates{width: 100%;display:none;padding:0 40px 20px;box-sizing: border-box;}
.mcates > li{padding:0;position: relative;align-items: center;border-bottom:1px #DDD solid;}
.mcates > li > a {position: relative;display: flex; padding: 10px 0;font-size:18px;color: #222;box-sizing:border-box;white-space:nowrap;}
.mcates > li > a span {display: block;font-size: 16px;font-weight: inherit;}
.mcates > li .indicator{position: absolute;right:0;top:15px;font-size:12px;color:#999;transform: rotate(-90deg);transition: all .5s ease-in-out;}
.mcates > li ul {width: 100%;padding:0 20px 6px;box-sizing:border-box;display:none;}
.mcates li ul li{line-height: 2.5;word-break: keep-all;white-space: nowrap;}
.mcates > li.active .indicator{transform: rotate(0);}

.page-products .pwrap{margin-top:0}
.page-products .phead{padding:0;}
.page-products .phead{padding-bottom:30px;}
.page-products .phead h2{font-size:28px;line-height: 1;font-weight: 600;}
.page-products .phead h2 span.subt{padding-left:12px;font-size:18px;font-weight: 400;}
.page-products .phead .msub-info .descr{width:80%;margin:20px auto 0;font-size:16px;}
.page-products .pbody{margin-top:20px;}

.page-products .tags-nav{padding-bottom:36px;}
.tags a{display: inline-block;margin-right: 20px;margin-bottom:12px;padding:6px 15px;font-size:14px; background:#EEE;border-radius: 24px;transition: all .5s ease-in-out;}
.tags a:hover,.tags .active{background:#2E88C1;color:#FFF;}

.pros-list-wrap{padding:0 0 150px;}
.pros-list{margin-left:0;margin-right:-15px;overflow: hidden;}

.pros{position: relative; padding:0;float:left;width:calc(25% - 15px);margin:0 15px 15px 0;background:#FFF;cursor: pointer; /*flex-basis: 20px;*/}
.pros .inn{width: 100%; position: relative;z-index: 0;overflow: hidden;}
.pros a{display: block; width:100%;padding:8px;box-sizing: border-box;position: relative;z-index: 9;}
.pros .pic{width:100%;padding-top:100%;height:0;position:relative;margin:0 auto;overflow:hidden;text-align:center;}
.pros .pic img{display:block;width:100%;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%); -webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;object-fit: contain;}
.pros .info{width:100%;margin-top:18px;padding-bottom:12px;z-index:1;}
.pros .info .tit{font-size:18px;font-weight:400;text-align: center;color:inherit; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;box-sizing: border-box;}
.pros .info .prom{color:#999;display: none;}
/*
.pros .inn:after {content: '';position: absolute;width: 100%;height: 0%;left: 0;bottom: 0;z-index: 1;background: #048cd9;transition: all .5s ease;}
.pros:hover .inn:after{height: 100%;}
*/
.pros .inn .mask{position: absolute;width: 100%;height: 0%;left: 0;bottom: 0;z-index: 10;background:url(../images/pros-mask-bg.png) 0 0 no-repeat;background-size: cover; transition: all .5s ease;}
.pros .inn .mask .cont{padding:30px;display: flex;flex-direction: column;justify-content: center; color:#FFF;}
.pros .inn .mask .cont .tit{font-size:20px;}
.pros .inn .mask .cont .prom{margin-top:16px;color:#F5F5F5;}
.pros:hover .inn .mask{height: 100%;}

.pros a:hover .pic img,.pros.pros-hover .pic img{transform: translate(-50%,-50%);/*-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)*/}
.pros a:hover .info{color:#FFF;}

.pros .btn-more{border: 2px solid #FFFFFF;width: 7rem;height:2rem;line-height: 2rem;border-radius: 30px;color: #0068B7;font-size: .85rem;  background: #fff;display: flex;justify-content: center;align-items: center;box-sizing: border-box;transition: all 0.45s ease-in-out;}
.pros .btn-more:hover{background-color: #0068B7;color:#FFF;}

.pros .lnk-more{width:100%;height:2rem;line-height: 2rem;color: #FFF;font-size: .85rem;display: flex;justify-content: flex-end; align-items: center;transition: all 0.45s ease-in-out;box-sizing: border-box;}
.pros .lnk-more:hover{color:#F5F5F5;}
.pros .lnk-more:hover .iconfont{transform: translateX(5px);}

.page-products .pros-pager{margin-top:40px;}

.page-product .pwrap .gcw{box-sizing: border-box;}
.page-product .pwrap .phead .msub-info {text-align: left;padding-bottom: 24px;background: url(../images/about_h2.png) 0 bottom no-repeat;}
.page-product .pwrap .phead .msub-info .descr{display: none;}
.page-product .pwrap .pbody{margin-top: 40px;padding:0 0 100px; }
.product-wrap{position: relative;}


.product{padding:0}
.product .product-head{background: #FFF;padding:50px 60px;border-radius: 10px; box-sizing: border-box;}
.product .product-head .inn{width: 100%;display: flex;justify-content: space-between;flex-direction: row-reverse;}
.product .product-head .info{flex:1;margin-left:50px;}
.product .product-head .imgs{width:55%;border:1px #F5F5F5 solid;border-radius:6px;overflow: hidden;padding:3px;box-sizing: border-box;}

.product .product-head .info .title{font-size:22px;}
.product .product-head .info .params{margin-top:16px;color:#333;}
.product .product-head .info .params .meta label{font-weight: 400; color:#666;}
.product .product-head .info .params .sn{font-weight: 600;}
.product .product-head .info .params .sub{margin-top:8px;color:#0068B7;}
.product .product-head .info .params .descr{padding:12px 0;}
.product .product-head .info .params .update{font-size:14px;color:#999;}
.product .product-head .info .extd{margin-top:40px;}
.product .product-head .info .btn-lnk{display: flex;background: #0068B7;color: #FFFFFF;margin-right:10px;font-size: 16px;border-radius: 30px;transition: all 0.45s ease-in-out;align-items: center;justify-content: space-between;padding: 0 20px;line-height: 42px;text-align: center;box-sizing: border-box;}
.product .product-head .info .btn-lnk.btn-download{width:136px;}
.product .product-head .info .btn-lnk .iconfont{font-size:18px;}
.product .product-head .info .btn-lnk:hover{background: #1247CC;}


.product-swiper{width:100%;height:480px;}
.product-swiper .swiper-slide a{display:block;height:100%;width:100%;}
.product-swiper .swiper-slide{display: flex;justify-content: center;align-items: center;}
.product-swiper .swiper-slide img{max-width: 100%;height: 100%;text-align: center;}

.product .product-body{margin-top:30px;padding:30px 80px;background: #FFF; border-top:5px #DDD solid;border-radius: 10px; }
.product .product-body .thd{padding-bottom:20px;background:url(../images/tline.png) 0 bottom no-repeat;}
.product .product-body .thd h3{color:inherit;}
.product .product-body .content{padding-top:40px;}
.product .product-body .content ul li{margin-top:10px;margin-bottom:10px;}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 960px){
  .pros{width:calc(33.33% - 12px);}

  .product .product-head{padding:0;}
  .product .product-head .inn{flex-direction: column-reverse;}
  .product .product-head .info{margin:15px 0 0;padding:10px 15px 20px;}
  .product .product-head .imgs{width:100%;border:none;}
  .product-swiper{height:400px;}
}

@media screen and (max-width: 767px){
  .catebar .cates > li{padding:0 12px;}
  .pros{width:calc(50% - 9px);}
  .pros:nth-child(2n){margin-right:0;}
  .pros .info .tit{font-size:16px;}

  .product-swiper{height:360px;}
  .product-swiper .swiper-button-next, .product-swiper .swiper-button-prev{display: none;}
  .product .product-body{padding-left:10px;padding-right: 10px;}
}

@media screen and (max-width: 480px){
  .catebar .cates-head{display: block;}
  .catebar .cates{display: none;padding:0 40px;box-sizing: border-box;}

  .page-products .pbody{margin-top:30px;}
  .product-swiper{height:320px;}
}


/*---------------article list style------------------*/
.alist{margin:0;position: relative;padding:0;}
.alist .alist-item{position: relative;}

/*title list*/
.alist-text li{font-size: 0.16rem; padding: 0.18rem 0; position: relative; border-bottom: 1px #e8e8e8 solid;}
.alist-text li:before {content: "\20"; position: absolute; display: block; height: 4px; width: 4px; background: #aaa; left: 0; top: 50%; margin-top: -2px;}
.alist-text li h5{display: block;font-weight: normal; margin-right: 1rem;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: .15rem;}
.alist-text li span.date{position: absolute;right: 0;top: 50%;margin-top: -0.08rem;color: #aaa;font-family: Arial, Helvetica, sans-serif;}

/*picture as cover, image as view*/
.alist-pcover{position: relative;margin-right:-12px;display: flex;flex-wrap: wrap;align-items: stretch;}
.alist-pcover::after{content:"\20";height:0;visibility:hidden;display:block;clear:both;}
.alist-pcover .alist-item{position: relative;float:left;margin:0 12px 12px 0;}
.alist-pcover .alist-item a{display: block;height: 100%;}
.alist-pcover .alist-item .cover{width:100%;height:100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.alist-pcover .alist-item .cover img{max-width:100%;max-height:100%;object-fit: cover;}
.alist-pcover .alist-item .info{width:100%;z-index:2;margin-top:24px;padding:0 24px 24px;box-sizing: border-box;}
.alist-pcover .alist-item .info h5{line-height:32px;font-size:1.2rem;font-weight: 400;white-space: wrap;/* overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/}
.alist-pcover .alist-item .info .date{font-size:1.1rem;color:#999;}
.alist-pcover .alist-item a:hover h5{color:#0068B7;}

/*picture as cover,title,summary...as blog style*/
.alist-card .cover{width:30%;height:160px;overflow:hidden;padding:1px;border:1px #EEE solid;background: #FFF;}
.alist-card .cover img{width:100%;height:100%;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;transition:all 1s;object-fit: cover;}
.alist-card .info{flex:1;padding:0 20px;box-sizing: border-box;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;transition:all 1s;}
.alist-card .info h5{width:100%;font-size:.8rem;font-weight:600;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
.alist-card .abstract{margin-top:6px;font-size:14px;}
.alist-card .date{position:relative;margin-top:16px;font-size:14px;}
.alist-card a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

/*time as cover*/
.alist-dtxt li{border-top: 0 #e8e8e8 solid;border-bottom: 1px #e8e8e8 solid;margin-top:0;position: relative;}
.alist-dtxt li a{ display:block;padding:30px 30px 30px 150px;-webkit-transition: background-color .25s;transition:background-color .25s;}
.alist-dtxt li .cover-time{width:130px; position:absolute; left:25px;top:24px;text-align:right; padding-right:15px;}
.alist-dtxt li .cover-time .date{font-family:"NoveDemiBold"; font-size:20px; color:#0068B7;}
.alist-dtxt li .info h5{ display:block; line-height:1.6; font-size:18px;font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.alist-dtxt li .txt{ margin-top:10px; line-height:1.8; color:#aaa; font-size:13px}
.alist-dtxt li a:hover{ background-color:#fff}

/*datecard as cover*/
.alist-dcover li{border-bottom: 1px #e6e6e6 solid;position: relative;}
.alist-dcover li > a{display: flex;width:100%;justify-content: space-between;padding: 50px 60px;box-sizing: border-box; transition: all 0.5s ease;}
.alist-dcover li .cdate{width:10%;flex-shrink: 0;text-align:center;border-radius:5px;overflow: hidden;}
.alist-dcover li .cdate .inn{width:92px;color: #7c7c7c;padding: 10px 12px 7px 17px;width: 60px;}
.alist-dcover li .cdate span{display: block;}
.alist-dcover li .cdate span.day{display: block;font-size: 50px;color: #7c7c7c;line-height: 50px;font-family: Arial;text-align: center;}
.alist-dcover li .cdate span.month{color: #9e9e9e;line-height: 28px;font-size: 14px;}
.alist-dcover li .main{flex:1;display: flex;}
.alist-dcover li .main .cover{width: 23%;margin-right: 3%;box-sizing: border-box;overflow: hidden;}
.alist-dcover li .main .cover img{width: 100%; max-height: 180px;}
.alist-dcover li .main .info{flex:1;margin-left:30px; padding:0 10px 0 0;box-sizing: border-box;}
.alist-dcover li .main .info .tit{ display:block; line-height:1.6; font-size:20px;font-weight:400;}
.alist-dcover li .main .info .metas{margin-top:10px;color:#c1c1c1;}
.alist-dcover li .main .info .txt{ margin-top:10px;font-size: 14px;color: #505050;line-height: 1.6;}
.alist-dcover li:hover a{background:#efefef;}
.alist-dcover li:hover .tit{color:#0068B7; font-weight:bold;}
.alist-dcover li:hover .cdate .day{color:#0068B7;}

.article{margin:0 auto;}
.article .article-head{position:relative;margin:0 auto;padding:0 50px 20px;text-align: center;border-bottom: 1px #EEE solid;}
.article .article-head h1{font-size:2rem;font-weight:400;color:#222;padding:0 50px;}
.article .metas{padding-top:8px;font-size:14px;color:#8E8E8E;}
.article .summary{display:none;margin-top:20px;padding:0 30px 0;color:#9F9F9F;text-align: left;font-size:14px;}
.article .article-body{margin:0 auto;padding:30px 0 10px;}
.article .article-body .xcont img{max-width:100%;}
.article .prevnext{margin-top:3rem;border-top:1px #EEE solid;padding-top:16px;}
.article .prevnext p{line-height:32px;font-size:14px;}
.article .prevnext p a{margin:0;}
.article .prevnext p a:hover{text-decoration: underline;}
.npages{color:#454545;font-size:14px;padding-left:10px;background-color:#F3F3F3;line-height:40px;height:40px;margin-bottom:40px;}
.npages .nprepage{margin-right:18px;padding-left:20px;background:url(../images/nprepage.png) no-repeat 3px center;}
.npages .nbacklist{padding-left:22px;background:url(../images/ntobacklist.png) no-repeat 3px center;}
.npages .nnextpage{margin-left:18px;padding-right:20px;background:url(../images/nnextpage.png) no-repeat right center;}

/*---------------article list style end------------------*/

.page-news .pwrap{padding:0 0 60px;}
.page-news .pwrap .phead{margin-bottom: 30px;}
.page-news .pwrap .phead h2{line-height: 1;font-size:2rem;text-align:center;}
.page-news .pwrap .phead .tit-en{text-align: center; font-size: 3rem;font-weight: 600; line-height: 1; color: rgb(237, 237, 237);font-weight: 600; font-family:'arial';}
.page-news .pwrap .pbody{margin-top:50px;}

.news-list ul{margin:0}
.news-list .pagers{margin-top:30px;}


.news-list-grid ul{margin-left:-15px;margin-right: -15px;}
.news-list-grid .alist-item{width:calc(33.33% - 30px);margin: 0 15px 30px;} 
.news-list-grid ul li.alist-item a {height:100%;border-radius: 8px;background-color: #ffffff;overflow: hidden;}
.news-list-grid ul li.alist-item .cover{position: relative;overflow: hidden;height: 16rem;}
.news-list-grid ul li h5.tit{margin-top:10px;} 
.news-list-grid ul li a:hover{border:0 #CCC solid;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);}
.news-list-grid .alist-item a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

.page-news-detail .pwrap .wrapper{background:#FFF;padding:0 20px 80px;box-sizing: border-box;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);}
.page-news-detail .pwrap .phead{margin-bottom:30px;}
.page-news-detail .pwrap .pbody {padding:0 20px;}

@media screen and (max-width: 960px){
  .news-list .alist-dcover li > a{padding-left:0;padding-right:0;}
  .news-list .alist-dcover li .cdate{display: none;}
  .news-list .alist-dcover li .main{width:100%;}
  .news-list .alist-dcover li .main .cover{width:26%;margin-right:0;}
}

@media screen and (max-width: 767px){
  .news-list .alist-dcover li .main .info .tit{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  .page-news-detail .pwrap .pbody{padding:0;}
  .page-news-detail .article .article-head{padding:0 0 20px;}
  .page-news-detail .article .article-head{text-align: left;}
  .page-news-detail .article .article-head h1{padding:0;font-size:1.5rem;font-weight: 400;}
}
@media screen and (max-width: 480px){
  .news-list .alist-dcover li .main .cover{width:40%;}
  .news-list .alist-dcover li .main .info{width:60%;margin-left:0;padding-left:18px;}
  .news-list .alist-dcover li .main .info .tit{font-size:16px;white-space: wrap;text-overflow: ellipsis;}
  .news-list .alist-dcover li .main .info .txt{display: none;font-size: 13px;line-height: 20px;height: 40px;overflow: hidden;}       
}

/*cases module*/

.cases-stats {display: flex;justify-content: space-between;height: 111px;background-image: linear-gradient(0deg, #eeeffb 0, #fff 100%), linear-gradient(#fff, #fff);  background-blend-mode: normal, normal;box-shadow: 0 0 16px 0 rgba(72, 117, 229, 0.5);border-radius: 6px;margin-bottom:100px;position: relative;align-items: center }
.cases-stats .item {width: 230px;border-right: 1px solid #d6d9e2;display: flex;flex-direction: column;align-items: center;}
.cases-stats .num {font-size: 20px;color: #0068B7;text-align: center;}
.cases-stats .num b {font-size: 28px;}
.cases-stats .name {width: 100%; font-size: 16px;color: #676767;text-align: center;}

.page-cases .pwrap{padding:0 0 60px;}
.page-cases .pwrap .phead{margin-bottom: 30px;}
.page-cases .pwrap .phead h2{line-height: 1;font-size:2rem;text-align:center;}
.page-cases .pwrap .pbody{margin-top:80px;}

.cases-list ul{margin-left:-15px;margin-right: -15px;}
.cases-list .alist-item{width:calc(25% - 24px);margin: 0 15px 24px;padding-top:4px;} 
.cases-list ul li.alist-item a{height:100%;padding:10px 10px;border-radius: 8px;background-color: #ffffff;overflow: hidden;transition: all ease 0.5s;}
.cases-list ul li.alist-item .cover{position: relative;overflow: hidden;min-height:11rem;max-height: 12rem;}
.cases-list ul li h5.tit{margin-top:10px;line-height: 1.5;} 
.cases-list ul li h5.tit span{padding:2px 0;background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #0068B7 0%);background-size: 0 100%;background-repeat: no-repeat;display: inline;transition: all 0.45s ease-in-out;}
.cases-list ul li a:hover{border:0 #CCC solid;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.04);}
.cases-list .alist-item a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.cases-list .alist-item a:hover h5.tit span{/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);transform: translateY(-10px);*/background-size: 100% 100%;}

.cases-list .pagers{margin-top:30px;}

.page-cases-detail .pwrap .wrapper{background:#FFF;padding:0 20px 80px;box-sizing: border-box;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);}
.page-cases-detail .pwrap .phead{margin-bottom:30px;}
.page-cases-detail .pwrap .phead .msub-info {text-align: left;padding-bottom: 24px;background: url(../images/about_h2.png) 0 bottom no-repeat;}
.page-cases-detail .pwrap .pbody {margin-top:50px; padding:0 20px;}

@media screen and (max-width: 1280px){
  .cases-list .alist-item{width:calc(33.333% - 20px);margin:0 10px 20px;}
}

@media screen and (max-width: 960px){
  

}

@media screen and (max-width: 767px){
  .cases-list .alist-item{width:calc(50% - 20px);margin:0 10px 20px;}
  .cases-list ul li.alist-item .cover{height: 8rem;}
  .cases-list .alist-pcover .alist-item .info{margin-top:10px;padding:0 10px 18px;}
  .cases-list .alist-pcover .alist-item .info h5{font-size:16px;}
  .page-cases-detail .pwrap .pbody{padding:0;}
  .page-cases-detail .article .article-head{padding:0 0 20px;}
  .page-cases-detail .article .article-head{text-align: left;}
  .page-cases-detail .article .article-head h1{padding:0;font-size:1.5rem;font-weight: 400;}
}

@media screen and (max-width: 480px){
}

/*Search Page*/

.page-search .phead .ptit{font-size:26px;font-weight: 600;text-align: center;}
.page-search .phead .search-form{margin-top:30px}

.search-form .b-search {max-width: 560px;width: 100%;margin: 0 auto;margin-top: 10px;position: relative;height: 54px;padding-left: 15px;padding-right: 15px;}
.search-form .input-group {position: relative;display: table;border-collapse: separate;}
.b-search .form-control {height: inherit;border-radius: 0;padding: 0 115px;font-size: 16px;padding-left: 15px;color: #555555;background: #fff;border: 1px solid #ccc;width: 100%;box-sizing: border-box;}
.b-search a.btn-b-search {position: absolute;top:0;right: 35px;z-index: 4;height: inherit;line-height: 54px;padding-left: 20px;}
.b-search a.btn-b-search i {font-size: 26px;color: #999;}

.so-result{width:70%;margin:0 auto;}
.so-result .so-result-head{border-bottom: 1px solid rgb(224, 224, 224);margin-bottom: 30px;padding:0 6px;color: #666;font-size: 18px;line-height: 2;}
.so-result .so-result-head .filter-word{font-weight: 600;}
.so-result .nodata{padding:80px 0;text-align: center;font-size:18px;display: none;}
.so-result .nodata .search-kwd{padding:0 14px;font-weight: 600;}
.so-result .loading{display: flex;justify-content: center;align-items: center;padding:80px 0;font-size:20px;}
.so-result .loading .txt{padding-left:20px;}

.so-list{margin-top:10px;padding-bottom:120px;}
.so-list-item{background: none;border-bottom: 1px solid rgb(224, 224, 224);padding: 0 12px 25px;margin-bottom:20px;}
.so-list-item .link a{font-size:18px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 500px;display: block;}
.so-list-item .tit{margin-top:8px;font-size: 20px;margin-bottom: 5px;}
.so-list-item .descr{margin-top:12px;font-size: 14px;color:#666;}
.so-list-item a:hover{text-decoration: underline;}

@media screen and (max-width: 480px){
  .page-search .so-result{width:100%;}
}