@charset "UTF-8";


/*html, body { position: relative; height: 100%; }*/

/*.page { width: 100%; height: 100%; margin-left: auto; margin-right: auto;}*/

.headD{ height: 96px; }

.head { position: fixed; left: 0; top: 0; width: 100%; height: 96px; z-index: 6; background: #fff; box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);}
.head:hover{ background: #fff; }
.head .wal{ height: 96px; position: relative; }
.head.hide{ top: -96px; }
/*.head.hov{ background: #fff; position: relative; }*/
.head .topLeft{ position:absolute; left: 0.6rem; top: 0; height: 96px; z-index:1;}
.head .logo{ width: 272px; height: 96px; overflow: hidden; display: block; position: relative;}
.head .logo:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -18px; width: 1px; height: 36px; background: #e5e5e5; }
.head .logo img{ width: 243px; position: absolute; left: 0; top: 50%; margin-top: -12px; }
.head .tel{ padding-left: 25px; color: #333; padding-top: 30px; }
.head .tel p{ font-size: 14px; line-height: 14px; padding-bottom: 8px; }
.head .tel .num{ font-size: 18px; line-height: 18px; /*font-family: bold;*/ }

.head .topRight{ position: absolute; right: 50px; top: 0; z-index: 1; }
.head .pjDiv{ padding-top: 31px; padding-left: 20px; }
.searchbtn{ padding-right: 15px; }
.searchbtn a{ display: block; position: relative; width: 34px; height: 34px; border-radius: 50%; }
.searchbtn img{ position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; }

.head .lan{ width: 112px; height:34px; line-height:34px; position: relative; z-index: 5; box-sizing:border-box;/* background: #ba1e21;*/ border-radius: 24px;}
.head .lan .name{ height: 34px; width: 100%; box-sizing: border-box; position: absolute; left: 0; top:0; z-index: 2; cursor: pointer; padding-left: 50px; color: #222; font-size: 16px; text-transform: uppercase; border-top-left-radius: 4px; border-top-right-radius: 4px;}
.head .lan .name:before{ content: ''; width: 20px; height: 20px; position: absolute; left: 18px; top: 50%; margin-top: -10px; background: url(/images/nimg20_2.png) no-repeat; }
.head .lan .name:after{ content: ''; position: absolute; right: 18px; top: 50%; margin-top: -3px; width: 8px; height: 5px; background: url(/images/ico1.png) center no-repeat; }
.head .lan dl{ padding: 10px 0; position:absolute; z-index: -1; left: 0; top:34px; width:100%; display:none; background: #0075cf; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.head .lan a{ display:block; height:36px; line-height:36px; padding-left: 50px; color:#fff; font-size: 14px; text-transform: uppercase;}
.head .lan a:hover{ text-decoration: underline;}
.head .lan.on .name{ background: #0075cf; color: #fff; }
.head .lan.on .name:before{ background: url(/images/nimg20_2on.png) no-repeat;}
.head .lan.on .name:after{ background: url(/images/ico1on.png) center no-repeat; }

.pageHead{ position: absolute; }

#page{ position:relative;}
/*.page .swiper-pagination{ position:absolute; z-index:10!important; width: 12px; margin-bottom: 0; transform: translateY(-50%); left: auto!important; right:0.5rem!important; top: 50%!important; margin-left: 0px!important;} 
.page .swiper-pagination-bullet{ cursor: pointer; display:block; border-radius: 50%; width: 12px; height: 12px; border: rgba(255,255,255,0.7) solid 2px; margin: 0.14rem 0; }
.page .swiper-pagination-bullet-active { background: #fff; border: #fff solid 2px;}

.page .swiper-pagination.on .swiper-pagination-bullet{ border: #b6b6b6 solid 2px; }
.page .swiper-pagination.on .swiper-pagination-bullet-active{ background: #e7161a; border: #e7161a solid 2px;}*/


.nav li { float: left; padding: 0 0.35rem; }
.nav a.name { display: block; height: 96px; line-height: 96px; position: relative; font-size: 18px; color: #222; }
.nav a.name:hover, .nav a.name.on{ color: #0075cf!important; }

.head-search { width: 100%; position: fixed; left: 0; top: 96px; background: #fff; z-index: 8; padding: 70px 0; display: none; border-top: 1px solid #d9d9d9;
  /* input placeholder  */}
.head-search .search-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.head-search .box-icon{ position: absolute; left: 0; top: 0; line-height: 56px; }
.head-search input { flex: 1; overflow: hidden; line-height: 56px; margin-left: 50px; font-size: 15px; color: #999;}
.head-search ::-webkit-input-placeholder { /* WebKit browsers */ color: #999999; font-size: 15px;}
.head-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999999; font-size: 15px;}
.head-search ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999; font-size: 15px;}
.head-search :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999999; font-size: 15px;}
.head-search .box-hiden { position: absolute; cursor: pointer; right: 0; top: 50%; z-index: 10; width:20px; height:20px; margin-top: -10px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.head-search .box-hiden:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
  .nav .list { position: fixed; top: 100px; width: 170px; min-height: .8rem; opacity: 0; visibility: hidden; }
  .nav .list dl{ padding: 10px 0; position: relative; left: -45px; background: #fff; border-radius: 6px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);}
  .nav li:nth-child(2) .list dl{ left: -37px; }
  .nav .list dd{ padding:0 10px 12px;}
  .nav .list a { display: block; color: #222; text-align: center; line-height: 24px; font-size: 16px; position: relative; }
  .nav .list a:hover { color: #0075cf; }
  .nav li:hover a.name { color: #0075cf; }
  .nav li:hover .list { opacity: 1; visibility: visible; top: 90px;}
}

/*index*/
@media screen and (min-width: 1024px) {
  #page { height: 100vh; position: relative; overflow: hidden; }
  .pageSlide { height: 100vh; overflow: hidden; /*padding-top: 100px;*/ }
  .pageSlide.footBox { height: 620px; padding-top: 120px; }

  /*.slideUp {
    opacity: 0;
    transition: All 0.6s ease-out;
    -webkit-transition: All 0.6s ease-out;
    -moz-transition: All 0.6s ease-out;
    -o-transition: All 0.6s ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px); }

  .pageSlide.swiper-slide-active .slideUp {
    opacity: 1;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0); }

  .slideLeft {
    opacity: 0;
    transition: All 0.6s ease-out;
    -webkit-transition: All 0.6s ease-out;
    -moz-transition: All 0.6s ease-out;
    -o-transition: All 0.6s ease-out;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px); }

  .pageSlide.swiper-slide-active .slideLeft {
    opacity: 1;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }

  .slideRight {
    opacity: 0;
    transition: All 0.6s ease-out;
    -webkit-transition: All 0.6s ease-out;
    -moz-transition: All 0.6s ease-out;
    -o-transition: All 0.6s ease-out;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px); }

  .pageSlide.swiper-slide-active .slideRight {
    opacity: 1;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0); }

  .pageSlide.swiper-slide-active .slideDelay2 {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s; }
  .pageSlide.swiper-slide-active .slideDelay3 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s; }
  .pageSlide.swiper-slide-active .slideDelay4 {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s; }
  .pageSlide.swiper-slide-active .slideDelay5 {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s; }
  .pageSlide.swiper-slide-active .slideDelay6 {
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s; } */
  }

@-webkit-keyframes slideIndUp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes slideIndUp {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes slideIndRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes slideIndRight {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

/*<!---->*/


  .pageSlide.swiper-slide-active .slideUp {
    -webkit-animation-name: slideIndUp;
    animation-name: slideIndUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    }
  
  .pageSlide.swiper-slide-active .slideRight {
    -webkit-animation-name: slideIndRight;
    animation-name: slideIndRight;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    }

  .pageSlide.swiper-slide-active .slideDelay2 {
    animation-delay: 0.6s; -webkit-animation-delay: 0.6s;}
  .pageSlide.swiper-slide-active .slideDelay3 {
    animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
  .pageSlide.swiper-slide-active .slideDelay4 {
    animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
  .pageSlide.swiper-slide-active .slideDelay5 {
    animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
  .pageSlide.swiper-slide-active .slideDelay6 {
    animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }

.pageSlide { position: relative; background: center no-repeat; background-size: cover; }

.indexP1 .indexBox, .indexP2 .indexBox, .indexP3 .indexBox{ width: 100%; }

.ind-banner{width: 100%; overflow: hidden; z-index: 1;} 
.ind-banner .swiper-slide {position: relative; height: 100vh;}
.ind-banner .swiper-slide .img{ height: 100vh; position: absolute; left: 0; top: 0; width: 100%;}
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .one{ position: absolute; left: 0; width: 100%; text-align: center; top: 35%; transform: translateY(-65%); z-index: 2; color: #000;} 
.ind-banner .one .txt{ padding-bottom: 0.2rem; font-size: 0.48rem; line-height: 0.6rem; letter-spacing: 5px; }
.ind-banner .one .wen{ font-size: 0.6rem; line-height: 0.6rem;}
.ind-banner .one .en{ padding-top: 0.4rem; font-size: 0.2rem; /*font-family: light;*/ line-height: 0.3rem; text-transform: uppercase; display:none; }
.ind-banner .two{ position: absolute; left:50%; margin-left:-7.68rem; width: 100%; top: 35%; transform: translateY(-65%); z-index: 2; color: #000;} 
.ind-banner .two .txt{ padding-bottom: 0.2rem; font-size: 0.48rem; line-height: 0.6rem; letter-spacing: 10px; }
.ind-banner .two .wen{ font-size: 0.6rem; line-height: 0.6rem;}
.ind-banner .two .en{ padding-top: 0.4rem; font-size: 0.2rem; /*font-family: light;*/ line-height: 0.3rem; text-transform: uppercase; display:none;}
.ind-banner .three{ position: absolute; left: 50%; margin-left: -7.68rem; top: 40%; transform: translateY(-60%); z-index: 2;} 
.ind-banner .three .txt{ font-size: 0.48rem; line-height: 0.64rem; color: #fff; }
.ind-banner .three .en{ padding-top: 0.25rem; font-size: 0.16rem; /*font-family: light;*/ line-height: 0.3rem; text-transform: uppercase; color: rgba(255,255,255,0.8);}
.ind-banner .four{ position: absolute; left: 0; width: 100%; text-align: center; top: 40%; transform: translateY(-60%); z-index: 2;} 
.ind-banner .four .txt{ font-size: 0.48rem; line-height: 0.64rem; color: #fff; }
.ind-banner .four .en{ padding-top: 0.25rem; font-size: 0.16rem; /*font-family: light;*/ line-height: 0.3rem; text-transform: uppercase; color: rgba(255,255,255,0.8);}

.ind-banner .swiper-pagination { display: block; bottom: 50px!important; left: 50%!important; width: auto!important; text-align: center; transform: translateX(-50%); -o-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.ind-banner .swiper-pagination:before{ content: ''; position: absolute; top: 50%; left: 50%; width: calc(100% - 20px); height: 1px; background: #fff; transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); }
.ind-banner .swiper-pagination .swiper-pagination-bullet { position: relative; width: 10px; height: 10px; box-sizing: border-box; margin: 0 0.55rem!important; border: solid 2px #fff; border-radius: 50%; background: none; opacity: 1;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:after{ content: ''; position: absolute; top: 50%; left: 50%; width: 26px; height: 26px; background: #a8aeb0; border: solid 1px #fff; opacity: 0; border-radius: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.ind-banner .swiper-pagination .swiper-pagination-bullet:before{ content: ''; position: absolute; top: 50%; left: 50%; width: 34px; height: 36px; margin: -18px 0 0 -17px; background: url(/images/ico3.png) no-repeat center; background-size: 100%; opacity: 0; transform: rotate(-90deg); -o-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.ind-banner .swiper-pagination .swiper-pagination-bullet:hover::after { opacity: 0.5;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:first-of-type { margin: 0 0.55rem 0 0!important;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:last-of-type{ margin: 0 0 0 0.55rem!important; }
.ind-banner .swiper-pagination .swiper-pagination-bullet-active::after { display: none;}
.ind-banner .swiper-pagination .swiper-pagination-bullet-active::before { opacity: 1; transform: rotate(0); -o-transform: rotate(0); -moz-transform: rotate(0); -webkit-transform: rotate(0);}

.indexTxt .cn{ font-size: 0.48rem; line-height: 0.48rem; color: #222; font-weight: bold; }
.indexTxt .en{ font-size: 0.3rem; line-height: 0.3rem; color: #0075cf; padding-top: 0.15rem; /*font-family: light;*/ text-transform: uppercase; display:none; }

.indexTop{ position: relative; }
.indMore a{ display: block; position: relative; text-align: center; overflow:hidden; text-transform: uppercase; width: 1.52rem; height: 0.48rem; line-height: 0.48rem; border-radius: 0.48rem; color: #fff; font-size: 16px; /*font-family: bold;*/ }
.indMore em{ position:relative; z-index:1;}
.indMore img{ padding-left: 12px; }

.indMore a:after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg,#137fd2 0,#0e62aa);
	transition: 0.5s;
}
.indMore a:hover:after{ width:100%;}
.indMore a:hover img{ padding-left:20px;}

.indexP1 { position: relative; background: center no-repeat; background-size: cover;}
.indexP1 .rightImg{ position: absolute; right: 0; top: 50%; margin-top: -3.84rem; width: 50%; height: 7.68rem; z-index: 5; border-top-left-radius: 0.96rem; background: center no-repeat; background-size: cover; overflow: hidden; }
.indexP1 .rightImg img{ width: 100%; }
.indexP1 .conDiv{ width: 6.2rem; }
.indexP1 .title{ font-size: 0.36rem; line-height: 0.36rem; padding-top: 1.0rem; font-weight: bold;}
.indexP1 .title em{ display: inline-block; background-image:-webkit-linear-gradient(left,#2e77b5,#0d7cd1);
 background-image:linear-gradient(to right,#2e77b5,#0d7cd1); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.indexP1 .content{ margin-top: 0.35rem; line-height: 0.36rem; font-size: 0.16rem; color: #555; text-align: justify; }
.indexP1 .indMore{ padding-top: 0.45rem; }

.indexP2 .toptop{ height: 23vh; padding-top: 8vh; }
.indexP2 .indMore{ position: absolute; right: 0; bottom: 0;}
.indexP2 .botbot{ height: 77vh; }
.indexP2 .botbot ul{display: flex; display: -webkit-flex;}
.indexP2 li { float:left; width: 25%; height: 77vh; overflow: hidden;}
.indexP2 li a{ display: block; width: 100%; height: 100%; position: relative; z-index: 1; }
.indexP2 li a:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.indexP2 li .pic{ height:100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.indexP2 li .pic img{ width: 100%; }
.indexP2 li .botDiv{ position: absolute; left: 0; bottom: -2.4rem; width: 100%; height: 2.4rem; background: rgba(0,102,183,0.95); z-index: 3;}
.indexP2 li .layer{ position: absolute; left: 0.65rem; top: 0; height: 100%; z-index: 2;}
.indexP2 li .logo{ padding-top: 1.2rem; height: 2.4rem; }
.indexP2 li .cn{ color: #fff; font-size: 0.3rem; line-height: 0.3rem; height: 0.55rem; }
.indexP2 li .en{ display:none; font-size: 0.18rem; color: rgba(255,255,255,0.6); text-transform: uppercase; line-height: 0.24rem;/* font-family:bold;*/ width: 2.0rem;}
.indexP2 li .ico{ position: absolute; left: 0; bottom: 20%; width: 47px; height: 33px; border-radius: 24px; border: #fff solid 2px; background: url(/images/ico4.png) center no-repeat; }
.indexP2 li .l7Div{ padding: 0.6rem 0.8rem 0; }
.indexP2 li .botDiv .name{ color: #fff; font-size: 0.3rem; line-height: 0.3rem; height: 0.6rem;}
.indexP2 li .botDiv .content{ font-size: 0.16rem; line-height: 0.36rem; height: 0.72rem; color: #fff; }
.indexP2 li .botDiv .ico{ left: auto; right: 0.8rem; top: 0.6rem; }
.indexP2 li:hover { width: 50%; }
.indexP2 li:hover .layer{ opacity: 0; }
.indexP2 li:hover a:before{ opacity: 0; }
.indexP2 li:hover .botDiv{ bottom: 0; }



.indexP3 .indexBox{ position: relative; }
.indexP3 .indMore{ position: absolute; right: 0; bottom: 0;}
.indexP3 .list{ padding-top: 0.7rem; }
.indexP3 .list ul{ display: block; width: auto; margin-right: -0.6rem; }
.indexP3 .list li{ float: left; width: 33.33%; }
.indexP3 .list li .box{ margin-right: 0.6rem; }
.indexP3 .list li .imgDiv{ height: 2.96rem; overflow: hidden; }
.indexP3 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP3 .list li .botDiv{ height: 3.2rem; background: #f5f6f7; padding: 0.36rem 0.4rem 0; }
.indexP3 .list li .name{ font-weight: bold; line-height: 0.36rem; height: 0.72rem; overflow: hidden; font-size: 0.22rem; color: #333; }
.indexP3 .list li .content{ margin-top: 0.2rem; font-size: 0.16rem; color: #555; line-height: 0.3rem; height: 0.6rem; overflow: hidden; }
.indexP3 .list li .time{ padding-top: 0.6rem; font-size: 0.18rem; color: #bdbdbe; line-height: 0.18rem;/* font-family: regular;*/ }
.indexP3 .list li .box:hover{ box-shadow: 0px 8px 40px 0px rgba(49, 59, 69, 0.12);}
.indexP3 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP3 .list li .box:hover .botDiv{ background: #fff; }
.indexP3 .list li .box:hover .name{ color: #0075cf; }
.indexP3 .list li .box:hover .time{ color: #0075cf;}
.indexP3 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.8rem;}
.indexP3 .swiper-pagination-bullet { position: relative; width: 8px; height: 8px; opacity: 1; border-radius: 50%; border: #0075cf solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.indexP3 .swiper-pagination-bullet-active { width: 20px; border-radius: 24px; background: #0075cf;}

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footBox{ position: relative; background: #f5f6f7; padding-top: 120px; height: 620px; }
.footBox .leftDiv{ width: 4.0rem; }
.footBox .logo{ padding-bottom: 45px; }
.footBox .links{ clear: both; width:250px; position: relative; }
.footBox .links .name{ background: #fff; height: 48px; line-height: 48px; font-size: 16px; color: #555; padding-left: 25px; position: relative; cursor:pointer;}
.footBox .links .name:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -4px; width: 38px; height: 8px; background:url(/images/selectIco.png) center no-repeat;}
.footBox .links:hover .name{ color:#fff; background-image: linear-gradient(left,#015aa5,#0075cf);
    background-image: -webkit-linear-gradient(left,#015aa5,#0075cf);
    background-image: -moz-linear-gradient(left,#015aa5,#0075cf);
    background-image: -o-linear-gradient(left,#015aa5,#0075cf);
    background-image: linear-gradient(to right,#015aa5,#0075cf);
  background-image: -webkit-linear-gradient(to right,#015aa5,#0075cf);
    background-image: -moz-linear-gradient(to right,#015aa5,#0075cf);
    background-image: -o-linear-gradient(to right,#015aa5,#0075cf); }
.footBox .links:hover .name:after{ background:url(/images/selectIcoon.png) center no-repeat;}
.footBox .links dl{position:absolute; z-index:2; left:0; top:48px; width:100%; display:none;}
.footBox .links dd{ margin-top: 1px; }
.footBox .links a{ display:block; height: 44px; line-height: 44px; padding-left: 25px; overflow: hidden; background: #fff; color:#666; font-size: 14px;}
.footBox .links a:hover{ color: #0075cf;}
.footBox .links2{ position:relative; left:-10px; font-size:14px; line-height:50px; color:#555; margin-right:10px;}
.footBox .links2 a{ padding:0 10px; color:#555;}
.footBox .links2 a:hover{ color: #0075cf;}

.footNav li{ padding-right:0.8rem; float: left; }
.footNav li:last-child{ padding-right:0; }
.footNav li h2{ font-weight: 400; font-size: 22px; height: 58px; line-height: 22px; }
.footNav li h2 a{ display: block; color: #222; }
.footNav li dd a{ display: block; line-height: 46px; color: #555; font-size: 16px; }
.footNav li dd a:hover{ color: #0075cf;}
.footBox .botbot{ position: absolute; z-index: 1; left: 50%; margin-left: -7.68rem; width: 15.36rem; bottom: 50px; }
.footBox .msg{ color: #555; font-size: 14px; line-height: 50px; }
.footBox .msg a{ color: #555; }
.footBox .msg a:hover{ color: #0075cf;}
.footBox .share{ padding-top: 10px; }
.footBox .share li{ float: left; margin-left: 0.3rem; }
.footBox .share li a{ display: block; width: 22px; height: 19px; position: relative; }
.footBox .share li img{ position: absolute; left: 0; top: 0; }
.footBox .share li .img1{ opacity: 0; }
.footBox .share li:hover img{ opacity: 0; }
.footBox .share li:hover .img1{ opacity: 1; }

.dubNav { cursor: pointer; border-bottom: #e0e1e2 solid 1px; height: 0.98rem; line-height: 0.98rem; color: #222; font-size: 0.32rem;}
.dubNav1{ background: url(/images/ico5.png) right center no-repeat; background-size: 0.32rem;}
.dubNav a{ display: block; color: #222; }
.durrentDt { background: url(/images/ico5on.png) right center no-repeat; background-size: 0.32rem;}
.davContent { display: none; padding: 0.1rem 0;}
.davContent a { display: block; padding-left: 0.4rem; height: 0.8rem; line-height: 0.8rem; color: #555; font-size: 0.28rem;}


.pageBanner{ height: 5.44rem; position: relative; z-index: 0;}
.pageBanner .bg{ width: 100%; height: 5.44rem; background: center no-repeat; background-size: cover;}
.pageBanner .txt{ font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; color: #fff; }
.pageBanner .txt2{ color: #000; }

.about{ padding-top: 0.7rem; }
.about .content{ padding-bottom: 0.8rem; font-size: 0.18rem; color: #555; line-height: 0.36rem; text-align: justify; }
.about .imgDiv{ overflow:hidden;}
.about .imgDiv img{ width: 100%;}
.about .imgDiv:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.duty .leftDiv{ width: 8.75rem; }
.duty .leftDiv .content{ padding-top: 0.6rem; font-size: 0.18rem; color: #555; line-height: 0.34rem; text-align: justify;}

.duty .rightDiv{ width: 5.44rem; position: relative; }
.duty .rightDiv .imgDiv img{ width: 100%; }
.duty .rightDiv .layer{ position: absolute; left: 0.6rem; top: 0.9rem; z-index: 1; }
.duty .rightDiv .cn{ color: #fff; font-size: 0.24rem; line-height: 0.42rem; }
.duty .rightDiv .en{ display:none; color: rgba(255,255,255,0.6); font-size: 0.14rem; text-transform: uppercase; /*font-family: regular;*/ padding-top: 0.3rem; }

.pageMxf{ position: relative; }
.pageMxf .indMore{ position: absolute; right: 0; bottom: 0; z-index: 1; }

.culture{ padding-top: 0.75rem; }
.culture .leftDiv{ width: 5.76rem; position: relative; overflow: hidden;}
.culture .leftDiv .imgDiv img{ width: 100%; }
.culture .leftDiv .layer{ position: absolute; left: 0.45rem; top: 0.6rem; z-index: 1; color: #fff; }
.culture .leftDiv .wen{ font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.2rem; }
.culture .leftDiv .txt{ font-size: 0.3rem; line-height: 0.36rem; font-weight: bold; }
.culture .leftDiv:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1); }
.culture .rightDiv{ width: 9.28rem; }
.culture .rightDiv ul{ margin-right: -0.32rem; }
.culture .rightDiv li{ float: left; width: 50%; margin-bottom: 0.32rem; }
.culture .rightDiv li:last-child{ width: 100%; margin-bottom: 0; }
.culture .rightDiv li .box{ margin-right: 0.32rem; height: 2.96rem; background-color: #f8f9f9; padding: 0.6rem 0.48rem 0;}
.culture .rightDiv li .wen{ font-size: 0.18rem; line-height: 0.18rem; color: #555; padding-bottom: 0.2rem;}
.culture .rightDiv li .txt{ font-size: 0.3rem; line-height: 0.36rem; color: #333; font-weight: bold; }
.culture .rightDiv li:nth-child(1) .box{ background-image: url(/images/nimg258Bg.png); background-position: right bottom; background-repeat: no-repeat; background-size: 2.58rem; }
.culture .rightDiv li:nth-child(2) .box{ background-image: url(/images/nimg258Bg2.png); background-position: right bottom; background-repeat: no-repeat; background-size: 2.58rem; }
.culture .rightDiv li:nth-child(3) .box{ background-image: url(/images/nimg312Bg.png); background-position: right bottom; background-repeat: no-repeat; background-size: 3.12rem; }
.culture .rightDiv li .box:hover{  background-image: linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -webkit-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -moz-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -o-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: linear-gradient(to bottom,#0d7cd1,#0e62aa);
  background-image: -webkit-linear-gradient(to bottom,#0d7cd1,#0e62aa);
    background-image: -moz-linear-gradient(to bottom,#0d7cd1,#0e62aa);
    background-image: -o-linear-gradient(to bottom,#0d7cd1,#0e62aa); background-size:cover;}
.culture .rightDiv li .box:hover .wen, .culture .rightDiv li .box:hover .txt{ color: #fff; }

.newsPic{ background: #f5f6f7; position: relative; }
.newsPic .list{ overflow: hidden; }
.newsPic .imgDiv{ width: 7.68rem; height: 4.8rem; overflow: hidden;}
.newsPic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsPic .conDiv{ width: 50%; box-sizing: border-box; padding: 0.9rem 1.0rem 0; }
.newsPic .time{ font-size: 0.16rem; color: #bdbdbe; line-height: 0.3rem; /*font-family: bold;*/ padding-bottom: 0.4rem; }
.newsPic .time b{ font-size: 0.3rem; line-height: 0.3rem; color: #0075cf; }
.newsPic .name{ font-weight: bold; line-height: 0.36rem; font-size: 0.3rem; color: #333; height: 1.08rem; overflow: hidden; }
.newsPic .content{ line-height: 0.32rem; color: #666; font-size: 0.16rem; height: 0.64rem; overflow: hidden; margin-top: 0.2rem;}
.newsPic li:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.newsPic li:hover .name{ color: #0075cf; }
.newsPic .swiper-container-horizontal>.swiper-pagination-bullets{ left: 8.68rem; width: auto; bottom: 0.65rem; text-align: left; }
.newsPic .swiper-pagination-bullet{ width: 8px; height: 8px; background: #a5abb6; border-radius: 50%; opacity: 1; margin: 0 0.2rem 0 0!important;}
.newsPic .swiper-pagination-bullet-active{ background: #0075cf; }

.news{ padding-top: 0.65rem; }
.news .list li{ margin-bottom: 0.4rem; }
.news .list li a{ display: block; position: relative; height: 1.2rem; background: #f5f6f7; padding: 0.4rem 1.6rem 0 2.3rem; }
.news .list li .time{ position: absolute; left: 0.4rem; top: 0.4rem; font-size: 0.22rem; color: #333; line-height: 0.4rem; /*font-family: bold;*/ }
.news .list li .name{ height: 0.4rem; line-height: 0.4rem; font-size: 0.22rem; overflow: hidden; color: #333; font-weight: bold; }
.news .list li .content{ display:none; margin-top: 0.1rem; font-size: 0.16rem; line-height: 0.3rem; height: 0.6rem; color: #555; overflow: hidden; }
.news .list li .more{ opacity: 0; position: absolute; right: 0; top: 0; width: 0.44rem; height: 100%; background-image: linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -webkit-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -moz-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -o-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: linear-gradient(to bottom,#0d7cd1,#0e62aa);
  background-image: -webkit-linear-gradient(to bottom,#0d7cd1,#0e62aa);
    background-image: -moz-linear-gradient(to bottom,#0d7cd1,#0e62aa);
    background-image: -o-linear-gradient(to bottom,#0d7cd1,#0e62aa); }
.news .list li .more:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 26px; height: 18px; margin-left: -13px; margin-top: -9px; background: url(/images/nimg26_1.png) no-repeat; }
.news .list li a:hover{ background: #fff; box-shadow: 0px 8px 40px 0px rgba(49, 59, 69, 0.12); }
.news .list li a:hover .more{ width: 0.88rem; opacity: 1; }
.news .list li a:hover .name{ color: #0075cf; }

.newsTop{ padding: 1.1rem 0 0.5rem; background-image: linear-gradient(left,#015aa5,#0075cf);
    background-image: -webkit-linear-gradient(left,#015aa5,#0075cf);
    background-image: -moz-linear-gradient(left,#015aa5,#0075cf);
    background-image: -o-linear-gradient(left,#015aa5,#0075cf);
    background-image: linear-gradient(to right,#015aa5,#0075cf);
  background-image: -webkit-linear-gradient(to right,#015aa5,#0075cf);
    background-image: -moz-linear-gradient(to right,#015aa5,#0075cf);
    background-image: -o-linear-gradient(to right,#015aa5,#0075cf); }
.newsTop .name{ padding-bottom: 0.35rem; font-size: 0.36rem; line-height: 0.54rem; color: #fff; font-weight: bold; }
.newsTop .botbot{ overflow: hidden; }
.newsTop .time{ padding-left: 28px; font-size: 15px; color: #fff; background: url(/images/nimg14_2.png) left center no-repeat; }
.newsTop .share li{ float: left; margin-left: 24px; opacity:0.5; }
.newsTop .share li:hover{ opacity:1;}

.newShow{ padding: 0.9rem 0 1.2rem; }
.newShow .content{ font-size: 0.18rem; color: #555; line-height: 0.36rem; padding-bottom: 0.6rem; }
.newShow .imgDiv{ text-align: center; }
.newShow .content img{ max-width: 12.0rem; }

.pageDown{ border-top: #eee solid 1px; padding-top: 48px; position: relative; padding-right: 190px;}
.pageDown .list li{ font-size: 16px; }
.pageDown .list li a{ color: #333; display: block; line-height: 42px; height: 42px; overflow: hidden; }
.pageDown .list li a:hover{ color: #0075cf; }
.pageDown .btnDiv{ position: absolute; right: 0; top: 60px; }
.pageDown .btnDiv a{ display: block; overflow:hidden; position: relative; width: 168px; text-align: center; height: 48px; line-height: 48px; font-size: 15px; color: #fff; border-radius: 48px; background-image: linear-gradient(left,#015aa5,#0075cf);
    background-image: -webkit-linear-gradient(left,#015aa5,#0075cf);
    background-image: -moz-linear-gradient(left,#015aa5,#0075cf);
    background-image: -o-linear-gradient(left,#015aa5,#0075cf);
    background-image: linear-gradient(to right,#015aa5,#0075cf);
  background-image: -webkit-linear-gradient(to right,#015aa5,#0075cf);
    background-image: -moz-linear-gradient(to right,#015aa5,#0075cf);
    background-image: -o-linear-gradient(to right,#015aa5,#0075cf); }
.pageDown .btnDiv img{ margin-right: 12px; position: relative; top: -2px;}
.pageDown .btnDiv em{ position:relative; z-index:1;}

.pageDown .btnDiv a:after{
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg,#137fd2 0,#0e62aa);
	transition: 0.5s;
}
.pageDown .btnDiv a:hover:after{ width:100%;}

.investorP1{ padding: 1.2rem 0 0.9rem; border-bottom: #eee solid 1px; }
.investorP1 .leftDiv{ width: 3.7rem; }
.investorP1 .name{ color: #333; font-size: 0.3rem; line-height: 0.3rem; /*font-family: bold;*/ padding-bottom: 0.35rem;}
.investorP1 .mxf{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; }
.investorP1 .num{ font-size: 0.72rem; color: #000; /*font-family: bold;*/ line-height: 0.6rem; padding-right: 0.2rem; }
.investorP1 .wen{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; text-transform: uppercase; font-size: 0.18rem; line-height: 0.18rem; color: #eb3939; /*font-family: regular;*/ }
.investorP1 .wen2{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; text-transform: uppercase; font-size: 0.18rem; line-height: 0.18rem; color:#33a623; /*font-family: regular;*/}
.investorP1 .wen img, .investorP1 .wen2 img{ margin-left: 5px; }

.investorP1 .rightDiv{ width: 11.6rem; overflow: hidden; }
.investorP1 .tips{ text-align: right; font-size: 14px; line-height: 14px; color: #999; padding-bottom: 0.45rem; }
.investorP1 .list li{ float: left; position: relative; padding: 0 0.95rem;}
.investorP1 .list li:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #ddd; }
.investorP1 .list li:first-child{ padding: 0 0.95rem 0 0; }
.investorP1 .list li:last-child{ padding: 0 0 0 0.95rem; }
.investorP1 .list li:last-child:after{ display: none; }
.investorP1 .list li p{ font-size: 0.16rem; line-height: 0.16rem; height: 0.3rem; }
.investorP1 .list li .txt{/* font-family: regular;*/ font-size: 0.36rem; line-height: 0.36rem; color: #333; }

.investorP2{ padding: 0.95rem 0 1.2rem; }
.secondTab{ text-align: center; padding-bottom: 0.7rem; overflow: hidden;}
.secondTab ul{ font-size: 0; }
.secondTab li{ display: inline-block; }
.secondTab li .box{ margin: 0 15px;}
.secondTab li .box a{ display: block; width: 1.92rem; height: 0.64rem; line-height: 0.64rem; font-size: 0.18rem; color: #333; border-radius: 0.48rem; position: relative;}
.secondTab li .box a:after{ content: ''; position: absolute; left: 2px; top: 2px; right: 2px; bottom: 2px; box-sizing: border-box; background: #fff; border-radius: 0.48rem; }
.secondTab li .box em{ position: relative; z-index: 1; }
.secondTab li .box .on{ color: #fff; }
.secondTab li .box .on:after{ display: none; }

.investorP2 .list{ padding-bottom: 0.4rem; }
.investorP2 .list li{ border-bottom: #eee solid 1px; }
.investorP2 .list li a{ display: block; height: 1.1rem; position: relative; padding-right: 1.9rem; }
.investorP2 .list li .time{ display:none; position: absolute; left: 0.3rem; font-size: 0.18rem; line-height: 1.1rem; color: #bdbdbe; /*font-family: regular;*/ }
.investorP2 .list li .name{ font-weight: bold; font-size: 0.22rem; line-height: 1.1rem; overflow: hidden; color: #333; }
.investorP2 .list li .more{ position: absolute; right: 0.3rem; top: 0; line-height: 1.1rem; font-size: 16px; color: #555; padding-right: 0.3rem; background: url(/images/ico2on.png) right center no-repeat; }
.investorP2 .list li a:hover{ background: #f5f6f7; }
.investorP2 .list li a:hover .time{ color: #333; }
.investorP2 .list li a:hover .name{ color: #0075cf; }

.contact{ padding: 1.2rem 0; }
.contact .mxfDiv{ position: relative; height: 6.8rem; }
.contact .rightImg{ position: absolute; right: 0; top: 0; width: 50%; height: 6.8rem; z-index: 5; border-top-left-radius: 1.2rem; background: center no-repeat; background-size: cover; overflow: hidden; }
.contact .name{ padding: 0.95rem 0 0.5rem; font-size: 0.36rem; line-height: 0.36rem; color: #222; font-weight: bold; }
.contact .msgList li{ margin-bottom: 0.2rem; padding-left: 65px; position: relative; height: 40px; line-height: 40px; font-size: 0.18rem; color: #333; /*font-family: regular;*/ }
.contact .msgList li:last-child{ margin-bottom: 0; }
.contact .msgList li img{ position: absolute; left: 0; top: 0; }
.contact .botList{ padding-top:0.7rem;}
.contact .botList ul{ margin-right: -0.35rem; }
.contact .botList li{ float: left; width: 33.33%; padding-bottom:0.35rem; }
.contact .botList li .box{ margin-right: 0.35rem; height: 2.0rem; padding: 0.35rem 0.4rem 0; position: relative; background: #f6f6f6; box-sizing: border-box;}
.contact .botList li .cn{ font-size: 0.22rem; color: #0075cf; line-height: 0.22rem; font-weight: bold; height: 0.45rem;}
.contact .botList li dd{ font-size: 0.18rem; line-height: 0.3rem; color: #999;}

.advantage{ padding-top: 0.6rem; }
.advantage .tab2{ position: relative; }
.advantage .tab2:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ebebeb; }
.advantage .tab2 li{ float: left; width: 20%; z-index: 1; position: relative;}
.advantage .tab2 li .lbox{ position: relative; height: 175px; }
.advantage .tab2 li .lbox:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; background: #0075cf; height: 3px; }
.advantage .tab2 li .ico{ margin: 0 auto; width: 80px; height: 80px; border-radius: 50%; position: relative; box-shadow: 0px 5px 25px 0px rgba(0, 55, 148, 0.1);}
.advantage .tab2 li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; }
.advantage .tab2 li .ico .img1{ opacity: 0; }
.advantage .tab2 li .name{ text-align: center; color: #555; font-size: 0.18rem; padding: 25px 25px 0; line-height: 0.24rem; font-weight: bold; }
.advantage .tab2 .liNow .ico{ background-image: linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -webkit-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -moz-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: -o-linear-gradient(top,#0d7cd1,#0e62aa);
    background-image: linear-gradient(to bottom,#0d7cd1,#0e62aa);
  background-image: -webkit-linear-gradient(to bottom,#0d7cd1,#0e62aa);
    background-image: -moz-linear-gradient(to bottom,#0d7cd1,#0e62aa);
    background-image: -o-linear-gradient(to bottom,#0d7cd1,#0e62aa); }
.advantage .tab2 .liNow .ico img{ opacity: 0; }
.advantage .tab2 .liNow .ico .img1{ opacity: 1; }
.advantage .tab2 .liNow .name{ color: #232629;}
.advantage .tab2 .liNow .lbox:after{ width: 100%; left: 0; }
.advantage .tabContentDiv2{ padding-top: 0.8rem; }
.advantage .bigBox{ height: 5.2rem; padding: 0 7.1rem 0 1.0rem; overflow: hidden; box-shadow: 0px 5px 55px 0px rgba(14, 0, 86, 0.08); position: relative; animation: am_top 0.8s ease-out 0.1s backwards; -webkit-animation: am_top 0.8s ease-out 0.1s backwards; }
.advantage .bigBox .imgDiv{ position: absolute; right: 0; top: 0; overflow: hidden; }
.advantage .bigBox .imgDiv img{ width: 6.08rem; }
.advantage .bigBox .imgDiv:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.advantage .bigBox .num{ position: absolute; right: 6.9rem; bottom: -0.9rem; color: #f5f6f7; /*font-family: bold;*/ font-size: 2.4rem; line-height: 2.0rem; }
.advantage .bigBox .txt{ font-weight: bold; font-size: 0.36rem; line-height: 0.48rem; color: #222; padding-top: 1.0rem; position: relative; }
.advantage .bigBox .content{ font-size: 0.18rem; line-height: 0.36rem; color: #555; margin-top: 0.3rem; height: 2.88rem; overflow: auto; padding-right: 10px; position:relative;}
.advantage .bigBox .content::-webkit-scrollbar { width: 2px;}
.advantage .bigBox .content::-webkit-scrollbar-track { background-color: #e5e5e5;}
.advantage .bigBox .content::-webkit-scrollbar-thumb { background-color: #0075cf;} 


/*.m2csConWpr {
    padding-top: 8.85vw;
    
}*/

.m2csConWpr .indexTxt{ padding-bottom: 0.8rem; }

.m2lxConWpr { padding-top: 5.72vw; padding-bottom: 5vw;background-size: 100% auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;}
.m2lxTop {}



.m2lcWpr { margin: 4.2vw 0 3vw; position: relative;}

.m2lcLine { width: 4px; position: absolute; left: 72px; top: 0; bottom: 0; background: url(/images/m2lc_bg1.png) repeat-y center top; overflow: hidden;}

.m2lcLine i { background: #0075cf; position: absolute; left: 0; top: 0; width: 4px; height: 0%;}

.m2lcYears { text-align: center; position: fixed; left: 0; width: 100%; top: 50%; transform: translateY(-50%); line-height: 480px; height: 480px; font-size: 480px; font-weight: bold; color: #fafafa; display: none;}

/*.m2lcYr {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    font-family: gm_m;
}

.m2lcYr.on {
    opacity: 1;
}*/

.m2lcItems { position: relative; z-index: 1; padding-top: 8.5vw;}
.m2lcItems:before { content: ""; background: url(/images/m2his_logo.png) no-repeat center center; height: 150px; width: 150px; position: absolute; left: 0px; top: -70px;}
.m2lcItems li { padding-bottom: 25px; padding-left: 195px;}
.m2lc_item {
    margin-left: 63px;
}

.m2lc_yt { height: 48px; position: relative; font-size: 36px; line-height: 48px; /*font-family: bold;*/ color: #0075cf;}
.m2lc_yt i { height: 40px; width: 40px; position: absolute; left: -141px; top: 3px;}
.m2lc_yt i:after { content: ""; width: 16px; height: 16px; border-radius: 50%; background: #0075cf; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.5s ease-in-out;}
.m2lc_yt i:before { content: ""; position: absolute; left: -4px; top: -4px; right: -4px; bottom: -4px; border: 8px solid #cce3f5; border-radius: 50%; background: none; transition: all 0.5s ease-in-out; opacity: 0}
.m2lcItems li.on .m2lc_yt i:after { width: 24px; height: 24px; border: 4px solid #0075cf; background: #fff;}
.m2lcItems li.on .m2lc_yt i:before { opacity: 1;}

.slideMenu { position: fixed; z-index: 5; width: 25px; top: 50%; transform: translateY(-50%); right: 0; display: none;}
.slideMenu li { height: 32px; position: relative;}
.slideMenu_a { height: 32px; display: block; white-space: nowrap; position: absolute; padding-left: 55px; top: 0; right: 0; color: #bdbdbe; padding-right: 50px; font-size: 14px; line-height: 32px; /*font-family: regular;*/}
.slideMenu_a:hover,
.slideMenu_a.on { font-size: 18px; font-weight: bold; color: #0075cf; padding-right: 70px;}

.slideMenu_a:before { content: ""; background: #E6E6E6; height: 1px; width: 24px; position: absolute; top: 50%; right: 0px; transition: all 0.5s ease-in-out;}
.slideMenu_a:hover:before,
.slideMenu_a.on:before { background: #0075cf; width: 48px;}

.m2his_dl { padding: 1.3vw 0px 4.16vw;}
.m2his_dl dd { font-size: 18px; line-height: 36px; position: relative; padding-left: 25px;}
.m2his_dl dd:before { content: ""; background: url(/images/ico6.png) no-repeat; height: 8px; width: 9px; position: absolute; left: 0px; top: 15px; }




.propagate{ padding: 0.95rem 0 1.2rem; }
.propagate .list{ padding-bottom: 0.4rem; }
.propagate .list li{ border-bottom: #eee solid 1px; }
.propagate .list li a{ display: block; height: 1.1rem; position: relative; padding: 0 1.8rem 0 1.9rem; }
.propagate .list li .time{ position: absolute; left: 0.3rem; font-size: 0.18rem; line-height: 1.1rem; color: #bdbdbe; /*font-family: regular;*/ }
.propagate .list li .name{ font-weight: bold; font-size: 0.22rem; line-height: 1.1rem; overflow: hidden; color: #333; }
.propagate .list li .more{ position: absolute; right: 0.3rem; top: 0; line-height: 1.1rem; font-size: 16px; color: #555; padding-right: 0.3rem; background: url(/images/ico2on.png) right center no-repeat; }
.propagate .list li a:hover{ background: #f5f6f7; }
.propagate .list li a:hover .time{ color: #333; }
.propagate .list li a:hover .name{ color: #0075cf; }












































































































