@charset "utf-8";

html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif; font-weight: normal;}
body,ul,li,dt,dl,p,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,em,b,br,section,header,footer,nav,menu,aside,audio,video,canvas,svg,details,figure,figcaption,summary,hgroup,pre,sub,sup,button,textarea,input{margin:0;padding:0;color:inherit;}
body{color: inherit;/* background-color: #333; */word-break: break-all;word-wrap:break-word;font-weight: 400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} 
input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
a,a img{text-decoration:none; color:#333;border:0;}
a:focus{outline:none;}
a:hover{ background: none;}
a:focus, a:hover{ color: #666;}
ul,ul li,li{list-style:none}
fieldset,img,input,button{border: none; padding: 0;margin: 0; outline-style: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}
img{display: block;max-width: 100%;height: auto;margin: 0 auto;}
.paddingHeader{padding-bottom: 90px;background: rgba(0,0,0,0.5)}
.paddingFooter{padding-top: 80px;position: relative;background: rgba(0,0,0,0.5)}
@media screen and (max-width:900px){
    .paddingHeader{ padding-bottom: 66px;display: block;}
}

@media screen and (min-width:768px){
    html{ font-size: 14.5px;}
}
@media screen and (min-width:376px) and (max-width:767px){
    html{ font-size: 14px;}
}
@media screen and (min-width:320px) and (max-width:375px){
    html{ font-size: 13px;}
}
@media screen and (max-width:319px){
    html{font-size: 12px; }
}

.wrapper{ width: 1300px; margin: 0 auto; padding: 1px 0; box-sizing: border-box; }

@media screen and (max-width:1350px){
    .wrapper{ width: 100%; padding: 0 20px; }
}
@media screen and (max-width:1000px){
    .wrapper{ width: 100%; padding: 0 10px;}
}

/* 滚动条style */
html:not(.isMobile) *::-webkit-scrollbar { width: 6px; height: 6px; background: none; }
html:not(.isMobile) *::-webkit-scrollbar-thumb { background: #ab0101; border-radius: 10px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}

/* 常用felx弹性属性 */
.flex{  display: flex; display:-webkit-flex; flex-direction:row; flex-wrap: nowrap; justify-content:space-between;align-items:flex-start; align-content: flex-start; }  
.order{ order:0; flex: 0 1 auto; align-self: auto; } /* align-self: auto | flex-start | flex-end | center | baseline | stretch; */

/* 单行溢出-多行溢出 */
.row{text-overflow: ellipsis;overflow: hidden;white-space:nowrap;}
.multi_row{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp:3; }

/* 清除浮动 */
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}


 .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:hover,.slick-dots li button:focus{outline:0}.slick-dots li button:hover:before,.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* 头部 */

@media screen and (max-width:900px){
   
    /*滚动条样式*/
    .menu::-webkit-scrollbar {/*滚动条整体样式*/
        width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 2px;
    }
    .menu::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.2);
    }
    .menu::-webkit-scrollbar-track {/*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(0,0,0,0.1);
    }
    
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color: white;  
  }  
  input:-moz-placeholder ,textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  
    color: white;  
  }  
  input::-moz-placeholder ,  textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */  
    color: white;  
  }  
  input:-ms-input-placeholder, textarea:-ms-input-placeholder  { /* Internet Explorer 10+ */  
    color: white;  
  }  

  input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: transparent;
}


.header {border-bottom: 1px solid rgba(255,255,255,.2);; width:100%;position:fixed;top:0;left:0;z-index:1000;height:90px;padding:0 30px;box-sizing: border-box;}


 .header{background: rgb(171 1 1 / 90%);}
.fp-viewing-hero .header{background: none;}







.header .container{align-items: center;  width: 100%;height: 100%;}
.header .left {width: 10%;}
.header .left a img {margin: initial;}
.header .left .img2 {display:none}
.header .nav {width: 80%; -webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;height:100%;display:block}
.header .nav ul{height: 100%;align-items: center;justify-content: flex-end;}
.header .navbar_nav li {position:relative;display:block}
.header .navbar_nav li::after{content:"";box-shadow: 0px 1px 5px #ccc; transition: all .3s ease; width:0px;height:0px;border-radius:50%; background:#fff;position:absolute;bottom:-22px;left:50%;transform: translateX(-50%); transition:all .5s ease 0s}
.header .navbar_nav li:hover::after{width: 6px;height: 6px; transition: all .5s ease;}
.header .navbar_nav li.active::after {content:"";box-shadow: 0px 1px 5px #ccc;  width:6px;height:6px;border-radius:50%; background:#fff;position:absolute;bottom:-22px;left:50%;transform: translateX(-50%); transition:all .5s ease 0s}
.header .navbar_nav li a {text-decoration:none;height:100%;padding:15px 20px;box-sizing: border-box;margin: 0 5px;display:block;text-align: center;min-width: 90px;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff;font-size:16px}
.header .navbar_nav li.dropdown {display:inherit;position:relative;}
.header .navbar_nav li.dropdown .jt {width:20px;height:20px;background:url(i/top.png) no-repeat;background-size:100% 100%;display:block}
.header .navbar_nav li.dropdown .dropdown_menu {padding: 10px 0;box-sizing: border-box; z-index: 9999; display:none;position:absolute;top:50px;width:100%;background:#fff;box-shadow:0 15px 27px 0 rgba(167,165,165,.38);width:120%;left:-10%}
.header .navbar_nav li.dropdown .dropdown_menu::before{content: '';position: absolute;top: -10px;left: 50%;width: 0;height: 0;transform: translateX(-50%); border-style: solid;border-width: 0 5px 10px 5px;border-color: transparent transparent #fff transparent;}
.header .navbar_nav li.dropdown .dropdown_menu a {font-size:14px;color:#666;padding:3px 10px;box-sizing: border-box; text-align:center;background:#fff;margin-bottom:2px}
/* .header .navbar_nav li.dropdown:hover .dropdown_menu {background:#f3f3f3;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s} */
.header .navbar_nav li.dropdown:hover .dropdown_menu a {color:#666}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {color:#ab0101;transition: all 0.5s ease;}
.header.on {background:#fff;border-bottom:1px solid #ccc}
.header.on .left .img1 {display:none}
.header.on .left .img2 {display:block}
.header.on .navbar_nav li a {color:#333}
.header.on .navbar_nav li:hover a {color:#ab0101}


        
.switch {
    float: left;
        margin-left: 15px;
    position: relative;
}

.switch .zw {
    float: left;
    width: 60px;
    text-align: center;
    line-height: 28px;
    background: #ab0101;
    color: #fff;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
}

.switch .yw {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 28px;
    background: #ab0101;
    color: #fff;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}



.hk {
    background: #fff;
    width: 60px;
    height: 26px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    color: #ab0101;
    line-height: 26px;
}
      
#navToggle {display:none}
.m_nav {position:fixed;top:0;box-shadow:0 15px 27px 0 rgba(167,165,165,.38);width:100%;height:100%; z-index: 99999; background: rgba(30,30,30,.95);transition:all ease .5s;-webkit-transition:all ease .5s;z-index:1000;opacity:1;visibility:visible;margin-top:0;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;top:0;transform:translateX(100%)}
.m_nav.open {transform:translateX(0)}
.m_nav .top {height:60px;padding:20px;box-sizing:border-box}
.m_nav .top .closed {width:30px;height:30px;vertical-align:middle;float:right;cursor:pointer}
.m_nav .logo {width:100%;margin:0 auto}
.m_nav .logo img {display:block;margin:30px auto}
.m_nav .ul {margin-top:30px}
.m_nav .ul li {padding:0 20px;border-bottom:1px solid #f5f5f5;transform:translateY(0);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;opacity:0}
.m_nav.open .ul li {opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.m_nav .ul li:nth-child(1) {-webkit-transition:all .2s cubic-bezier(.77,0,.175,1) 0ms;transition:all .2s cubic-bezier(.77,0,.175,1) 0ms}
.m_nav .ul li:nth-child(2) {-webkit-transition:all .4s cubic-bezier(.77,0,.175,1) 0ms;transition:all .4s cubic-bezier(.77,0,.175,1) 0ms}
.m_nav .ul li:nth-child(3) {-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms}
.m_nav .ul li:nth-child(4) {-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0ms;transition:all .8s cubic-bezier(.77,0,.175,1) 0ms}
.m_nav .ul li:nth-child(5) {-webkit-transition:all 1s cubic-bezier(.77,0,.175,1) 0ms;transition:all 1s cubic-bezier(.77,0,.175,1) 0ms}
.m_nav .ul li:nth-child(6) {-webkit-transition:all 1.2s cubic-bezier(.77,0,.175,1) 0ms;transition:all 1.2s cubic-bezier(.77,0,.175,1) 0ms}
.m_nav .ul li a {display:block;text-decoration:none;color:#fff;font-size:16px;height:50px;line-height:50px;width:100%}
.m_nav .ul li .dropdown_menu {display:none}
.m_nav .ul li.dropdown.active .dropdown_menu {display:block}
.m_nav .ul li .dropdown_menu a {display:block;height:50px;line-height:50px;padding:0 40px;box-sizing:border-box;border-bottom:1px solid #f5f5f5}
.m_nav .ul li .dropdown_menu a:last-child {border:0}
.banner {width:100%}
.banner img {width:100%}
.m_nav .language .icon-Language {margin-left: 10px;}
.m_nav  .language div.changeBut{right: auto;left: 0;}
@media screen and (max-width:1000px) {
.header {padding:0 10px;height: 66px;}
.header .left{width: auto;}
.header .left a img{max-height: initial;height: 50px;}
.header #navToggle {height:100%;padding:15px;box-sizing: border-box; display:inline-block;  position: absolute; top: 0; right: 0;}
.header #navToggle span {position:relative;width:25px;height:1px;margin-top:19px}
.header #navToggle span:before,.header #navToggle span:after {content:'';position:relative;width:100%;height:1px;left:0}
.header #navToggle span,.header #navToggle span:before,.header #navToggle span:after {-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;display:block;background:#fff}
.header #navToggle span:before {top:8px}
.header #navToggle span:after {bottom:10px}
.header #navToggle.open span:before {top:10px;-webkit-transform:translateY(-11px) rotate(-45deg);-moz-transform:translateY(-11px) rotate(-45deg);-ms-transform:translateY(-11px) rotate(-45deg);-o-transform:translateY(-11px) rotate(-45deg);transform:translateY(-11px) rotate(-45deg)}
.header #navToggle.open span:after {bottom:12px;-webkit-transform:translateY(10px) rotate(45deg);-moz-transform:translateY(10px) rotate(45deg);-ms-transform:translateY(10px) rotate(45deg);-o-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg)}
.header #navToggle.open span {background:0 0}
.header #navToggle.open span:before,.header #navToggle.open span:after {background:#4f4f4f}
.header .nav {display:none}
.banner img {height:600px;object-fit:cover}
}

@-webkit-keyframes scale-bg {from {-webkit-transform:scale(1.2);transform:scale(1.2)}
to {-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale-bg {from {-webkit-transform:scale(1.2);transform:scale(1.2)}
to {-webkit-transform:scale(1);transform:scale(1)}
}
.index_main {background:#f7f7f7}
.index_main .section1 {position:relative}
.index_main .section1 .index_banner .item {background-size:cover;-webkit-background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;position:relative}
.index_main .section1 .index_banner .item.slick-current .scaleBg {visibility:visible;-webkit-animation:scale-bg 6s linear forwards;animation:scale-bg 6s linear forwards}
.index_main .section1 .index_banner .items {background-size:cover;background-position:center center;background-repeat:no-repeat;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}
/*.index_main .section1 .index_banner .items:after {content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.2)}*/
.index_main .section1 .index_banner .item .inner .block_txt {position:absolute;top:44%;right:10px;left:10px;opacity:0;transform:translateY(40px);-webkit-transform:translateY(40px);-webkit-transition:all 500ms ease;transition:all 500ms ease}
.index_main .section1 .index_banner .item.active .inner .block_txt {opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:100ms;transition-delay:100ms}
.index_main .section1 .index_banner .item .inner .block_txt h4 {font-size:30px;color:#fff;text-align:center;font-family:coco}
.index_main .section1 .index_banner .item .inner .block_txt h2 {color:#fff;font-size:70px;font-weight:700;text-align:center;letter-spacing:5px}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {color:#f5c920;display:inline-block;letter-spacing:5px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {color:#fff;font-size:22px;text-align:center;margin-top:10px;letter-spacing:3px}
.index_main .section1 .slick_txt {width:30%;height:100%;background-color:transparent;transition:all 500ms ease;-webkit-transition:all 500ms ease;background-repeat:no-repeat;position:absolute;top:0;font-size:0;outline:0;border:0}
.index_main .section1 .left {left:0}
.index_main .section1 .right {right:0}
.index_main .section1 .slick_txt:hover .slick_arrow {opacity:1;visibility:visible}
.index_main .section1 .slick_txt .slick_arrow {width:20px;height:36px;background-repeat:no-repeat;background-position:center;margin-top:-18px;position:absolute;top:50%;cursor:pointer;transition:all 500ms ease;-webkit-transition:all 500ms ease;opacity:0;visibility:hidden}
.index_main .section1 .slick_txt .prev {background-image:url(../img/ban_prev.png);left:60px}
.index_main .section1 .slick_txt .next {background-image:url(../img/ban_next.png);right:60px}

.index_main .section1 .number {position:absolute;bottom:8%;left:50%;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.2);display:table;padding:0 20px;width:auto;text-align:center;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.index_main .section1 .number span {font-family:myriad pro,microsoft yahei;font-size:14px;color:#fff;margin-right:100px;display:inline-block;cursor:pointer;position:relative;transition:all 500ms ease;-webkit-transition:all 500ms ease}
.index_main .section1 .number span:last-child {margin-right:0}
.index_main .section1 .number span:after {content:"";display:inline-block;width:0;height:2px;background:#fff;position:absolute;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);bottom:-20px;opacity:0;visibility:hidden;transition:all 500ms ease;-webkit-transition:all 500ms ease}
.index_main .section1 .number span.active:after {width:100%;opacity:1;visibility:visible}
.index_main .section{/* background:#333; */}


@media only screen and (max-width:1600px) {.index_main .section1 .index_banner .item .inner .block_txt h4 {font-size:28px}
.index_main .section1 .index_banner .item .inner .block_txt h2 {font-size:66px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {font-size:26px}
}
@media only screen and (max-width:1440px) {.index_main .section1 .index_banner .item .inner .block_txt h4 {font-size:24px}
.index_main .section1 .index_banner .item .inner .block_txt h2 {font-size:50px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {font-size:20px;margin-top:5px}
}
@media only screen and (max-width:1366px) {.index_main .section1 .index_banner .item .inner .block_txt h4 {font-size:20px}
.index_main .section1 .index_banner .item .inner .block_txt h2 {font-size:44px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {font-size:18px}
.index_main .section1 .index_banner .slick-arrow {background-size:auto 30px}
}

@media only screen and (max-width:1199px) {.index_main .section1 .index_banner .item .inner .block_txt h4 {font-size:18px}
.index_main .section1 .index_banner .item .inner .block_txt h2 {font-size:40px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {font-size:18px}
}
@media only screen and (max-width:992px) {.index_main .section1 .index_banner .item {height:100vh}
.index_main .section1 .index_banner .item .inner .block_txt {left:0;right:0;margin:0 auto;padding:0 20px;top:42%}
.index_main .section1 .index_banner .slick-arrow {display:none!important}
.index_main .section1 .index_banner .slick-dots {position:absolute;bottom:12px}
.index_main .section1 .index_banner .slick-dots li {width:12px;height:12px;border-radius:50%;border:2px solid #fff}
.index_main .section1 .index_banner .slick-dots li button {display:none}
.index_main .section1 .index_banner .slick-dots li.slick-active {background:#fff}
.index_main .section1 .number {bottom:12%;display:none}
.index_main .section1 .number span {margin-right:22px}
.index_main .section1 .number span:after {bottom:-14px}
.index_main .section1 .index_banner .item .inner .block_txt h2 {font-size:34px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {font-size:18px}
}
@media only screen and (max-width:767px) {
    .index_main .section1 .index_banner .item .inner .block_txt h2 {font-size:24px}
.index_main .section1 .index_banner .item .inner .block_txt h3 {font-size:16px}
}
@media only screen and (max-width:340px) {}
@media only screen and (max-width:320px) {}


#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #fff}

.index_main .section{/* color: #fff; */background-size:cover;background-position:center center;background-repeat:no-repeat;}
.index_main .section2 nav a{display: inline-block;margin:5px; transition: all 0.5s ease;border-radius: 50px; color: #fff;font-size: 14px;box-sizing: border-box;padding: 2px 20px;}
.index_main .section2 nav a:hover{background: #ab0101;transition: all 0.5s ease;}
.index_main .section2 nav a.active{background: #ab0101;}
.index_main .section2 .casenav{flex-wrap: wrap; align-items: flex-end;padding: 50px 10px;box-sizing: border-box;}
.index_main .section2 h3{font-size: 24px;}
.index_main .section2 h4{font-size: 18px;margin-bottom: 5px}
.index_main .section2 ul{flex-wrap: wrap;box-sizing: border-box;}
.index_main .section2 li{width: 33.3%;padding: 20px;box-sizing: border-box;}
.index_main .section2 li a{position: relative;display: block;}
.index_main .section2 li figure{position: relative;overflow: hidden;}
.index_main .section2 li figure::after,.index_main .section2 li figure::before{transition: all 0.5s ease;content: '';position: absolute;left: 50%;background: #fff; transform: translateX(-50%); width: 0%;height: 1px;}
.index_main .section2 li figure::after{top: 20%;}
.index_main .section2 li figure::before{bottom: 20%;}
.index_main .section2 li a:hover figure::after,.index_main .section2 li a:hover figure::before{z-index: 999;width: 80%;transform: translate(-50%); transition: all 0.5s ease;}
.index_main .section2 li a::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all 0.5s ease;}
.index_main .section2 li a:hover::after{background: rgba(0,0,0,0.7);transition: all 0.5s ease;}
.index_main .section2 li h2{ transition: all 0.3s ease;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) ;z-index: 999;color: #fff;font-size: 24px;opacity: 0;}
.index_main .section2 li a:hover h2{opacity: 1; transition: all 0.3s ease;}
.index_main .section2 li a img{transition: all 0.5s ease-in-out;}
.index_main .section2 li a:hover img{transform: scale(1.3);transition: all 0.5s ease;}
.m_pad{display: none;}
@media screen and (max-width:1024px){
    .index_main .section2 h3{font-size: 20px;}
    .index_main .section2 h4{font-size: 16px;}
    .m_pad{display: flex;}
    .pc_ul{display: none;}
    .index_main .m_pad li{width: 50%;padding: 10px;}
    #fp-nav.right{right: 0;}
}
@media screen and (max-width:767px){
    .index_main .section2 h3{font-size: 16px;}
    .index_main .section2 h4{font-size: 12px;}
    .index_main .section2 nav a{margin: 5px 2px;padding: 2px 10px;font-size: 12px;}
    .m_pad{display: none;}
    .pc_ul{display: flex;}
    .index_main .pc_ul li{width: 50%;padding: 5px;}
    .aslie{display: none;}
    .index_main .section2 li figure::after,.index_main .section2 li figure::before{display: none;}
    .index_main .section2 li a::after{display: none;}
    .index_main .section2 li a:hover img{transform: scale(1);}
    .index_main .section2 li h2{box-sizing: border-box; opacity: 1;font-size: 14px;padding: 5px; width: 100%;text-align: center;background-color: rgba(0,0,0,0.5);}
}

/* 新闻 */
#news .wrapper{padding:40px 30px}
.news .head{position:relative;padding-bottom:40px;align-items: flex-end}
.news h3{font-size:24px;font-weight:400;position:relative;}
.news h4{font-size: 18px;}
.news .Newscats{flex-wrap: wrap;}
.Newscats  a{margin:5px; transition: all 0.5s ease;border-radius: 50px; color: #fff;font-size: 14px;box-sizing: border-box;padding: 2px 20px;}
.Newscats  a:hover,.Newscats a.active {background:#ab0101}
.news .newsContent{display:flex;justify-content:space-between;}
.newsContent .newsLeft{display:block;width:55%;position: relative;}
.newsContent .newsRight{width:45%;flex-direction: column;}
.newsContent .newsRight #recommend{ background-color: rgba(0,0,0,.5); box-sizing: border-box; color: #fff; flex: 1;display: block;width: 100%;background-size:cover;background-position:center center;background-repeat:no-repeat;}
.newsContent .newsRight span{font-size: 12px;padding: 10px 0 20px 0;box-sizing: border-box;display: block;}
.newsContent .newsRight .moreMsg{ -webkit-line-clamp: 2;}
.newsContent .newsRight #recommend:nth-child(2){border-top: 1px solid #999;border-bottom: 1px solid #999;}
.newsRight a:hover h4{color: #ab0101;}
.newsLeft .img{overflow: hidden;}
.newsLeft img{transition: all 0.5s ease-in-out;}
.newsLeft:hover .img img{transform: scale(1.2);transition: all 0.5s ease-in-out;}
.newsLeft:hover dl dt h4{color: #ab0101}
.newsLeft dl{background:#238ad4;box-sizing:border-box;padding:0 20px 20px 20px;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,.5);width: 100%;}
.newsLeft dl dt{position:relative}
.newsLeft dl dt h4{font-size:16px;color:#fff;padding:15px 0 5px 0;}
.newsLeft dl dt span{font-size:12px;color:#fff;display: block;}
.newsLeft dl dd{font-size:14px;color:#fff;padding-top:10px;box-sizing: border-box; line-height: 1.8; -webkit-line-clamp: 2;}
.newsRight .newsList{overflow:hidden}
.newsList li{line-height:56px;border-bottom:1px solid #d2d2d2;height:56px;overflow:hidden;box-sizing:border-box;padding:0;transition:all .3s}
.newsList li:hover{padding:0 12px;transition:all .3s}
.newsList li a{display:block;position:relative}
.newsList li a p{font-size:14px;width:80%;height:56px;overflow:hidden}
.newsList li:hover a p{color:#238ad4}
.newsList li a span{position:absolute;top:0;right:0;font-size:12px;color:#888;padding-right:18px}
.newsList li:hover a span,.newsList li:hover a span i{color:#238ad4}
.newsList li a span i{position:absolute;top:0;right:0;font-size:14px}
.maskbox{width: 100%;height: 100%;background: rgba(0,0,0,.5);padding: 30px 40px;box-sizing: border-box;}

@media screen and (max-width:1024px){
    .news h3{font-size:20px;}
    .news h4{font-size: 16px;}
    .newsContent .newsRight #recommend{padding: 0px;}
    .newsContent .newsRight span{padding: 5px 0 10px 0;}
    .maskbox{padding: 10px 20px;}
}
@media screen and (max-width:767px){
    .news h3{font-size:16px;}
    .news h4{font-size: 12px;}
    .news .newsContent{flex-wrap: wrap;}
    .newsContent .newsRight{width:100%;}
    .newsContent .newsLeft{display: none}
    .Newscats a{padding: 2px 10px;}
    #news .wrapper{padding:40px 10px}
}

/* 新闻 */
.section4 .wrapper{/* padding: 20px 30px; */}
.section4 .info{align-items: flex-end;/* padding: 30px 0; *//* box-sizing: border-box; */margin-right: 20px;height: 420px;overflow: hidden;}
.section4 h3,.section5 h3{font-size: 24px;}
.section4 h4,.section5 h4{font-size: 18px;}
.section4 a{color: #fff;}
.section4 .morebtn a{display: block; transition: all 0.5s ease;background: rgba(0,0,0,.7);border: 1px solid #a1a1a1; padding: 3px 15px;box-sizing: border-box;font-size: 14px;}
.section4 article{/* font-size: 14px; *//* line-height: 1.8; *//* color: #eeeeee; *//* -webkit-line-clamp: 4; */}
.section4 .morebtn a:hover{background: #ab0101;border-radius: 50px;transition: all 0.5s ease;}
.section4 .otherbox{padding-top: 100px;box-sizing: border-box;align-items: center;}
.section4 .otherbox a{align-items: center;}
.section4 .otherbox span{font-size: 48px;margin-right: 15px}
.section4 .otherbox h2{font-size: 24px;}
.section4 .otherbox p{font-size: 18px;text-transform:uppercase;}
.section4 .line{width: 1px;height: 40px;background: #9c9c9c;}
.section4 .otherbox a:hover{color: #ab0101;}
@media screen and (max-width:1024px){
 .section4 h3,.section5 h3{font-size: 20px;}
.section4 h4,.section5 h4{font-size: 16px;}
.section4 .otherbox span{font-size: 38px;margin-right: 10px}
.section4 .otherbox h2{font-size: 20px;}
.section4 .otherbox p{font-size: 16px;}
}
@media screen and (max-width:767px){
    .section4 .wrapper{padding: 0px 10px;}
    .section4 h3,.section5 h3{font-size: 16px;}
    .section4 h4,.section5 h4{font-size: 14px;}
    .section4 .morebtn a{font-size: 12px;}
    .section4 article{padding:0 10px;box-sizing: border-box;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
    .section4 .otherbox{padding-top: 50px}
    .section4 .otherbox span{font-size: 24px;margin-right: 6px}
    .section4 .otherbox h2{font-size: 16px;}
    .section4 .otherbox p{font-size: 14px;}
    .section4 .info{/* padding: 0 0 30px 0; */overflow: hidden;margin-right: 0;height: 160px;}
}

/* 留言 */
.section5>.container>.wrapper{padding: 20px 30px;}
.section5 ul{padding-top: 50px;box-sizing: border-box;justify-content: space-between}
.section5 .left{width: 32%;padding-right:20px;box-sizing: border-box;border-right: 1px solid #808080;}
.section5 .right{width: 60%;}
.section5 .left img{margin: initial}
.section5 .left i{font-size: 50px;margin-right: 15px;}
.section5 .left .num{justify-content: flex-start;align-items: center;margin-bottom: 20px;}
.section5 .left h1{font-size: 28px;}
.section5 .left h2{font-size: 16px;color: #ccc;}
@media screen and (max-width:1024px){
    .section5 .left{border-right: 0;}
    
}
@media screen and (max-width:1000px){
    .section5 .left h1{font-size: 22px;}
    .section5 .left h2{font-size: 14px;}
    .section5 .left i{font-size: 40px;}
    .section5 .right{width: 43%;}
    .section5 .left{width: 55%;}
}
@media screen and (max-width:767px){
    .section5 .left{display: none;}
    .section5 .right{width: 100%;}
    .section5>.container>.wrapper{padding: 20px 10px;}
}


/* 联系信息 */
.aslie{position: fixed;bottom: 20px;right: 0px;z-index: 999;padding: 10px;border-radius: 15px 0 0 15px; box-sizing: border-box;background: rgba(0,0,0,.3)}
.aslie a{display: block;margin: 15px 5px;position: relative;}
.aslie a i{font-size: 30px;color: #f5f5f5;}
.aslie a .phonenum{display: none;z-index: 999;position: absolute;top: 6px;right: 100%;font-size: 16px;width: 150px;color: #c70000;font-weight: bold;box-sizing: border-box;}
.aslie a i.icon-dianhua:hover+.phonenum{display: block;}


/* 语言切换 */
.language{  position: relative; z-index: 101;  }
.language .icon-Language{ font-size: 26px; color: #fff; display: block; margin-right: 10px; padding: 13px 10px; }
.language .icon-Language:hover{cursor: pointer;}
.language div.changeBut{ box-sizing:border-box;padding:0; margin:0 auto; display: none; position: absolute; top: 55px; right: -28px;}
.language div.changeBut::before{content: '';position: absolute;top: -10px;left: 50%;width: 0;height: 0;transform: translateX(-50%); border-style: solid;border-width: 0 5px 10px 5px;border-color: transparent transparent #fff transparent;}
.language div.changeBut a{ display:block;  white-space: nowrap; font-size:14px;color:#333;padding: 0 30px; height: 40px;line-height: 40px; text-align: center; background:#fff; border-top: 1px solid #f0f0f0; }
.language div.changeBut a:hover{ color: #ab0101;}


/* banner */
.banner {width:100%;height: auto;overflow: hidden; position:relative;}
.banner .swiper-slide img {width:100%; height: auto;}
.banner img {width:100%; height: auto;}
.banner .swiper-container{margin-right:auto;margin-left:auto;width:100%;height:100%}
.banner .swiper-container .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#fff;text-align:center;font-size:18px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.banner .swiper-container .swiper-slide img{width:100%}
.banner .swiper-container .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background-color:#000;opacity:1;margin-bottom: 1%;}
.banner .swiper-container .swiper-pagination-bullet-active{background-color:#6bc9ff}
@media screen and (max-width:768px){
    .banner .swiper-container .swiper-pagination-bullet{width:5px;height:5px;border-radius:50%;background-color:#000;opacity:1}
    .banner .swiper-container .swiper-pagination-bullet-active{background-color:#6bc9ff}
    #fp-nav.right{right: 0;}
}
#banner{ width: 100%;}
#banner .swiper-slide img{ width: 100%; }
#banner .img img{ width: 100%;}

/* 留言 */
.feedbackHome{width: 100%;}
.feedbackHome .content{padding: 30px 0;}
.feedbackHome .flex figure{margin-right: 20px;}
@media screen and (max-width:767px){
    .feedbackHome .flex figure{margin-right: 0;display: none;}
    span.title{display: none;}
    .feedbackHome .flex #feedback{padding: 20px 0;}
    .feedbackHome .flex #feedback #submit{margin: 20px auto;}
    .feedbackHome .content{padding: 10px 0;}
    .section5 ul{padding-top: 0;}
}


/* 尾部
.footer{width: 100%;position: absolute;bottom: 0;left: 0;} */
.footer .link{padding: 10px 0;box-sizing: border-box; ;color: #fff;font-size: 14px;border-bottom: 1px solid #4d4d4d}
.footer .link a{font-size: 14px;color: #fff;margin: 0 5px;}

.footer .contact{font-size:16px;color: #cccccc;padding: 30px 0;}
.footer .contact li.flex{justify-content: flex-start;}
.footer .contact li.center{width: 32%;}
.footer .contact .left i{font-size: 66px;margin-right: 10px; color: #fff;}
.footer .contact .left h1{font-size: 36px;color: #fff;}

.footer .contact .center h2:last-child{margin-top: 10px;}
.footer .contact .right  i{font-size: 36px;margin:0 16px;color: #ccc;}
.footer .contact .right img{ margin: 0;margin-top: 10px;display: none;}
.footer .contact .right i:hover{color: #fff;cursor: pointer;}

.footer .wrapper .typeright{color: #fff;font-size: 14px;padding: 8px 0;}
.footer .wrapper .typeright a{color: #fff;}
@media screen and (max-width:1280px){
    .footer .contact .left i{font-size: 40px;}
    .footer .contact .left h1{font-size: 26px;}
}
@media screen and (max-width:1000px){
    .footer .contact .left{width: auto;}
}
@media screen and (max-width:760px){
    .footer .contact li.flex{justify-content: center;}
    .footer .contact li{width: 100%;text-align: center;}
    .footer .contact .center h2,.footer .contact .center h2:last-child{margin-top: 5px;}
    .footer .link,.footer .link a{font-size: 14px;}
    .footer .contact{font-size: 14px;padding: 20px 0;}
    .footer .contact .left h2{text-align: left;}
    .footer .contact .left i{font-size: 38px;}
    .footer .contact .left h1{font-size: 18px;}
    .footer .wrapper .typeright{padding: 10px 0;}
    .footer .contact ul.wrapper{flex-wrap: wrap;}
    .footer .contact .left,.footer .contact li.center{width: 100%;}
    .footer .contact .left{order: -2}
    .footer .contact li.right{order: -1;margin: 10px 0;}
    .footer .contact .right i{font-size: 26px;}

}

header.bg{background: rgb(171 1 1 / 90%);}
.casemain .caselist{min-height: 760px;}

@media screen and (max-width:760px){
    .caselist .scroll li{width: 49%;padding: 5px;}
    .casemain .section2 .casenav{padding: 30px 10px 20px 10px;}
    .casemain .caselist{min-height: auto}
}



/* 案例内页样式 */
.casePages{width: 1000px;margin: 30px auto;/* background-color: #1a1817; */color: #1a1817;display: flex;display:-webkit-flex;flex-wrap: nowrap;justify-content:space-between;align-items:flex-start;align-content: flex-start;}
.casePages figure{ width: 420px ; padding: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;}

.casePages .content{ flex: 0 1 auto; width: 100%; padding: 20px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.casePages .content>h4{font-size: 26px;/* color: #fff; */margin: 15px;/* line-height: 4; */text-align: center;}
.casePages .content article{ width: 100%; }
.casePages .content article{font-size: 16px;/* letter-spacing: 2px; *//* color: #fff; */line-height: 2;/* max-width: 100%; *//* overflow: hidden; */}

.caseshow{display: flex;justify-content: center;align-items: center;}
@media screen and (max-width:1100px){
    .casePages{ width: 100%;}
    .casePages figure{ width: 38%;}
}
@media screen and (max-width:768px){
    .casePages{flex-wrap: wrap;/* margin: 0; */}
    .casePages figure{ width:70%; margin: 10px auto;}
    .casePages .content{flex: 0 0 auto;padding: 0;}
}


.newslist .newsRight{width: 100%;flex-wrap: wrap;flex-direction: row;}
.newslist .newsRight #recommend{width: 48%;margin:10px;flex: initial;}
.newslist .newsRight #recommend:nth-child(2){border-top: 0;border-bottom: 0;}
.newslist .newsRight .moreMsg{min-height: 40px}

.details{ box-sizing: border-box; width: 100%; padding: 20px 30px 55px 30px; margin-bottom: 40px;}
.details h3.showTitle{ font-size: 1.3rem; color: #fff; line-height: 1.5; text-align: center; margin-bottom: 35px;}
.details article *{max-width: 100%; font-size: 1rem; color: #fff; line-height: 2;  margin-top: 4px; max-width: 100%; overflow: hidden;}
@media screen and (max-width:1200px){
    .newslist .newsRight #recommend{width: 46%;}
}
@media screen and (max-width:767px){
    .newslist .newsRight #recommend{width: 100%;margin: 5px 0}
    .newslist .newsRight .moreMsg{min-height: auto}
}

/* 分页 */
.page_box{padding: 30px 0;}
.pages {width:100%;height:40px;line-height: 40px;display:flex;justify-content:center;}
.pages a , .pages strong , .pages em{display: inline-block;border: 1px solid #999; width:40px;height:40px;line-height: 40px;text-align: center;font-size: 16px;display:block;cursor:pointer;margin: 0;color: #fff;box-sizing:border-box;}
.pages em {display:none;}
.pages a:last-child {border-right:1px solid #dcdcdc;}
.pages a:hover , .pages strong {box-sizing:border-box; color:#ab0101 !important;border: 1px solid #999;}
.pages a.prev , .pages a.next {width:80px;box-sizing:border-box;background: #333;;border: 1px solid #999;color: #fff; }
@media screen and (max-width:768px){
    .page_box{padding: 15px 0;}
    .pages{justify-content:center; float: initial;}
    .pages a ,  .pages strong {width:30px; height:30px; font-size:12px; line-height:30px;}
    .pages a.prev , .pages a.next {width:60px;}
}




/* 招聘  下载  视频  公告  帮助  留言反馈----------------------------------------------------------------------------   */
#form label {width:100%;display:  flex;align-items:  center;position: relative; justify-content:space-between;}
form {width: 100%;height: auto;display: flex;text-align:  center;flex-wrap:wrap;overflow: hidden;justify-content: space-between;}
form label {padding-bottom: 30px; width:100%;}
form label span {padding-right: 20px;}
form label input {border-bottom: 1px solid #808080;width: 100%;font-size:14px;line-height: 3;padding:0 10px;background: rgba(0,0,0,.2); flex: 1;height: 35px; color: #fff; outline:none;}

form label textarea {border: solid 0px;outline:none; border-bottom: 1px solid #808080;resize: none; width:100%;vertical-align: top;font-size:14px;color: #fff;line-height:1.5;font-family: 'Courier New';box-sizing: border-box;padding:10px;background: rgba(0,0,0,.2); outline:none;}
#form .nickname , #form .phone {width:100%; }
form label p { position: absolute;left: 0px;bottom: 0px;color: #efa63d;font-size: 14px;}
#submit {width: 150px;height: 40px;line-height:40px;display:block;background: rgba(0,0,0,.5); color: #fff;outline: none;margin-top: 40px; border: 1px solid #808080;}
 @media screen and (max-width:1400px){
    .message{ width: 100%;}
    .message h3{ font-size: 16px; padding: 12px 10px;}
    form{ width: 100%;}
    form label input{ width:64%; line-height: 2.5em;}
    form label textarea{width: 100%;}
  }
  /* #feedback {width: 45%;height:auto;text-align:center;padding: 30px 0;box-sizing: border-box;} */
  #feedback h3 {font-size:24px; font-weight:normal; line-height:2;}
  #feedback .intro {color:#666666;}
  @media screen and (max-width:1400px){
    .contact .img img {max-width:80%;}
    .contact .left .box{width:80%;text-indent: 0;padding-left: 80px;height: auto;}
    .contact .left .box h3 {padding-top:0;}
  }
  @media screen and (max-width:960px){
    #feedback{width: 100%;}
    #contact .contact {flex-wrap:wrap;}
    .contact .left img {display:none;}
    .contact .left, .contact .img {width:100%;position: initial;box-sizing: border-box;}
    .contact .left .box {position:initial;margin: 0 auto;}
    .contact .img {width:80%;}
    .contact .img img {width:100%;margin: 0 auto;position: static;}
    #submit{margin-top: 15px}
    .title h1{font-size: 18px;}
    .title h2{font-size: 14px;}
  }

  @media screen and (max-width:768px){
      #form .nickname , #form .phone {width:100%; }
      #form label {padding-bottom:20px;}
      #feedback h3 {font-size:20px;}
      #feedback .intro {font-size:14px;}
      #feedback form {margin-top:15px;}
}

#Nofound { width: 90%; margin: 20px 0;text-align: center; height: 300px;line-height: 300px;border: 1px solid #333; margin:0 auto;}
.result {width:1360px;padding:20px;height: 30px;line-height: 30px;margin:0 auto;}
.result span {color:#efa63d;}
#totalSearch {width: 900px;margin: 0 auto;position: relative;border: 1px solid #333;height: 40px;line-height: 40px;box-sizing: border-box;padding: 10px; margin-top:30px;}
#totalSearch input { width: 92%;position: absolute;right: 40px; left: 10px;border: none;outline: none;}
#totalSearch i {width: 38px; height: 38px;position: absolute;right: 0;top: 0;text-align: center;line-height: 38px;cursor: pointer;}
#totalSearch i:hover {color:#efa63d;}
@media screen and (max-width:1400px){
  .result {width:100%;height: 70px;box-sizing: border-box;}
}
@media screen and (max-width:960px){
    #totalSearch {width:90%; }
}

#jobscats{width:100%;height:60px;line-height:60px}
#jobscats ul{width:1310px;height:60px;margin:0 auto;overflow:hidden;text-align:center}
#jobscats ul li{height:60px;float:left;text-align:center;font-size:16px;color:#eee;margin:0 15px;}
#jobscats ul li a{color:#333;display:  block;padding: 0 15px; position:relative;}
#jobscats ul li:hover a , #jobscats ul li a.actor{color:#efa63d}
#jobscats ul li:hover {border-bottom:3px solid #efa63d; box-sizing:border-box;}
#jobscats ul li a.actor::after {position:absolute; left:0; bottom:0; height:3px; background:#efa63d; content:''; width:100%;}
@media screen and (max-width:1350px){.job{width:96%}
.jobContent dl{width:96%}
}

#job{width:100%;height:auto;background:#efefef;padding:35px 0}
.job{width:1310px;overflow:hidden;margin:0 auto; display:flex; justify-content:space-between;}
.job .container{width: 100%;float:left;box-sizing:border-box;padding:0 20px 20px 20px;background:#fff;margin-right: 25px;flex: 1;}
.job .container h3{line-height:60px;font-size:20px;border-bottom:1px solid #eee;position:relative;text-indent:15px;margin-bottom:15px;font-weight:400}
.job .container h3::after{content:'';position:absolute;left:0;bottom:0;width:124px;height:3px;background:#efa63d}
.jobSearch {padding-bottom:25px;}
.jobSearch .jobContent{width:1360px; margin:0 auto;  margin-bottom:20px;}
.jobContent{width:100%;height:auto;background:#fff}
.jobContent .title{padding-top:12px;border-bottom:1px solid #eee;overflow:hidden}
.jobContent .desc{padding:20px 20px 40px 20px}
.jobContent .title a{font-size:18px;line-height: 32px;color:#333;font-weight:400;height:32px;overflow:hidden;}
.jobContent .title a:hover{color:#efa63d}
.jobContent .title .setting{height:54px;color:#999;font-size:12px;line-height:54px;padding: 0;}
 .jobContent .title .setting li{ /*float:left; */ display:inline-block;} 
.jobContent .title .setting li i{padding-right:8px}
.jobContent dl{width:78%;margin:0 auto;padding:45px 0 35px 0}
.jobContent dl dt{font-size:20px;line-height:32px;font-weight:400;position:relative;text-indent:20px;margin-bottom:16px}
.jobContent dl dt::after{position:absolute;left:0;top:6px;width:10px;height:20px;background:#efa63d;content:''}
.jobContent dl dd{font-size:16px;color:#666;line-height:30px;position:relative;padding-left:18px}
.jobContent dl dd::after{content:'';position:absolute;top:14px;left:0;width:6px;height:6px;text-align:center;line-height:30px;border-radius:50%;background:#666}
#jobscats{width:100%;height:60px;line-height:60px}
#jobscats ul{width:1310px;height:60px;margin:0 auto;overflow:hidden;text-align:center}
#jobscats ul li{height:60px;float:left;text-align:center;font-size:16px;color:#eee;margin:0 15px;}
#jobscats ul li a{color:#333;display:  block;padding: 0 15px; position:relative;}
#jobscats ul li:hover a , #jobscats ul li a.actor{color:#efa63d}
#jobscats ul li:hover {border-bottom:3px solid #efa63d; box-sizing:border-box;}
#jobscats ul li a.actor::after {position:absolute; left:0; bottom:0; height:3px; background:#efa63d; content:''; width:100%;}
@media screen and (max-width:1360px){
    .job{width:96%}
    .jobContent dl{width:96%}
    .jobSearch .jobContent {width:90%;}
}
@media screen and (max-width:768px){
    .job{width:100%;flex-wrap: wrap;}
    .job .container {margin:0; margin-bottom:25px;}
    .jobSearch .jobContent {width:96%;}
}

#download{width:100%;height:auto;background:#efefef;padding:35px 0;}
.download{width:1310px;height:auto;margin:0 auto;display:flex;justify-content:space-between;align-items: flex-start;}
.download .container{width: 100%;height:auto;box-sizing:border-box;padding:0 20px;background:#fff;position:relative;flex: 1;margin-right: 25px;padding-bottom: 20px;}
.download .slidebar{width: 340px;height:auto;box-sizing:border-box;padding:0 20px;background:#fff;}
.download h4{font-size:18px;line-height:32px;color:#333;padding:14px 0 10px 0;border-bottom:1px solid #eee;position:relative;text-indent:18px;font-weight:400;margin-bottom: 20px;}
.download h4::after{content:'';position:absolute;bottom:0;left:0;width:100px;height:2px;background:#efa63d}
.download dl,.help dl,.video dl{width:auto;position:absolute;top:30px;right:20px}
.download dl a,.help dl a,.video dl a{float:left;padding:0 10px;font-size:14px;color:#555;border-right:1px solid #ccc;line-height:1}
.download dl a:last-child,.help dl a:last-child,.video dl a:last-child{border:none}
.download dl a:hover,.help dl a:hover,.video dl a:hover , .download dl a.actor,.help dl a.actor,.video dl a.actor{color:#efa63d}
.download .container ul{width:100%;height:auto;padding-top:25px;padding-bottom:50px;overflow:hidden}
.download .container ul li{width:23%;height:auto;overflow:hidden;float:left;margin-right:20px;margin-bottom:35px}
.download .container ul li:nth-child(4n){margin-right:0}
.download .container li .img{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:9px}
.download .container li img{width:100%;height:auto;box-sizing:border-box}
.download .container li h5{font-size:16px;line-height:32px;color:#333;padding-top:5px;font-weight:400;height:32px;overflow:hidden}
.download .container li .desc{font-size:14px;line-height:24px;color:#999}
.download .container li .setting{font-size:14px;color:#c9c9c9;font-size:14px;line-height:24px}
.download .container li .setting span{padding-left:8px}
.download .container li h5 a{box-sizing:border-box;padding:0 5px;color:#333;font-size:16px}
.download .container li h5 a:hover{color:#efa63d}
.download .container li #down{display:block;width:98px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:14px;background:#efa63d;margin:0 auto;margin-top:14px}

@media screen and (max-width:1350px){
    .download {width:96%; margin:0 auto;}
}
@media screen and (max-width:960px){
    .download .slidebar {width:280px;}
}
@media screen and (max-width:768px){
    .download {width:100%; flex-wrap:wrap;}
    .download .container {margin:0; margin-bottom:25px;}
    .download .slidebar {width:100%;}
}

ul.search{width:1310px;height:auto;padding-top:25px;padding-bottom:50px;overflow:hidden}
ul.search li{width:208px;height:auto;overflow:hidden;float:left;margin-right:20px;margin-bottom:35px}
ul.search li:nth-child(4n){margin-right:0}
ul.search li .img{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:9px}
ul.search li img{width:100%;height:auto;box-sizing:border-box}
ul.search li h5{font-size:16px;line-height:32px;color:#333;padding-top:5px;font-weight:400;height:32px;overflow:hidden}
ul.search li .desc{font-size:14px;line-height:24px;color:#999}
ul.search li .setting{font-size:14px;color:#c9c9c9;font-size:14px;line-height:24px}
ul.search li .setting span{padding-left:8px}
ul.search li h5 a{box-sizing:border-box;padding:0 5px;color:#333;font-size:16px}
ul.search li h5 a:hover{color:#efa63d}
ul.search li #down{display:block;width:98px;height:32px;text-align:center;line-height:32px;color:#fff;font-size:14px;background:#efa63d;margin:0 auto;margin-top:14px}
@media screen and (max-width:1350px){
    ul.search {width:90%; margin:0 auto;}
}
@media screen and (max-width:768px){
  ul.search {width:96%;margin:0 auto;display: flex;justify-content: space-between;}
  ul.search li {width: 48%;margin-right: 0;}
}

#breadCrumbs{width:100%;background:#dedede;}
.breadCrumbs{width:1310px;line-height: 20px;padding:20px 0;margin:0 auto;}
.breadCrumbs .breadcrumb-item{color:#333;line-height:20px;font-size:14px;height:20px;display: inline-block;/* float:left; */position:relative;padding-right:24px;margin-right:16px;}
.breadcrumb-item:hover{cursor:pointer;color:#efa63d;transition:all .3s}
.breadcrumb-item:hover .breadcrumb-ul{display:block}
.breadcrumb-item::after{content:'/';position:absolute;right:0;top:0}
.breadcrumb-item:last-child::after{display:none}
.breadcrumb-item i.icon-home1{padding-right:10px}
.breadcrumb-item ul{display:none}
@media screen and (max-width:1350px){
    .breadCrumbs{width:96%}
}
@media screen and (max-width:768px){
    .breadCrumbs {padding:10px 0;}
    .breadCrumbs .breadcrumb-item {padding-right:15px;}
}

#jobsDetails,#newsDetails{width:100%;height:auto;background:#efefef}
#videoDetails{width:100%;height:auto;background:#fff}

.newsDetails .slidebar{width: 340px;background:#fff;padding:0 16px;box-sizing:border-box;}
.videoDetails .details{margin-top:25px;display:flex;display:-webkit-flex;justify-content:space-between;align-items:flex-start}
.videoDetails .details .video{width: 100%;margin-right: 20px;flex: 1;}
.videoDetails .details .video video{width:100%;height:auto;margin-bottom: 20px;}
.videoDetails .details .slidebar{background:#fafafa;box-shadow:0 0 10px #ccc}
.videoDetails .details .slidebar h5{font-size:18px;font-weight:400;line-height:62px;border-bottom:1px solid #eee}
.videoDetails .details .slidebar article{max-width: 100%;padding-top:18px;padding-bottom:25px;font-size:14px;line-height:24px;color:#888; min-height: 415px;}
@media screen and (max-width:1200px){
  .videoDetails .details {flex-wrap:wrap;padding-bottom:20px;}
  .videoDetails .details .video {margin:0;}
  .videoDetails .details .slidebar {width: 100%;}

}

.jobsDetails,.newsDetails{width:1310px;height:auto;padding:30px 0;display:flex;display:-webkit-flex;justify-content:space-between;margin:0 auto;overflow:hidden;align-items:  flex-start;}
.newsDetails .container{background:#fff;box-sizing:border-box;padding:0 20px;margin-right: 30px;flex: 1;}
.jobsDetails .container{width:100%;background:#fff;box-sizing:border-box;padding:0 20px 40px 20px;float:left}
.jobsDetails .container .title{font-size:24px;line-height:82px}
.jobsDetails .setting{border-bottom:1px solid #eee}
.jobsDetails article{max-width: 100%;padding-top:20px}
.videoDetails .container{width:100%}
.newsDetails .title{overflow:hidden;border-bottom:1px solid #eee;position:relative}
.videoDetails .title{border-bottom:none}
.newsDetails .title h4{padding-top:18px;font-size:30px;font-weight:400;line-height: 1.3;padding-bottom: 18px;padding-left: 0;text-indent: 0;}
.newsDetails .title a#down{width:148px;height:38px;background:#efa63d;text-align:center;line-height:38px;position:absolute;bottom: 5px;right:0;color:#fff;border-radius:5px;transition:all .5s;}
.newsDetails .title a#down:hover{background:#efa63d;box-shadow:0 0 10px #eee;transition:all .5s}
.setting{height:16px;line-height:16px;padding-bottom:15px;font-size:14px;color:#999}
.setting li{float:left;overflow:hidden;margin: 0 10px;}
.setting i{padding-right:8px}
.newsDetails article{max-width: 100%;padding:20px 0 40px 0}
@media screen and (max-width:1350px){
    .jobsDetails,.newsDetails {width:90%;}
}
@media screen and (max-width:960px){
    .jobsDetails, .newsDetails {width:96%;}
    .newsDetails .container {margin-right:20px;}
    .contact .honorAA img{ width: 90%; display: inline-block; margin: 4px 8px;}
    #jobsList .jobsList, #newsList .newsList, #proList .proList{ flex-wrap: wrap;}
    #jobsList .container, #newsList .container, #proList .container{ width: 100%;}
    #jobsList .slidebar, #newsList .slidebar, #proList .slidebar{ width: 100%; margin-top: 10px;}
    .newsLists>li{ flex-wrap: wrap;}
    .newsLists>li>a{ display: block; width: 100%; }
    .header_r a{ font-size: 12px;}
    
    .jobsDetails, .newsDetails{ padding: 0;}
}
@media screen and (max-width:768px){
    .contact .img{width:100%;margin-bottom:20px}
    .contactContent{width:100%}
    .jobsDetails, .newsDetails {flex-wrap:wrap;width: 100%;}
    .newsDetails .container {width:100%;margin-right:  0;margin-bottom: 20px;padding: 0 12px;}
    .newsDetails .title h4 {font-size:18px}
    .newsDetails .title a#down {position: initial;display: block;margin:0 auto;margin-bottom: 20px;}
}

.slidebar {width: 340px;background:#fff;padding:0 16px;box-sizing:border-box;}
.slidebar .search{width:100%;height:auto;position:relative;padding-top:20px}
.slidebar input{width:100%;height:34px;line-height:34px;border:1px solid #eee;border-radius:17px;box-sizing:border-box;outline:0;padding:0 20px}
.slidebar input:focus{border-color:#333;color:#efa63d}
.slidebar .search i{position:absolute;right:30px;top:24px}
.slidebar h3{font-size:18px;line-height:48px;font-weight:400;padding-top:20px;position:relative;padding-left:12px}
.slidebar h3::after{content:'';left:0;top: 35px;width:4px;height:20px;background:#efa63d;position:absolute;}
.slidebar li a{display:block;width:100%;font-size:14px;color:#666;}
.slidebar li a img{width:100%;height:auto}
.slidebar li a p{line-height:3}
.slidebar a{width:100%;border:none;box-shadow:0 0 0;text-align:left;line-height:1.5;font-size:14px;padding:12px 0;border-bottom:1px solid #eee;margin:0;display:block;color:#333}
.slidebar a:hover{box-shadow:0 0 0}
.slidebar a:hover{color:#efa63d;transition:none;transform:none}
.slidebar .img{width:100%;height:auto;overflow:hidden;padding:22px 0;margin-bottom:6px}
.slidebar .img img{width:100%;height:auto}
@media screen and (max-width:960px){
    .slidebar {width:280px;}
}
@media screen and (max-width:768px){
    .slidebar {width:100%;}
}

#Notice{width:100%;height:auto;background:#efefef;padding-bottom:35px}
.Notice{width:1310px;height:auto;overflow:hidden;margin:0 auto;padding-top:35px;display:flex;flex-wrap:nowrap;justify-content:space-between}
.Notice .container{width:100%;height:auto;box-sizing:border-box;padding:0 20px 20px 20px;background:#fff}
.container .title{font-size: 20px;line-height:3;text-indent:15px;position:relative;/* margin-bottom: 20px; *//* border-bottom: 1px solid #ddd; */}
#Notice .container .title::after{position:absolute;left:0;bottom:0;width:110px;height:2px;background:#efa63d;content:''}
.Notice nav{width:100%;height:50px;line-height:50px;padding-top:6px;border-bottom:1px solid #eee}
.Notice nav a{font-size:16px;color:#333;line-height:50px;display:block;width:100px;text-align:center;float:left;position:relative}
.Notice nav a:hover{color:#efa63d;transition:all .3s}
.Notice nav a.actor{color:#efa63d}
.Notice nav a.actor::after{position:absolute;width:100px;height:2px;background:#efa63d;bottom:0;left:0;content:''}
.noticeLists>li{width:100%;height:auto;position:relative;padding:15px 0;display:flex;text-indent:15px;border-bottom:1px solid #eee;position:relative}
.noticeLists .newContent{padding-left:25px}
.newContent h3{font-size:22px;line-height:42px;font-weight:400}
.noticeLists a{display:block;overflow:hidden;color:#333}
.noticeLists a:hover{color:#efa63d}
.noticeLists>li a span{color:#ccc;position:absolute;right:0;padding-right:15px}
.noticeLists {padding-bottom:20px;}
@media screen and (min-width:960px) and (max-width:1350px){.Notice{width:90%}
}
@media screen and (max-width:960px){.Notice{width:96%;flex-wrap:wrap}
.Notice .container{width:100%;margin-bottom:20px}
.Notice .slidebar{width:100%;margin:0;margin-bottom:30px}
}

#video {width:100%; height: auto;}
#video .video {width:1400px; margin:0 auto; }
.video ul {display:flex;flex-wrap:wrap;justify-content: space-around;padding-top:30px;width: 1400px;margin: 0 auto;}
.video li {width:540px; height:auto; padding-bottom:12px;}
.video li .img {width:100%;height:300px;overflow:hidden;position: relative;}
.video li .img img {opacity: 0.8; width:100%; transition:all .4s ease;}
.video li .img a i{color:#fff;position:  absolute;left: 50%;top: 50%; font-size:26px;  width:58px; height:58px; border-radius:50%;
                    background:rgba(0,0,0,.5); text-align:center; line-height:58px; margin-left:-29px; margin-top:-29px;}
.video li .img:hover img{opacity:1; transition:all .4s ease;}
.video li .img:hover a i {transform:scale(1.4); background:#000; transition:all .4s ease;}
.video li .img:hover a i:hover {background:#efa63d;}
.video li .title {font-size:16px;line-height:26px;color:#666666;padding-top:14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.video li  .setting {display:flex; justify-content:space-between; font-size:16px; line-height:26px; color:#989898; padding-top:5px;}
.views i.iconfont{font-size: 20px; margin-right: 5px; vertical-align: middle;}
@media screen and (max-width:1440px){
    #video .video {width:90%; }
    .video ul {justify-content: center;width: 90%;}
    .video li {width:42%; margin:0 10px;}
    .video li .img {height:auto;}
    .video li .title {font-size:16px;}
}
@media screen and (max-width:768px){
    #video .video {width: 96%;}
    .video ul {justify-content: space-around;}
    .video li {width:46%; margin:0 ;}
    .video li .title {font-size:14px; line-height:20px;}
    .video li  .setting {display:none;}
}

.videoShow {width:950px;margin:0 auto;overflow: hidden;text-align: center;}
.videoShow h4 {text-align:center; font-size:30px; color:#333333; padding-top:25px;}
.videoShow .setting {font-size:14px; line-height:20px; color:#999999;text-align: center; padding-top:12px;}
.videoShow .setting  span {padding:0 10px;}
.videoShow .setting  a {color:#999999;}
.videoShow .setting  a:hover {color:#efa63d;}
.videoShow video {width: 100%;height: auto;background:#000;margin:0 auto;margin-top: 38px;}
.videoShow article {max-width: 100%;color:#666666;margin:0 auto;text-align: justify;width: 100%; padding:10px 0 85px 0;}
.videoShow article p {font-size:16px; line-height:26px;}

@media screen and (max-width:1000px){
    .videoShow {width:90%; }
}
@media screen and (max-width:768px){
    .videoShow {width:96%; }
    .videoShow h4 {font-size:20px;}
    .videoShow video {margin-top:20px; padding-bottom:40px;}
    .videoShow article p {font-size:14px; }
}

#location {width:1360px;margin:0 auto;padding: 22px 0;}
#location i {font-size:14px;}
#location span a {margin-right:5px;}
#location span a:hover {color:#efa63d;}
@media screen and (max-width:1400px){
  #location {width:100%;}
}


#news #location a , #news #location span , #news #location span i {color:#666666;}
#news #location a:hover {color:#efa63d;}
#news {width:100%; overflow:hidden; position:relative;}
#news .news {width:1360px; height:auto; margin:0 auto;  }
.news #content {width:100%;display:flex;padding-top: 55px;}
.news #content .cats {width:160px;margin-right: 70px;}
.news #content .right {width:100%;flex:1;}
.news #content .cats a {display:block; width:100%; height:34px; line-height:34px; background:#e6e6e6; border-radius:17px; text-align:center; margin-bottom:30px;}
.news #content .cats a.active , .news #content .cats a:hover{color:#fff; background:#85daea;}
.news #content .right ul li {display:flex; margin-bottom:50px;}
.news #content .right ul li .img {width:260px; height:170px; overflow:hidden; margin-right:45px; }
.news #content .right ul li .img img {transition:all .4s ease;}
.news #content .right ul li dl {width:100%; flex:1;}
.news #content .right .title {display:inline-block;font-size: 18px;height:32px;line-height:32px;overflow:hidden;}
.news #content .right .intro {color:#666666;line-height:28px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news #content .right .setting {display:flex;justify-content:space-between;padding-top: 55px;font-size: 12px;color: #999999;}
.news #content .right .setting a {color:#999999;}
.news #content .right .setting a:hover {color:#efa63d; font-size:16px; transition:all .4s ease;}
.news #content .right .title:hover {color:#efa63d;}
.news #content .right ul li .img {background:#333;}
.news #content .right ul li .img:hover img {transform:scale(1.1); transition:all .4s ease; opacity:0.5;}
@media screen and (max-width:1400px){
    #news .news {width:100%;}
    .news #content {width:90%; margin:0 auto;}
}
@media screen and (max-width:1200px){
    .news #content .cats {margin-right:40px;}
    
}
@media screen and (max-width:960px){
    .news #content .right ul li .img {width:200px;margin-right:20px;height: 130px;}
    .news #content .right .intro {font-size:14px; line-height:1.5;}
    .news #content .right .setting {padding-top: 30px;}
    .news #content .right ul li {margin-bottom:30px;}
    
}
@media screen and (max-width:768px){
    .news #content {padding-top:20px;}
    .news #content {flex-wrap:wrap;width: 96%;}
    .news #content .cats {width:100%;margin: 0;text-align: center;margin-bottom: 20px;}
    .news #content .cats a {width:auto;padding: 5px 15px;margin: 5px;display: inline-block;font-size: 14px;height: auto;line-height: 1.2;}
    .news #content .right ul li .img {width:150px; height:98px; margin-right:10px;}
    .news #content .right .title {font-size:14px; line-height:24px; height:24px;}
    .news #content .right .intro {font-size:12px;-webkit-line-clamp: 1;margin-top: 5px;}
    .news #content .right .setting {padding-top:20px;}
}


#newsShow {width:1360px; margin:0 auto;}
#newsShow .newsShow {width:100%; margin:20px 0;}
.newsShow h3 {text-align:center; font-size:24px; font-weight:normal; margin-bottom:20px;}
.newsShow article {max-width: 100%;font-size:16px; line-height:2; color:#000000; margin-bottom:60px;}
.newsShow article p {margin:15px 0;}
.newsShow article img {max-width:100%; height:auto;}
#change {display:flex;justify-content:space-between;margin-bottom: 10px;flex-wrap:wrap;}
#change a {color:#000000; margin:10px 0;}
#change a:hover {color:#efa63d;}

@media screen and (max-width:1400px){
    #newsShow {width:90%;}
}
@media screen and (max-width:768px){
    #newsShow {width:94%;}
    .newsShow h3 {font-size:18px; line-height:2;}
    #change a {font-size:14px;}
}


.productTop { width: 1400px; margin: 20px auto; padding-top:35px;position:relative;margin-bottom: 20px;}
.productTop h4 { font-size:22px; line-height:32px; color:#333; }
.productTop .intro {font-size:16px;color:#999999;line-height:20px;width:  50%;}
.productTop ul.cats {position:absolute;right:0;bottom: 15px;display:flex;line-height: 20px;}
.productTop ul li a {display:block; height:16px; line-height:16px; padding:0 12px; border-right:1px solid #999; color:#666;}
.productTop ul li:last-child a {border-right:none;}
.productTop ul li a:hover , .productTop ul li.active a {color:#efa63d;}

@media screen and (max-width:1440px){
    .productTop { width: 100%; box-sizing: border-box;padding: 12px 15px;}
}

@media screen and (max-width:768px){
    #product .product {width:96%;}
    .productTop { width: 100%; box-sizing: border-box;padding: 6px 10px;}
    .productTop h4 {text-align:center;font-size: 20px;}
    .productTop .intro {width:100%; text-align:center;}
    .productTop ul.cats {position:static;display:flex;justify-content:center;padding-top:20px;flex-wrap:  wrap;}
    .productTop ul.cats li {margin-bottom:5px;}
    .productTop {padding-top:30px; margin-bottom:20px;}
}


/* 搜索框 */

.search {margin: 0 auto; background: #333; border-radius: 20px; display: flex;justify-content: center;align-items: center; width: 23%;padding: 5px 8px; border: 1px solid #ccc;box-sizing: border-box; }
.search i {font-size: 16px;cursor: pointer;}
.search input{padding:0 5px; color: #fff; width: 100%;height: 20px; background: #333;border-radius: 20px;}
.search:hover i{color: #6bc9ff}
.search:hover{border: 1px solid #6bc9ff;}
@media screen and (max-width:768px){
    .search {width:100%;position:initial;margin-top: 15px;display: flex; display: -webkit-flex; margin-right: 0;}
    .search input {width:100%; flex:0 1 auto;}
}

/* 上下页 */
#change {display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; align-content: flex-start; line-height: 28px;color:#333;font-size:16px;flex-wrap: wrap;}
#change a  {font-size: 14px;/* color:#fff; */}
#change a:hover {color:#6bc9ff;}

.index_main .section2 li.fake{height: 1px; background: none; opacity: 0; filter: alpha(opacity=0); margin: 0; padding: 0;}




.indexBox10{
    /* background: #f4f4f4; */
}
.indexBox10 .title{
    text-align: center;
    padding: 50px 0 40px;
}
.indexBox10 .title h2{
    font-size: 48px;
    color: #ab0101;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.indexBox10 .title h3{
    font-size: 34px;
    color: #363636;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 1.2;
    padding: 0 0 10px 0;
    margin: 0;
}
.indexBox10 .title p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.indexBox10 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.indexBox10 .item{
    width: 33.33%;
    float: left;
    /* padding: 0 20px; */
    margin-bottom: 10px;
}

.indexBox10 .item .unit-list__text{
    border-bottom-color: #e9e9e9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom:20px;
    margin-bottom:15px;
}
.indexBox10 .item .conBox{
    height: 100%;
    /* background: #ffffff; */
    transition: all .3s;
    margin: 0 20px;
}
.indexBox10 .item .conBox:hover{
    background: #aa0100!important;
    transition: all .3s;
}
.indexBox10 .item .conBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.indexBox10 .item .conBox .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox10 .item .conBox:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.indexBox10 .item .conBox .img span{
    display: block;
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
}
.indexBox10 .item .conBox .text{
    padding: 30px;
}
.indexBox10 .item .conBox .text h3{
    font-size: 18px;
    color: #2a2a2a;
    padding-bottom: 10px;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    padding: 0;
    margin: 0;
}
.indexBox10 .item .conBox .text p{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .3s;
}
.indexBox10 .item .conBox .text span{/* float:right; *//* color: #2a2a2a; */margin-top: 20px;}
.indexBox10 .item .conBox .text a{
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    /* color: #656565; */
    font-weight: 300;
    transition: all .3s;
}
.indexBox10 .item .conBox:hover .text h3, .indexBox10 .item .conBox:hover .text p,.indexBox10 .item .conBox:hover .text span, .indexBox10 .item .conBox:hover .text a{
    color: #ffffff;
    transition: all .3s;
}
.indexBox10 .a{
    padding: 50px 0 0;
    text-align: center;
}
.indexBox10 .a a{
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 300;
    border: 1px solid #b5b5b5;
    background: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox10 .a a:hover{
    color: #ffffff;
    background: #ab0101;
    border-color: #510000;
}
.container_1400 {
    width: 1240px;
    margin: auto;
}




 .pro {
    display: flex;
    flex-wrap: wrap;
}

 .pro .fa_li {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    display: block;
    position: relative;
}

 .pro .fa_li:nth-child(4n) {
    margin-right: 0;
}

 .pro .fa_li .fa_link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
    right: 0;
}

 .pro .fa_li .fa_link span {
    font-size: 20px;
    display: inline-block;
    line-height: 2;
    color: #fff;
    transition: all .4s;
}

 .fa_li .pro_more {
    padding: 3px;
    background: #fff;
    width: 80px;
    font-size: 12px;
    margin: 0 auto;
    border: 1px solid #fff;
    transition: all .4s;
    color: #c70000;
    border-radius: 15px;
}

 .fa_li .pro_titen {
    font-family: sans-serif;
    font-size: 25px;
    color: #fff;
    /* opacity: .8; */
    /* letter-spacing: 3px; */
}

 .fa_li .fa_link p {
    max-width: 70%;
    margin: 0 auto;
    min-height: 92px;
    color: #dbdbdb;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 5%;
    margin-top: 9%;
}

 .fa_li .fa_link span {
    font-size: var(--f30);
}

 .fa_li .pro_more:hover {
    background: #ab0101;
    color: #fff;
}

 .fa_li .pro_img {
    width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden;
    max-height: 630px;
}

 .fa_li .pro_img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
}

 .fa_li:hover .pro_img img {
    transform: translate(-50%,-50%) scale(1.1);
}



.column-name{line-height:50px; text-align:center; padding:40px 0; font-family:苹方}
.column-name span{ display:block;}
.column-name span.cn{ color:#3e3531; font-size:36px; }
.column-name span.en{ color:#ab0101; font-size:30px; text-transform:uppercase}



.contactlianxi{padding-bottom:30px;color: #555555;}
.contactlianxi ul{ font-size:16px; padding:45px 0; background-color:#fbfaf9; margin-bottom:10px; overflow:hidden;}
.contactlianxi ul li{ float:left; width:220px; padding:0px 20px; min-height:172px; text-align:center; border-left:solid 1px #f2f1f1;}
.contactlianxi ul li.address{ width:375px; border-left:none;}
.contactlianxi ul li .pic img{ padding:15px; border-radius:100px; border:solid 1px #eeeeee; background-color:#fff;transition: ease-in-out 0.3s;}
.contactlianxi ul li:hover .pic img{transform-style: preserve-3d;  transform:rotateY(180deg);}
.contactlianxi ul li span{ display:block; padding:10px 0;}
.contactlianxi ul li p{ color:#787878;}
.contactlianxi ul li p img{ max-width:120px;}
.contactlianxi .map{ height:600px;}
.maptxt{ padding:15px;}
.maptxt .h4{ padding-bottom:12px; font-size:18px; color:#956134;}
.maptxt .txt{ color:#787878;}




.aboutBox1{
    padding: 20px 0;
    clear: both;
    background: #f7f7f7;
    margin-top: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.aboutBox1 .title h2{
    font-size: 50px;
    color: #303030;
    font-weight: 500;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.aboutBox1 .itemBox{
    overflow: hidden;
}
.aboutBox1 .item{
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}.aboutBox1 .item.dk{
    width: 10%;
    font-weight: bold;
    padding-left: 70px;
    padding-right: 40px;
}
.aboutBox1 .item .dki{font-size:18px;}
.aboutBox1 .item:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    right: 0;
    top: 50%;
    margin-top: -30px;
    background: #e5e5e5;
}
.aboutBox1 .item:last-child:before{
    display: none;
}
.aboutBox1 .item .text h3{
    /* color: #fff; */
    font-size: 18px;
    padding-bottom: 15px;
    padding: 0;
    margin: 0;
}



.aboutBox1 .item .text h3 span,
.aboutBox1 .item .text h3 em{
    font-size: 48px;
    font-weight: bold;
    color: #ab0101;
}
.aboutBox1 .item .text p{
    font-size: 18px;
    /* color: #fff; */
}

.aboutBox1 .item:hover .text h3,.aboutBox1 .item:hover .text p{
    color: #ab0101;
}

.Bottom001785{ background-color:#212121;}
/*栗色*//* .Bottom001785{ background-color:#502f27;}*/
.auto_1366 {
    max-width: 1300px;
}
.auto {
    margin: 0 auto;
}/*栗色*/
/*.Bottom001785 footer{   color:#8c8b8b;line-height:53px; font-size:14px;background:#60281e ;}*/.Bottom001785 footer{ border-top:1px solid #2f2f2f;  color:#8c8b8b;line-height:53px; font-size:14px;}

.Bottom001785 footer dl{ float:right;}
.Bottom001785 footer a{ color:#8c8b8b;}
.Bottom001785 footer a:hover{ color:#fff;}
.Bottom001785 footer i{ font-style:normal; margin:0 5px;color:#363636;}
.Bottom001785 .bottom section{float:left;padding:3% 0;}
.Bottom001785 .bottom dl{ float:left; width:117px;}
.Bottom001785 .bottom dt{margin-bottom:20px;}
.Bottom001785 .bottom dt a{ color:#fff; line-height:14px;font-size: 16px; height:14px; border-left:1px dotted #5d5d5d; margin-left:-1px; padding-left:20px;}
.Bottom001785 .bottom dd{ font-size:14px; padding:0 14px; line-height:28px;}
.Bottom001785 .bottom dd a{ color:#999;}
.Bottom001785 .bottom dd a:hover{ color:#fff;}
.Bottom001785 .con{float:right;width:271px;padding-top:37px;margin-right:34px;}
.Bottom001785 .con p{color:#999;line-height: 26px;font-size: 12px;}
.Bottom001785 .con p a{color:#999;}
.Bottom001785 .con p a:hover{color:#fff;}
.Bottom001785 .contact{float:right;padding-top:37px;width: 115px;}
.Bottom001785 .contact ul{ float:left;}
.Bottom001785 .contact li{ display:none;}
.Bottom001785 .contact li img{ max-width:none; width:115px; height:113px; border:1px solid #e5e5e5; display:block;}
.Bottom001785 .contact figure{display:  block;}
.Bottom001785 .contact figure a{margin-left: 16px;display:block; height:32px; background:url(/images/Bottom001785-icon.png) no-repeat left top; margin-bottom:10px;}
.Bottom001785 .contact figure a.ds_weixin{
    /* margin-right: 20px; */
}
.Bottom001785 .contact figure a.sina{ background-position:left bottom;}

.Bottom001785 .contact p{color:#fff;text-align:center;}

.Banner002187 span{background-position: center center; background-repeat:no-repeat; background-size:cover; height:350px; display:block;}



.Aboutico{float:left;}
.abouttxt{
    font-size: 16px;
    color: #666;
    line-height: 2;
}.abouttxt h2{font-size: 28px;color:#ab0101;padding: 0;margin: 0;}




.RighInfo002254 .auto_1260{ max-width: 1366px;}
@media only screen and (max-width:1260px) {
	.RighInfo002254 .auto_1260{  padding: 0 2%;}
}
.RighInfo002254{ padding:30px 0 1%;}
.RighInfo002254 .list_img{float:left;width:55.6%;height: 474px;position:relative;}
.RighInfo002254 .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfo002254 .big_img li,
.RighInfo002254 .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%;}
.RighInfo002254 .big_img li figure{ border:1px solid #dcdcdc;background-size:contain;}
.RighInfo002254 .list{ padding:42px 0 42px 82.9%;}
.RighInfo002254 .list .bd{ position:relative;}
.RighInfo002254 .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(/images/RighInfo002254-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfo002254 .list a.prev{ top:0;}
.RighInfo002254 .list a.next{ bottom:0; background-image:url(/images/RighInfo002254-btn_next.png);}
.RighInfo002254 .list a.prevStop,
.RighInfo002254 .list a.nextStop{ cursor:default;}
.RighInfo002254 .list li{ height:130px;  position:relative;}
.RighInfo002254 .list li figure{ position:absolute; left:0; width:97%; top:9px; bottom:15px; background-size:contain; border:1px solid #f2f2f2;}
.RighInfo002254 .list li.on figure{ border:2px solid #e60112;}
.RighInfo002254 .right_info{ float:right; width:39.2%;}
.RighInfo002254 .right_info h1,
.RighInfo002254 .right_info h3,
.RighInfo002254 .right_info p{ margin:0;padding:5% 0;border-bottom:1px solid #e7e8e8;}
.RighInfo002254 .right_info h1{ padding:7% 0; color:#e60112; font-size:26px; }
.RighInfo002254 .right_info h3{ font-size:18px; font-weight:normal;}
.RighInfo002254 .right_info p{line-height:30px; color:#999; margin-bottom:10%;}
.RighInfo002254 .right_info a{ display:inline-block; border:1px solid #fdf3f2; padding:10px 5%; color:#e60112; transition:0.4s;}
.RighInfo002254 .right_info a:hover{ background-color:#e60112; color:#fff;}

.RighInfo002254 .tab{ padding:3% 0;}
.RighInfo002254 .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;text-align:center;}
.RighInfo002254 .tab .h1_tab span{ display: inline-block;padding:0 5%; line-height:50px; background-color:#f2f2f3; margin-right:4px; cursor:pointer;}
.RighInfo002254 .tab .h1_tab span.on{ background-color:#e60112; color:#fff;}
.RighInfo002254 .tab .info{ padding-top:3%;}
.RighInfo002254 .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfo002254-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfo002254 .ul_download li a{ padding:0 38px; background:url(../images/RighInfo002254-icon.png) no-repeat left center;}
@media(max-width:768px){
.RighInfo002254 .list_img,
.RighInfo002254 .right_info{float:none;width:auto;height: 285px;}
}
@media(max-width:640px){
.RighInfo002254 .list li{ height:100px;}
.RighInfo002254 .right_info h1{font-size:20px; }
.RighInfo002254 .right_info h3{ font-size:16px;}
 }	
@media(max-width:480px){
.RighInfo002254 .list{ padding-top:30px; padding-bottom:30px;}
.RighInfo002254 .list a{ height:28px;}
.RighInfo002254 .list li{ height:80px;}
.RighInfo002254 .tab .h1_tab{ font-size:14px;}
.RighInfo002254 .tab .h1_tab span{ padding:0 3%;}
 }	

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

/*PicList002120 */
.PicList002120{ padding:3% 0 0 0;}
.PicList002120 li{ float:left; width:32%; margin-right:2%; margin-bottom:2%;}
.PicList002120 li a{ display:block;}
.PicList002120 li p{ margin:0;  line-height:46px; padding:0 2%; text-align:left; font-size:16px;}
.PicList002120 li .table{ display:none;}
.PicList002120 li figure{padding-bottom:73%; background-size:contain;}
@media(min-width:641px){
.PicList002120 li:nth-child(3n){ margin-right:0;}
}
@media(max-width:640px){
.PicList002120 li{ width:48%; margin-right:4%;}
.PicList002120 li:nth-child(2n){ margin-right:0;}
}
@media(max-width:375px){
.PicList002120 li p{ font-size:14px;}
}

.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}


.hzlist {
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
}

.hz {
    float: left;
    width: 23%;
    padding: 1%;
}

.hzimg {
    border: 1px solid #808080;
}

.hz p {
    line-height: 2;
    color: #767676;
    font-size: 16px;
}


.Menu002499{ width: 100%;background-color: #f9f9f9; padding-top: 24px;border-bottom: 1px solid #eee; }
.Menu002499 .auto_1600{max-width: 1600px; position: relative; background: #fff;}


    .navMenu{display: block; height: 52px; position: relative;  background: none; color: #666; max-width: 1366px; margin: 0 auto;}
    .navMenu a{color: #555; padding: 5px 12px 5px;}
    .navMenu ul{text-align: center;}
    .navMenu ul li{display: inline-block;padding: 0 20px; }
    .navMenu a:hover,.navMenu li.on a{color: #fff; background: #e60112; border-bottom: 1px solid #e60112;}
    
    
    
    
    
    
    
    
/*Menu002217*/
.Menu002217{ padding:3% 0;}
.Menu002217 h2{font-size: 42px; color: #18222a; text-align: center; line-height: 1; margin:0; font-weight:normal;}
.Menu002217 nav{text-align: center; }
.Menu002217 nav ul li{position: relative;transition: .3s;float:left;width: 18%;padding-left: 10px;margin-right: 2.5%;margin-bottom: 1%; background:#f5f5f5;padding: 7px 0; text-align: center; display:inline-block;  *zoom:1; *display:inline;cursor: pointer;}
.Menu002217 nav ul li:nth-child(5n){margin-right: 0}

.Menu002217 nav ul li a{ transition: .3s;height:40px; line-height:40px; font-size: 16px; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 58%; display: block; margin: 0 auto;}
/*.Menu002217 nav ul li.on a,.Menu002217 nav ul li a:hover{color: #fff;background:#008cd6;}*/
.Menu002217 nav ul li img{position: absolute;width:31px;height:31px;top:50%;margin-top: -15.5px;left:13.8%;}
.Menu002217 nav ul li img.Noon{display: block;}
.Menu002217 nav ul li img.Ison{display: none;}
.Menu002217 nav ul li:hover img.Noon,.Menu002217 nav ul li.on img.Noon{display: none;}
.Menu002217 nav ul li:hover img.Ison,.Menu002217 nav ul li.on img.Ison{display:block;}
.Menu002217 nav ul li:hover,.Menu002217 nav ul li.on{background:#E50112;}
.Menu002217 nav ul li:hover a,.Menu002217 nav ul li.on a{color: #fff;}
@media(max-width:1199px){
.Menu002217 h2{ font-size:35px;}
.Menu002217 nav ul li{width: 31.6%;}
.Menu002217 nav ul li:nth-child(3n){margin-right:0}
.Menu002217 nav ul li:nth-child(5n){margin-right: 2.5%;}	
}
@media(max-width:1000px){
.Menu002217 h2{ font-size:30px;}

.Menu002217 nav ul li a{ min-width:90px; font-size:14px; height:35px; line-height:35px; padding:0 3%;}
}
@media(max-width:640px){
.Menu002217 h2{ font-size:20px;}	
.Menu002217 nav ul li{width: 100%!important;margin:0 0 1px;display:block;}
.Menu002217 nav ul li a{ border-radius:0;}	
}
/*Menu002217 End*/


/*
 .PicList001480 为demo编号
 */
.PicList001480 .auto_1260{ max-width: 1260px;}
@media only screen and (max-width:1260px) {
	.PicList001480 .auto_1260{  padding: 0 2%;}
}
.PicList001480{ padding:0px 0 0; overflow: hidden;}
.PicList001480 ul{ margin: 0 -13px;}
.PicList001480 li{float:left;width: 50%;padding: 0 1% 40px;}
.PicList001480 li .item-wrap{ border:1px solid #f1f1f1; background-color:#f7f7f7;overflow:hidden;}
.PicList001480 li .item-wrap .pic{ width: 100%; display: table; height: 200px;text-align: center; background-color: #fff; overflow: hidden;}
.PicList001480 li .item-wrap .pic a{ display: table-cell; vertical-align: middle;}
.PicList001480 li .txt{  font-size:14px;background:url(/images/PicList001480_txtbg.png) no-repeat center top; background-size: 100% auto; position:relative; margin-top: -15px; padding:40px 15px 15px;}
.PicList001480 li h1{ margin:0; font-size:16px; line-height:22px; font-weight:normal; padding-bottom:5px;}
.PicList001480 li h1 a{display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.PicList001480 li .brand{ font-size:12px; color:#a1a1a1;}
.PicList001480 li figure{  margin: 10px 0; height: 43px; line-height: 22px; overflow: hidden; display: block; color: #666; font-size: 12px;}
.PicList001480 li p{ line-height:27px;margin:0; }
.PicList001480 li p span{ font-size: 12px; color:#ff720b;}
.PicList001480 li p a{background-color: #e60112; width:83px; height:27px;  text-align:center; color:#fff; border-radius:5px; display: block;}

@media only screen and (max-width: 1200px)
{
	.PicList001480 li{float:left;width: 48%;padding: 0 1% 25px;}
}

@media only screen and (min-width:488px) {
	.PicList001480 li .item-wrap .pic{ height: 278px;}
	.PicList001480 li p a{ }
	.PicList001480 li figure,.PicList001480 li .brand{ font-size: 14px;}
	.PicList001480 li figure{ margin: 15px 0;}
}
@media only screen and (min-width:768px) {
	.PicList001480 li{ width: 33.3334%;}
	.PicList001480 li p{padding-top:11px;}
	
}

@media only screen and (min-width:1024px) {
	.PicList001480 li{width: 23%;}
}

.queueList{margin: 0;}

.dot{display: block;/* white-space: nowrap; *//* text-overflow: ellipsis; *//* overflow: hidden; */}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}








/*
 .PicList001240 为demo编号
 */
.PicList001240 {padding-top: 1%;background: #f1f1f1;}
.PicList001240 h1{ text-align:center; font-size:40px; margin:0; padding:2% 0; color:#000; text-transform:uppercase;}
.PicList001240 .year{ padding:0 10%; margin-bottom:3%;}
.PicList001240 .year .bx-wrapper{ margin:0 auto; position:relative;  padding-top:30px;}
.PicList001240 .year .bx-viewport{ padding-top:6px;}
.PicList001240 .year .bx-pager{ display:none;}
.PicList001240 .year .bx-controls-direction a{ position:absolute; top:0; color:#999;}
.PicList001240 .year .bx-controls-direction a.bx-prev{ left:0;}
.PicList001240 .year .bx-controls-direction a.bx-next{ right:0;}
.PicList001240 .year .bx-controls-direction a.disabled{ display:none;}
.PicList001240 .year ul{border-top:1px solid #e6e6e6;}
.PicList001240 .year li{ padding-top:25px; font-size:16px; position:relative; text-align:center;}
.PicList001240 .year li::before{ position:absolute; content:''; width:12px; height:12px; background-color:#f2f2f2; border:1px solid #bebebe; border-radius:50%; left:50%; margin-left:-6px; top:-6px;}
.PicList001240 .year li.on::before{ background-color:#e60012; width:23px; border-radius:12px; border:0;}
.PicList001240 .year li.on a{ color:#e60012;}

.PicList001240 .list{
    width: 1300px;
    margin: 0 auto;
}
.PicList001240 .list ol{ background-color:#f5f5f5; padding-bottom:3%; overflow:hidden;}
.PicList001240 .list ol div{ float:left; width:49.5%; position:relative;}
.PicList001240 .list ol div img{ display:block; width:100%;}
.PicList001240 .list ol div time{background-color:#e60012;color:#fff; position:absolute; right:0; top:0; width:40%;  text-align:center;  font-size:16px; padding:2% 0;}
.PicList001240 .list ol div time::before{ position:absolute; content:''; width:0; height:0; border:10px solid #e60012; border-top-color:transparent;border-bottom-color:transparent; border-right:0; right:-10px; bottom:20%;}
.PicList001240 .list ol figure{ float:right; width:46.8%; padding-right:6%; padding-bottom:43px;}
.PicList001240 .list ol h3{ margin:0; font-size:30px; padding-top:10%; position:relative; font-weight:normal;}
.PicList001240 .list ol h3::before{ position:absolute; content:''; width:3px; height:60%; left:0; top:0; background-color:#e60012;}
.PicList001240 .list ol p{ line-height:38px; font-size:16px; overflow:hidden; height:190px;}
.PicList001240 .list ol .more{ clear:both; padding-left:53.2%; width:100%;}
.PicList001240 .list ol .more a{ background-color:#e60012; color:#fff; line-height:43px; width:30%; display:inline-block; text-align:center;  min-width:100px;max-width:137px; margin-top:-43px;}

.PicList001240 .list li{width: 48%;margin: 16px 1%;float: left;background: #fff;border-radius: 5px;}
.PicList001240 .list li div{/* border-bottom:1px solid #dfdfdf; */padding: 0px 0 0px 270px;position:relative;min-height: 162px;margin-top: 30px;overflow: hidden;}
.PicList001240 .list li div a{font-size: 18px;}
.PicList001240 .list li div figure{width: 95%;float: left;/* max-height: 200px; */}
.PicList001240 .list li div  time{
  /* float: right; */
  font-size: 12px;
  /* width: 16%; */
  /* height: 100px; */
  line-height: 3;
  margin-top: 10px;
  display: block;
  border-top: 1px solid #e7e7e7;
}
.PicList001240 .list li div  time em{/* display: block; *//* text-align: center; *//* font-style: normal; *//* line-height: 50px; */}
.PicList001240 .list li .pic{position:absolute;left:0;top:0;width: 264px;float: left;}
.PicList001240 .list li .pic img{/* height: 132px; */width: 220px;border-radius: 5px;}
.PicList001240 .list li time{ font-size:23px; color:#ccc;}
.PicList001240 .list li time b{ color:#e60012; font-size:36px; margin-right:10px;display: block;font-weight: normal;text-align: center;}
.PicList001240 .list li h4{font-size:20px;font-weight:normal;margin:0;height: 60px;/* margin-top:2%; */}
.PicList001240 .list li p{line-height:28px;/* height: 115px; */font-size: 14px;color:#999;/* overflow:hidden; */overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow-wrap: normal;word-break: break-word;}


.PicList001240 ol{
          max-width: 1366px;
          margin:0 auto;
}
.PicList001240 .ul-ol  {
      background:#f5f5f5;
      padding-top: 2%;
}
@media(max-width:1200px){
.PicList001240 .year,
.PicList001240 .list li{padding: 0 3%;width: auto;margin-top: 10px;margin-bottom: 0;}
.PicList001240 .list li h4{ font-size:18px; }
.PicList001240 .list li p{line-height: 1.4;font-size: 12px;/* height:56px; */}
.PicList001240 .list ol h3{font-size:24px;}
.PicList001240 .list ol p{ line-height:30px; font-size:14px; height:90px;}
.PicList001240 .list li div figure{/* width: 105%; */}
.PicList001240 .list li div time{font-size: 18px;width: 30%;margin-top: 10px;}
}
@media(max-width:768px){
.PicList001240 h1{ font-size:30px;}
.PicList001240 .list li time{ font-size:15px;}
.PicList001240 .list li time b{ font-size:24px;}
.PicList001240 .list ol figure,
.PicList001240 .list ol div{ float:none; width:auto;}
.PicList001240 .list ol figure{ padding:0 3% 3% 3%;}
.PicList001240 .list ol .more{padding-right:3%; text-align:right;}
.PicList001240 .list ol .more a{ margin-top:0;}
.PicList001240 .list li div time{font-size: 12px;width: 100%;margin-top: 10px;}
}
@media(max-width:640px){
.PicList001240 .list li .pic{ width:236px; top:15px;}
.PicList001240 .list li .pic img{ height:157px;}
.PicList001240 .list li div{/* padding:15px 0 15px 256px; *//* min-height:187px; */}
}
@media(max-width:480px){
.PicList001240 .list ol div time span{font-size:40px;}
.PicList001240 .list li .pic{ width:130px; top:15px;}
.PicList001240 .list li .pic img{ height:86px;}
.PicList001240 .list li div{padding-left:150px;min-height: auto;margin-top: 15px;}
.PicList001240 .list li h4{font-size:16px;height: auto;}
.P2217icList001240 .list li p{line-height: 20px;height: 40px; margin:5px 0; font-size:12px;}
.PicList001240 .list li time{ font-size:14px;}
.PicList001240 .list li time b{ font-size:18px;}
}
@media(max-width:320px){
.PicList001240 .list li .pic{ width:auto; position:static; top:auto;}
.PicList001240 .list li .pic img{ width:100%; height:auto;}
.PicList001240 .list li div{ padding:3% 0;}
.PicList001240 .list li figure{ padding:2%;}
}


.unit-list__text p {
    width: 100%;
    line-height: inherit;
    /* font-size: inherit; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
    word-break: break-word;
    font-size: 14px;
}

.unit-list__text h2 {
    font-size: 18px;
    /* line-height: 3; */
    font-weight FONT-WEIGHT: 400;
    margin: 10px 0;
    font-weight: 400;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.unit-list__text a:hover h2{color: #ab0101;}
.unit-list__text span {
    line-height: 3;
}