/**++********************************************
***+++data:2024.03.27++**************************
***+++athor:oupan*******************************
*************************************************/
@charset "utf-8";
/*rest css*/
html{width:100%;min-height:100%;outline:0;font-size:20px;-webkit-text-size-adjust:none;}
body,dd,div,dl,figure,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,textarea,ul{margin:0;padding:0;font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,'PingFang H',sans-serif, Source Han Sans CN;}
body{background-color:#F4FBFF;color:#252626;}
ol,ul{list-style:none;}
img{border:none;vertical-align:middle;}
a{outline:0;border:0 none;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333333;}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:'\200B';}
.clearfix{zoom:1;}
html{min-width:320px; margin:0 auto; position:relative;overflow-x:hidden;}
body{min-width:320px;font-size:14px;overflow-x:hidden;}
em,i{font-style:normal;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
textarea{-webkit-appearance: none;}   
.table{display:table;width:100%;height:100%;}
.cell{display:table-cell;width:100%;height:100%;vertical-align:middle;}   
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all .5s ease 0s;-webkit-transform:all .5s ease 0s}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all .5s ease 0s;-webkit-transform:all .5s ease 0s}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:before,.clearfix:after{content:" ";display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.posi {position:relative;}
.blockbox{width: 95%;margin:0 auto;max-width: 1520px;}
.contanier{width: 95%;margin: 0 auto;max-width: 1480px;}
.animat{-webkit-transition:all 0.3s ease 0s;  -o-transition:all 0.3s ease 0s;  transition:all 0.3s ease 0s;}
.animat_s{-webkit-transition:all 0.2s ease 0s;  -o-transition:all 0.2s ease 0s;  transition:all 0.2s ease 0s;}
/*tablecell*/
.table{display: table;width:100%;height: 100%;margin: 0 auto;}
.cell{display: table-cell;vertical-align: middle;}
/*flex布局***/
.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex-wrap{display: flex;flex-wrap: wrap;align-content: flex-start;}
.flex-end{display: flex;justify-content: flex-end;align-items: center;}
/* flex垂直排列 */
.flex-col {display: flex;flex-direction: column;}
/* flex全居中 */
.flex-center {display: flex;align-items: center;justify-content: center;}
/* flex竖向全居中 */
.flex-center-col {display: flex;flex-direction: column;align-items: center;justify-content: center;}
/* flex垂直居中 */
.flex-center-y {display: flex;align-items: center;}
/* flex水平居中 */
.flex-center-x {display: flex;justify-content: center;}
/* flex左右靠边、上下居中 */
.flex-between {display: flex;align-items: center;justify-content: space-between;}
/* flex左右靠边、向上对其 */
.flex-between-top {display: flex;justify-content: space-between; align-items: flex-start;}
/* flex左右靠边、向下对其 */
.flex-between-bottom {display: flex;align-items: flex-end;justify-content: space-between;}
/* flex向左向上对其 */
.flex-left-top{display: flex;align-items: flex-start; justify-content: flex-start;}
/* 水平均匀分布 */
.flex-around{display: flex;justify-content: space-around;align-items: center;}
/*水平居左-垂直居中*/
.flex-left{ display: flex;align-items: center; text-align: left;}
/*水平居右-垂直居中*/
.flex-right{ display: flex; align-items: center; text-align: right;justify-content: flex-end;}
/*切换元素位置*/
.flex-flow{ flex-flow: row-reverse;}
/*垂直均匀分布 */
.flex-column{display: flex;flex-direction: column;justify-content: space-between;}
.flex-ul{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;}
/**图片自适应**/
.img-cover {height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
.ispc{ display: block;}
.ismobile{ display: none;}
.anitop{ -webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.anitop:hover{-webkit-transform: translate3d(0, -3%, 0);transform: translate3d(0, -3%, 0);cursor: pointer;}
a{text-decoration:none;border:none;outline:none;cursor:pointer;color:#333}
a:hover{-webkit-transition:all .2s ease 0s;  -o-transition:all 0.2s ease 0s;  transition:all 0.2s ease 0s;}
.circle {-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
/*重置页面滚动条*/
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:#EEEEEE;}
::-webkit-scrollbar-thumb{background-color:#D6D6D6;}
::-webkit-scrollbar-thumb:hover {background-color:#ccc}
::-webkit-scrollbar-thumb:active {background-color:#ccc}

/* 子元素超过父元素宽度可横向滚动 */
.full-x{overflow-x: scroll;overflow-y: hidden;white-space: nowrap;width: 100%;}
/* 隐藏滚动条 */
.full-x::-webkit-scrollbar {display:none}
/*超过隐藏为*/
.oe{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.oe2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.oe3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
/****************页面公共样式*************************/
/*图片变大*/.tra {
 -webkit-transform:scale(1);
 -moz-transform:scale(1);
 -ms-transform:scale(1);
 -o-transform:scale(1);
 filter:scale(1);
 filter:transform;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
}
.tra:hover {
 -webkit-transform:scale(1.15);
 -moz-transform:scale(1.15);
 -ms-transform:scale(1.15);
 -o-transform:scale(1.15);
 filter:scale(1.15);
 filter:transform;
 transition:all 0.5s ease 0s;
 -webkit-transform:all 0.5s ease 0s;
}
/**呼吸效果**/
@keyframes huxi{
    0%{transform: translateY(3px);}
    100%{transform: translateY(-3px);}
}
/*旋转效果***/
@keyframes turn{
    0%{transform:rotate(0deg);}
    25%{transform:rotate(90deg);}
    50%{transform:rotate(180deg);}
    75%{transform:rotate(270deg);}
    100%{transform:rotate(360deg);}
}

@-moz-keyframes turn{
    0%{transform:rotate(0deg);}
    25%{transform:rotate(90deg);}
    50%{transform:rotate(180deg);}
    75%{transform:rotate(270deg);}
    100%{transform:rotate(360deg);}
}
@-webkit-keyframes turn{
    0%{transform:rotate(0deg);}
    25%{transform:rotate(90deg);}
    50%{transform:rotate(180deg);}
    75%{transform:rotate(270deg);}
    100%{transform:rotate(360deg);}
}
@-o-keyframes turn{
    0%{transform:rotate(0deg);}
    25%{transform:rotate(90deg);}
    50%{transform:rotate(180deg);}
    75%{transform:rotate(270deg);}
    100%{transform:rotate(360deg);}
}

@keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

@-moz-keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

@-webkit-keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

@-o-keyframes mylast {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
    to {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }
}

/**字体跳动**/
.f-tel span i{font-weight: 700;letter-spacing:1px;display:inline-block;vertical-align:bottom;-webkit-animation-name:fontSizeUp1;animation-name:fontSizeUp1;-webkit-animation-duration:5.5s;animation-duration:5.5s;-webkit-animation-timing-function:steps(1,end);animation-timing-function:steps(1,end);-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:50% 75%;transform-origin:50% 75%}
.f-tel span i:nth-of-type(1){-webkit-animation-delay:0s;animation-delay:0s}
.f-tel span i:nth-of-type(2){-webkit-animation-delay:.5s;animation-delay:.5s}
.f-tel span i:nth-of-type(3){-webkit-animation-delay:1s;animation-delay:1s}
.f-tel span i:nth-of-type(4){-webkit-animation-delay:1.5s;animation-delay:1.5s}
.f-tel span i:nth-of-type(5){-webkit-animation-delay:2s;animation-delay:2s}
.f-tel span i:nth-of-type(6){-webkit-animation-delay:2.5s;animation-delay:2.5s}
.f-tel span i:nth-of-type(7){-webkit-animation-delay:3s;animation-delay:3s}
.f-tel span i:nth-of-type(8){-webkit-animation-delay:3.5s;animation-delay:3.5s}
.f-tel span i:nth-of-type(9){-webkit-animation-delay:4s;animation-delay:4s}
.f-tel span i:nth-of-type(10){-webkit-animation-delay:4.5s;animation-delay:4.5s}
.f-tel span i:nth-of-type(11){-webkit-animation-delay:5s;animation-delay:5s}
.f-tel span i:nth-of-type(12){-webkit-animation-delay:5.5s;animation-delay:5.5s}
.f-tel span i:nth-of-type(13){-webkit-animation-delay:6.5s;animation-delay:6.5s}

@-webkit-keyframes fontSizeUp1 {
  0% {
    -webkit-transform: scale(1.3) translateY(2%);
     transform: scale(1.3) translateY(2%);
  }
  7%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fontSizeUp1 {
  0% {
    -webkit-transform: scale(1.3) translateY(2%);
    transform: scale(1.3) translateY(2%);
  }
  7%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*page分页*/
.pages{ text-align:center; padding:10px 0;width:100%;margin:40px auto;}
.pages a,.pages span{ display:inline-block; padding:6px 15px; margin:0 6px; font-size:16px;border-radius: 3px;}
.pages a{ border:1px solid #ddd;}
.pages span,.pages a:hover{ border:1px solid #00A0E9!important; background:#00A0E9!important; color:#fff;}


/**右边客服*/
.rightfixed{top:50%;right:0;position:fixed;z-index:999}
.rightfixed a{display:block;width:75px;height:80px;border:1px solid #E60B1E;border-bottom:1px solid #e81729;background:#E60B1E;box-sizing:border-box;position:relative}
.rightfixed a .mask{transition-duration:.3s;width:225px;height:80px;position:absolute;top:0;right:-228px;border:1px solid #E60B1E;z-index:2;background:#fff}
.rightfixed a .mask .wordsBox h2{font-size:14px;font-family:Microsoft YaHei;font-weight:400;line-height:24px;color:#E60B1E;opacity:1;margin-top:10px;margin-left:20px}
.rightfixed a .mask .wordsBox p{display:block;width:100px;height:30px;text-align:center;line-height:30px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#E60B1E;border:1px solid #E60B1E;margin-top:5px;margin-left:25px}
.rightfixed a .mask img{display:block;position:absolute;right:23px;top:25px}
.rightfixed a:hover .mask,.rightfixed a:hover .mask2,.rightfixed a:hover .mask3{right:0}
.rightfixed a .mask2{width:185px;height:80px;position:absolute;border:1px solid #E60B1E;top:0;right:-186px;background:#fff;transition-duration:.3s}
.rightfixed a .mask2 .wordsBox{width:120px;margin-top:15px}
.rightfixed a .mask2 .wordsBox p{text-align:center;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#E60B1E}
.rightfixed a .mask2 img{display:block;position:absolute;right:24px;top:25px}
.rightfixed a .mask3{width:195px;height:140px;position:absolute;top:50%;transform:translateY(-50%);right:-196px;transition-duration:.3s}
.rightfixed a .mask3 .wordsBox{width:120px;height:140px;float:left;background:#fff}
.rightfixed a .mask3 .wordsBox img{width:80px;height:80px;margin:0 auto;display:block;margin-top:20px}
.rightfixed a .mask3 .wordsBox h2{text-align:center;margin-top:10px;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:#E60B1E}
.rightfixed a .mask3 .imgBox{width:75px;height:80px;background:#fff;position:relative;float:left;margin-top:30px}
.rightfixed a .mask3 .imgBox img{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.rightfixed a:first-of-type{border-top-left-radius:5px;border-top-right-radius:5px}
.rightfixed a:nth-of-type(2){border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.rightfixed a:last-of-type{margin-top:10px;border-radius:5px;height:60px;border:none;border:1px solid #E60B1E}
.rightfixed a>.imgBox{width:100%;height:50px;position:relative}
.rightfixed a>.imgBox img{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.rightfixed a>p{text-align:center;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:#fff}
.rightfixed a.gotop {display: none;}
.rightfixed a.gotop .imgBox{width:100%;height:100%;position:relative}
.rightfixed a .imgBox img:nth-of-type(2){display:none}
.rightfixed a:hover{background:#fff}
.rightfixed a:hover>.imgBox img{display:none}
.rightfixed a:hover>.imgBox img:nth-of-type(2){display:block}
.rightfixed a:hover>p{color:#E60B1E}
.rightfixed a.gotop.onshow{display: block!important;}


/*弹出层*/
.qcodePop{display:none;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.qcodeboxmask{background:rgba(0,0,0,.6);left:0;top:0;width:100%;height:100%;position:fixed;z-index:100000;}
.qcodebox{border-radius:3px;box-shadow:0 0 2px rgba(0,0,0,.1);position:fixed;background:#fff;left:50%;top:50%;z-index:100001;padding-bottom:10px;}
.qcodePop .qcodebox{width:250px;margin-top:-140px;margin-left:-125px;}
.qcodebox .close{-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;transition: all 0.4s ease-out;width:15px;height: 15px;background: url(../images/closed.png) no-repeat center;display: block;cursor:pointer;position: absolute;right:10px;top:10px;}
.qcodebox .close:hover{transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);}
.qcodePopM .qcodebox .qcode{width:200px;height:200px;margin:35px 25px 0 25px;}
.qcodebox .qcode img{width:100%;height:100%;}
.qcodebox .txt{font-size:14px;text-align: center;line-height:20px;padding:10px 0;}
/*弹出层*/
.common-tit{text-align: center;}
.common-tit h4{color:#252626 ;font-weight: bold;font-size: 36px;}
.common-tit p{color: #575859;font-size: 18px;padding-top: .15rem;}
/**列表**/
.common-list .list{overflow: hidden;padding: 20px 0 0 0;}
.common-list .list li{height: 43px;font-size: 16px;line-height:43px;background: url("../images/li.png") no-repeat left center;padding-left: 20px;}
.common-list .list li:hover{background: url("../images/dot.png") no-repeat left center;}
.common-list .list li a{display: inline-block;width: 96%;color:#252626;overflow: hidden;}
.common-list .list li .time{float: right;color:#8A8D8D;display: inline-block}
.common-list .list li a:hover{color:#FF0000;}