*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;}
body{font-size: 14px;font-family:"Arial"; overflow-x:hidden;color: #333; background: #fbfaf6;}
a{text-decoration: none;font-size: 14px; color: #333;}
address, caption, cite, code, dfn, em, th, var, optgroup, i{font-style: inherit;font-weight: inherit;}
img{vertical-align: top;border: none;}
input, textarea{outline: none;border: none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
.fr{ float:right;}
.fl{ float:left;}
.w1500,.page,.gy,.box{width: 1300px; margin: 0 auto;}
.w14{ width: 1300px; margin: 0 auto;}
.clear,.cl{height: 0; overflow: hidden; clear: both;}
.dfc{display:flex;align-items:end;justify-content:center;}
.dfe{display:flex;align-items:end;justify-content:end;}
.db>div, .lb>li, .dd>dl{display:inline-block;vertical-align:top;}


@font-face { 
        font-family: 'DIN'; src: 
       url('https://cdn.114my.com.cn/font/lcw/D-DIN-Bold.ttf') format('truetype')
}




.top10{margin-top:100px;}
/*head*/
.head {position: fixed; width: 100%;top: 0;z-index: 9999; height: 100px;display: flex;background: #fbfaf6;}
.hea_logo{display:flex; align-items: center; }
.hea_logo a{display: flex;}
.hea_logo p b{font-size: 2.6rem; color: #333; line-height: 3.5rem; letter-spacing: 0rem; font-family: "Alht";}
.hea_logo p span{font-size:1rem; color: #666; display: block;}
.hea_logo a img {height: 60px; }
    
.head_box {width: 80%;margin: 0 auto;display: flex;    display: -webkit-flex;display: -moz-flex;justify-content: space-between;align-items: center;position: relative;     min-width: 1300px;}
.head_r{display: flex;
    align-items: center;
    justify-content: flex-start;}
.head_nav{display: flex;}
.head_nav li {position: relative;transition: 0.5s;     padding: 0 0.6vw;}
.head_nav li:after {content:'';width:0;height: 3px;background: #fe5627; position: absolute;top:97px;left: 0;z-index: -1;opacity: 0;    transition: 0.5s;}
.head_nav li:hover:after,.head_nav li.cur:after {opacity: 1;width: 100%;transition: 0.5s;}
.head_nav li.cur a,.head_nav li:hover a{ color: #fe5627;}
.head_nav li a {font-size: 1.1vw; color: #333; line-height: 100px;}

.top_con {width: 16vw;}
.top_con>ul {display: flex;justify-content: space-between;width: 100%;     align-items: center;}
.top_con>ul>li {display: flex;position: relative;justify-content: center;z-index:66;}


.language { font-size: 0.9vw;  }
.language:after{   content: "";  background: url(http://login114.114my.cn/memberpic/076986571897842en/uploadfile/image/20250812/20250812195616_697048346.png) no-repeat; left: -23px; position: absolute; width: 20px;
    height: 23px;
    top: -1px;}
.language a,.irh{ font-size: 0.9vw; color: #666;     margin-left: 5px; }
.language a:hover { color: #fe5627; font-weight: bold;}


/*searc*/
.tit_sel {border-radius: 50px;  border: 1px solid #dddddd;      margin-left: 1vw;      height: 2vw;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:0px;  box-sizing: border-box; padding-top: 5px;   border-left: none;margin-left: -31px;}
#search-bg{float: left;
    width: 9vw;
    height: 2vw;
    overflow: hidden;
    padding-left: 0.6vw;
    margin-top: 0px;
    text-align: left;
    line-height: 2vw;}
#infoname{ border:none;background:none; outline:none;} 
.form {justify-content: center;display: flex;}
input:-webkit-autofill {
    background: transparent !important;
    box-shadow: none !important;
}






/*fw*/
.trait{padding: 80px 0;background:url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210115_1135792263.jpg) no-repeat center;}
.trait .title{ font-size:38px;}
.traul{ margin-top:55px; display: flex; justify-content: space-between;}
.traul li{width: 23.5%; box-shadow: 0 0 20px #e3e3e3; background: #fff; display: flex; vertical-align: top; transition: all .3s ease;  flex-direction: column; justify-content: center; align-items: center;     padding: 2% 0;}
.traul li+li{ margin-left:2%;}
.traicon{height: 48px;margin-bottom: 16px;}
.tra_t{padding: 0 1.4vw; font-size: 0.9vw;color: #8c9094;  font-weight: lighter;line-height: 1.3vw;text-align: center;}
.tra_t span{ display:block; font-weight:normal; font-size:1.2vw; color:#fe5627; margin-bottom:1vw;}
/*剧*/
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.traul li:hover{
	-webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
	}







.title{text-align: center;font-size: 40px;color: #333333;}
.title b i{color: #fe5627;}
.title span{display: block;font-size: 18px;color: #8c8b89;margin: 10px 0 20px 0;}
.title em i{display: inline-block;width: 6px;height: 24px;background: #fed927;border-radius: 3px;vertical-align: top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.title em i+i{margin-left: 11px;}
.title em i:nth-child(2){height: 32px;background: #fe5627;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.title em i:nth-child(3){background: #fed927;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}
@keyframes tptd{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}
@media (max-width:1600px) {
.head_nav li a {font-size: 1.5vw;}

}
@media (max-width:1500px) {
.head_nav li a {font-size: 1.4vw;}

}

@media (max-width:1440px) {
.jjwnfq {font-size: 1.2vw  !important; line-height: 2vw  !important; padding-left: 3vw;}
.gywmdy,.button.fl {  padding-left: 3vw;}
.jjtpgjy {right: 0; }
}
@media (max-width:1400px) {
.advright {  height: 79vh;}
.jjwnfq {}
.gywmdy,.button.fl {  padding-left: 3vw;}
.jjtpgjy {right: 0; }
.head_nav li a{font-size: 1.2vw;}
.head_nav li {padding: 0 0.7vw;}
.language a, .irh {  font-size: 1.2vw;}
.top_con { width: 18vw;}

}

@media (max-width:1366px) {
.advright {  height: 79vh;}
.jjtpgjy {right: 0; }
.head_nav li a{font-size: 1.2vw;}
.head_nav li {padding: 0 0.7vw;}
.language a, .irh {  font-size: 1.2vw;}
.top_con { width: 18vw;}

}

@media (max-width:1300px) {
.head_nav li a{font-size: 1.2vw;}
.head_nav li {padding: 0 0.7vw;}
.language a, .irh {  font-size: 1.2vw;}
.top_con { width: 18vw;}
.head_box { min-width: 1200px;}

.advright {  height: 79vh;}
.gywmdy:after { background-size: 73%;}
}
@media (max-width:1266px) {
.head_nav li a{font-size: 1.2vw;}
.head_nav li {padding: 0 0.7vw;}
.language a, .irh {  font-size: 1.2vw;}
.top_con { width: 18vw;}
.head_box { min-width: 1200px;}
}

@media (max-width:1200px) {
.head_nav li a{font-size: 1.2vw;}
.head_nav li {padding: 0 0.7vw;}
.language a, .irh {  font-size: 1.2vw;}
.top_con { width: 18vw;}
.head_box { min-width: 1160px;}
.advright {  height: 79vh;}
.gywmdy:after { background-size: 73%;}
}




@media screen and (max-width:1470px){
.jjtpgjy img{ width:50vw; padding-top:3vw;}
}

/*浜у涓蹇*/
#hot_t{margin:70px 0;}

#tab2 {max-width:1400px; margin:0 auto; height:50px; margin-top:50px !important; border-bottom: 1px solid #eeeeee;}
#tab2 li{float:left; color:#222; height:50px; line-height:50px; cursor:pointer;  font-size:16px; text-align:center;   padding: 0 0.8vw;}
#tab2 li a{color:#666; font-size:16px;}
#tab2 li:nth-child(1){margin-left:0px;}
#tab2 li.current2{color:#fff; background:#fe5627; height:50px; line-height:50px;}
#tab2 li.current2 a{color:#fff; font-size:18px;}

#content2{max-width:100%; margin:0 auto; margin-top:30px; !important;margin-bottom: 60px;}

#content2 ul:nth-child(1){display:block;}
#content2 ul{ display:none; }
.clearfix:after{ display: block; clear: both; content: ""; visibility: hidden; height: 0;}
.clearfix{ zoom:1;}


/*banner*/
.banner{height: 100vh;overflow: hidden;position: relative;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide>a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(255 255 255 / 0.3);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}
/*背景效果*/
.banner .banner_img{}
.banner .banner_img img{width:100%;height:auto;min-height:100%;object-fit:cover;}
.banner_txt{position: absolute;}


/*pro*/
#tab2 li:nth-child(n+10) {    display: none;}
.cp_t { width: 100%; margin: 0 auto; max-width: 1380px; min-width: 1300px; padding-bottom: 5%;}
.cp_t a{width: 15%; float: left; margin-right: 1.4vw;  margin-bottom: 1.8vw;}
.cp_t a img {width: 100%;}
.cp_t a p{}
.cp_t p{    text-align: center; }
.cp_t p img{width: 98%; max-width: 1920px;min-width: 1300px;}
.cp_t ul{ width: 100%; margin: 0 auto; max-width: 1380px; min-width: 1300px;}
.cp_t a:nth-child(6) {margin-right: 0;}
.cp_t a:nth-child(12) {margin-left: 0;     margin-right: 0;}

.cp_t a p {
    text-align: center;
    font-size: 1.2vw;
    font-weight: bold;
   
    line-height: 2vw;
}


/*adv*/
.adv{ padding:80px 0 0 0; background:#f2f2f2;}
.advtab{ margin:55px auto;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.advtab li{ width:25%; height:126px; background:#fff;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; transition:all .3s ease; cursor:pointer;}
.advicon{ width:50px; height:52px; margin-right:20px; background:url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210204_1380998186.png) no-repeat left top; transition:all .3s ease;}
.advtab li:nth-child(2) .advicon{ background-position-x:-88px;}
.advtab li:nth-child(3) .advicon{ background-position-x:-176px;}
.advtab li:nth-child(4) .advicon{ background-position-x:-269px;}
.advtab li.on .advicon{ background-position-y:-65px;}
.advtab_t b{ font-size:1.4vw; color:#333333;transition:all .3s ease; }
.advtab_t em{ display:block; text-transform:uppercase; font-size:14px; color:#b3b1ae; text-transform:uppercase; margin-top:2px;transition:all .3s ease; }
.advtab li.on{ background:#fe5627 !important;}
.advtab li.on b{ color:#fff;}
.advtab li.on em{ color: rgba(255,255,255,0.7);}
.advbox{ height:688px; background:#fbfaf6;}
.advbox ul{ font-size:0; white-space:nowrap;}
.advleft{ width:955px; height:68vh; margin-left:-310px; display:inline-block; vertical-align:top;}
.advright{ width:100vw; height:68vh; background:rgba(233,228,227,.88); margin-left:-135px;display:inline-block; vertical-align:top; border-radius:0 0 0 100px; position:relative; z-index:9;}
.advcen{ width:46.6vw; height:550px; background:#fff; margin:4vw 0 0 5vw; padding:0 45px;}
.advtop{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.adv_n{ width:7vw; height:7vw; background:#fe5627; text-align:center; font-size:1vw; color:#fff; padding:22px 10px 0 10px;}
.adv_n em{ display:block; font-size:50px; font-family:fontDin2; line-height:55px;}
.adv_t{ font-size:1.6vw; color:#333333; margin-left:0.8vw;}
.adv_t em{ display:block; font-size:14px; color:#b7b7b7; text-transform:uppercase; margin-top:10px;}
.advwa{ padding:40px 0 45px 0; border-bottom:1px solid #e8e8e8;}
.advwa p{ font-size:0.91vw; color:#838383; line-height:28px; padding-left:35px; background:url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210230_1181433991.png) no-repeat left 10px;white-space: pre-line;}
.advtel{ margin-top:22px; padding-left:40px; font-size:1vw; color:#888888; background:url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210256_1921447855.png) no-repeat left center;     width: 50%; float: left; display: flex; align-items: center;}
.advtel em{ display:inline-block; vertical-align:sub; color:#333333; font-size:1.3vw;font-family: DIN;}
.advtab li:nth-child(2n){background-image: linear-gradient(to right, #f9f9f9,#fff,#f9f9f9);}
.advtel_yx{ margin-top:22px; padding-left:40px; font-size:1vw; color:#888888; float: right; display: flex; align-items: center;     width: 50%;}
.advtel_yx em{ display:inline-block; vertical-align:sub; color:#333333; font-size:1.2vw;font-family: DIN;}






/*case*/
.case{ padding:80px 0;}
.case li{ width:33%; float:left;}
.case li a{ display:block; overflow:hidden; position:relative;}
.case li img{ width:100%; height:auto; transition:all .8s ease;}
.casecon{ margin:50px 0 0 0;}
.case li:nth-child(3){ float:right;}
.case li:nth-child(2){ padding:0 0.5%;}
.case li dl{ width:49.5%; float:left;}
.case li dl:nth-child(1),.case li dl:nth-child(2){ margin-bottom:1%;}
.case li dl:nth-child(1),.case li dl:nth-child(3){ margin-right:1%;}
.case li a:hover img{ transform:scale(1.1);}
.case *{box-sizing: content-box;}







/*about*/


/*伴*/
.news{margin-top: 0px;}
.news_cont{margin-top: 50px;}
.new_nav { margin:0 auto;width:580px; margin-bottom:40px;}
.new_nav li{width: 170px;height: 42px;line-height: 42px;text-align: center;float: left;margin-left: 35px;-webkit-transition: all 0.5s;transition: all 0.5s;border-radius: 50px;background: #f5f5f5;}
.new_nav li:nth-child(1){ margin-left:0;}
.new_nav li a{ display:block; font-size:18px;}
.new_nav li.on{background: #fe5627;}
.new_nav li.on a{ color:#fff;}

.new_content{ position:relative;height: 639px;}
.new_content .news_div_item{position: relative; border:1px #eee solid;}
.new_content .news_div_item:nth-child(1){     background: #fff; width:50%; height:630px; float:left;  padding:2vw; box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.6);}
.new_content .news_div_item:nth-child(1) .news_div_item_year{ background:url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210341_1240852371.png) no-repeat left; padding-left:18px;}
.new_content .news_div_item:nth-child(1) .news_div_item_date div{ float:left; font-size:12px; position:absolute; left:40px; top:49px; color:#a1a1a1;}
.new_content .news_div_item:nth-child(1) .news_div_item_month{left: 90px !important;}
.new_content .news_div_item:nth-child(1) .news_div_item_day{left:108px !important;}
.new_content .news_div_item:nth-child(1) .news_div_item_a{ font-size:20px; position:absolute; left:40px; top:85px;}
.new_content .news_div_item:nth-child(1) .news_div_item_body{ width:90%; font-size:14px; color:#555555; line-height:24px; position:absolute; left:40px;top:122px;}
.new_content .news_div_item:nth-child(1) .news_div_item_pic{width:89%;height: 360px;overflow: hidden; position:absolute; left:40px; bottom:39px;}
.new_content .news_div_item:nth-child(1) .news_div_item_image{ width:100%;  position: relative; top:-4vw;}


.new_content .news_div_item:nth-child(n+2){float:left;width:24%; margin-left:1%;margin-bottom:1%; height:308px; background:#fff url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210413_1045829471.png) no-repeat center;background-position:25px 250px;overflow:hidden;box-shadow: 0px 0px 20px rgba(238, 238, 238, 0.6); background-size:85%;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_a{ font-size:20px; position:absolute; top:61px; left:30px; width:260px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_body{ font-size:14px; color:#555; line-height:24px; left:25px; width:260px; top:110px; position:absolute;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_date { background:url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210341_1240852371.png) left no-repeat; position:absolute; left:30px; top:32px; font-size:12px; padding-left:15px; color:#999;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_date div { float:left; margin-top:1px;}
.new_content .news_div_item:nth-child(n+2) .news_div_item_image{ display:none !important;}
.new_content .news_div_item:nth-child(3){bottom: 0;top: auto;}
.new_content .news_div_item:nth-child(4){right: 0;left: auto;}
.new_content .news_div_item:nth-child(5){}
.new_content .news_div_item:hover .news_div_item_a{ color:#fe5627;}










/*copy*/
.cop_bc{width: 100%;/*background: url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210435_95269438.png) no-repeat center top;position: relative; padding-top: 180px;*/}
.cop_c{display: flex;justify-content: space-between;padding-top: 60px;     text-align: left;}
.cop_lc{width: 75%; margin-right: 8%;}
.copp{display: flex;justify-content: space-between; }
.copp ul li a{font-size: 16px;color: #666;padding-bottom: 17px;display: block;}
.copp ul li a:hover{color:#fe5627;}
.copp ul li:first-child a{font-size: 20px;color: #333;padding-bottom: 30px;position: relative; font-weight: bold;}

.cop_rc{display: flex;justify-content: space-between;position: relative;     float: right;}
.dy_c>div{padding-top: 22px;text-align: center;}
.dy_c>div p{font-size: 14px;color: #666;}
.dy_c>div p:last-child{padding-top: 8px;}
.lx_c>p{  font-size: 20px;
    color: #333;
    position: relative;
    font-weight: bold;}
.lx_c>div{font-size: 16px;color: #666;line-height: 27px;margin: 18px 0 20px;}
.bq_ewm{display: flex;}
.bq_ewm li{position: relative;}
.bq_ewm li span{width: 36px;height: 36px;border:2px solid #666;border-radius: 100%;text-align: center;line-height: 34px;font-size: 14px;color: #666;display: flex;justify-content: center; align-items: center;transition:all .5s;}
.bq_ewm li+li{margin-left: 12px;}
.foot_bc{border-top:1px solid rgba(0,0,0,0.14);     margin-top: 40px;}
.foot_c{display: flex;justify-content: space-between;height: 94px;align-items: center;}
.foot_c a,.foot_c div{font-size: 15px;color: rgba(0,0,0,0.6);transition: 0.3s;}
.ewm_cc{display: none;position: absolute;top: -155px;left:calc(50% - 75px);}
.ewm_cc img { width: 150px!important;}
.linkTagcs{width:100%!important;}
.bq_ewm li:hover span{background: #fe5627;border: 2px solid #fe5627;color: #fe5627;}
.dy_c>p{background: #fff;padding: 13px;border-radius: 6px;}
.copp ul li:first-child a:after{position: absolute;content: "";top: 3px;left: -28px;width: 18px;height: 18px;background: url(http://login.114my.cn/memberpic/076986571897842en/uploadfile/image/20250630/20250630210459_1354085664.png) no-repeat center;}
.lx_c>p:after{position: absolute;content: "";width: 13px;height: 3px;background: #fe5627;top: 7px;left: -24px;}
.yq_c>p>span{font-size: 24px;color: #fff;margin: 0 16px 0 40px;}
.linkTagcs ul a{color:rgba(51,51,51,0.6)!important;}
.copp ul:first-child{width: 38%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.copp ul:first-child li:first-child{width: 100%;}
.copp ul:first-child li {width: 50%;}
.foot_c a:hover{ color: #fff;}
.bq_ewm li span img,.bq_ewm li:hover span img+img{display: block;}
.bq_ewm li span img+img, .bq_ewm li:hover span img{display: none;}