@charset "utf-8";
/* CSS Document */
a,
.head,
.nav .list,
.transition,
.head .lan .name,
.indMore img,
.indexP2 li,
.indexP2 li a:before,
.indexP2 li .layer,
.indexP2 li .botDiv,
.indexP3 .list li .box,
.indexP3 .list li .botDiv,
.indexP3 .list li .name,
.indexP3 .list li .time,
.indexP3 .swiper-pagination-bullet,
.footBox .share li img,
.culture .rightDiv li .box,
.culture .rightDiv li .wen,
.culture .rightDiv li .txt,
.newsPic .name,
.news .list li .name,
.news .list li .more,
.pageDown .btnDiv a:before,
.investorP2 .list li .time,
.investorP2 .list li .name,
.propagate .list li .time,
.propagate .list li .name,
.newsTop .share li{
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }



.indexP3 .list li .imgDiv img,
.culture .leftDiv .imgDiv img,
.newsPic .imgDiv img,
.advantage .bigBox .imgDiv img,
.about .imgDiv img{
  transition: All 1.0s ease;
  -webkit-transition: All 1.0s ease;
  -moz-transition: All 1.0s ease;
  -o-transition: All 1.0s ease;}

.indexP1 .rightImg{
  transition: All 1.5s ease;
  -webkit-transition: All 1.5s ease;
  -moz-transition: All 1.5s ease;
  -o-transition: All 1.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, 
.indexP1, 
.indexP3, 
.indexP4, 
.indexFlash .dots, 
.indexP3 .swiper-slide .box,
.pageBanner .bg,
.hatchingP2 .list li .shadog,
.hatchingP2 .list li .conDiv,
.hatchingP3 .list li .limg,
.nwcgP2,
.business .list li,
.invest .list li,
.news .detail .conDiv,
.joinP2 .botbot,
.contactP1 .mxfBox,
.contactP1 .conDiv,
.honor .swiper-slide .pic,
.platformP2 .mxfDiv,
.platformP2 .conDiv,
.newsPic .mxfDiv,
.contact .mxfDiv{
  display: flex;
  display: -webkit-flex; }

.flexColumn,
.hatchingP2 .list li .conDiv,
.news .detail .conDiv,
.contactP1 .conDiv,
.platformP2 .conDiv{
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, 
.indexP1, 
.indexP3,
.pageBanner .bg,
.contact .mxfDiv{
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter{
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween,
.newsPic .mxfDiv{
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@-webkit-keyframes instaImage3{0%{-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}
@keyframes instaImage3{0%{-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}


/*@font-face { font-family:regular; src:url(/font/Montserrat-Regular.otf);}
@font-face { font-family:bold; src:url(/font/MontserratBold.ttf);}
@font-face { font-family:light; src:url(/font/Montserrat-Light.otf);}*/

html {
  font-size: 100px; }

body {
  font-size: 12px;
  color: #666;
  overflow-x:hidden;
  -webkit-text-size-adjust: none;
  font-family:'黑体'; }

a {
  color: #666;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #0075cf;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl { float: left; }

.fr { float: right; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.wal { width: 15.36rem; margin: 0 auto; }
.wal2{ width: 1280px; margin: 0 auto; }

.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

.Phone-Box { display: none; }

.tabContent, .tabContent2{ display:none;}
.tab li, .tab2 li{ cursor:pointer;}

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.gradient{ 
    background-image: linear-gradient(left,#0e62aa,#137fd2);
    background-image: -webkit-linear-gradient(left,#0e62aa,#137fd2);
    background-image: -moz-linear-gradient(left,#0e62aa,#137fd2);
    background-image: -o-linear-gradient(left,#0e62aa,#137fd2);
    background-image: linear-gradient(to right,#0e62aa,#137fd2);
  background-image: -webkit-linear-gradient(to right,#0e62aa,#137fd2);
    background-image: -moz-linear-gradient(to right,#0e62aa,#137fd2);
    background-image: -o-linear-gradient(to right,#0e62aa,#137fd2);}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.pageBox{ padding: 1.2rem 0; position: relative; }
.ny{ text-align: center; }

.pageTop{ height: 0.8rem; position: relative; }
.pageTop:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #eee; }
.pageTop .wal{ position: relative; height: 0.8rem; }
.pageNav li{ float: left; font-size: 0.18rem;}
.pageNav li a{ display: block; text-align: center; min-width: 1.7rem; padding: 0 0.35rem; height: 0.8rem; line-height: 0.8rem; position: relative; color: #333;}
.pageNav li a:hover{ color: #0075cf; }
.pageNav li .aNow{ 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); color: #fff!important; }


.pageNow{ text-align: right; line-height: 0.8rem; color: #999; position: absolute; right: 50%; margin-right: -7.68rem; padding-left: 25px; font-size: 15px; bottom: 0; z-index: 1; background: url(/images/nimg14_1.png) left center no-repeat; }
.pageNow a{ color: #999; padding: 0 15px 0 10px; background: url(/images/line1.png) right center no-repeat;}
.pageNow em{ padding-left: 10px; }
.pageNow em, .pageNow a:hover{ color: #333; }

.pageTitleTel{ height:1.1rem; background: #0075cf; position:relative;}
.sideTitleTel{ width:100%; height:1.1rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:1.1rem; line-height:1.1rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:1.1rem; padding-left:0.3rem;}
.sideTitleTel .con img{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.12rem; width: 0.4rem;}
.sideTitleTel .con.on img{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.sideTitleNav{ position:absolute; top:1.1rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:1.0rem; line-height:1.0rem; padding-left:0.3rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}

/*分页*/
.pageNum{ text-align: center; overflow:hidden; padding-top: 25px;}
.pageNum a{display:inline-block; position: relative; height: 48px; line-height: 48px; width: 48px; margin:0 5px; font-size: 16px; color: #333; background: #f5f6f7; text-align: center; border-radius: 24px; /*font-family: regular;*/}
.pageNum a:hover, .pageNum .aNow{ background-image: linear-gradient(left,#2a74b4,#0d7cd0);
    background-image: -webkit-linear-gradient(left,#2a74b4,#0d7cd0);
    background-image: -moz-linear-gradient(left,#2a74b4,#0d7cd0);
    background-image: -o-linear-gradient(left,#2a74b4,#0d7cd0);
    background-image: linear-gradient(to right,#2a74b4,#0d7cd0);
  background-image: -webkit-linear-gradient(to right,#2a74b4,#0d7cd0);
    background-image: -moz-linear-gradient(to right,#2a74b4,#0d7cd0);
    background-image: -o-linear-gradient(to right,#2a74b4,#0d7cd0); color: #fff; }
.pageNum .btn{ width: 110px; }

.pageMore{ padding-top: 0.3rem; }
.pageMore a{ display: block; color: #fff; background: #0075cf; text-align: center; font-size: 0.3rem; height: 1.0rem; line-height: 1.0rem; }

@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_left
{
    0%{ -webkit-transform:translate(20px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_right
{
    0%{ -webkit-transform:translate(-20px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes fadeOfOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(40px); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(40px); } }

@keyframes iconAni {
  0% { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
  50% { transform: translateX(-5px); -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); }
  100% { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}