body { margin: 0; padding: 0; overflow-x:hidden;height: 100%; line-height: 28px; font-size: 16px; font-family: '微软雅黑','Times New Roman',Tahoma, Geneva, Microsoft YaHei; color: #222;background-color: #333 }
html{margin: 0; padding: 0; height: 100%; line-height: 30px}
div,dd, dl, dt, li, ol, ul { margin: 0; padding: 0; list-style: none;font-weight: normal; }
h3, h4, h5 { margin: 0; padding: 0;  font-size: 16px }
input, button, select, textarea { outline: none; border: none; margin: 0; padding: 0; resize: none; background: none;line-height: 30px; }
table { width:100%;border-collapse: collapse; border-spacing: 0; }
table td{padding:10px;}
label { cursor: pointer; }
placeholder { color: #aaa; opacity: 1;}
::-moz-placeholder { color: #aaa;opacity: 1; }
::-webkit-input-placeholder { color: #aaa; opacity: 1;}
/*滚动条*/
::-webkit-scrollbar-track{background-color: #f6f6f6;}
::-webkit-scrollbar{width: 5px;background-color: #ffffff;}
::-webkit-scrollbar-thumb{background-color: #ccc;}

button, input { overflow: visible; }
button, select { text-transform: none; }
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
a {color: #333;-webkit-transition: .2s linear;transition: .2s linear;text-decoration: none;}
a:hover{color: #005cda; text-decoration: none; outline: none}
img {max-width: 100%;}
.relative{position: relative;}
.inline-block{display: inline-block;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; *display: none; }
.clearfix { *zoom: 1; }
.clear { clear: both;  }
.show { display: block !important; }
.hide { display: none !important; }
.fl{float:left;}
.fr{float:right;}
.bold{font-weight: bold}
.fs-small{font-size: 15px;}
.shadow{box-shadow: 0px 0px 3px #ccc}
.opacity{opacity:.95;}
.container {
    width: 100%;
    max-width:1920px;
    margin:0 auto;
    padding:0;
    background-color: #fff;
}

.layout {
    max-width:1680px;
    min-width: 1400px;
    margin:0 auto;
    position: relative;
}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-50{margin-top:50px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-30{margin-left:30px;}
.ml-50{margin-left:50px;}
.bg-red{background-color:#b50fbf;}
.bg-blue{background-color:#005cda;}
.bg-white{background-color: #fff;}
.bg-gray{background-color: #f6f6f6;}
.bg-second{background-color: #333;}

.fc-red{color:#b50fbf;}
.fc-blue{color:#005cda;}
.fc-gray{color: #999;}
.fc-white{color: #fff;}
.fs-small{font-size: 13px;}
.over{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.over2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.scaleimg img{transition: all .2s;}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}
.translateY:hover{-webkit-transform:translateY(-6px); -moz-transform: translateY(6px); -ms-transform:translateY(-6px); transform:translateY(-6px);}

.topline{background-color: #fff;border-top:3px solid #b50fbf;}
._iconnew{position: absolute;top:0;right:0;}

/*search*/
.search-panel {
  position: absolute;
  right: 0px; /* 初始隐藏在右侧外部 */
  top: -100px;
  width: 400px;
  height: 40px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;
  opacity: 0;
  align-items: center;
  padding: 0 15px;
  border-radius: 25px;
  z-index: 999;
}

.search-panel.active {
  right: 0px; /* 滑入后定位到右侧 */
  top: 38px;
  opacity: 1;
  display: block;
}

.search-input {
  width: 350px;
  position: absolute;
  top:0;
  line-height: 40px;
  font-size: 15px;
  color: #999;
  padding-left: 10px;
}

.close-btn {
  margin-left: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right:-15px;
  top:-30px;
  color: rgba(255,255,255,.5);
}

.submit-btn {
  margin-left: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right:10px;
  top:5px;
}
.submit-btn i{font-size: 24px;color: #999}
.submit-btn i:hover{color: #ad122f}

._tit{font-size: 1.6rem;color: #005cda}
._cur {color: #999;margin-top:40px;border-bottom:1px solid #efefef;padding-bottom: 20px}
._cur a{color: #999;}
/*list*/
.downfile .downs{color:#00a3ac}
.list-page{margin:50px 0 80px 0;}

/*footer*/
.e-module .slide-list .kefu {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 999999;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .e-module .slide-list .kefu {
    bottom: 40px;
  }
}
.e-module .slide-list .kefu .slide-item2 {
  position: relative;
}
.e-module .slide-list .kefu .slide-item2 .slide-btn {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #bf0000;
  border-radius: 5px;
}
.e-module .slide-list .kefu .slide-item2 .slide-btn .iconfont {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .e-module .slide-list .kefu .slide-item2 .slide-btn {
    width: 40px;
    height: 40px;
  }
  .e-module .slide-list .kefu .slide-item2 .slide-btn .iconfont {
    font-size: 20px;
    line-height: 2;
  }
}
.e-module .slide-list .kefu .slide-item2 .tell-con {
  position: absolute;
  width: 330px;
  padding: 35px 40px 25px;
  right: 62px;
  border: 0px solid red;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons {
  position: relative;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons:after {
  content: "";
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 305px;
  background: url({zzz:tempath}js/img/sanjiao.png) no-repeat 50%;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi {
  position: relative;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con.lx3 {
  margin-bottom: 0;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .iconfont {
  font-size: 34px;
  color: #005cda;
  margin-right: 20px;
  line-height: 45px;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt a:hover .ptxt1 {
  color: #000;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt1 {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  padding-bottom: 0px;
}
.LANG-cn .e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt1 {
  line-height: 1.95;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt2 {
  font-size: 12px;
  color: #888;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt3 {
  font-size: 14px;
  line-height: 1.95;
  color: #005cda;
  font-weight: bold;
}
.LANG-cn .e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt3 {
  line-height: 1.95;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box {
  margin-left: 55px;
  padding-top: 20px;
}
.e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box .text {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
}
.LANG-cn .e-module .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box .text {
  line-height: 1.95;
}
.e-module .slide-list .kefu:hover .tell-con {
  outline: none;
  display: block;
}
@media (max-width: 1200px) {
  .e-module .slide-list .kefu:hover .tell-con {
    display: none;
  }
}
.e-module .slide-list .tell-con-mob {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
}
.e-module .slide-list .tell-con-mob .tell-mob-con {
  position: relative;
  width: 100%;
  height: 100%;
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
}
@media (max-width: 1200px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob {
    width: 70%;
    margin-left: 15%;
    padding: 100px 55px 40px 55px;
    top: 50%;
    margin-top: -182px;
  }
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob {
    width: 70%;
    margin-left: 15%;
    padding: 115px 80px 105px;
    top: 50%;
    margin-top: -312px;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob {
    width: 90%;
    margin-left: 5%;
    padding: 78px 45px 60px;
    top: 50%;
    margin-top: -224px;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi {
  display: flex;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi {
    display: block;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
  width: 33%;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con {
    display: flex;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .iconfont {
  font-size: 38px;
  color: #c7000b;
  margin-bottom: 20px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .iconfont {
    font-size: 40px;
    margin-right: 45px;
    line-height: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .iconfont {
    font-size: 34px;
    margin-right: 30px;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con.lx3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con.lx3 {
    margin-bottom: 30px;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt a:hover .ptxt1 {
  color: #000;
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt1 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt1 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt1 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 5px;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
  font-size: 12px;
  color: #888;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
    font-size: 12px;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
  font-size: 18px;
  color: #c7000b;
  font-weight: bold;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
    line-height: 1.95;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box {
  text-align: center;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box {
    margin-left: 85px;
    text-align: left;
  }
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
    font-size: 18px !important;
  }
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .iconfont {
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box {
    margin-left: 65px;
  }
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
    font-size: 14px !important;
  }
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .iconfont {
    font-size: 20px;
  }
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
}
.LANG-cn .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
  line-height: 1.95;
}
.e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .close-btn {
  position: absolute;
  color: #666;
  font-size: 36px;
  right: 15px;
  top: 15px;
  z-index: 1010;
}
@media (max-width: 992px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .close-btn {
    font-size: 44px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 750px) {
  .e-module .slide-list .tell-con-mob .tell-mob-con .tell-mob .close-btn {
    font-size: 30px;
    right: 20px;
    top: 20px;
  }
}
.e-module .slide-list .gotop {
  position: fixed;
  right: 20px;
  bottom: 115px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module .slide-list .gotop {
    bottom: 115px;
  }
}
.e-module .slide-list .gotop .slide-item3 {
  display: none;
}
.e-module .slide-list .gotop .slide-item3 .slide-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
  border-radius: 5px;
  padding-top: 3px;
}
.e-module .slide-list .gotop .slide-item3 .slide-btn .iconfont {
  font-size: 24px;
  line-height: 0;
}
.e-module .slide-list .gotop .slide-item3 .slide-btn p {
  font-size: 12px;
  line-height: 0;
}
@media (max-width: 1600px) {
  .e-module .slide-list .gotop .slide-item3 .slide-btn p {
    font-size: 10px;
  }
}
.e-module .slide-list .gotop .slide-item3 .slide-btn:hover {
  color: #c7000b;
}
@media (max-width: 1200px) {
  .e-module .slide-list .gotop .slide-item3 {
    display: none;
  }
}
.lx-con p{margin:0;}