



* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin: 0; padding: 0; }
html {-webkit-text-size-adjust: 100%; font-weight: 400;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #555555; font-family: arial, sans-serif;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}
@media screen and (max-width: 768px) {
	body{ font-size: 14px;}
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}

.ul,
.ul li{list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: arial, sans-serif; }
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #e43f41;text-decoration: none;}
a:focus {color: #000;outline: none;-moz-outline: none;}
a:active {color: #000;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei","Arial";
    text-align:justify;
    text-justify:inter-ideograph;
}
/*@font-face{
    font-family:'HarmonyOS_Light';
    src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
}*/
/*@font-face {
    font-family: 'HarmonyOS_Regular';
    src:url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
    font-display:swap;
}*/
/*@font-face {
    font-family: 'HarmonyOS_Medium';
    src:url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
    font-display:swap;
}
@font-face {
    font-family:'HarmonyOS_Bold';
    src:url('../fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff');
    font-display:swap;
}
body{font-family:'HarmonyOS_Regular';}*/

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:""; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*多行文本省略号*/
.dot2,
.dot3,
.dot4,
.dot5{ display:-moz-box;display:box;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
/*5行文本省略号*/
.dot5 {-webkit-line-clamp: 5;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
.Isimg{ position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%,-50%); transition: all .5s ease-in-out;}
.Isimg_2{ position: absolute; left: 0; top: 0; width: 100%;height: 100%; transition: transform .8s ease-in-out;}
/*:before,
:after{ position:absolute; content:'';}*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl{ float: left;}
.fr{ float: right;}
.center{ text-align: center;}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir = 'rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.slick-arrow{ position: absolute; width: 40px; height: 40px; top: 50%; transform: translateY(-50%); transition: all 0.5s; z-index: 10; border: 1px solid #999999; cursor: pointer;  font-size: 0;background: transparent; border-radius: 100%; }
.slick-arrow::before{ position: absolute;content: ''; width: 30%; height: 30%;border-top: 1px solid #999999;border-right: 1px solid #999999; transform: rotate(45deg); top:35%;left: 30%;}
.slick-prev:before{transform: rotate(-135deg); left: 42%; }
.slick-arrow:hover{ border-color: #e43f41; background-color: #e43f41;}
.slick-arrow:hover::before{ border-color: #fff;}

.slick-prev{ left: -6%;}
.slick-next{ right: -6%; }
.GreyCon .slick-arrow { border-color: #999999;}
.slick-dots{ position: absolute; left: 0; bottom: 2%; z-index: 2; text-align: center; width: 100%;}
.slick-dots li{ display: inline-block; vertical-align: middle; width: 8px; height: 8px; border-radius: 100px; background-color: #fff; margin: 0 4px; border: 2px solid transparent; position: relative;}
.slick-dots li::before{ content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #e65354; width: 4px; height: 4px; border-radius: 100%; opacity: 0;}
.slick-dots li button{ display: none;}
.slick-dots .slick-active{ width: 10px; height: 10px; background-color: transparent; border-color: #e65354;}
.slick-dots .slick-active::before{ opacity: 1;}
@media screen and (max-width: 1200px) {
	.slick-prev{ left:0;}
	.slick-next{ right:0; }
}


.nM{ margin: 0; }
.normal{ font-weight: normal; }
.txt_center{ text-align: center;}

.ytable{ display: table; width: 100%; table-layout: fixed;}
.ytable_cell{ display: table-cell; vertical-align: middle;}

.Iscover{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.Iscontain{ background-repeat: no-repeat; background-position: center; background-size: contain;}
.transition{
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.padd_t2_b6{ padding-top: 2%; padding-bottom: 6%;}
.padd_4{ padding-top:4%; padding-bottom:4%;}
.padd_b5{ padding-bottom: 5%;}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.svg) no-repeat scroll 96% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

.w1280{ max-width: 1280px; margin: 0 auto; width: 94%; }
.w1440{ max-width: 1440px; margin: 0 auto; width: 94%; }
/* 设置滚动条的样式 */
.scroll{ background:#fff;}
.scroll::-webkit-scrollbar {
    width: 6px;height: 6px;
}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    background: #eeeeee;
}
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:#448acc;
}





.Pages{ text-align:center; font-size:16px; line-height:48px; margin: 50px 0 40px; display: flex; align-items: center; color: #999999; justify-content: center;}
.Pages .p_page{ display:inline-block; clear:both;}
.Pages em{ float:left; font-style:normal;}
.Pages a{ float:left; min-width: 50px; padding: 0 10px; text-align: center; background-color: #ffffff; font-size: 16px; color: #999999; margin: 0 10px; border: 1px solid #e9e9e9;}
.Pages a:hover,
.Pages a.a_cur{ color:#fff; background-color:#ee4547;}
.Pages .a_prev,
.Pages .a_next{ min-width: 100px;}
.Pages .p_jump{ margin-left:10px;}
.Pages .p_jump b{ font-weight: normal;}
.Pages .p_jump .i_text{ width: 50px; background-color: #ffffff; font-size: 16px; color: #999999; border: 1px solid #e9e9e9; margin: 0 10px; height: 50px; line-height: 50px; text-align: center;}
.Pages .p_jump .i_button{background-color: #ffffff; font-size: 16px; color: #999999; border: 1px solid #e9e9e9; height: 50px; line-height: 50px;width: 100px; margin-left: 10px; cursor: pointer;}

@media  (max-width: 768px){
	.Pages em,
	.Pages .p_count{ display:none;}
	.Pages{ font-size: 14px; line-height: 36px;}
}
@media  (max-width: 640px){
	.Pages a{ font-size: 14px;}
	.Pages .a_prev,
	.Pages .a_next{ min-width: 50px; padding: 0;}
	.Pages .a_prev{ margin: 0;}
	.Pages .p_jump .i_button{ width: 50px; height: 38px; line-height: 38px; margin-left: 5px;}
	.Pages .p_jump{ margin-left: 0;}
	.Pages .p_jump .i_text{ width: 40px; height: 38px; line-height: 38px;}
}


.mianContent{ padding: 4% 0;}


/* 视频弹窗 */

.video-play-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    height: 100%;
}
.video-play-wrap .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84.1%;
    height: 94%;
}
.video-play-wrap .inner video{ width: 100%; height: 100%;}
.video-play-wrap .close-btn {
    background: rgba(30, 30, 30, .6);
    cursor: pointer;
    height: 44px;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.video-play-wrap .close-btn svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

/* flex 布局 */
.d-flex{ display: flex;}
.j-end{ justify-content: flex-end;}
.j-center{justify-content: center;}
.j-sb{justify-content: space-between;}
.j-start{justify-content: flex-start;}
.f-wrap{flex-wrap: wrap;}
.f-colu{flex-direction: column;}
.a-center{align-items: center;}
.a-self{align-items: self-start;}
.a-start{align-items: flex-start;}
.a-baseline{align-items: baseline;}
.a-end{align-items: flex-end;}
.al-start{align-content: flex-start;}
.al-end{align-content: flex-end;}
.al-center{align-content: center;}
.al-sb{align-content: space-between;}
.al-sa{align-content: space-around;}
.al-stretch{align-content: stretch;}


/* 建议反馈 */
.feedback_bo{ flex-flow:row wrap; padding: 3% 5%; padding:40px 0; max-width:715px; margin-left:auto; margin-right:auto; padding-left:0; padding-right:0; width:90%;}
.feedback_bo li{ margin-bottom: 25px;}
.feedback_bo .name{ color:#333;}
.feedback_bo .name i{color: #e43f41;font-style: normal;display:inline-block;margin-right: 5px;}
.feedback_bo.row_1_form .w135{ width:135px; text-align:right;}
.feedback_bo.row_1_form .info{ padding-left:20px; width:calc(100% - 135px);}
.feedback_bo .text{ font-family:'HarmonyOS_Regular'; font-size:16px; width:100%; height:40px; line-height:40px; padding:0 13px; background-color: #f4f5f6; border:1px solid #e6e6e6; border-radius:5px; }
.feedback_bo.row_1_form .textarea .name{ padding-top:10px;}
.feedback_bo.row_1_form .textarea textarea{ min-height:100px; font-family:'HarmonyOS_Regular';font-size:16px; width:100%; padding:10px 13px; background-color:#f4f5f6; border:1px solid #e6e6e6; border-radius:5px; }
.feedback_bo .picbox .coverFile{ position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; z-index:10; cursor:pointer;}
.feedback_bo .detailPic .imgbox{ justify-content:space-between;}
.feedback_bo .detailPic .imgbox .picItem{ width:48.5%; margin-right:0;}
.feedback_bo .btn input[type=button] {cursor: pointer;height: 50px;line-height: 50px;border: 1px solid #e43f41;color: #e43f41;background-color: #fff;margin: 0 10px;font-family:'HarmonyOS_Regular';}
.feedback_bo .btn{ display:flex; justify-content: center;}
.feedback_bo .btn input[type=button].button_3{max-width:160px; width:30%;}
.feedback_bo .btn input[type=button].submit{ background-color:#e43f41; color:#fff;}



@media screen and (max-width: 768px) {
	.video-play-wrap { width: 100%; height: 100%;}
}




