@charset "utf-8";
/* // 关于我们 */
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,em,select,button,textarea,input{margin: 0; padding: 0;}
body{overflow-y: scroll; overflow-x: hidden;}
/*body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}*/
body{background: #fff; font-family: "思源黑体", "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, "Hiragino Sans GB", "Heiti SC", sans-serif; font-size: 16px; line-height: 1.2; color: #333; position: relative; min-height: 100%;}
a,img,button,input,textarea,select{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea,select{outline: none; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-family: "思源黑体", "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;}
select::-ms-expand{display: none;}
input::-ms-clear{display: none;}
table{border-collapse:collapse;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.h1,.h2,.h3,.h4,.h5,.h6{font-weight: normal;}
.clearfix:after{content: ""; display: block; height: 0; visibility: hidden; clear: both;}
.clearfix {*zoom: 1;}
.cell-box{font-size: 0;}
.cell-box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell-box .cell{width: 100%; display: inline-block; vertical-align: middle;}
/*scroll*/
::-webkit-scrollbar {width:6px;height:6px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#f6f6f6;}
::-webkit-scrollbar-thumb {border-radius:10px;background-color: #333;}
::-webkit-scrollbar-thumb:vertical:hover {background-color: #333;}
::-webkit-scrollbar-thumb:vertical:active {background-color: #333;}
.bd_weixin_popup,.bsBox{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}

.website_map { padding-bottom: 3vw; padding-top:2vw; }
.website_map dl { padding: 40px 0px 16px; border-bottom: 1px solid #E6E6E6; }
.website_map_a,.website_map_a:hover { font-size: 18px; line-height: 60px; background:#255dbc ; letter-spacing: 2px; height: 60px; width: 215px; display: inline-block; text-align: center; margin: 0px 24px 24px 0px; color: #FFF; transition: all 0.5s ease-out; border-radius: 0.8em;}
.website_map_a2,.website_map_a2:hover { font-size: 18px; line-height: 60px; background: #E6E6E6; letter-spacing: 2px; height: 60px; min-width: 215px; padding: 0 20px; display: inline-block; text-align: center; margin: 0px 24px 24px 0px; color: #333; border-radius: 0.8em; }
.website_map_sub .website_map_a2:last-child{margin-right:0;}
.website_map_a:hover,.website_map_a2:hover{box-shadow:0 2px 5px rgba(0,0,0,0.1); transform:translateY(-5px); transition: all 0.5s ease-out;}
.website_map dl:last-child{border:none;}
@media (max-width:1799px){
    .website_map_a,.website_map_a:hover { font-size: 16px; line-height: 50px; height: 50px; width: 190px; margin: 0px 15px 15px 0px; }
    .website_map_a2,.website_map_a2:hover { font-size: 16px; line-height: 50px; height: 50px; width: 190px; margin: 0px 15px 15px 0px; }
    .website_map dl { padding: 31px 0px 16px;}
}
@media (max-width:767px){
    .website_map_a,.website_map_a2{transform:translateY(0)!important; width:150px!important; font-size:14px; letter-spacing:0}
    .website_map_a,.website_map_a:hover,.website_map_a2,.website_map_a2:hover{min-width: 20px; width: auto!important; padding: 0 20px}
    .website_map{padding: 60px 15px 25px}
}

.verify-code { font-size: 20px; text-align: center; cursor: pointer; margin-bottom: 5px; border: 1px solid #ddd; }
.cerify-code-panel { height: 100%; overflow: hidden; }
.verify-code-area { float: left; }
.verify-input-area { float: left; width: 60%; padding-right: 10px; }
.verify-change-area { line-height: 30px; float: left; }
.varify-input-code { display: inline-block; width: 100%; height: 25px; }
.verify-change-code { color: #337AB7; cursor: pointer; }
.verify-btn { width: 200px; height: 30px; background-color: #337AB7; color: #FFFFFF; border: none; margin-top: 10px; }

.fixed-right {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 10;
}
.fixed-right .block {
    width: 60px;
    height: 60px;
    margin-top: 2px;
    border-radius: 2px;
    position: relative;
    background-color: #4b494a;
    transition: all 0.3s ease;
    cursor: pointer;
}
.fixed-right .block i, .fixed-right .block a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.fixed-right .block i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 24px;
    z-index: 1;
}
.fixed-right .block a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding: 14px;
    opacity: 0;
    z-index: 2;
}
.fixed-right .block.kefu i {
    background-image: url("../images/bom_i2.png"); background-size:24px auto;
}
.fixed-right .block.form i {
    background-image: url("../images/fixed-1.png");
}
.fixed-right .block.tel i {
    background-image: url("../images/fixed-2.png");
}
.fixed-right .block.totop {
    background-color: #255dbc;
}
.fixed-right .block.totop i {
    background-image: url("../images/fixed-3.png");
}
.fixed-right .block .hide-box {
    position: absolute;
    right: 100%;
    padding-right: 10px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1025px) {
    .fixed-right .block:hover {
        background-color: #255dbc;
    }
    .fixed-right .block:hover i {
        opacity: 0;
    }
    .fixed-right .block:hover a {
        opacity: 1;
    }
    .fixed-right .block:hover .hide-box {
        opacity: 1;
        visibility: visible;
    }
}
.fixed-right .tel-box {
    top: 0;
}
.fixed-right .tel-box .box {
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    white-space: nowrap;
}
.fixed-right .tel-box .info {
    padding: 15px 30px;
}
.fixed-right .tel-box h3 {
    font-size: 20px;
    color: #4b494a;
}
.fixed-right .tel-box .tel {
    font-size: 32px;
    color: #255dbc;
    line-height: 1;
    font-family: '思源黑体';
    margin-top: 10px;
}
.fixed-right .tel-box p {
    font-size: 12px;
    color: #4b494a;
    line-height: 30px;
    padding: 0 30px;
    background-color: #f5f5f5;
}
@media screen and (max-width: 1024px) {
    .fixed-right{
        display: none
    }
}










@font-face {
  font-family: 'EuclidCircularA-Bold';
  src: url("../fonts/euclidcirculara-bold.ttf");
}
@font-face {
  font-family: 'EuclidCircularA-Regular';
  src: url("../fonts/euclidcirculara-regular.ttf");
}
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url("../fonts/alibaba-puhuiti-regular.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1025px) {
  .dom-loaded .head-bot li .dropnav {
    transition: all .3s ease;
  }
}
.head-top {
  background-color: #255dbc;
}
.head-top .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.25vw;
}
.about-s2 {
  background-color: #f4f5f9;
  border-top: 1px solid transparent;
  padding-bottom: 6.25vw;
}
.about-s2 .items {
  display: flex;
  margin-top: -130px;
}
.about-s2 .item {
  position: relative;
  padding-left: 140px;
  background-color: #fff;
}
.about-s2 .item:nth-of-type(1) {
  width: calc(66.66% - 100px);
}
.about-s2 .item:nth-of-type(2) {
  width: calc(33.33% + 100px);
  margin-left: 30px;
}
.about-s2 .item:before {
  content: '';
  width: 140px;
  height: 100%;
  background-color: #255dbc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-s2 .item span {
  font-size: 18px;
  color: #fff;
  width: 140px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-s2 .item .box {
  height: 260px;
  padding: 0 40px;
}
.about-s2 .item h3 {
  font-size: 32px;
  color: #203451;
}
.about-s2 .item p {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
}
.about-s2 .bot-block {
  position: relative;
  margin-top: 2vw;
  width: 1600px;
  max-width: 95%;
  margin: 0 auto;
}
.about-s2 .bot-block h3 {
  position: absolute;
  top: 80px;
  left: 60px;
  font-size: 36px;
  color: #fff;
  z-index: 2;
}
.about-s2 .bot-block .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #255dbc;
  z-index: 1;
}
.about-s2 .bot-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.about-s2 .bot-block .bg.active {
  opacity: 1;
  visibility: visible;
}
.about-s2 .txt-box {
  display: flex;
  position: relative;
  z-index: 2;
}
.about-s2 .txt {
  width: 33.33%;
  height: 560px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3.125vw;
  text-align: center;
}
.about-s2 .txt i {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.about-s2 .txt:nth-of-type(1) i {
  background-image: url("../image/icon-2-1.png");
}
.about-s2 .txt:nth-of-type(2) i {
  background-image: url("../image/icon-2-2.png");
}
.about-s2 .txt:nth-of-type(3) i {
  background-image: url("../image/icon-2-3.png");
}
.about-s2 .txt span {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
}
.about-s2 .txt p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
  display: none;
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.about-s2 .txt:hover p {
  display: block;
}
@media screen and (max-width: 1680px) {
  .about-s2 .bot-block h3,
  .case-s3 .left-box .bot-box .item .num,
  .solution-s12 .num .curr {
    font-size: 32px;
  }
  .about-s2 .item h3,
  .about-s2 .txt span,
  .fixed-content .flex span {
    font-size: 22px;
  }
  .about-s2 .item span,
  .solution-s15 .item h3 {
    font-size: 26px;
  }
  .about-s2 .item p,
  .about-s2 .txt p,
  .fixed-content p {
    font-size: 15px;
  }
  .about-s2 .item .box {
    height: 240px;
  }
  .about-s2 .items {
    margin-top: -120px;
  }
  .about-s2 .item {
    padding-left: 122px;
  }
  .about-s2 .item:before {
    width: 122px;
  }
  .about-s2 .item span {
    width: 122px;
  }
  .about-s2 .txt i {
    width: 70px;
    height: 70px;
  }
  .about-s2 .txt {
    height: 520px;
  }
}
@media screen and (max-width: 1440px) {
  .about-s2 .bot-block h3,
  .case-s3 .left-box .bot-box .item .num,
  .solution-s12 .num .curr {
    font-size: 28px;
  }
  .about-s2 .item h3,
  .about-s2 .txt span,
  .fixed-content .flex span {
    font-size: 26px;
  }
  .about-s2 .item span,
  .solution-s15 .item h3 {
    font-size: 24px;
  }
  .about-s2 .item p,
  .about-s2 .txt p,
  .fixed-content p {
    font-size: 16px;
  }
  .about-s2 .item .box {
    height: 220px;
  }
  .about-s2 .items {
    margin-top: -110px;
  }
  .about-s2 .txt {
    height: 480px;
  }
  .about-s2 .txt i {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .about-s2 .item .box {
    height: auto;
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .about-s2 .item p,
  .about-s2 .txt p,
  .join-s5 .item span {
    font-size: 14px;
  }
  .about-s2 .items {
    margin-top: 0;
    display: block;
  }
  .about-s2 .item {
    padding: 60px 0 0;
  }
  .about-s2 .item:before {
    width: 100%;
    height: 60px;
  }
  .about-s2 .item span {
    width: 100%;
    line-height: 60px;
    top: 0;
    transform: none;
  }
  .about-s2 .item span br {
    display: none;
  }
  .about-s2 .item:nth-of-type(1) {
    width: 100%;
  }
  .about-s2 .item:nth-of-type(2) {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-s2 .item .box {
    padding: 20px;
  }
  .about-s2 .item h3 {
    font-size: 18px;
  }
  .about-s2 .item p {
    margin-top: 10px;
  }
  .about-s1 .data .num,
  .about-s1 .item .num {
    font-size: 36px;
  }
  .about-s2 .bot-block {
    margin-top: 20px;
  }
  .about-s2 .bot-block h3 {
    font-size: 24px;
    text-align: center;
    top: 20px;
    left: 0;
    right: 0;
  }
  .about-s2 .txt-box {
    display: block;
    padding: 70px 70px 50px;
  }
  .about-s2 .txt {
    text-align: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 20px;
    border: none;
  }
  .about-s2 .txt:nth-of-type(1) {
    margin-top: 0;
  }
  .about-s2 .txt span {
    font-size: 18px;
    margin-left: 60px;
    margin-top: 0;
  }
  .about-s2 .txt p {
    margin-top: 10px;
    display: block;
    opacity: 1;
    margin-left: 60px;
  }
  .about-s2 .txt i {
    width: 40px;
    height: 40px;
    float: left;
  }
  .about-s2,
  .about-s1 .main,
  .search-s2 {
    padding: 40px 0vw;
  }
}







.ey_prod {
    height: auto;
    overflow: hidden;
    color: #434343
}
.ey_prod .ey_pro {
    width: 100%;
    padding: 30px 0;
    height: auto;
    overflow: hidden;
}
.ey_prod .prolist {
    width: 19%;
    float: left;
    margin: 0.5%;
    background-color: #fff;
    /*box-shadow: 0px 0px 8px #ccc;*/
}
.ey_prod .prolist .img {
    display: block;
    width: 96%;
    padding-top: 72%;
    position: relative;
    overflow: hidden;
    margin: 2%;
}
.ey_prod .prolist .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
    transition: all .5s;
}
.ey_prod .prolist:hover .img img {
    transform: scale(1.1);
}
.ey_prod .prolist p {
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;/*显示几行*/
    overflow: hidden
}
.ey_prod .prolist p a {
    font-size: 15px;
    line-height: 26px
}
.ey_prod .ey_page {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #626262;
    margin: 30px 0;
}
.ey_prod .ey_page li {
    display: inline-block;
}
.ey_prod .ey_page a {
    margin: 0px 2px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    color: #626262;
    background-color: #fff
}
.ey_prod .ey_page a:hover, .ey_prod .ey_page .active a {
    background-color: #009fa8;
    color: #fff;
    border: 1px solid #009fa8;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}
@media (max-width:1199px) {
.ey_prod .prolist {
    width: 30.3%;
    float: left;
    margin: 20px 1.5%;
}
}
@media (max-width:768px) {
.ey_prod .prolist {
    width: 47%;
    float: left;
    margin: 20px 1.5%;
}
}
@media (max-width:768px) {
.ey_prod .ey_page {
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #626262;
    margin: 30px 0
}
.ey_prod .ey_page a {
    margin: 2px 1px;
    padding: 0px 8px;
    border: 1px solid #ccc;
    color: #626262;
    background-color: #fff;
    display: inline-block
}
.ey_prod .ey_page a:hover {
    background-color: #009fa8;
    color: #fff;
    padding: 0px 8px;
    border: 1px solid #009fa8;
}
.ey_prod .ey_page span {
    background-color: #009fa8;
    color: #fff;
    padding: 0px 8px;
    border: 1px solid #009fa8;
    display: inline-block
}
}
@media (max-width:380px) {
.ey_prod .prolist {
    width: 97%;
    float: left;
    margin: 20px 1.5%;
}
}
@media (max-width:767px) {
.ey_prod .ey_pro {
    padding: 5px 0;
    height: auto;
    overflow: hidden;
}
}

