@charset "UTF-8";


@media (min-width: 768px) {

    html {

        font-size: 28px!important;

    }

}

@media (min-width: 1025px) {

    ::-webkit-scrollbar {

        width: 6px;

        height:6px;

    }



    ::-webkit-scrollbar-track {

        background: #fff;

    }



    ::-webkit-scrollbar-thumb {

        background: #e62129;

        /*border-radius: 4px;*/

    }



    ::-webkit-scrollbar-thumb:window-inactive {

        background: #e62129;

    }



    ::-webkit-scrollbar-thumb:vertical:hover {

        background: #e62129;

    }

    html {

        font-size: 30px!important;

    }

    body{

        -ms-overflow-style: scrollbar;

    }

}

@media (min-width: 1440px) {

    html {

        font-size: 34px!important;

    }

}

@media (min-width: 1680px) {

    html {

        font-size: 40px!important;

    }

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, caption, tbody, tfoot, thead, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, navbox, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden;}
/* always display scrollbars */
body { font:14px/1.6 "PingFang SC Regular","Microsoft Yahei","微软雅黑","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif; margin: 0 auto; color:#333;
   _background-attachment:fixed; 
_background-image:url(about:blank); width: 100%; height: 100%; overflow: hidden;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, navbox, section { display: block; }
input, select,button{ vertical-align: middle; outline: none; padding:0; border:0;}
ol, ul,li{ list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/*strong,i,em,b{ font-style:normal; font-weight:normal; }*/
strong,i,em,b{ font-style:normal;  }
img { border:0;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0;}
textarea { -webkit-appearance: none; border-radius: 0; background:none; outline:none; padding:0; margin:0; border:none;}
::-moz-selection { background: #E60012; color: #fff; text-shadow: none; }
::selection { background: #E60012; color: #fff; text-shadow: none; }
a{ text-decoration:none; blr: expression(this.onFocus=this.blur()); cursor: pointer; color:#000; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
a:link, a:visited{ text-decoration: none;}
a:hover { text-decoration: none; color: #E60012; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fl{ float:left;}
.fr{ float:right;}
h1,h2,h3,h4,h5{ font-weight:normal; display:block;}
input,button,table,tr,td,textarea{ font-family:Microsoft yahei,Arial;}

.f-cb {
  zoom: 1;
}

html, body{ min-width:1250px;}


/* 重置表单样式 */

select::-ms-expand { display: none; }

input,select,textarea{

    box-shadow: none;

    outline: none;

    border: none;

    border-radius: 0;

    -ms-appearance: none;

    -moz-appearance: none;

    -webkit-appearance:none;

    appearance:none;  

    padding: 0;

}

textarea{

  resize: none;

}

select::-ms-expand { display: none; }

/* 更改placeholder颜色 */

input::-webkit-input-placeholder{

    color:#888;  

}  

input:-moz-placeholder{

    color:#888;

}  

input::-moz-placeholder{

    color:#888;

}  

input:-ms-input-placeholder {

    color:#888;

}  



textarea::-webkit-input-placeholder{

    color:#888;  

}  

textarea:-moz-placeholder{

    color:#888;

}  

textarea::-moz-placeholder{

    color:#888;

}  

textarea:-ms-input-placeholder {

    color:#888;

}



body{

    margin: 0 ;

}

.view{

    width: 90%;

    margin: 0 auto;

}

header{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 30;

    transition: all .3s;
    /* border-bottom: 1px solid rgba(255,255,255,.2); */

}

.header-wrap{

    border-bottom: 1px solid rgba(255,255,255,.2);



}

header .logo{

    float: left;

    min-width: 5.5rem;

    margin-top: 1rem;

    transition: all .3s;

}

header .logo1,

header .logo2{

    position: relative;

}

header .logo img{

    width: 100%;

    display: block;

}

header .logo .logo2{

    display: none;

}



.pc-nav{

    float: right;

    font-size: 0;

}

.pc-nav li{

    display: inline-block;

    *display: inline;

    zoom: 1;

    margin-left: 1.25rem;

    position: relative;

}

.pc-nav li:first-child{

    margin-left: 0;

}

.pc-nav .tit{

    display: block;

    height: 2.8rem;

    line-height: 2.8rem;

    color: #fff;

    font-size: 18px;

    transition: all .3s;

}

/* .pc-nav li .tit:before{

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 0;

    height: 4px;

    background-color: #e62129;

    transition: all .3s;

} */

.pc-nav li .navson{

    position: absolute;

    left: 50%;

    margin-left: -1.625rem;

    top: 3.15rem;

    width: 3.25rem;

    /* border: 1px solid #e5e5e5; */

    /* border-top: 3px solid #e62129; */

    box-shadow: 0 0 30px rgba(0,0,0,.1);

    background: #fff;

    opacity: 0;

    filter: alpha(opacity=0);

    visibility: hidden;

    border-radius: 6px;

    transition: all .3s;

}

.pc-nav li .navson a{

    display: block;

    height: 1.25rem;

    line-height: 1.25rem;

    font-size: .35rem;

    color: #666;

    border-bottom: 1px solid #e5e5e5;

    /* padding: 0 .6rem; */

    text-align: center;

    transition: all .3s;

}

.pc-nav li .navson a:first-child{

    border-radius: 6px 6px 0 0;

}

.pc-nav li .navson a:last-child{

    border-bottom: none;

    border-radius: 0 0 6px 6px;

}

.pc-nav li.cur .tit,.pc-nav li.on .tit,header.cur .pc-nav li.on .tit{

    color: #e62129; font-weight: bold;

}

/* .pc-nav li.cur .tit:before{

    width: 100%;

} */

.m-nav{

    display: none;

}

.header-right{

    float: right;

    margin-left: 1.25rem;

    margin-top: 1rem;

    font-size: 0;

    transition: all .3s;

}

.header-right .item{

    display: inline-block;

    *display: inline;

    zoom: 1;

    margin-left: .8rem;

    vertical-align: middle;

    position: relative;

}
.header-right{display: flex; display: -webkit-flex;}
.header-right .item{display: flex; align-items: center;}
.header-right .item span{font-size: .5rem; font-weight: bold; font-family: "DIN"; display: inline-block; color: #ffffff; margin-left: .2rem;}

.header-right .item:first-child{

    margin-left: 0;

}

.header-right .icon{

    display: block;

    width: .5rem;

    height: .5rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 99%;

}

.header-right .search-btn{

    background-image: url('../images/search-btn.png');

}

.header-right .lang{

    background-image: url('../images/lang.png');

}

.header-right .lang-sub{

    position: absolute;

    left: 50%;

    top: .5rem;

    padding-top: .3rem;

    transform: translateX(-50%);

    width: 3rem;

    padding-top: .5rem;

    display: none;

    

}

.header-right .lang-sub .sub{

    border-radius: 6px;

    background-color: #fff;

    box-shadow: 0 0 30px rgba(0,0,0,.1);

    overflow: hidden;

}

.header-right .lang-sub .sub a{

    display: block;

    height: 1.25rem;

    line-height: 1.25rem;

    text-align: center;

    color: #666;

    

    color: #666;

    border-bottom: 1px solid #e5e5e5;

    transition: all .3s;

}

.header-right .search-box{

    display: none;

}



header.cur{

    background-color: #fff;

}

header.cur .logo{

    margin-top: .6rem;

}

header.cur .logo-text{

    opacity: 0;

    filter: alpha(opacity=0);

}

header.cur .logo .logo1{

    display: none;

}

header.cur .logo .logo2{

    display: block;

}

header.cur .pc-nav .tit{

    color: #333;

    height: 2rem;

    line-height: 2rem;

}

header.cur{

    border-bottom: 1px solid rgba(220,220,220,.5);

}

header.cur .header-wrap{

    border-color: transparent;

}

header.cur .header-right{

    margin-top: .65rem;

}

header.cur .header-right .item span{color: #666666;}
header.cur .header-right .search-btn{

    background-image: url('../images/search-btn2.png');

}

header.cur .header-right .lang{

    background-image: url('../images/lang2.png');

}

header.cur .pc-nav li .navson{

    top: 1.4rem;

}

.clearfixed.cur{

    height: 1.4rem;

}


.pc-nav li:before { display: none;
  content: "";
  position: absolute;
  left:0;
  width:0px;

  bottom: 0;
  width: 0;
  height: 2px;
  background: url(../images/navbg.png) no-repeat center; background-size: auto;

  transition: all .5s;
}

.pc-nav li:hover:before{width: 100%;}


.search-box{

    position: fixed;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    background-color: #fff;

    display: none;

}

.pub-close{

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    width: .6rem;

    height: .6rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    top: 2.25rem;

}

.search-top{

    border-bottom: 1px solid #e5e5e5;

    padding: .9rem 0;

}

.search-top .search{

    position: relative;

    width: 94%;

    float: left;

}

.search-top .search input[type=text]{

    width: 85%;

    height: 1rem;

    line-height: 1rem;

    background-color: transparent;

    padding-left: 1.25rem;

    font-size: .65rem;

    color: #000;

    box-sizing: border-box;

    background-repeat: no-repeat;

    background-position: left center;

    background-image: url('../images/search-btn3.png');

    font-size: .5rem;

    float: left;

}

.search-top .search input[type=submit]{

    float: right;

    width: 3rem;

    height: 1rem;

    font-size: .35rem;

    color: #fff;

    background-color: #e62129;

    border-radius: 4px;

}

.search-top .search-close{

    float: right;

    width: 1rem;

    height: 1rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-image: url('../images/search-close.png');

}

.search-box .enter-box h3{

    font-size: .6rem;

    line-height: 1.75rem;

    color: #000;

}

.search-box .enter-box .list .item{

    font-size: 0;

}

.search-box .enter-box .list .item:nth-child(2n+1){

    background-color: #f1f1f1;

}

.search-box .enter-box .list .item a{

    display: inline-block;

    *display: inline;

    zoom: 1;

    color: #666;

    line-height: 1.75rem;

    

    transition: all .2s;

}

.search-wrap .search-top{

    padding: 0;

}

/* header end */




.ban-bottom-box{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    z-index: 3;

}

.ban-bottom{
    height: 3rem;

 

}

.ban-bottom .buttons{

    float: left;

    font-size: 0;

    margin-top: .8rem;

}

.ban-bottom .buttons a{

    display: inline-block;

    *display: inline;

    zoom: 1;

    width: .5rem;

    height: .3rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 100%;

    transition: all .3s;

    margin-right: .65rem;

}

.ban-bottom .buttons .prev{

    background-image: url('../images/ban-prev.png');

}

.ban-bottom .buttons .next{

    background-image: url('../images/ban-next.png');

}

.ban-bottom .scroll-btn{

    position: absolute;

    left: 50%;

    top: .2rem;

    width: auto;



    transform: translateX(-50%);

}



.ban-bottom .scroll-btn{opacity: .5; width: 1.3rem; display: block; height: 1.3rem; border-radius: 50%; border: 1px solid #ffffff; }
.scroll-btn .a1{position: absolute; left: 50%;  transform: translateX(-50%); top: 10%;}


/* fuwu */
.in_service {width: 100%;position: relative;}
.in_service .se_D1 {width: 100%;height: 11rem;}
.in_service .se_D1 .inD1Left {width: 50%;height: 100%;float: left;background: url(../images/inD1Left.jpg) top center no-repeat;position: relative;perspective: 600px; -webkit-perspective: 600px; cursor: pointer;}
.in_service .se_D1 .inD1Left:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;visibility: hidden;transform-origin: top center 0;transition: 0.54s;transform: rotateX(-60deg);-webkit-transform: rotateX(-60deg);-moz-transform: rotateX(-60deg);
background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);}
.in_service .se_D1 .inD1Left:hover:before{opacity: 1; visibility: visible; transform: rotateX(0deg); -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); color:#fff;}
.in_service .se_D1 .inD1Left .inD1_c {position: relative;padding-left: 6%;padding-top: 1.2rem;}
.in_service .se_D1 .inD1Left .inD1_c .se_Left {width:10rem;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBNum {float: left;color: #999;position: relative;margin-right: .5rem;padding-bottom: 1.2rem;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBNum:before {content: '';width: 1px;height: 1rem;position: absolute;left: 50%;bottom: 0;background: #424343;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit {overflow: hidden;position: relative; z-index: 9;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit h3 {font-size: .9rem;color: #fff;font-weight: normal;margin-bottom: .8rem;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Dos { height:1.5rem; color: #7d8181;margin-bottom: .5rem;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Yw {width: 100%;}
.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Yw li {width: 33.333333%;float: left;text-align: left;color: #fff;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; line-height: 2;}

.in_service .se_D1 .inD1Left .inD1_c .se_Img {display: block;position: absolute;right: .9rem;top: .8rem;}

.in_service .se_D1 .inD1Right {width: 50%;height: 100%;float: right;}
.in_service .se_D1 .in_Yd {width: 50%;height: 100%;float: left;position: relative;perspective: 1000px; -webkit-perspective: 1000px; cursor: pointer;}
.in_service .se_D1 .in_Yd:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;visibility: hidden;transform-origin: left center 0;transition: 0.54s;transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg);
background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);}
.in_service .se_D1 .in_Yd:hover:before{ opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); color:#fff;}
.in_service .se_D1 .inD1_r {position: relative;padding-left: 6%;padding-top: 1.2rem;}
.in_service .se_D1 .inD1_r .se_Right {width: 90%;}
.in_service .se_D1 .inD1_r .inM1LBNum {float: left;color: #999;position: relative;margin-right: .5rem;padding-bottom: 1.2rem;}
.in_service .se_D1 .inD1_r .inM1LBNum:before {content: '';width: 1px;height: 1rem;position: absolute;left: 50%;bottom: 0;background: #424343;}
.in_service .se_D1 .inD1_r .inM1LBRTit {overflow: hidden;width: 85%;}
.in_service .se_D1 .inD1_r .inM1LBRTit h3 {font-size: .9rem;color: #000;font-weight: normal;margin-bottom: .8rem;}
.in_service .se_D1 .inD1_r .inM1LBRTit .se_Dos {height: 1.5rem; color: #7d8181;margin-bottom: 0.5rem;text-overflow: ellipsis;overflow: hidden;}
.in_service .se_D1 .in_Yd1{width: 50%;height: 100%;float: left;background: #f9f9f9;perspective: 1000px; -webkit-perspective: 1000px; cursor: pointer;}
.in_service .se_D1 .in_Yd1:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;visibility: hidden;transform-origin: left center 0;transition: 0.54s;transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg);
background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);}
.in_service .se_D1 .in_Yd1:hover:before{ opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); color:#fff;}
.in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw {width: 100%;}
.in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw  ul{ display: flex; align-items: center; flex-wrap: wrap;}
.in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw li { white-space: nowrap; margin-right: 20px; width: calc(33.3% - 20px);
  color: #666;  line-height: 2.4;}
  /*text-align: left;  overflow: hidden;text-overflow: ellipsis;  float: left;*/

.se_More {background: url(../images/more-jt.png) no-repeat; width: 2rem; height: 2rem; background-size: .8rem; display: block; margin-top: 1rem; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.in_service .se_D1 .inD1Left .inD1_c:hover .se_More,.in_service .se_D2 .in_Yd:hover .se_More ,.in_service .se_D1 .inD1_r:hover .se_More ,.in_service .se_D2 .in_Yd1:hover .se_More{background: url(../images/more-jt2.png) no-repeat; width: 2rem; height: 2rem; background-size: .8rem; }

.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit h3,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Dos,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Yw li,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_More.iconjiantou:before,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum{ color:#fff;}
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum:before{ background:#fff;}
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit h3,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Dos,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Yw li,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_More.iconjiantou:before,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum{ color:#fff;}
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum:before{ background:#fff;}

.in_service .se_D2 {width: 100%;height: 11rem;}
.in_service .se_D2 .inD2Left {width: 50%;height: 100%;float: left;}
.in_service .se_D2 .in_Yd {width: 50%;height: 100%;float: left;background: url(../images/in_yx.jpg) no-repeat center;position: relative;perspective: 1000px; -webkit-perspective: 1000px; cursor: pointer;}
.in_service .se_D2 .in_Yd:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;visibility: hidden;transform-origin: left center 0;transition: 0.54s;transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg);
background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);}
.in_service .se_D2 .in_Yd:hover:before{ opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); color:#fff;}
.in_service .se_D2 .in_Yd1 {width: 50%;height: 100%;float: left;background: #fff;position: relative;perspective: 1000px; -webkit-perspective: 1000px; cursor: pointer;}
.in_service .se_D2 .in_Yd1:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;visibility: hidden;transform-origin: left center 0;transition: 0.54s;transform: rotateY(60deg);-webkit-transform: rotateY(60deg);-moz-transform: rotateY(60deg);
background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);}
.in_service .se_D2 .in_Yd1:hover:before{ opacity: 1; visibility: visible; transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); color:#fff;}
.in_service .se_D2 .inD2_l {position: relative;padding-left: 6%;padding-top: 1.2rem;}
.in_service .se_D2 .inD2_l .se_Left {width: 90%;}
.in_service .se_D2 .inD2_l .inM2LBNum {float: left;color: #999;position: relative;margin-right: .5rem;padding-bottom: 1.2rem;}
.in_service .se_D2 .inD2_l .inM2LBNum:before {content: '';width: 1px;height: 1rem;position: absolute;left: 50%;bottom: 0;background: #424343;}
.in_service .se_D2 .inD2_l .inM2LBRTit {overflow: hidden;width: 85%; position:  relative; z-index: 9;}
.in_service .se_D2 .inD2_l .inM2LBRTit h3 {font-size: .9rem;color: #000;font-weight: normal;margin-bottom: .8rem;}
.in_service .se_D2 .inD2_l .inM2LBRTit .se_Dos { height: 1.5rem; color: #7d8181;margin-bottom: 0.5rem;text-overflow: ellipsis;overflow: hidden;}
.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw {width: 100%; }
.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw ul{ display: flex; align-items: center; flex-wrap: wrap;}
.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw li { margin-right: 20px; width: calc(33.3% - 20px);
  color: #666;  white-space: nowrap;line-height: 2.4;}
  .in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw li:last-child{ margin-right: 0;}
.in_service .se_D2 .in_Yd1 .se_Img {display: block;position: absolute;right: .2rem;bottom: 0;}

@media screen and (max-width:1660px) {
  .in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw li{    width: calc(50% - 20px);}
  .in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw li{   width: calc(50% - 20px);}
}

@media screen and (max-width:1280px) { 
  .in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw li,.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw li{ width: auto;}
}


.in_service .se_D2 .inD2Right {width: 50%;height: 100%;float: left;background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);}
.in_service .se_D2 .inD2Right .inD2_r {position: relative;padding-left: 6%;padding-top: 2.6rem;}
.in_service .se_D2 .inD2Right .inD2_r .inD2_w {font-size: .9rem;color: #fff;position: relative;padding-left: 1.6rem;font-weight: bold;}
.in_service .se_D2 .inD2Right .inD2_r .inD2_w:before {content: '';width:1.2rem;height: 0.1rem;position: absolute;left: 0;top: 50%;background: #fff;}
.in_service .se_D2 .inD2Right .inD2_r .inD2_T {font-size:.7rem;color: #fff;font-weight: bold;background: url(../images/inD2_T.png) center left no-repeat;padding-left: 2.6rem;margin-top: 1rem;}
.in_service .se_D2 .inD2Right .inD2_r .inD2_TX {font-size: .7rem;color: #fff;font-weight: bold;padding-left: 2.6rem;margin-top: 0.2rem;}

.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit h3,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Dos,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Yw li,.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum{ color:#fff;}
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum:before{ background:#fff;}
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit h3,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Dos,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Yw li,.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum{ color:#fff;}
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum:before{ background:#fff;}

.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit h3,.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit .se_Dos,.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit .se_Yw li,.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBNum{ color:#fff;}
.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBNum:before{ background:#fff;}
.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit h3,.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit .se_Dos,.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit .se_Yw li,.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBNum{ color:#fff;}
.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBNum:before{ background:#fff;}

.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBRTit .se_Dos,.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBNum,.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBRTit .se_More.iconjiantou:before{ color:#fff;}
.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBNum:before{ background:#fff;}


.in_number{background: url(../images/in_number-bg.jpg)no-repeat center center; padding: 3% 0; position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;}
.Guarantee_time { width: 100%;}
.Guarantee_time li{text-align: center;  color: #ffffff; margin: 0 auto; float: left; width:calc(100%/5);  box-sizing: border-box; padding: 1rem 0 1.2rem; position: relative; line-height:2;}
.Guarantee_time li h2{color: #ffffff; font-size: 2.3rem; font-family: "DIN"; display: inline-block; font-weight: bold;}
.Guarantee_time li i{font-size: .8rem; margin-left: .5rem; color: #ffffff;}
.Guarantee_time li p{ color: #ffffff;} 


/* 通用标题css */
.in_tx {width: 100%;position: relative;margin: 0 auto;padding: 1.5rem 0 1rem 0; display: flex; display: -webkit-flex; align-items: center; justify-content: space-between;}
.in_tx .in_txt {font-size: 1.2rem;color: #000; padding-right: 1rem;}
.in_tx .in_line{height: 1px; background: #e5e5e5; flex: 1;}
.in_tx .in_more {font-size: .6rem;color: #000; padding-left: 1rem;}
.in_tx_nav{margin-bottom: 1rem;}
.in_tx_nav a{ display: inline-block; margin: 0 1rem 0 0;}


/* in_case */
.in_case {width: 100%;position: relative; padding-bottom: .5rem;}
.in_case .in_Ca {width: 100%;position: relative;}
.in_case .sin_Ca{ display: none;}
.in_case .in_Ca .Ca_T{width: 100%; position:relative;}
.in_case .in_Ca .Ca_T li {transition:all .36s; float: left;width: 32%; margin-bottom: .5rem; margin-left: 2%;}
.in_case .in_Ca .Ca_T li a{ display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.in_case .in_Ca .Ca_T li .img{overflow: hidden; position: relative;}
.in_case .in_Ca .Ca_T li .img:before{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;background:rgb(0,0,0,.2);  opacity: 0; -webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;}.in_case .in_Ca .Ca_T li:hover .img:before{opacity: 1;}
.in_case .in_Ca .Ca_T li .img img {display: block; width: 100%;height: 100%; -webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s;
-webkit-transform: scale(1.01, 1.01);-moz-transform: scale(1.01, 1.01);-o-transform: scale(1.01, 1.01);transform: scale(1.01, 1.01); overflow: hidden;}
.in_case .in_Ca .Ca_T li:hover .img img {-webkit-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1)}
.in_case .in_Ca .Ca_T li .title {text-align: center;background: rgba(0, 0, 0, 0.6);opacity: 0;visibility: hidden;position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; z-index:3;}
.in_case .in_Ca .Ca_T li .title .info{display: table;width: 100%;height: 100%;}
.in_case .in_Ca .Ca_T li .title .info .txt{display: table-cell;vertical-align: middle; padding:0 20px;}
.in_case .in_Ca .Ca_T li .title .info .txt h2 {font-size: .8rem;color: #fff;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.in_case .in_Ca .Ca_T li .title .info .txt i {width: 60px;height: 4px;background: #ffffff;margin: 0.2rem auto 0;display: block;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.in_case .in_Ca .Ca_T li .title .info .txt p {font-size: .5rem;color: #fff;margin-top:0.7rem;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.in_case .in_Ca .Ca_T li .title .info .txt span {width:1rem;height: 1rem;margin: .6rem auto;font-size: .8rem;color: #fff; line-height: .9rem; display: block;border-radius: 50%;-webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: #e62129;}
.in_case .in_Ca .Ca_T li:hover .title {opacity: 1;visibility: visible;}
.in_case .in_Ca .Ca_T li:hover .title .info .txt span {opacity: 1; visibility: visible;}
.in_case .in_Ca .Ca_T li:hover .title .info .txt i {width: 30px;opacity: 1; visibility: visible;} 
.in_case .in_Ca .Ca_T li:hover .title .info .txt h2 {opacity: 1; visibility: visible;}
.in_case .in_Ca .Ca_T li:hover .title .info .txt p {opacity: 1; visibility: visible;}
.in_case .in_Ca .Ca_T li:nth-child(3n+1){margin-left: 0;}
.in_case .in_Ca .Ca_T li .text{padding: .5rem 0; transition:all .36s;}
.in_case .in_Ca .Ca_T li .text h3{color: #000000;  font-size: .7rem;}
.in_case .in_Ca .Ca_T li .text p{color: #aaaaaa; margin-top: .2rem;  
    word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.in_case .in_Ca .Ca_T li:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.15) } 
.in_case .in_Ca .Ca_T li:hover .text{padding: .5rem ;}
.in_hezuo{  position: relative;

  /*padding-bottom: 2.5rem;
   background: url(../images/in_hezuo-bg.jpg)no-repeat;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed; */
}
.in_hezuo_tx{display: flex; display: -webkit-flex; justify-content: center; align-items: stretch; padding: 1.7rem 0 1.3rem;}
.in_hezuo_tx .hezuo_tx_left{display: flex; display: -webkit-flex;}
.in_hezuo_tx .hezuo_tx_left span{color: #e62129; font-size: 3.4rem; font-family: "DIN"; margin-top: -.9rem;}
.in_hezuo_tx .hezuo_tx_left i{font-size: .8rem; color: #e62129;}
.in_hezuo_tx .hezuo_tx_right{color: #333; margin-left: 1rem;}
.in_hezuo_tx .hezuo_tx_right .t1{font-family: "DIN"; font-size: 1rem;text-transform: uppercase;}
.in_hezuo_tx .hezuo_tx_right .t2{  margin: .2rem 0;}
.in_hezuo_tx .hezuo_tx_right .t3{ font-size: 1.2rem; font-weight: bold;}


.in_hezuo_list{display: flex; display: -webkit-flex; flex-wrap: wrap; align-content: center; width: 85%; margin: 0 auto;}
.in_hezuo_list li{width: calc(100%/6); margin: .5rem 0; padding: 0 .2rem; box-sizing: border-box;}
.in_hezuo_list li img{display: block; margin: 0 auto; max-width: 100%;}


.in_news{padding-bottom: 1.5rem;    background: #f9f9f9;}
.in_news_list{display: flex; display: -webkit-flex; }
.in_news_list .left{width: 66.666%; border: 1px solid #e5e5e5; border-bottom: none; display: flex; display: -webkit-flex; flex-wrap: wrap;}
.in_news_list .left .item{width: 50%;  transition: all 0.6s ease; position: relative; padding: 1rem; box-sizing: border-box; border-left: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.in_news_list .left .title{transition: all 0.6s ease; font-size: .6rem; color: #333333; margin-bottom: .5rem;     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in_news_list .left p{transition: all 0.6s ease;   line-height: 2; color: #888888; 
word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.in_news_list .left span{transition: all 0.6s ease;  color: #333333; font-family: arial; margin-top: 1rem; margin-bottom: .2rem; display: block;}
.in_news_list .left .item:nth-child(2n+1){border-left: 0;}

.in_news_list .right{border: 1px solid #e5e5e5; border-left: none; width: 33.333%;}
.in_news_list .right .box{ padding: 1rem; box-sizing: border-box;}
.in_news_list .right .box .img{display: block; overflow: hidden; height: 6.3rem; margin-bottom: 1.5rem;}
.in_news_list .right .box .img img{ transition: all .36s; display: block; overflow: hidden; width: 100%; height: 100%; object-fit: cover;}
.in_news_list .right .box .title{ transition: all 0.6s ease; font-size: .6rem; color: #333333; margin-bottom: .5rem;     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in_news_list .right .box p{ transition: all 0.6s ease;  line-height: .7rem; color: #888888; height: 2rem; overflow: hidden;
text-overflow: ellipsis;}
.in_news_list .right .box span{transition: all 0.6s ease;  color: #333333; font-family: arial; margin-top: 1rem; margin-bottom: .2rem; display: block;}
.in_news-lunbo .swiper-pagination-bullet{background: #ffffff; border: 1px solid #000000; border-radius: 50%; width: .2rem; height: .2rem;}
.in_news-lunbo .swiper-pagination-bullet-active{background: #000000; border: 1px solid #000000;}
.swiper-container-horizontal > .swiper-pagination{bottom: 1.1rem !important; text-align: right !important; left: -1rem;}

/*.in_news_list .left .item a::after{content: '';width: 100%;height: 0;background:
 -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);
position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.6s ease;}
.in_news_list .left .item:hover a::after{height: 100%;}


.in_news_list .left .item:hover .title,.in_news_list .left .item:hover span,.in_news_list .left .item:hover p{color: #FFFFFF;}
.in_news_list .left .item:hover{padding: 1rem  ; box-sizing: border-box;}*/

.in_news_list .left .item:hover{box-shadow: 0 0 20px rgba(0,0,0,0.2) ;  background:#fff;
z-index: 5} 
 .in_news_list .left .item:hover .title{ color:#e62129; }

/*.in_news_list .right .box a::after{content: '';width: 100%;height: 0;background: -webkit-linear-gradient(130deg, #e62129, #de267d);background: -o-linear-gradient(130deg, #e62129, #de267d);background: -moz-linear-gradient(130deg, #e62129, #de267d);background: linear-gradient(130deg, #e62129, #de267d);
position: absolute;top: 0;left: 0;z-index: -1;transition: all 0.6s ease;}
.in_news_list .right .box:hover a::after{height: 100%;}
.in_news_list .right .box:hover .title,.in_news_list .right .box:hover span,.in_news_list .right .box:hover p{color: #FFFFFF;}


*/
/*.in_news_list .right:hover .box {box-shadow: 0 0 20px rgba(0,0,0,0.2) ;  background:#fff;
z-index: 5}*/

.in_news_list .right .box:hover .img{box-shadow: 0 0 10px rgba(0,0,0,0.2) ; }
.in_news_list .right .box:hover .img img{ transform: scale(1.1); }
.in_news_list .right .box:hover .title{ color:#e62129; }


.in_offer{background: #f9f9f9; padding: 1rem 0;}
.in_offer .title{color: #333333; font-weight: bold; font-size: .6rem; margin-bottom: 1rem;}
.in_offer form{display: flex; display: -webkit-flex; align-items: center; justify-content: space-between;}
.in_offer input.text{width:25% ;  border: 1px solid #000000; height: 1.4rem; line-height: 1.4rem; background: none; padding-left: .4rem; box-sizing: border-box;}
.in_offer textarea{border: 1px solid #000000; height: 1.4rem; line-height: 1.4rem; background: none; overflow: hidden; width: 35%; padding-left: .4rem; box-sizing: border-box;}
.in_offer input.sub{background: #000000;   height: 1.4rem; line-height: 1.4rem; color: #ffffff; text-align: center; width: 12%;}

.in_ad{background: url(../images/img-8.jpg)no-repeat; position: relative;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
/* background-attachment: fixed; */
padding: 2rem 0  ; box-sizing: border-box;}
.in_ad .box{display: flex; display: -webkit-flex; align-items: center; justify-content: space-between;}
.in_ad .box .text p{color: #ffffff; font-size: .9rem; letter-spacing: 1; display: flex; align-items: center;}
.in_ad .box .text p span{margin-left: .5rem; width: 45%;}
.in_ad .box .text p span img{max-width: 100%;}
.in_ad .box .erweima{color: #ffffff; text-align: center; width: 140px;}
.in_ad .box .erweima img{display: block;  width: 100%;}
.in_ad .box .erweima p{color: #ffffff;  margin-top: .4rem;}

.footer .box{padding: 1.5rem 0; display: flex; display: -webkit-flex; align-items: center; justify-content: space-between;}
.footer .box .ft-logo{width: 15%; padding-right: 2rem;}
.footer .box .ft-logo img{max-width: 100%;}
.footer .box .text{flex: 2;}
.footer .box .text2{flex: 1;}
.footer .box .text h3{color: #000000; font-family: "DIN"; font-size: .6rem; font-weight: bold;}
.footer .box .text p{font-size: 14px; color: #666666; line-height:2;}
.footer .box .text p a{ color: #666;}
/*   */
/*内页*/
.nybanner{
	background: #000;
	height: 18rem;
	padding-top: 2.8rem;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.bannerbg{
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	animation: pic_m 3s ease;
	-webkit-animation: pic_m 3s ease;
}
@keyframes pic_m {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}


.nybanner .maview{ height:100%; position: relative; width: 74%; margin: 0 auto;}
.banner_txt{ position:absolute; top:45%; left:0; height: 9rem; width:100%; color: #fff; line-height: 1; transform: translateY(-50%);}
.banner_txt h2{font-family: "DIN"; font-size: 1.8rem; text-transform: uppercase; font-weight: bold;}
.banner_txt h3{font-weight: bold; font-size: .6rem; margin-top: .8rem;}
.banner_txt p{ margin-top:2rem; font-size: .8rem;}


.webisite .box{display: flex; display: -webkit-flex; justify-content: space-between;}
.webisite .box .left{width: 40%; background: #f9f9f9; padding: 1rem 1.5rem; box-sizing: border-box;}
.webisite .box .right{width: 60%; background: #ffffff;padding: 1rem 1.5rem; box-sizing: border-box;}
.pgtitle{color: #000000; font-size: .7rem; margin-bottom: 1rem; margin-top: .5rem;}

.contactBox *,.messagesRight *,.joinBox *{box-sizing: border-box;}
.contactBox .box{ background: #f3f3f3 !important; }
.w48{ width: 48%;}.posi{ position: relative;}
@keyframes rotate2{from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.contactLeft .hov_box{ position:absolute; top:0; right:0;}
.hov_box{  transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; }
.hov_box:hover{ transform:translateY(1vw); -webkit-transform:translateY(1vw); -moz-transform:translateY(1vw); -ms-transform:translateY(1vw); -o-transform:translateY(1vw); }
.hov{width:100px;height:100px;padding:15px;position:relative}
.hov::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/hov_img.png) center no-repeat;background-size:cover;animation:rotate2 12s linear infinite}
.hov svg{width:100%;height:100%;background:#d20031;padding:25px;transform:rotate(90deg);border-radius:50%}
.hov svg path{fill:#fff}

.joinLeft .hov_box{ margin-top: 2rem;}


.ewm_box + .ewm_box{ margin-left: 3vw;}
.ewm_box {width:150px; margin-top: 1.5vw;}
.ewm_box p{text-align:center;font-size:16px;font-weight:300;color:#757575;margin-top:1vw}
.ewm_box .ewm{position:relative;overflow:hidden;}
.ewm_box .ewm img{mix-blend-mode:darken; width:140px; height:140px; margin: 5px;}
.ewm_box .ewm svg{position:absolute;top:0;left:0;width:100%}
.ewm_box .ewm svg path{stroke:#212121;fill:none}
.ewm_box .ewm::before,.ewm_box .ewm::after{ content:""; display:block; position:absolute; left:1px; right:1px; height:62%; z-index:1; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }
.ewm_box .ewm::before{ bottom:100%; background:linear-gradient(to bottom,rgba(255,191,164,0),#d4042c); animation: ewmDown 5s infinite; -webkit-animation: ewmDown 5s infinite; }
/* .ewm_box .ewm::after{top:100%;background:linear-gradient(to top,rgba(255,191,164,0),#d4042c)} */

@keyframes ewmDown {
  0% { transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
  50% { transform:translateY(270%); -webkit-transform:translateY(270%); -moz-transform:translateY(270%); -ms-transform:translateY(270%); -o-transform:translateY(270%); }
  100%{ transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); }
  }

.contactLeft{ padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem;}
.contactLeft .tit{ font-size: 1rem; line-height: 1.2;}
.contactLeft .item{font-size: .46rem; margin-bottom: .5rem;}
.contactLeft .item .tip{ color: #888;        margin-bottom: 0.32rem}
.contactLeft .title{ margin-bottom: 1rem;}

.w45{ width: 45%;}
.messagesRight{background: linear-gradient(120deg, #fff 0%, #fff 60%, #f6c8cc 100%); padding: 1rem; }
.messagesRight .pgtitle{ margin-top: 0;}
.messagesRight .inupt{ margin-bottom: .6rem; width: 100%; font-size: 14px; border: 1px solid #e5e5e5; border-radius: 0; line-height: 2; padding: 10px 20px 10px 30px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.messagesRight select{ background: url(/static/home/images/xl-jt.png) no-repeat center right 25px #fff; background-size: 0.5rem; margin-bottom: .6rem; width: 100%; font-size: 14px; border: 1px solid #e5e5e5; border-radius: 0; line-height: 2; padding: 10px 20px 10px 30px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.bg-white{ background: white;}
.messagesRight .textarea{ margin-bottom: .6rem; width: 100%; font-size: 14px; border: 1px solid #e5e5e5; border-radius: 0; line-height: 2; padding: 10px 20px 10px 30px; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.messagesRight .button{background-color: #d4042c; font-size: 16px;line-height: 2; padding: 10px 20px ; color: #fff; width: 100%; cursor: pointer;}
.posi{ position: relative;}

.posi-a{ position: absolute; top: 0; left: 0;z-index: 3}
.posi-a-5{ position: absolute; top: 0; left: 0;z-index: 5}
.z5{ position: relative; z-index: 5;}
.z10{ position: relative; z-index: 10;}
.z20{ position: relative; z-index: 20;}
.hmax{ height: 100%  ;}
.wmax{ width: 100%  ;}
.w40{ width: 40%;}
.w60{ width: 60%;}

.jobList dt{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e8e8e8;padding:2vw 1vw;width:100%;cursor:pointer;position:relative}
.jobList dt::before{content:'';position:absolute;top:-1px;left:0;width:0;height:1px;background:#d4042c;transition:all .5s ease}
.jobList dl.on dt::before,.jobList dl:hover dt::before{width:100%}
.jobList dl:last-child dt{border-bottom:1px solid #e8e8e8}
.jobList dl.on:last-child dt{border:0}
.jobList dt h2{width:100%;font-size:.62rem;color:#212121}
.jobList dd{display:none;padding:0 1vw 2vw  1vw  ;  font-size: .4rem ; line-height: 1.8; color: #888;}
.jobList .zk{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.jobList .zk i{width:20px;height:20px;display:block;position:relative;transition:all .5s ease}
.jobList .zk i::after,.jobList .zk i::before{content:'';position:absolute;width:100%;height:2px;background:#cacaca;top:55%;left:50%;transform:translateX(-50%) translateY(-50%)}
.jobList .zk i::after{transform:rotate(90deg);left:0;top:50%}
.jobList dl:hover .zk i{transform:rotate(90deg)}

.color-red{ color: #e62129;}
.joinBox{ padding:1rem 0 2.6rem 0;}
.joinBox .tit{ font-size: 1rem; line-height: 1.2;}
.joinBox .desc{ font-size: .45rem; margin: 1.5vw 0 2vw;   color: #787878;}
.joinBox .hov svg{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); } 

.joinBox .bottom{ margin-top: 2rem;}
.joinTit { position: sticky; left: 0; top: 120px;}

.webisite{margin-top: -4rem; position: relative; z-index: 9;}
.maview{margin: 0 auto; width: 80%; max-width: 1520px;}
.webisite .box{background: #ffffff; box-shadow:0 0 10px 0 rgba(0,0,0,0.1);}
.webisite .box .left .list .item{display: flex; display: -webkit-flex; flex-wrap: wrap; margin-bottom: .8rem; line-height: 1rem;}
.webisite .box .left .list .item span{color: #888888; font-size: .46rem; margin-right: .5rem;}
.webisite .box .left .list .item p{color: #000000; font-size: .46rem; flex: 1; font-family: arial;}

.webisite .box .right .form{display: flex; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.webisite .box .right .form .item{width: 48%; margin-bottom: 1rem;}
.webisite .box .right .form .item .tit{ color: #888888; margin-bottom: .2rem;}
.webisite .box .right .form .item input,.webisite .box .right .form .item select{font-family: arial; border-bottom: 1px solid #dddddd; font-size: .44rem; width: 100%; height: 1.5rem; line-height: 1.5rem; color: #000000;}
.webisite .box .right .form .item2{width: 100%;}
.webisite .box .right .form .item2 textarea{border-bottom: 1px solid #dddddd; font-size: .44rem; width: 100%; height:2.5rem; line-height: 1.5rem; color: #000000;}
.webisite .box .right .form .item input::-moz-placeholder{color: #000000 !important; font-size: .44rem; opacity: 1;}
.webisite .box .right .form .item input::-ms-input-placeholder{color: #000000 !important; font-size: .44rem; opacity: 1;}
.webisite .box .right .form .item input::-webkit-input-placeholder{color: #000000 !important; font-size: .44rem; opacity: 1;}
.webisite .box .right .form .item textarea::-moz-placeholder{color: #000000 !important; font-size: .44rem; opacity: 1;}
.webisite .box .right .form .item textarea::-ms-input-placeholder{color: #000000 !important; font-size: .44rem; opacity: 1;}
.webisite .box .right .form .item textarea::-webkit-input-placeholder{color: #000000 !important; font-size: .44rem; opacity: 1;}
.webisite .box .right .form .item select{background: url(../images/xl-jt.png) no-repeat center right; background-size: .5rem;}
.webisite .box .right .form .item3{margin: .5rem auto .5rem;}
.webisite .box .right .form .item3 .button{background: #e62129; color: #ffffff; border-radius: 1rem; width: 5.5rem; margin: 0 auto; font-size: .44rem; height: 1.5rem; line-height: 1.5rem;}
.webisite .box .right .form .item3 .inp{display: flex;}


.lx-icon{margin-top: 1rem;}
.lx-icon span{cursor: pointer; display: inline-block;background: url(../images/lx-icon1.png) no-repeat; margin-right: .5rem; width: 72px; height: 71px; transition: all 0.6s;}
.lx-icon span.span1{background-position: 0 0;  transition: all 0.6s;}
.lx-icon span.span2{background-position: -90px 0;  transition: all 0.6s;}
.lx-icon span.span3{background-position: -180px 0;  transition: all 0.6s;}
.lx-icon span.span1:hover{background-position: 0 -71px;}
.lx-icon span.span2:hover{background-position: -90px -71px;}
.lx-icon span.span3:hover{background-position: -180px -71px;}

.webmap{margin-top: 1.5rem; padding-bottom: 2rem;}
.webmap .maview img{display: block; margin: 0 auto ; width: 100%;}

.webrecruit{background: url(../images/re-bg.jpg) no-repeat center top; background-size: cover; padding: 1.5rem 0; box-sizing: border-box;}
.recruit-tab{display: flex; display: -webkit-flex; margin-bottom: 1.5rem;}
.recruit-tab li{width: 24%;margin-left: 1.5%; background: #ffffff; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding: .7rem; box-sizing: border-box;}
.recruit-tab li .nub{color: #333333;  margin-bottom: .3rem; font-family: arial;}
.recruit-tab li .text{display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.recruit-tab li .text .left h3{color: #333333; font-size: .58rem; margin-bottom: .2rem;}
.recruit-tab li .text .left p{color: #666666; font-size: .36rem;}
.recruit-tab li .text .img{background: url(../images/re-ico.png) no-repeat; width: 43px; height: 1rem; margin-right: .2rem; transition: all 0.6s;}
.recruit-tab li:nth-child(4n+1){margin-left: 0;}
.recruit-tab li .text .img:hover{background-position: -43px 0 }

.recruit-tab li.on{box-shadow: 0 0 10px 0 rgba(0,0,0,.2); }
.recruit-tab li.on .text .img{background-position: -43px 0 }
.recruit-tab li.on .text .left h3,.recruit-tab li.on .text .left p,.recruit-tab li.on .nub{color: #e62129; }




.recruit-list{background: #ffffff;  padding-bottom: 3rem; position: relative;}
.recruit-list .item .title{color: #141418; font-size: .6rem; padding: .8rem 1.5rem; font-weight: bold; box-sizing: border-box; border-bottom: 1px solid #efefef;}
.recruit-list .item .info{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;  padding: 1.5rem; box-sizing: border-box; }
.recruit-list .item .info li{width: 48%; display: flex; display: -webkit-flex; flex-wrap: wrap; margin-bottom: .8rem; color: #333333;}
.recruit-list .item .info li span{display: inline-block; width: .8rem; height: .8rem; text-align: center; margin-right: .5rem; border-radius: 50%; line-height: .8rem; border: 1px solid #dedede;}
.recruit-list .item .info li p{flex: 1; line-height: .8rem; margin-top: 3px;}
.contact-but{position: relative; height: 2rem; padding-left: 1rem; display: flex; display: -webkit-flex; align-items: center; margin-top: 3rem; margin-left: 1.5rem;}
.contact-but::after{position: absolute; content:"" ; left:.25rem; top:.25rem ; width: 1.5rem; height: 1.5rem; background: #e62129; border-radius: 50%;}
.contact-but::before{position: absolute; content:" "; left: 0; top:0 ; width: 2rem; height: 2rem; background: #ffffff; border: 1px solid #ececec; border-radius: 50%;}
.contact-but a{color: #000000; font-size: .8rem;font-family: "DIN"; position: relative; z-index: 3; font-weight: bold;}

.recruit-list .item{ display: none; flex-direction: column; position: relative;}
.recruit-list .item.on{ display: flex;}

.recruit-list::before{position: absolute; content: ""; background:  url(../images/pep.png) no-repeat right bottom; right: 0; bottom: -46px; width: 100%; height: 100%; max-width: 100%;}


/*关于我们*/
.nybanner2{height: 16rem;}
.nybanner2 .banner_txt{text-align: center; top: 54%;}
.nybanner2 .banner_txt h2{font-size: 1.2rem; font-weight: normal; line-height: 1.5;}
.nybanner2 .banner_txt h3{font-size: 1.5rem; font-weight: bold; line-height: 1.5;}


.webabout .box{background: url(../images/sx-text.jpg)no-repeat center center;background-size: contain; padding: 2rem 0; text-align: center; width: 80%; margin: 0 auto;}
.webabout .abtitle{font-size: 1.2rem; color: #333333; margin-bottom:1rem;}
.webabout .box p{color: #333333;  line-height: 3;}
.webabout .in_number{background: none; padding: 0 0 2rem;}
.webabout .in_number .Guarantee_time li h2{color: #e62129;}
.webabout .in_number .Guarantee_time li p{color: #666666;}


.webabout-target{position: relative;}
.webabout-target .list .item{display: flex; display: -webkit-flex;}
.webabout-target .list .item .img{width: 60%; flex: 2;}
.webabout-target .list .item .img img{display: flex; max-width: 100%; width: 100%; height: 100%;}
.webabout-target .list .item .text{padding: 2rem 2rem 1rem; box-sizing: border-box; flex: 1;}
.webabout-target .list .item .text .title{padding: .5rem 0 .5rem; box-sizing: border-box;}
.webabout-target .list .item .text .title h2{font-size: 1.2rem; color: #333333; margin-bottom:1rem;}
.webabout-target .list .item .text .title h3{font-size: .45rem; color: #333333; margin-bottom:1rem;}
.webabout-target .list .item .text p{color: #666666; font-size:.36rem; line-height:2.5;}

@media screen and (max-width:1440px) {.webabout-target .list .item .text p{font-size:.46rem;}}
.webabout-target .pagination2{bottom: 0 !important; padding-left: 4rem; position: absolute; background: #ffffff; z-index: 22; display: flex; display: -webkit-flex; left: 38%; align-items: center;}
.webabout-target .pagination2 span{ position: relative; font-family: "DIN"; display: block; background: none; padding: .8rem .5rem ; margin: 0 .5rem; box-sizing: border-box; opacity: 1; font-size: .56rem; color: #e62129;font-weight: bold;}
.webabout-target .pagination2::before{ position: absolute;  content: ''; display: inline-block; width: 3rem; height: 2px; left: 1rem; top: 50%; margin-top: -1px;  background: #333333;
transition: all 0.6s; transform-origin: left center;}

.webabout-target .pagination2 .swiper-pagination-bullet-active{color: #222222; font-size: .8rem; font-family: "DIN";}
.webabout-target .pagination2 .swiper-pagination-bullet{width: auto; height: auto;}


.webabout-honor .title{text-align: center;padding: 2rem 0; }
.webabout-honor .title span{display: block; height: 2rem; width: 2px; background: #e5e5e5; margin: 0 auto 1rem;}
.webabout-honor .title h3{color: #000000; font-size: 1.2rem; font-weight: bold;}

.webabout-honor{padding-bottom: 1.5rem;background: #f9f9f9; }
.webabout-honor .list .item{background: #ffffff; width: 24%; padding: .5rem; box-sizing: border-box; transition: all 0.6s;}
.webabout-honor .list .item img{margin: 0 auto; display: block; width: 100%; max-width: 100%;}

.webabout-honor .pagination3{bottom: 0 !important; left: 0; text-align: center !important;}
.webabout-honor .pagination3 span{width: .4rem; height: .4rem; border-radius: 50%; background: none; border: 2px solid #cacaca; box-sizing: border-box;}
.webabout-honor .pagination3 .swiper-pagination-bullet-active{ border: 3px solid #aaaaaa;}

.webabout-honor .swiper-container{padding-bottom:2rem;}
.webabout-honor .list .item:hover{background: #e62129;}


.ally .title { font-size: 30px; letter-spacing: 1px; color: #2fa9ce; }
.ally.intro .banner { height: 90vh; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom:3rem; }
.ally.intro .banner:before { content: ''; position: absolute; width: 2px; background-color: #e5e5e5; height: 2rem; left: 50%; margin-left: -1px; bottom: -1rem; }
.ally.intro .banner .img{position: relative; z-index: 9; width: 50%; max-width: 750px; margin: 0 auto;}
.ally.intro .banner .img img{width: 100%; max-width: 100%; display: block;}
@media (max-width: 1280px) {
  .ally.intro .banner:before {
    height: 80px;
    bottom: -10px;
  }
}
.ally.intro .banner:after { content: ''; position: absolute; width: 30px; height: 30px; border-radius: 50%; border: 5px solid #e62129; left: 50%; bottom: 1rem; margin-left: -15px; -webkit-box-sizing: border-box; box-sizing: border-box; }
@media (max-width: 1280px) {
  .ally.intro .banner:after {
    bottom: 70px;
  }
}

@media (max-width: 1440px) {
  .ally.intro .banner svg {
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .ally.intro .banner svg {
    width: 450px;
  }
}
.ally.intro .banner .tags,
.ally.intro .banner .stage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
.ally.intro .banner .tags img,
.ally.intro .banner .stage img {
  position: absolute;
}
.ally.intro .banner .tags.stage1,
.ally.intro .banner .stage.stage1 {
  background-image: url("../images/stage1.png");
}
.ally.intro .banner .tags.stage2,
.ally.intro .banner .stage.stage2 {
  background-image: url("../images/stage2.png");
}
.ally.intro .banner .tags.stage3,
.ally.intro .banner .stage.stage3 {
  background-image: url("../images/stage3.png");
}
.ally.intro .banner .tags.stage4,
.ally.intro .banner .stage.stage4 {
  background-image: url("../images/stage4.png");
}
@media (max-width: 1280px) {
  .ally.intro .banner {
    height: 600px;
  }
  .ally.intro .banner svg {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .ally.intro .banner {
    height: 350px;
  }
  .ally.intro .banner svg {
    width: 60vw;
  }
  .ally.intro .banner:after {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-width: 4px;
  }
}
.ally.intro .since {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.ally.intro .since .gradient-text-three {
  font-size: .8rem;
 	color: #e7242b;
 	margin-bottom: .3rem;
}
.ally.intro .since .p1 {
  letter-spacing: 4px;
  margin-top: .5rem;
}
.ally.intro .since .p2 {
  font-weight: 700;
  font-size: .6rem;
}
@media (max-width: 767px) {
  .ally.intro .since {
    padding: 5vw 0;
  }
  .ally.intro .since svg {
    width: 100%;
    font-size: 15px;
  }
  .ally.intro .since .gradient-text-three {
    font-size: 13px;
  }
}

.webhezuo{margin: 1rem auto 2rem;  }
.webhezuo-list{display: flex; display: -webkit-flex; flex-wrap: wrap;  box-sizing: border-box;}
.webhezuo-list li{width: calc(100%/6);border: 1px solid rgba(0,0,0,.1);margin: -1px 0 0 -1px; box-sizing: border-box; padding: .5rem; transition: all 0.6s; box-sizing: border-box;  }

.webhezuo-list li img{   margin: 0 auto; display: block; max-width: 100%; opacity: 1; transition: all 0.6s; }

.webhezuo-list li:hover img{opacity: 1;}



.pageNav{ border-bottom: 1px solid #dddddd; margin-bottom: 1.5rem;}
.pageNav ul{display: flex; display: -webkit-flex; align-items: center; justify-content: center; padding: 1.2rem 0;}
.pageNav ul li{font-size: .6rem; padding: 0 1.3rem; box-sizing: border-box; position: relative;}
.pageNav ul li a{color: #666666; transition: all 0.6s;}
.pageNav ul li.on a ,.pageNav ul li.on a:hover{color: #e62129;}
.pageNav ul li::after{position: absolute; content: ""; left: 0; top: 50%; width: 4px; height: 4px; background: #747474; border-radius: 50%; margin-top: -2px;}
.pageNav ul li:first-of-type::after{background: none;}


.webnews .in_news_list .right{display: flex; display: -webkit-flex; flex-wrap: wrap; width: 100%; border: none;}
.webnews .in_news_list .right .box{ width: 33.3333%; position: relative; overflow: hidden; border: 1px solid #dddddd; margin: -1px 0 0 -1px; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;
}

.webnews .in_news_list .right .box:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.paging{ display: flex; flex-direction: row; justify-content: center; padding: 2rem 0 2rem; line-height: 1rem;}
.paging a{ display: inline-block; text-align: center; height: 1.2rem; line-height: 1.2rem; width: 1.2rem; background: #FFF; border: 1px solid #E5E5E5; margin: 0 .3rem; box-sizing: border-box; border-radius: 50%;}
.paging a.on,.paging a:hover{ background: #E60012; border: 1px solid #E60012; color: #FFF; }
.paging a.first ,.paging a.last{width: auto; padding: 0 .7rem; border-radius: .8rem;}
















@media all and (max-width:1500px){
	.maview{width: 90%;}
	.nybanner .maview{width: 80%;}
	.webabout-target .list .item .text .title h2{font-size: 1rem;}
	.webabout-target .list .item .text{padding: 1rem;}
}




.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banDemo {
    background: #333;
    position: relative;
    height: 100vh;
}

.banDemo .swiper-pagination {
    z-index: 99;
}

.banDemo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banDemo .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 2px;
    cursor: pointer;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.38);
}

.banDemo .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 11;
}

.banDemo .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    animation: banAnimate 6s;
}

.banDemo .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before {
    animation: banAnimate 8s;
}

@keyframes banAnimate {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banDemo .swiper-button-prev,
.banDemo .swiper-button-next {
    opacity: 0;
    left: 100px;
    right: auto;
    top: auto;
    bottom: 58px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.banDemo .swiper-button-next {
    left: 178px;
    border-left: 0;
}

.banDemo .swiper-wrapper,
.banDemo .swiper-container {
    height: 100%;
}

.banDemo .swiper-slide {
    overflow: hidden;
    height: 100%;
}

/* 1 */

.slider__bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    /* -webkit-transform: scale(1.5);
    transform: scale(1.5); */
    -webkit-transition: -webkit-transform 0.6s ease, -webkit-filter .5s ease;
    transition: -webkit-transform 0.6s ease, -webkit-filter .5s ease;
    transition: transform 0.6s ease, filter .5s ease;
    transition: transform 0.6s ease, filter .5s ease, -webkit-transform 1s ease, -webkit-filter .5s ease;
}

.slider__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.slider__bg.bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.42); */
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.swiper-slide-active .slider__bg {
    -webkit-transform: scale(1) rotate(.001deg);
    transform: scale(1) rotate(.001deg);
}

/* 2 */

.slider__outer {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

.slider__row {
    display: table-row;
    width: 100%;
    height:38%;

}

.slider__inner {
    display: table-cell;
    padding-left: 4rem;
}

.slider__row:first-child .slider__inner {
    vertical-align: bottom;
}

.slider__row:nth-child(2) .slider__inner {
    vertical-align: top;
}

.slider__text {

    letter-spacing: 2px;
    color: #fff;
    font-size: 1.2rem;
    max-width: 90%;
    line-height: 1.2;
    margin-top: .5rem;
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0s ease 1s;
    transition: opacity 1.2s ease, -webkit-transform 0s ease 1s;
    transition: opacity 1.2s ease, transform 0s ease 1s;
    transition: opacity 1.2s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s;
    -webkit-transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slider__text img {
    width: 21px;
    vertical-align: -webkit-baseline-middle;
}

.slider__text br {
    display: none;
}

.swiper-slide-active .slider__text {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease 1s, -webkit-transform 1s ease 1s;
}

.slider__title {
	font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #fff;
 
}


.slider__title .line {
    white-space: nowrap;
    text-align: inherit !important;
}

.slider__title>.line {
    overflow: hidden;
}

.slider__title>.line>.line {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    will-change: transform;
    -webkit-transform: translate3d(0, 120%, 1px) rotate(8deg);
    transform: translate3d(0, 120%, 1px) rotate(8deg);
}

.slider__title>.line:first-child>.line,
.slider__title>.line:nth-child(2)>.line {
    -webkit-transition: opacity .5s ease 1s, -webkit-transform 0s linear 0.5s;
    transition: opacity .5s ease 1s, -webkit-transform 0s linear 1s;
    transition: transform 0s linear 0.5s, opacity .5s ease 1s;
    transition: transform 0s linear 0.5s, opacity .5s ease 1s, -webkit-transform 0s linear 0.5s;
}

.swiper-slide-active .slider__title>.line:first-child>.line {
    font-family: ys_bold;
    -webkit-transition: opacity 0s linear, -webkit-transform 1s ease 0.5s;
    transition: opacity 0s linear, -webkit-transform 1s ease 0.5s;
    transition: opacity 0s linear, transform 1s ease 0.5s;
    transition: opacity 0s linear, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}

.swiper-slide-active .slider__title>.line>.line {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
    opacity: 1;
}

/* yuan */

.circle {
    height: 7rem;
    margin-top: .3.5rem;
    margin-bottom: -3.5rem;
    position: absolute;
    bottom: calc(10% - 4rem);
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.swiper-slide-active .circle {
    opacity: 1;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease;
}

.circle__line {
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2);
    margin-top: -4rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.circle__line:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin-left: 6.8rem;
    -webkit-transition: opacity .5s ease 2.5s;
    transition: opacity .5s ease 2.5s;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    margin-top: -3px;
}

.swiper-slide-active .circle__line {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 2s ease 1.5s;
    transition: -webkit-transform 2s ease 1.5s;
    transition: transform 2s ease 1.5s;
    transition: transform 2s ease 1.5s, -webkit-transform 2s ease 1.5s;
}

.swiper-slide-active .circle__line:before {
    -webkit-transition: opacity .5s ease 3.5s;
    transition: opacity .5s ease 3.5s;
    opacity: 1;
}

.circle__outer {
    margin-left: 3.5rem;
    width: 7rem;
    height: 7rem;
    position: relative;
    text-align: center;
    margin-top: -3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle__inner {
    display: inline-block;
    vertical-align: middle;
}



.circle__span {
    
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-family: "DIN";
}

.circle__dot {
    width: 1px;
    height: 1px;
    margin: 6px auto 8px;
}

.circle__text .circle__span>.line {
    overflow: hidden;
    white-space: nowrap;
    text-align: inherit !important;
}

.circle__text .circle__span>.line>.line {
    -webkit-transform: translate3d(0, 30px, 1px) rotate(6deg);
    transform: translate3d(0, 30px, 1px) rotate(6deg);
    opacity: 0;
    -webkit-transition: opacity .5s, transform 0 ease .5s;
    transition: transform 0 ease .5s, opacity .5s;
}

.swiper-slide-active .circle__text .circle__span>.line>.line {
    -webkit-transition: opacity 0s linear 2.3s, transform 1.2s ease 2.3s;
    transition: transform 1.2s ease 2.3s, opacity 0s linear 2.3s;
    opacity: 1;
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
}

.circle svg {
    width: 7rem;
    height: 7rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.circle__c1 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
}

.circle svg .circle__c2 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
}

.swiper-slide-active svg .circle__c1 {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.swiper-slide-active svg .circle__c2 {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.swiper-slide-active .circle__inner,
.swiper-slide-active svg {
    opacity: 1;
}

/* 3 */

.scroll_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    min-height: auto;
    overflow: visible;
    position: relative;
    z-index: 99;
    left: 10px;
    bottom: 10px;
}

.scroll_div {
    position: absolute;
    background-color: #c30d23;
    color: #fff;
    width: 100%;
    height: 210px;
    bottom: 0;
    border: 0;
    left: 0;
    right: auto;
}

.scroll_txt {
    -webkit-transform: rotate(-90deg) translateX(-2rem);
    transform: rotate(-90deg) translateX(-2rem);
    position: relative;
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Gilroy_Regular;
}

.scroll_bar {
    width: 2px;
    height: 58px;
    position: absolute;
    bottom: 2.14286rem;
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    cursor: pointer;
    overflow: hidden;
}

.scroll_bar::after {
    content: "";
    background-color: #fff;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-animation: slide-down 2s infinite;
    animation: slide-down 2s infinite;
}

@keyframes slide-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

#section {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 21;
    background: #fff;
}

/*.nybanner4 .banner_txt h2{ font-weight: bold; font-size: 2.4rem; margin-bottom: 1rem; font-family: arial}*/

.nybanner4 .banner_txt h3{ font-weight: normal; font-size: .8rem;}
.nybanner4 .banner_txt h4{ font-weight: normal; font-size: 1rem; margin-top: .8rem;}

.Applet-title{text-align: center; padding: 1.5rem 0;}
.Applet-title h3{font-weight: normal; font-size: 1rem;}
.Applet-title h4{font-weight: normal; font-size: .9rem; font-family: "DIN";}
.Applet-title a{color: #333333; }
.Applet-title2{color: #ffffff;}


.Apple1 ul {
  margin-bottom: 2rem;
}

.Apple1 ul li {
  float: left;
  width: 32%;
  background: #fff;
  margin-right: 2%;
  background: #f5f5f5;
  transition: all 0.6s;
}

.Apple1 ul li:hover{transform: translateY(-10px);}
.Apple1 ul li:nth-child(3n) {
  margin-right: 0;
}

.Apple1 ul li .img {
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.Apple1 ul li .img span.s2{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.Apple1 ul li .img span.s1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
}

.Apple1 ul li .img img {
  width: 100%;
  max-width: 200%;
}

.Apple1 ul li .icon {
  width: 80px;
  height: 80px;
  margin: -40px auto 0;
  line-height: 0;
  position: relative;
}

.Apple1 ul li .icon.icon1{
  background: url(../images/uedboxIcon1.png) no-repeat center center;
}
.Apple1 ul li .icon.icon2 {
  background: url(../images/uedboxIcon2.png) no-repeat center center;
}
.Apple1 ul li .icon.icon3 {
  background: url(../images/uedboxIcon3.png) no-repeat center center;
}

.Apple1 ul li:hover .icon.icon1 {
  background: url(../images/uedboxIcon01.png) no-repeat center center;
}

.Apple1 ul li:hover .icon.icon2 {
  background: url(../images/uedboxIcon02.png) no-repeat center center;
}

.Apple1 ul li:hover .icon.icon3 {
  background: url(../images/uedboxIcon03.png) no-repeat center center;
}

.Apple1 ul li .text {
  text-align: center;
  padding:.3rem .5rem .5rem;
}

.Apple1 ul li .text h3 {
  color: #000000;
  font-size: .75rem;
}

.Apple1 ul li .text p {
  color: #808080;
  
  width: 100%;
  margin: .5rem auto;
  padding: 0 .5rem;
  box-sizing: border-box;
}

.Apple1 ul li .img span.s1,
.Apple1 ul li .img span.s2 {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.Apple1 ul li:hover .img span.s1,
.Apple1 ul li:hover .img span.s2{
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}


.uedBox2 {
  background: #222222;
}
.uedBox2 .title{padding: 1rem 0 0; color: #ffffff; display: flex; display: -webkit-flex; align-content: flex-end ; text-align: center; flex-wrap: wrap;  flex-direction:column }
.uedBox2 .title h3{font-weight: normal; font-size: 1rem;}
.uedBox2 .title h4{font-weight: normal; font-size: .9rem; font-family: "DIN";}


.uedBox2 .uedboxText {
  position: relative;
}

.uedBox2 .uedboxText .bg {
  line-height: 0;
}
.uedBox2 .uedboxText .bg img {
  width: 100%;}

.uedBox2 .uedboxText .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.uedBox2 .uedboxText .box .img {
  float: left;
  width: 47%;
  margin-bottom: 11px;
  line-height: 0;
}
.uedBox2 .uedboxText .box .img img {
  width: 100%;}
.uedBox2 .uedboxText .box .text {
  width:50%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uedBox2 .uedboxText .box .text .xb { display: flex; display: -webkit-flex; align-items: center;}

.uedBox2 .uedboxText .box .text h3 {
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
 margin-right: .5rem;
}

.uedBox2 .uedboxText .box .text i.xian {
  display: block;
  width: 23px;
  height: 3px;
  background: #464646;
  margin: 20px 0;
}

.uedBox2 .uedboxText .box .text .bt {
  color: #fff;
  font-size: .55rem;
  margin-top: .5rem;
  margin-bottom: .2rem;
}

.uedBox2 .uedboxText .box .text p {
  color: #fff;
  
}

.uedBox2 .uedboxText .box .text ul {
  margin-top: 1rem; display: flex; display: -webkit-flex; align-items: center;
}

.uedBox2 .uedboxText .box .text ul li { transition: all 0.6s; cursor: pointer;
 	display: flex; display: -webkit-flex;  flex-direction:column; justify-content: center;
  text-align: center;
  position: relative;
  
  background-color: rgba(255,255,255,.1);
  margin-right: .2rem;
  width: 3.5rem; height: 3.5rem;
}

.uedBox2 .uedboxText .box .text ul li:hover{background-color: rgba(0,0,0.3);}



.uedBox2 .uedboxText .box .text ul li .icon img {
  height: 44px;
  margin-bottom: 10px;
}

.uedBox2 .uedboxText .box .text ul li p {
  color: #ffffff;
  
  opacity: .59;
}
.uedBox2 .uedboxText .box .img span.s1{
  float: left;
  width: 38%;
}
.uedBox2 .uedboxText .box .img span.s2 {
  float: left;
  width: 38%;
  margin-left: -7%;
}
.uedBox2 .uedboxText .box .img span.s3 {
  float: right;
  width: 38%;
  margin-left: -7%;
}
.uedBox2 .uedboxText2 {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.uedBox2 .uedboxText2 .box .text {
  float: right;

}



.uedBox2 .uedboxText3 {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

/*.uedBox2 .uedboxText3 .box .text {
padding-top: 5rem;
}*/

.uedBox3{background: url(../images/uedBox3-bg.jpg) no-repeat center center; padding-bottom: 4rem;    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.uedBox3box{display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.uedBox3box .left{width: 50%;}
.uedBox3box .left .bg{ position: relative; width: 13rem; min-width: 520px; }
.uedBox3box .left .bg .img img{display: block; margin: 0 auto;}
.uedBox3box .left .icon{position: absolute; left: 0; width: 100%; height: 100%; top: 0;}
.uedBox3box .left .icon span{display: flex; z-index: 2; position: relative; cursor: pointer; justify-content: center; align-items: center; width: 3rem; height: 3rem; background: #e62129; border-radius: 50%;}
.uedBox3box .left .icon span img{height: 80px;}
.uedBox3box .left .icon span.span1{position: absolute; top: 0; left: 50%; margin-left: -1.5rem;}
.uedBox3box .left .icon span.span2{position: absolute; bottom: -.5rem; left: 0; }
.uedBox3box .left .icon span.span3{position: absolute; bottom: -.5rem;  right: 0; }
.uedBox3box .right{width: 50%;}
.uedBox3box .right ul{display: flex; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap;}
.uedBox3box .right ul li{cursor: pointer; width: 48%; margin-top: .7rem; background: #ffffff; color: #000000; text-align: center; font-size: .6rem; margin-left: 1%; height: 2rem; line-height: 2rem; border-radius: 5px;}
.uedBox3box .right ul li.color{background: #e62129; color: #ffffff;}


.uedBox3box .left .icon span::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #dfe2e9;
    animation: bgIco2 1s 0.18s infinite alternate;
}

@keyframes bgIco2 {
    0% {
        opacity: 0.8;
        transform: scale(1)
    }
    100% {
        opacity: 0.28;
        transform: scale(1.2)
    }
}

.uedBox3box .left .icon span:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
   background-color: rgba(255,255,255,.4);
    animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
    0% {
        opacity: 0.38;
        transform: scale(1)
    }
    100% {
        opacity: 0.1;
        transform: scale(1.8)
    }
}



.uedin_news .in_news_list .left{width: 100%; border: none;}
.uedin_news .in_news_list .left .item{width: 33.3333%; border: 1px solid #dddddd; margin: -1px 0 0 -1px;}



.planning-title{text-align: center; padding: 1.5rem 0;}
.planning-title h3{font-weight: normal; font-size: 1rem;}
.planning-title h4{font-weight: normal; font-size: .5rem; margin-top: .3rem;  color: #555555;}
.planning-title h5{font-weight: normal;  margin-top: .3rem;  color: #555555;}


.planning_box1{display: flex; display: -webkit-flex; justify-content: center; position: relative; margin-bottom: 2rem;}
.planning_box1 .item{position: relative;  width: 10rem;   background: url(../images/jia.png) no-repeat left center; 
  margin-left: -1.5rem; cursor: pointer; height: 10rem;
   border: 1px solid #e0e0e0; border-radius: 50%;  display: flex; justify-content: center; align-items: center;}
.planning_box1 .item .text .ico{width: 2rem; height: 2rem; transition: all 0.6s;  margin: 0 auto;}
.planning_box1 .item .text p{font-size: .45rem; }
.planning_box1 .item .hover{position: absolute;width: 70%; transition: all 0.8s; left: 100%; height: 50%;top: 20%;  color: #ffffff; z-index: 2; display: none;}
.planning_box1 .item:hover{background: none; color: #ffffff; }
.planning_box1 .item:hover .text .ico{background: url(../images/planning_ico01.png) no-repeat top center;}
.planning_box1 .item:first-child{margin-left: 0; background: none}
.planning_box1 .item::after{opacity: 0; transform: translateX(-10px); z-index: 1; position: absolute; content: ""; left: 0; top:-2.5%; width: 200%; background: url(../images/planning_hover.png) no-repeat; background-size: contain;  height: 105%; overflow: hidden; border-radius:30%;}
.planning_box1 .item:hover::after{opacity: 1; transform: translateX(0); transition: all 0.6s;}
.planning_box1 .item:hover .hover{display: flex; align-items: center; line-height: 2;}
.planning_box1 .item:hover .text{position: relative; z-index: 2;}
.planning_box1 .item:nth-child(4):hover::after{right: -1rem; left: auto;}
.planning_box1 .item:nth-child(5):hover::after{right: -1rem;  left: auto;}
.planning_box1 .item:nth-child(4):hover .hover {left: auto; right: 100%;}
.planning_box1 .item:nth-child(5):hover .hover {left: auto; right: 100%;}

.planning_box1 .item .text .ico1{background: url(../images/planning_ico1.png) no-repeat top center;}
.planning_box1 .item .text .ico2{background: url(../images/planning_ico2.png) no-repeat top center;}
.planning_box1 .item .text .ico3{background: url(../images/planning_ico3.png) no-repeat top center;}
.planning_box1 .item .text .ico4{background: url(../images/planning_ico4.png) no-repeat top center;}
.planning_box1 .item .text .ico5{background: url(../images/planning_ico5.png) no-repeat top center;}

/* 16.5.1 */

.planning_box1 .item:hover .text .ico{background: url(../images/planning_ico01.png) no-repeat top center;}
.planning_box1 .item:hover .text .ico2{background: url(../images/planning_ico02.png) no-repeat top center;}
.planning_box1 .item:hover .text .ico3{background: url(../images/planning_ico03.png) no-repeat top center;}
.planning_box1 .item:hover .text .ico4{background: url(../images/planning_ico04.png) no-repeat top center;}
.planning_box1 .item:hover .text .ico5{background: url(../images/planning_ico05.png) no-repeat top center;}

.planning_box2{background: #f5f5f5; padding:4rem 0 5rem;  position: relative;}
.planning_box2 .box .info{width: 45%;}
.planning_box2 .box .info h2{color: #e62129; font-size: 1.8rem; font-weight: bold; font-family: "DIN";}
.planning_box2 .box .info .text{padding-left: 5rem; position: relative;}
.planning_box2 .box .info .text h3{color: #333333; font-size: .8rem; margin-bottom: .5rem;}
.planning_box2 .box .info .text p{color: #888888;  line-height: 2.5;}
.planning_box2 .box .info .text::after{position: absolute; content: ""; left: 0; top: .5rem; width: 4rem; background: #e62129; height: 3px;}
.planning_box2 .box .img{position: absolute; right: 0; top: 0; padding: 2rem 0 1rem; width: 50%;}
.planning_box2 .box .img img{display: block; max-width: 100%;}

.planning_box3 .info{display: flex; display: -webkit-flex;}
.planning_box3 .info .item{width: 50%; position: relative; overflow: hidden;}
.planning_box3 .info .item .text{position: absolute; padding: 1.5rem; box-sizing: border-box; top: 0; left: 0;}
.planning_box3 .info .item .text h2{color: #ffffff; font-size: .8rem;}
.planning_box3 .info .item .text p{color: #ffffff;  opacity: 5; margin-top: .2rem;}
.planning_box3 .info .item .img img{ display: block; max-width: 100%;}
.planning_box3 .info .item2{width: 25%; position: relative; overflow: hidden;}
.planning_box3 .info .item2 .text{position: inherit; width: 100%; padding: 0; height: 2.97rem; text-align: center; box-sizing: border-box; background: #e62129; }
.planning_box3 .info .item2 .text h2{font-size: .55rem; padding-top: .5rem;}
.planning_box3 .info .item3{width: 25%; position: relative; overflow: hidden;}
.planning_box3 .info .item3 .text{position: inherit; width: 100%; padding: 0; height: 2.97rem; text-align: center; box-sizing: border-box; background: #000000;}
.planning_box3 .info .item3 .text h2{font-size: .55rem; padding-top: .5rem;}

.planning_box4{background: #f5f5f5; padding-bottom: 2rem;}

/* .planning_box4-lunbo{ }
.planning_box4-lunbo .text{position: relative; z-index: 1; width: 80%; overflow: hidden; transition: all 0.6s; background: #ffffff; margin-top: -1rem; position: relative; z-index: 2; left: 10%; padding: .8rem; border-radius: 8px; box-sizing: border-box;}
.planning_box4-lunbo .text h2{color: #333333; font-size: .6rem;}
.planning_box4-lunbo .text p{color: #666666;  margin-top:.3rem;}
.planning_box4-lunbo .img{margin: 0 auto; width: 100%;}
.planning_box4-lunbo .img img{display: block; margin: 0 auto; width: 100%;}

.planning_box4-lunbo .text:hover h2{color: #ffffff;}
.planning_box4-lunbo .text:hover p{color: #ffffff;}
.planning_box4-lunbo .text::after{position: absolute; content: ""; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; background: #e62129; transform: translateY(200px); }
.planning_box4-lunbo .text:hover::after{transform: translateY(0); transition: all 0.6s; }


.planning_box4-lunbo .button-next{background: none; margin-top: -2rem; right: -2rem; left: auto;}
.planning_box4-lunbo .button-prev{background: none;margin-top: -2rem; left: -2rem; right: auto;}
.planning_box4-lunbo .button-next img ,.planning_box4-lunbo .button-prev img{height: 1.5rem;} */



.flex-center-center{  display: flex; align-items: center; justify-content: center;}
.flex-between-center{  display: flex; justify-content: space-between; align-items: center;}
.flex-center{  display: flex; align-items: center;}
.flex-between{  display: flex; justify-content: space-between}
.flex-between-start{ display: flex; justify-content: space-between;align-items: flex-start;}
.flex-between-end{ display: flex; justify-content: space-between;align-items: flex-end;}
.flex{  display: flex;}
.flex-column{ flex-direction: column;}
.flex-wrap{ flex-wrap: wrap;}
.flex-end{display: flex; align-items: flex-end;}
.flex-content-end{display: flex; justify-content: flex-end;}
.flex-start{display: flex; align-items: flex-start;}
.iflex{ display: inline-flex}
.block{  display: block;}

.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.align-start{align-items: flex-start;}
.align-end{align-items: flex-end;}
.align-center{align-items: center;}





/*pageCaseBanner*/
.pageCaseBanner{width: 100%;position: relative; background-color: #fafafa; overflow: hidden;}
.pageCaseBanner .img{width: 100%;display: block; position: absolute; z-index: 1; top: 0; left: 0; right: 0; margin: auto;}
.pageCaseBanner .box{ padding-top: 5.5rem; z-index: 3; position: relative;}
.pageCaseBanner .box.webbox{width: 75.4%;margin:0 auto 0; }
.pageCaseBanner .box.webbox .cont{text-align: center;}
.pageCaseBanner .box.webbox .cont .tit{font-size: 1.5rem;color: #ffffff;}
.pageCaseBanner .box.webbox .cont .title{font-size: .48rem; line-height: 2.5; color: #ffffff;margin-top: .5rem;}
.pageCaseBanner .box.webbox .imgBox{width: 100%;position: relative;margin-top: 4%; overflow: hidden;}
.pageCaseBanner .box.webbox .imgBox .img1{width: 100%;display: block;position: relative; z-index: 1;}
.pageCaseBanner .box.webbox .imgBox .img2{width: 77.7%; height: 84.8%; position: absolute;top: 6%;left: 0;right: 0;margin: auto; z-index: 2; overflow: hidden;}
.pageCaseBanner .box.webbox .imgBox .img2 img{ width: 100%; display: block;}
.pageCaseBanner .box.webbox .imgBox .img2 iframe{ width: 100%; height: 100%;}
.pageCaseBanner .box.wxbox{width: 75.4%;margin:0 auto  ; padding-bottom: 60px;  font-size: 0;}
.pageCaseBanner .box.wxbox .cont{ width: 44%; padding-right: 30%;margin-top: -10%; display: inline-block; vertical-align: middle; }
.pageCaseBanner .box.wxbox .cont .tit{font-size: 56px;color: #ffffff;}
.pageCaseBanner .box.wxbox .cont .title{font-size: 16px; line-height: 40px; color: #ffffff;margin-top: 20px;}
.pageCaseBanner .box.wxbox .imgBox{ width: 26% ; display: inline-block; vertical-align: middle; position: relative;margin-top: 0; overflow: hidden;  }
.pageCaseBanner .box.wxbox .imgBox .mb{  width: 100%;  z-index: 2;}
.pageCaseBanner .box.wxbox .imgBox .mb .img1{width: 100%;display: block;position: relative; z-index: 2;}
.pageCaseBanner .box.wxbox .imgBox .mb .img2{width: 69.8%; height:88%; position: absolute;top: 6.5%;left: 0;right: 0;margin: auto; z-index: 1; overflow: hidden;}
.pageCaseBanner .box.wxbox .imgBox .mb .img2 img{ width: 100%; display: block;}
.pageCaseBanner .box.wxbox .imgBox .mb .img2 iframe{ width: 100%; height: 100%;}


/*pageCaseD*/
.pageCaseD{width: 100%;padding: 2rem 0 ; position: relative; z-index: 2;}
.pageCaseD .box{width: 75%;margin: 0 auto;}
.pageCaseD .box .cont{ width:70%; position: relative;}
.pageCaseD .box .cont .info{ width: 100%; font-size: 0; padding:.5rem 0;}
.pageCaseD .box .cont .info dl{ display: inline-block; width: 45%; vertical-align: top; margin-right: 10%;}
.pageCaseD .box .cont .info dl:last-child{ margin-right: 0;}
.pageCaseD .box .cont .info dl dt{ font-size: 24px; color: #333; text-transform: uppercase; font-family:'Avignon';}
.pageCaseD .box .cont .info dl dd{ width: 100%; font-size: 16px; padding: .2rem 0; line-height: 2;min-height: 2; border-bottom: solid 1px #eee;  color: #333;}
.pageCaseD .box .cont .info dl dd a{  color: #333; }
.pageCaseD .box .cont .info dl dd a:hover{ color: #e62129;}
.pageCaseD .box .cont .info dl dd em{ margin: 0 5px;}
.pageCaseD .box .cont .info dl dd em:last-child{ display: none; }
.pageCaseD .box .cont .title{font-size: 1rem;color: #000; margin: .2rem 0 0 0;}
.pageCaseD .box .cont .sum{ width: 100%;line-height: 28px;color: #666666;}
.pageCaseD .box .cont .sum img{ max-width: 100%;}
.pageCaseD .box .ewm{  width: 15%;float: right; text-align: center;  box-sizing: border-box;}
.pageCaseD .box .ewm #ewm{ border-radius: 5px; overflow: hidden; background-color: #fff;  width: 100%; border: solid 1px #eee;padding: 15px;  box-sizing: border-box;}
.pageCaseD .box .ewm canvas{ width: 100%; }
.pageCaseD .box .ewm p{  margin-top: 10px;}
.pageCaseD .box .ewm img{border-radius: 5px; overflow: hidden; background-color: #fff;  width: 100%; border: solid 1px #eee;padding: 15px;  box-sizing: border-box;}
.pageCaseD .box .img{width: 100%;overflow: hidden;margin-top: 80px;box-shadow: 0 0 20px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); text-align: center;}
.pageCaseD .box .img img{max-width: 100%;display: inline-block;}
/*pageLink*/
.is-fixed{box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: rgba(255,255,255,1); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1); border-bottom: rgba(255,255,255,0);}

/* 开始 */
.pageLink{width: 100%;transition: all 0.6s ease;}
.scoll{position: fixed;bottom:60%;left: 0;z-index: 9999;transition: all 0.6s ease;}
.pageLink .box{width: 96%;position: relative; margin: auto ;}
.pageLink .box a{display: inline-block;position: relative; width: 50px; height: 50px; line-height:50px;color: #fff;box-sizing: border-box;
  border-radius: 25px;background-color: rgba(0,0,0,0.5);opacity: 0.3;filter:alpha(opacity=30);transition: all 0.6s ease; overflow: hidden;}

.pageLink .box a span{ display: inline-block;  transition: all 0.6s ease;  position: absolute; top: 0; line-height: 50px; transform: scaleX(0); }
.pageLink .box a.fr{ right: 6%;  }
.pageLink .box a.fr span{ left: 35px;}
.pageLink .box a.fl{ left: 6%;}
.pageLink .box a.fl span{ right: 15px;}
.pageLink .box a .iconT{background: url(../images/case-jt.png) no-repeat center center ; width: 50px; height: 50px;}
.pageLink .box a.fr .icon-jiantou1{transform: rotate(-180deg);}

.pageLink .box a:hover{background-color: #e62129;opacity: 1;filter:alpha(opacity=100); width: 90px;}
.pageLink .box a:hover span{  transform: scaleX(1);}

/* 借宿 */

.casesBtn{ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #fff;border-radius: 25px;
  background-color: rgba(0,0,0,0.5);opacity: 0.3;filter:alpha(opacity=30);transition: all 0.6s ease; overflow: hidden; position: fixed; top: 35%; z-index:9999 ;}
.casesBtn span{ display: inline-block;  transition: all 0.6s ease;  position: absolute; top: 0; line-height: 50px; transform: scaleX(0); }
.casesBtn .iconT{background: url(../images/case-jt.png) no-repeat center center ; width: 50px; height: 50px;}
.casesBtn:hover {background-color: #e62129;opacity: 1;filter:alpha(opacity=100); width: 90px;}
.casesBtn:hover span{  transform: scaleX(1); color: #fff;}
.casesBtn:hover .iconT{ display: none;}
.pageLinkfl{ left: 6%;}
.pageLinkfr{ right: 6%; }
.pageLinkfr  .icon-jiantou1{transform: rotate(-180deg);}



.pageLinkOn{bottom: 14%;transition: all 0.6s ease;}
.pageLinkOn .box a.fr{ right: 1%;}
.pageLinkOn .box a.fl{ left: 1%;}
/*pageCode*/
.pageCode{width: 100%; padding: 2rem 0; background-color: #fafafa;}
.pageCode .img{width: 5rem;height: 5rem;border: 1px solid #eeeeee;margin: 0 auto;}
.pageCode .img img{width: 5rem;height: 5rem;}
.pageCode .txt{line-height: 26px;color: #999999;text-align: center;margin-top: .5rem;}

.pageNewsbg{height: 8rem;}
.pageNewsbg .banner_txt{text-align: center; height: 4rem;}
.pageNewsbg .banner_txt h3{font-weight: normal; font-size: 1rem;letter-spacing: 1;}
.pageNewsbg .banner_txt p{font-weight: normal; font-size: .42rem; margin-top: 1rem;}
.pageNewsbg .banner_txt p span{display: inline-block; margin: 0 .5rem;}


/*pageNewsD*/
.pageNewsD{width: 100%;padding: 1rem 0 0;border-bottom: 1px solid #eeeeee;overflow: hidden;}
.pageNewsD .contBox{width: 70%;min-height:6rem;float: left;border-right: 1px solid #eeeeee;box-sizing: border-box;padding:0 4% 4rem 0; position: relative;}
.pageNewsD .contBox .title{color: #333333;font-size: .8rem;font-weight: bold;}
.pageNewsD .contBox .time{color: #666666;padding: .5rem 0 .5rem;border-bottom: 1px dashed #e5e5e5;}
.pageNewsD .contBox .time span{margin-right: .5rem;}
.pageNewsD .contBox .text{color: #333;line-height: 2.5; padding: 1rem 0;}
.pageNewsD .contBox .text p{margin-bottom: .5rem;}
/*.pageNewsD .contBox .text img{ max-width: 10%;}*/
.pageNewsD .contBox .fx{margin: 1rem 0; text-align: center;}
.pageNewsD .contBox .fx a{display: inline-block; width: 36px ;height: 36px ;line-height:36px;background-color: #555;border-radius: 50%;color: #FFFFFF;font-size: 24px;margin-right: 10px;transition: all 0.6s ease; background-image: none ; padding: 0; }
.pageNewsD .contBox .fx a:hover{background-color: #e62129; text-decoration: none;}
.pageNewsD .contBox .link{width: 100%;padding: 1.5rem 0; display: flex; justify-content: space-between; position: relative;border-top: 1px solid #eeeeee;}
.pageNewsD .contBox .link a{display: flex;  line-height:20px;color: #333333; 
 width: 33.3%;
 white-space: nowrap;   overflow: hidden;text-overflow:ellipsis;
}
.pageNewsD .contBox .link a .ico1{display: inline-block; transform: rotate(90deg); margin-right: .2rem;}
.pageNewsD .contBox .link a .ico2{display: inline-block; transform: rotate(-90deg); margin-left: .2rem;}
.pageNewsD .contBox .link a:last-child{    justify-content: flex-end;}

/* .pageNewsD .contBox .link a.fl{width: 45%;}
.pageNewsD .contBox .link a.fr{width: 45%;}
.pageNewsD .contBox .link a.fl .iconfont{left: 0;transform: rotate(-180deg);}
.pageNewsD .contBox .link a.fr .iconfont{right: 0;} */
.pageNewsD .contBox .link a img{height: 10px;}
.pageNewsD .contBox .link a:hover,.pageNewsD .contBox .link  a:hover .iconfont{color: #e62129;}
.pageNewsD .contBox .bot{ position: absolute; bottom: 0; right: 4%; width: 96%;}
.pageNewsD .newsD{width:30%;float: right;padding-left: 3%;box-sizing: border-box;position: sticky; display: inline-block; background-color: #fff; z-index: 3;}
.pageNewsD .newsD h1{color: #333333;font-size: 24px;font-weight: bold; }
.pageNewsD .newsD ul{width: 100%;margin-top: 20px;}
.pageNewsD .newsD ul li{width: 100%;border-bottom: 1px dashed #e5e5e5;padding: 14px 0;}
.pageNewsD .newsD ul li .tit{color: #333333;line-height: 2;transition: all 0.6s ease;}
.pageNewsD .newsD ul li .time{color: #999;margin-top: 8px;transition: all 0.6s ease;}
.pageNewsD .newsD ul li:hover .tit{color: #e62129;}
.pageNewsD .newsD ul li:hover .time{color: #333333;}


.IndexService-relative{position: relative; margin-bottom: 1.5rem;}
.IndexService-relative .nybanner2 .banner_txt{top: 38%;}
.IndexService {position: absolute; bottom: 0; width: 100%; left: 0; background: #ffffff;}
.IndexService .IndexService_content .case_content_t{display: flex; display: -webkit-flex; justify-content: center;}
.IndexService .IndexService_content .case_content_t a{display:block;padding:0px 1rem; text-align: center; background:#fff;font-size:.45rem;color:#333;margin-right:-5px;border-bottom:1px solid #e5e5e5;min-width:4rem; line-height:1.5rem;}
.IndexService .IndexService_content .case_content_t a.on{color:#fff;background:#e62129;border-bottom:1px solid #e62129;}
.IndexService .IndexService_content .case_content_t a:hover{border-bottom:1px solid #e62129;color:#e62129}
.IndexService .IndexService_content .case_content_t a.on:hover{color:#fff;}
.IndexService .IndexService_content .case_content_t a:first-child{border-radius:5px 0px 0px 0px;}
.IndexService .IndexService_content .case_content_t a:last-child{border-radius:0px 5px 0px 0px;}

.IndexService .IndexService_content{position:relative; z-index: 9;}
.IndexService .IndexService_content .case_content_title{background:#fff;
	padding:1rem 1rem 0 1rem; box-sizing: border-box; display: flex; display: -webkit-flex; 
	/*justify-content: center;*/ flex-wrap: wrap; border-bottom:1px solid #e5e5e5;}
.IndexService .IndexService_content .case_content_title a{color:#999999; font-size: 16px; display:block;width:6%;margin-right:2.5%;margin-bottom:2%;position:relative;text-align:center;}
.IndexService .IndexService_content .case_content_title a:nth-child(12n){margin-right:0px;}
.IndexService .IndexService_content .case_content_title a:hover{color:#333333;}
.IndexService .IndexService_content .case_content_title a:before{content:"";position:absolute;display:inline-block;width:0px;height:2px;background:#e62129;bottom:-10px;left:0;margin:0 auto;right:0;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.IndexService .IndexService_content .case_content_title a:hover:before{width:56px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.IndexService .IndexService_content .case_content_title a.on:before{width:56px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.IndexService .IndexService_content .case_content_title a.on{color:#333333;}
.IndexService .IndexCase_content{margin-bottom:40px;}	.in_case .in_Ca .Ca_T li .content_list_hover dt {height: 30px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); z-index: 5; color: #fff; font-size: 35px; opacity: 0; transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}	.in_case .in_Ca .Ca_T li .content_list_hover dd{background:rgba(0,0,0,0.5);position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;display:none;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}	.in_case .in_Ca .Ca_T li .content_list_hover .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	.in_case .in_Ca .Ca_T li .content_list_hover .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}	.in_case .in_Ca .Ca_T li:hover .content_list_img img{opacity:.6;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}	.in_case .in_Ca .Ca_T li:hover .content_list_hover dd{opacity:1;}	.in_case .in_Ca .Ca_T li:hover .content_list_hover .hr img{opacity:1;}	.in_case .in_Ca .Ca_T li:hover .content_list_hover dt{opacity:1;}	.in_case .in_Ca .Ca_T li:hover .content_list_hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}	}



/*新增*/

 .consult-container{ transition: all .36s; width: 73px; position: fixed; bottom: 15vh; right: 12px; z-index: 99; opacity: 1; transition: all .4s; font-size: 12px; color: #393a51; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;
}
  .consult-container input{
	opacity: 0;
	cursor: default;
	position: absolute;
  }
  .consult-container .icon-box {
	padding: 12px 0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-shadow: 12px 12px 26px 6px rgba(20,21,22,.06);
	color: #393a51;
  }
  .font-box {
	padding: 6px 0!important;
	background-color: #f4f5fc!important;
	border-bottom: 1px solid #fff;
  }
  .consult-container  .font-box1{padding: 6px 0;}
  .consult-container .consult1, .consult-container .consult {
	position: absolute;
	left: 12px;
	top: 14px;
	border: 1px solid #e62129;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	animation: ani-data-v-789143c6 1.4s ease-out infinite;
	-webkit-animation: ani-data-v-789143c6 1.4s ease-out infinite;
	-moz-animation: ani-data-v-789143c6 1.4s ease-out infinite;
  }
  .consult-container .consult1 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
  }
  .consult-container .icon-box .iconfont {
	font-size: 30px;
	line-height: 1;
  }
  .consult-container .icon-box:hover {
	background-color: #e62129!important;
	transition: color .2s ease;
  }
  .consult-container .icon-box:hover .font {
	color: #fff!important;
  }
  .consult-container .icon-box:hover .consult1, .consult-container .icon-box:hover .consult {
	display: none;
  }
  .consult-container .go-top {
	text-align: center;
	cursor: pointer;
	margin-top: 23px;
	color: #393a51;
	display: none;
  }
  
  .go-top img{width: 30px; margin: auto;}
  .color500 {
	color: #e62129;
  }
  .el-popover {
    
	display: none;
	position: absolute;
	background: #fff;
	min-width: 130px;
	border-radius: 4px;
	border: 1px solid #f2f4f5;
	padding: 12px;
	/* right: 15px;
	top: 0; */
	z-index: 2000;
	color: #0d1a26;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	word-break: break-all;
   /* transform: translateY(-30%); */
   top: 50%;
   right: 115%;
   transform: translateY(-50%);
  }
  .phone-popover {
	padding: 0;
	max-width: 212px;
  }
  .phone-popover .phone {
	padding: 6px;
	font-size: 14px;
	line-height: 24px;
	color: #393a51;  
  }
  .phone-popover .phone img{ }
  .el-popper .popper__arrow, .el-popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: -6px;
	background: #fff;
	transform:translateY(-50%) rotate(45deg);
	border-color: transparent;
	border-style: solid;
   
  }
  .el-popper .popper__arrow {
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
  }

 /* .tran_zixun{transform: translateY(70%);}
  .tran_tell{transform: translateY(50%);} */
  .el-popover-code img{width: 100%; height: 100%; object-fit: contain;}
  .icon-box_img{width: 40px; height: 40px;  margin:0 auto 3px; position: relative;}
  .icon-box_img img{position: absolute; left: 0;  top: 0;  object-fit: cover; width: 100%; height: 100%;}
  .img_red{opacity: 1;  }
  .img_white{opacity: 0; }
  .consult-container .icon-box:hover .img_red{opacity: 0;}
  .consult-container .icon-box:hover .img_white{opacity: 1;}
  .item_span{position: relative;  display: block;}
  span.el-popover__reference-wrapper{display: block;}
  @keyframes  ani-data-v-789143c6{
	0% {
	transform: scale(1);
	opacity: 0;
	}
	25% {
		transform: scale(1.15);
		opacity: .3;
	}
	50% {
		transform: scale(1.3);
		opacity: .7;
	}
	75% {
		transform: scale(1.45);
		opacity: .5;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
  }
  @media (max-width: 780px){
	.consult-container {display: none ;}
  }		  


  
 


  .color-red{ color:#e62129 ;}
.idxAbout{ background: url(../images/about126.jpg) no-repeat center center;     margin-top: 1.2rem;background-size: cover; background-attachment: fixed; color: #fff; padding: 110px 0 90px;}
.idxAbout  .view{  display: flex; justify-content: space-between;    position: relative;}
.idxAbout .left{ width: 45%;}
.idxAbout .right{ width: 40%;}
.idxAbout .left .title{ padding-left: 25px; position: relative;line-height: 1.6;}
.idxAbout .left .title i{height: 30px;width: 8px;position: absolute; background: #e62129; left: 0; top: .5em; }
.idxAbout .left .title h2{ font-size: 30px ; font-weight: bold;  margin-bottom: 15px; }
.idxAbout .left  .con{padding: 36px 40px;position: relative; margin-top: 35px; margin-bottom: 40px; line-height: 2;  width: 90%;background: rgba(255,255,255,.1); font-size: 20px;line-height: 1.6;color: #fff;position: relative;}
.idxAbout .left  .con::before{position: absolute;left: -46px;top: -46px;width: 46px;height: 46px;background: rgba(255, 2555, 255, 0.02);content: "";}
.idxAbout .left  .con::after{position: absolute;content: "";right: 0;bottom: 0;width: 46px;height: 46px;background: rgba(255, 2555, 255, 0.02);}
.font-32{ font-size: 32px;}
.font-20{ font-size: 20px;}
.idxAbout .left  { font-size: 18px;}
.idxAbout .left  .bottom{   line-height: 2;   font-size: 18px;  } 
/* .idxAbout .left  .bottom{ display: flex ; line-height: 2; justify-content: space-between; font-size: 16px; width: 140%;} 
.idxAbout .left  .bottom li{  padding-right: 15px;box-sizing: border-box;  display: flex; align-items: center;white-space: nowrap; }
.idxAbout .left  .bottom li:last-child{ padding-right: 0;}
.tindexIcon{ margin-right: 20px;}
.idxAbout .left  .bottom li H3{ font-size: 1.3em;} */
.idxAbout .right ul { width: 100%; display: flex; flex-wrap: wrap;}
.idxAbout .right ul li{ box-sizing: border-box; width: 50%; position: relative;  }
.idxAbout .right ul li .img{ width: 100%; height: 0; padding-bottom: 100%;}
.idxAbout .right ul li .img .item{ box-sizing: border-box;  padding: 25px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; font-size: 24px;}
.idxAbout .right ul li .img .item .en{ margin-bottom: 18px;}
.idxAbout .right ul li .img .item .bt {font-size: 16px; line-height: 2; }
.idxAbout .right ul li .img .item .grid{display: grid; opacity: .6; grid-gap: 15px; grid-template-columns: repeat(3,1fr);   font-size: 14px; margin-top: 15px;}


.idxAbout .kuai {width: 88px;height: 88px;position: absolute;left: 50%;top: 0;transform: translateX(-50%);z-index: 0;}
.idxAbout .kuai:before {width: 68%;height: 68%;position: absolute;right: 0;top: 0;background: #36393b;content: "";}
.idxAbout .kuai:after {width: 32%;height: 32%;position: absolute;left: 0;bottom: 0;background: #36393b;content: "";}
.idxAbout .right ul li.li1:before {width: 30px;height: 30px;content: "";position: absolute;left: 70px;bottom: 0;background: rgba(255, 255, 255, 0.15);}
.idxAbout .right ul li.li1 .img{     background:#e62129;}
.idxAbout .right ul li.li3:before {width: 70px;height: 70px;background: rgba(255, 255, 255, 0.15);;position: absolute;left: 0;top: 0;content: "";}
.idxAbout .right ul li.li3 .bg {background: #36393b;width: 48px;height: 48px;position: absolute;top: 30%;left: 30%;display: block;}
.idxAbout .right ul li.li3 .bg2 {width: 24px;height: 24px;bottom: 20%;top: auto;left: 10%;}
 
@media screen and (max-width:1440px) {

  .idxAbout .left .title h2{ font-size: 26px;}
  .idxAbout .right ul li .img .item{ font-size: 20px;}
  .idxAbout .right ul li .img .item{ padding: 20px;}
  .idxAbout .right ul li .img .item .en{ margin-bottom: 12px;}
  .idxAbout .right{ width: 45%;}
  .idxAbout .left .con{ padding: 30px; font-size: 18px;}
  .idxAbout .left .bottom{ font-size: 20px;}

}

.border-bottom{ border-bottom: 1px solid #e5e5e5;}
.border-top{ border-top: 1px solid #e5e5e5;}
.border-left{ border-left: 1px solid #e5e5e5;}
.border-right{ border-right: 1px solid #e5e5e5;}

.birefBox{ padding: 2.5rem 0;}
        
.birefLeft{ width: 50%;}
.birefBox .title{ font-size: 1rem; font-weight: normal;}
.birefBox .title span{color: #e62129;}
.birefBox .subTit{ font-size: .5rem; color: #888;}
.birefLeft .desc{ line-height: 2.8; color: #888; margin-top: 2rem; font-size: 1vw; text-indent: 2em;}
.birefLogo{ height: 3.2rem;}
.bireRight{ width: 40%;}

.bireRight li{ width: 48%;   padding:  1rem 0;font-size: 1.2vw; }
.bireRight li .year{ color: #e62129; font-size:3vw; margin-right: 8px;}
.bireRight li .sz{ line-height: 1;  margin-bottom: 15px;}
.bireRight li .sz span{ padding-bottom: 3px; }

.birefValues{ margin-top: 2rem;}
.birefValues li{ width: 32%; position: relative; padding: 1.5rem 1rem; border: 1px solid #e62129; box-sizing: border-box; } 
.birefValues li>div{ position: relative; z-index: 5;}
.birefValues li .tit{ font-size: 1.7714vw; font-weight: bold;}
.birefValues li .subTit{margin-top:1.2vw ; line-height: 1; font-size: 3.5428vw;text-transform: uppercase;-webkit-text-stroke: 0.0521vw #000000;opacity: .08;
                        margin-bottom:1.3vw;transition: all 0.5s ease 0s;-webkit-transform: all 0.5s ease 0s;position: relative;z-index: 2;}
.birefValues li .desc{font-size: 0.8336vw;}
.birefValues li::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/bg40.jpg) no-repeat center center / cover; transition: all .36s; opacity: 0; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
/* .birefValues li:hover .subTit{-webkit-text-stroke: 0.0521vw #fff;} */
.birefValues li:hover::before{ opacity: 1;}

.n_title h2 {
  font-size: 1rem ; font-weight: normal; 
}
.n_title p {font-size: .5rem;
  color: #888;
}
.n_title h2 span{ color: #e62129;}
.n_fgcn{background:linear-gradient(to bottom,#fff,#ffdcde);padding:2rem 0 3rem 0}
.n_fgcn .n_title h2 span{margin:0}
.n_fgcn ul{display:grid;grid-template-columns:repeat(3,1fr);gap:5vw 2vw ;margin-top:2rem;align-items:center;justify-items:start}
.n_fgcn li{display:flex;align-items:center;gap:1.2vw}
.n_fgcn li svg{width:4vw;height:4vw; flex-shrink: 0;}
.n_fgcn li svg path{fill:#5f5e5e}
.n_fgcn li h2{font-size:1.2vw;font-weight:bold;color:#212121;margin-bottom:1vw}
.n_fgcn li p{font-size:1vw;line-height:1.5;font-weight:300;color:#979797}

.serviceBox{ padding: 2rem 0;}
.serviceBox .title{font-size: 1rem; line-height: 1.3; font-weight: bold;}
.serviceBox .title span{ color: #e62129;}
.serviceList li{ padding: 1.6rem 0;}
.serviceList li .text .tt{ font-size: .8rem;}
.serviceList li .text .tt span{ margin-right: 2rem;}
.serviceList li .text .tag{ margin-top: 1rem; }
.serviceList li .text .tag p {margin-top: 1rem;  width:22% ; margin-right: 4%; box-sizing: border-box;  border: 1px solid #B9B9B9;border-radius: 28px;color: #666666;font-size: .8vw; padding: 14px 0; text-align: center; }
.serviceList li .text .tag p:nth-child(4n){ margin-right: 0;}
.serviceList li img{ max-width: 100%;}

.s_more{ display:inline-flex; align-items:center; font-size:.9vw; font-weight:300; color:#fff; gap:1.5vw; background:#020202; border-radius:5vw; padding:.5vw .75vw .5vw 1.6875vw; transition:all .5s ease; -webkit-border-radius:5vw; -moz-border-radius:5vw; -ms-border-radius:5vw; -o-border-radius:5vw; }
.s_more:hover{background-color:#d4042c ; color: #fff;}
.s_more svg{width:1vw;height:1vw;padding:.5vw;background:#fff;border-radius:50%}
.s_more svg path{fill:#020202}

.serviceList li .s_more { margin-top: 2rem;}

.w40{ width: 40%;}
.w50{ width: 50%;}
.designProcessUl *{ box-sizing: border-box; }
.designProcessUl li{ width:13%; min-height:18.4375vw; background-color:#f9f9f9; border-radius:20px; overflow:hidden; transition:all .5s ease; position:relative; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; }
.designProcessUl li .ico svg{width:2.6vw;height:2.9vw}
.designProcessUl li .ico svg path{fill:#d4042c}
.designProcessUl li.on .ico svg path{fill:#fff}
.designProcessUl li .box{position:absolute;width:100%;height:100%;padding:3.5625vw 2vw;display:flex;flex-direction:column;justify-content:space-between;color:#fff;opacity:0;visibility:hidden;transition:all .5s ease}
.designProcessUl li .box .txt{display:flex;align-items:flex-end;justify-content:space-between}
.designProcessUl li .box span{display:block;font-size:1.75vw;font-family:'Barlow-bold'}
.designProcessUl li .box h6{font-size:1.375vw;margin-bottom:1vw}
.designProcessUl li .box p{font-size:1vw;font-weight:300}
.designProcessUl li .txt1{display:flex;flex-direction:column;justify-content:space-between;padding:2vw;width:100%;height:100%;transition:all .5s ease}
.designProcessUl li .txt1 h6{white-space: nowrap;font-size:1.375vw;color:#212121;margin-bottom:1.25vw}
.designProcessUl li .txt1 span{display:block;font-size:1.75vw;font-family:'Barlow-bold';color:#d4042c}
.designProcessUl li.on{background:#d4042c;width:30%;flex-shrink:0 ; color: #fff;}
.designProcessUl li.on .box{opacity:1;visibility:visible}
.designProcessUl li.on .txt1{opacity:0}