@charset "utf-8";
/*通用样式*/
.clearfix:after{content:'';display:block;height:0;overflow:hidden;clear:both;zoom:1;}
.container{ margin-right: auto; margin-left: auto;}
@media (min-width: 768px) {
    .container{ width: 768px; }
}
@media (min-width: 992px) {
    .container{ width: 992px; }
}
@media (min-width: 1200px) {
    .container{width:1200px;}
}

/* Slider */
.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;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[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;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    left:40px;
    top: 50%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background:url(../../images/ban1.png) no-repeat;
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
    background:url(../../images/ban2.png) no-repeat;
}
@media  screen and (max-width:991px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 58px;
    background-size:30px 58px;
    
}
.slick-next{
    background-size:30px 58px;
}
}
@media  screen and (max-width:767px){
.slick-prev,
.slick-next
{
    left:15px;
    width: 26px;
    height: 50px;
    background-size:26px 50px;
    
}
.slick-next{
    left:auto;
    right:15px;
    background-size:26px 50px;
}    
}

/* Dots */

.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: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.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;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.margin_pc{ float:left; width:100%;}
.margin_mobile{ float:left; width:100%; display:none;}
@media  screen and (max-width:991px){
.margin_pc{ display:none;}
.margin_mobile{ display:block;}
}


@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}



.conbox{font-size: 16px; line-height: 36px; color: #666;}
#Content .homeCon1 .l1{overflow:hidden;}
@media screen and  (max-width:991px){
conbox{ font-size: 14px; line-height: 24px;}
}

.protab{display:none;}

















.about2{padding:50px 0px 10px;position:relative;}
.about2 .para {font-size: 16px;line-height: 2;color: #808080;margin-top: 2vw;}





.about1{padding:50px 0px 60px;position:relative;}
.inner-tit{text-align: center;}
.inner-tit h3 {font-size: 36px;letter-spacing: 0px; font-weight:bold}
.inner-tit:after {content: '';width: 60px;height: 4px;display: block;margin: 20px auto 0;background-image: linear-gradient(90deg, #c8161d, #c8161d);}
.about1 .para {font-size: 16px;line-height: 2;color: #808080;margin-top: 2vw;}
.about1 .para img{display: block;width: 100%;transition: transform .6s ease; }

.about1 .video-box{margin-top: 2vw;position: relative;overflow: hidden;}
.about1 .video-box img{display: block;width: 100%;transition: transform .6s ease;}
.about1 .video-box .video-btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;z-index: 3;}
.about1 .video-box .video-btn i{width: 80px;height: 80px;display: block;margin: 0 auto;position: relative;background-position: center;background-repeat: no-repeat;background-size: contain;background-image: url(../images/icon-video.png);}
.about1 .video-box .video-btn svg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.about1 .video-box .video-btn .cir1,.cir2{stroke-width: 2px;stroke: #fff;fill: none;transition: all .3s ease;}
.about1 .video-box .video-btn .cir1{stroke-dasharray: 314;stroke-dashoffset: 74;transform: rotate(90deg);transform-origin: center;}
.about1 .video-box .video-btn .cir2{stroke-dasharray: 276;stroke-dashoffset: 76;transform: rotate(-20deg);transform-origin: center;}
.about1 .video-box .video-btn p{font-size: 14px;color: #fff;margin-top: 15px;}
.about1 .video-box .video-btn:hover .cir1,.about1 .video-box .video-btn:hover .cir2{stroke-dashoffset: 0;}
.about1 .video-box:hover img{transform: scale(1.05);}
.video-layer {background-color: #000 !important;}
.video-layer .layui-layer-content {width: 800px !important;height: 450px !important;overflow: hidden !important;}
.video-layer video {width: 100% !important;height: 100% !important;}
@media (max-width:1024px){
    .about1{padding:80px 0;background-image:none}
    .about1 .para{margin-top:30px;}
}
@media (max-width:768px){
    .video-layer .layui-layer-content {width: 600px !important;height: 358px !important;overflow: hidden !important;}
}
@media (max-width:767px){
    .inner-tit h3 {font-size: 22px;letter-spacing: 2px;}
    .inner-tit:after{margin-top:10px;}
    .about1{padding:50px 0;}
    .about1 .para{font-size: 15px;}
    .about1 .video-box{margin-top: 5vw;}
    .about1 .video-box .video-btn i{width: 50px;height: 50px;}
    .video-layer .layui-layer-content {width: 300px !important;height: 169px !important;overflow: hidden !important;}
}





/* 关于我们 */
#Content7{ width: 100%; overflow:hidden; margin-bottom:70px}
#Content7 .aboutCon2{ width: 100%;position:relative; }
#Content7 .aboutCon2 .title{ text-align: center;}
#Content7 .aboutCon2 .title .t1{ width: 244px; line-height: 0; margin: 0 auto;}
#Content7 .aboutCon2 .title .t2{ font-size: 36px; line-height: 38px; margin: -60px 0 38px 0; color: #333; font-family: 'SourceHanSansCN-Bold'; font-weight: bold;}
#Content7 .aboutCon2 .title .t3{ width: 4px; height: 26px; margin: 0 auto 36px auto; background: #23cc21;}
#Content7 .aboutCon2Tab{ width: 100%; padding-bottom:50px; position: relative;}
#Content7 .aboutCon2Tab .pic{ position: relative; margin: 0 13px; float: left;}
#Content7 .aboutCon2Tab .pic .img{ line-height: 0;}
#Content7 .aboutCon2Tab .pic .text{ width: 100%; font-size: 16px; color: #fff; height: 52px; line-height: 52px; position: absolute; bottom: 0; left: 0; text-align: center; background: rgba(0,0,0,0.5);}
#Content7 .aboutCon2Tab .pic:hover .text{ color: #c8161d;}
#Content7 .aboutCon2Tab .slick-prev{ width: 25px; height: 49px; background: url(/images/about2_4.png) no-repeat center; position: absolute; left: -100px;}
#Content7 .aboutCon2Tab .slick-prev:hover{ background: url(/images/about2_4_1.png) no-repeat center;}
#Content7 .aboutCon2Tab .slick-next{ width: 25px; height: 49px; background: url(/images/about2_5.png) no-repeat center; position: absolute; right: -100px;}
#Content7 .aboutCon2Tab .slick-next:hover{ background: url(/images/about2_5_1.png) no-repeat center;}
#Content7 .aboutCon2Tab .slick-dots{ position: absolute; bottom: 0; z-index: 10; height: 4px; text-align: center;}
#Content7 .aboutCon2Tab .slick-dots li{ vertical-align: top; margin: 0 3px; width: 54px; height: 4px; background: #c3c3c3;}
#Content7 .aboutCon2Tab .slick-dots li.slick-active{ background: #c8161d;}
@media screen and  (max-width:1529px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content7 .aboutCon2 .title .t1{ width: 260px;}
#Content7 .aboutCon2 .title .t2{ font-size: 18px; line-height: 20px; margin: -38px 0 18px 0;}
#Content7 .aboutCon2 .title .t3{ width: 4px; height: 16px; margin: 0 auto 16px auto;}
#Content7 .aboutCon2Tab{ padding-bottom: 30px;}
#Content7 .aboutCon2Tab .pic{ margin: 0 2px;}
#Content7 .aboutCon2Tab .pic .text{ font-size: 14px; height: 30px; line-height: 30px;}
#Content7 .aboutCon2Tab .slick-dots{ bottom: 15px;}
#Content7 .aboutCon2Tab .slick-dots li{ margin: 0 2px; width: 20px;}
}
@media screen and  (max-width:767px){

}



#Content9{ width: 100%;}
#Content9 .aboutCon4{ padding:0px 0px 70px; width: 100%; background: #f6f6f6;}
#Content9 .aboutCon4 .title{ text-align: center;}
#Content9 .aboutCon4 .title .t1{ width: 370px; line-height: 0; margin: 0 auto;}
#Content9 .aboutCon4 .title .t2{ font-size: 36px; line-height: 38px; margin: -60px 0 38px 0; color: #333; font-family: 'SourceHanSansCN-Bold'; font-weight: bold;}
#Content9 .aboutCon4 .title .t3{ width: 4px; height: 26px; margin: 0 auto 36px auto; background: #23cc21;}
#Content9 .aboutCon4Tab .pic ul{ width: 102%; margin: -12px -1%; overflow: hidden;}
#Content9 .aboutCon4Tab .pic .l1{ width: 23%; margin: 12px 1%; padding: 20px; float: left; background: #fff;}
#Content9 .aboutCon4Tab .pic .l1 .img{ line-height: 0;}
#Content9 .aboutCon4Tab .pic .l1 .text{ font-size: 16px; margin-top: 15px; line-height: 22px; height: 22px; overflow: hidden; text-align: center; color: #333;}
#Content9 .aboutCon4Tab .slick-prev{ width: 25px; height: 49px; background: url(/template/theme/CN/2321_about4_10.png) no-repeat center; position: absolute; left: -110px;}
#Content9 .aboutCon4Tab .slick-prev:hover{ background: url(/template/theme/CN/2321_about4_10_1.png) no-repeat center;}
#Content9 .aboutCon4Tab .slick-next{ width: 25px; height: 49px; background: url(/template/theme/CN/2321_about4_11.png) no-repeat center; position: absolute; right: -110px;}
#Content9 .aboutCon4Tab .slick-next:hover{ background: url(/template/theme/CN/2321_about4_11_1.png) no-repeat center;}
@media screen and  (max-width:1529px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content9 .aboutCon4{ padding: 20px 0;}
#Content9 .aboutCon4 .title .t1{ width: 260px;}
#Content9 .aboutCon4 .title .t2{ font-size: 18px; line-height: 20px; margin: -38px 0 18px 0;}
#Content9 .aboutCon4 .title .t3{ width: 4px; height: 16px; margin: 0 auto 16px auto;}
#Content9 .aboutCon4Tab .pic ul{ margin: -5px -1%;}
#Content9 .aboutCon4Tab .pic .l1{ width: 48%; margin: 5px 1%; padding: 10px;}
#Content9 .aboutCon4Tab .pic .l1 .text{ font-size: 14px; margin-top: 5px; line-height: 16px; height: 16px;}
}
@media screen and  (max-width:767px){

}





#Content10{ width: 100%; margin-top:70px; margin-bottom:30px}
#Content10 .aboutCon5{ width: 100%;}
#Content10 .aboutCon5{ width: 100%;}
#Content10 .aboutCon5 .title{ text-align: center;}
#Content10 .aboutCon5 .title .t1{ width: 390px; line-height: 0; margin: 0 auto;}
#Content10 .aboutCon5 .title .t2{ font-size: 36px; line-height: 38px; margin: -60px 0 38px 0; color: #333; font-family: 'SourceHanSansCN-Bold'; font-weight: bold;}
#Content10 .aboutCon5 .title .t3{ width: 4px; height: 26px; margin: 0 auto 36px auto; background: #c8161d;}
#Content10 .aboutCon5Tab .pic ul{ width: 102%; margin: -12px -1%; padding-bottom: 45px; overflow: hidden;}
#Content10 .aboutCon5Tab .pic .l1{ float: left; width: 14.6%; margin: 12px 1%; border: 1px solid #e5e5e5; line-height: 0; height:95px}
#Content10 .aboutCon5Tab .pic .l1:hover{ border: 1px solid #c8161d;}
#Content10 .aboutCon5Tab .slick-dots{ position: absolute; bottom: 0; z-index: 10; height: 14px; text-align: center;}
#Content10 .aboutCon5Tab .slick-dots li{ vertical-align: top; margin: 0 8px; width: 14px; height: 14px; border-radius: 50%; background: #b2b2b2;}
#Content10 .aboutCon5Tab .slick-dots li.slick-active{ background: #1eb61d;}
@media screen and  (max-width:1529px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content10 .aboutCon5 .title .t1{ width: 260px;}
#Content10 .aboutCon5 .title .t2{ font-size: 18px; line-height: 20px; margin: -38px 0 18px 0;}
#Content10 .aboutCon5 .title .t3{ width: 4px; height: 16px; margin: 0 auto 16px auto;}
#Content10 .aboutCon5Tab .pic ul{ margin: -5px -1%; padding-bottom: 18px;}
#Content10 .aboutCon5Tab .pic .l1{ width: 31.3%; margin: 5px 1%;}
#Content10 .aboutCon5Tab .slick-dots{ height: 8px;}
#Content10 .aboutCon5Tab .slick-dots li{ margin: 0 4px; width: 8px; height: 8px;}
}
@media screen and  (max-width:767px){

}


.main-box{box-sizing:border-box; margin:50px auto; overflow:hidden;}
#history .main-box{margin:80px auto; position:relative; z-index:1;}
#history .left{width:45%; height:100%; background:url('/images/history.jpg') no-repeat center; background-size:cover; position:absolute; left:0; top:0; padding:80px 60px; box-sizing:border-box;}
#history .left .tit{font-size:2rem; color:#fff; text-align:center; font-weight:bold}
#history .left .con{font-size:0.7rem; color:#fff; padding-left:10px; margin-top:35px; padding-right:10px}
#history .left .con p{margin:15px 0; padding-bottom:20px}

#history .right{width:50%; float:right; border-left:1px solid #eaeaea; min-height:600px; position:relative;}
#history .right dl{padding:40px 0 0px 40px;}
#history .right dl dt{position:relative; color:#fff; background:#c8161d; display:inline-block; font-size:0.6rem; padding:10px 32px;}
#history .right dl dt:before{content:''; display:block; width:12px; height:12px; background:#ccc; border-radius:100%; position:absolute; left:-46px; top:18px;}
#history .right dl dt:after{content:''; display:block; width:12px; height:12px; background:#c8161d; left:-6px; top:19px; transform:rotate(-45deg); position:absolute;}
#history .right dl dd{font-size:0.7rem; padding:20px 0 0 0;}


@media (max-width:1440px){
  #history .main-box{margin:70px auto;}
  #history .left{left:0px;}
}
@media (max-width:1366px){
  #history .main-box{margin:60px auto;}
  #history .left{left:30px;}
}
@media (max-width:1280px){

}
@media (max-width:1080px){
  #history .left{padding:70px 40px;}
  #history .left .tit{font-size:4rem;}
}
@media (max-width:920px){
  #history .main-box{margin:0 auto 0 auto;}
  #history .left{width:100%; height:auto; position:unset; padding:80px 60px;}
  #history .right{width:100%; float:none; padding:25px 50px 55px 0; box-sizing:border-box; margin-left:25px;}
  #history .right dl{padding:25px 0 15px 40px;}
}




.image-box {padding:70px 0;overflow:hidden;background-color: #f5f5f5;}
.image-cate {width: 100%;overflow: hidden;text-align: center;margin-bottom: 50px;text-align: center}
.image-cate li {width: 120px;height:50px;line-height: 50px;overflow: hidden;display: inline-block;margin: 0px 10px;box-sizing: border-box;text-align: center;cursor: pointer;color: #333;background:#fff;}
.image-cate li a{display: block; font-size:16px; color:#333}
.image-cate li:hover,.image-cate li.active {background: #c61e2b;}
.image-cate li:hover a,.image-cate li.active a{color: #fff}
.imageul{ margin: 0px -10px; }
.imageul li{ padding: 0px 10px; width:25%; float:left; margin-bottom:32px; }
.imageul li img{max-width:100%;}
.image_aBox{ display: block; padding: 30px; background: #fff; box-shadow: 0 5px 28px rgba(0,0,0,0.07);transition: all 0.5s ease;}
.image_aBox p{ font-size: 16px; line-height: 24px;margin-top: 15px; overflow: hidden; color: #666;text-align: center;}
.imageCon{ padding-bottom:4.81vh;}
.image_aBox:hover{transform:translateY(-10px);}
@media (max-width:1799px){
    .image_aBox{ padding: 18px;}
    .image_aBox p{font-size:14px;}
    .imageul li{margin-bottom:20px;}
}
@media (max-width:1024px){
    .image-box {padding: 80px 0;}
    .image-cate{margin-bottom: 60px;}
}
@media (max-width:993px){
    .imageul li{width:33.33%;}
    .image_aBox:hover{transform:translateY(0px);}
    .image-cate li{width: 110px;height:40px;line-height: 40px;}
}
@media (max-width:767px){
    .image-box {padding: 50px 0;}
    .image-cate{margin-bottom: 20px;text-align: left}
    .image-cate li{width:31%;margin:0;margin-right:2%;margin-bottom:2%;font-size:15px;}
    .image-cate li:nth-child(3n){margin-right:0;}
    .image_aBox{ padding: 15px;}
    .imageul li{width:50%;}
    .image_aBox p{height:24px; font-size:12px;}
    .imageul{margin-left:-6px; margin-right:-6px; margin-bottom:15px;}
    .imageul li{padding-left:6px; padding-right:6px; margin-bottom:12px;}
}




@media screen and (max-width:768px){}@media screen and (min-width: 769px){}@media screen and (max-width: 1024px) and (min-width: 769px){}#c_static_001-1661007459691 .e_container-1{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;background-image:url(/images/985ecf479c4f19b0f56a.jpg);background-repeat:no-repeat;background-position:top center;background-size:cover}#c_static_001-1661007459691 .e_container-1 > .p_item{flex:1;max-width:100%;max-height:100%}#c_static_001-1661007459691 .e_container-2{width:96%;max-width:var(--wrapper);padding:var(--padding);margin:auto;padding-bottom:0}#c_static_001-1661007459691 .e_container-2 > .p_item{max-width:900px}#c_static_001-1661007459691 .e_container-5{display:flex;flex-wrap:wrap;flex-direction:row;width:auto;background:rgba(52,67,109,0.8);margin-left:-100%;padding-left:100%}#c_static_001-1661007459691 .e_container-5 > .p_item{flex:1;max-width:100%;max-height:100%}#c_static_001-1661007459691 .e_loop-6{padding:2vw}#c_static_001-1661007459691 .e_loop-6 .p_list{display:flex;flex-wrap:wrap;position:relative;max-width:100%}#c_static_001-1661007459691 .e_loop-6 .p_list:before{position:absolute;width:100%;height:1px;background:#fff;opacity:0.2;content:"";left:0;right:0;top:50%;transform:translateY(-50%)}#c_static_001-1661007459691 .e_loop-6 .p_list:after{position:absolute;height:100%;width:1px;background:#fff;opacity:0.2;content:"";left:50%;top:0;transform:translateX(-50%)}#c_static_001-1661007459691 .e_loop-6 .p_loopitem{position:relative}#c_static_001-1661007459691 .e_loop-6 .p_page{text-align:center}#c_static_001-1661007459691 .e_loop-6 .p_filter_wrapper{width:100%;font-size:13px}#c_static_001-1661007459691 .e_loop-6 .p_kv_wrapper{display:flex;flex-wrap:nowrap;line-height:40px;margin:15px 0}#c_static_001-1661007459691 .e_loop-6 .p_filter_key{width:70px;overflow:hidden;margin-right:10px;font-weight:bold;color:#333333;font-size:12px}#c_static_001-1661007459691 .e_loop-6 .p_v_item{display:inline-block;padding:0 3px;cursor:pointer;font-size:13px;color:#555555;margin-right:30px}#c_static_001-1661007459691 .e_loop-6 .p_active .p_fbutton{color:#fff;background-color:cornflowerblue}#c_static_001-1661007459691 .e_loop-6 .p_result_item{position:relative;padding:3px 20px 3px 10px;border:1px solid #ddd;border-radius:3px;margin-right:10px}#c_static_001-1661007459691 .e_loop-6 .p_filter_close{position:absolute;right:0;top:0;padding:3px;font-style:normal;font-size:16px;margin-top:-5px;cursor:pointer}#c_static_001-1661007459691 .e_loop-6 .multSelect{font-size:13px;position:relative}#c_static_001-1661007459691 .e_loop-6 .multSelect .inputWrap{width:100%;min-width:100px;min-height:24px;border:1px solid #DCDFE6;border-radius:3px;position:relative;cursor:pointer;background:white}#c_static_001-1661007459691 .e_loop-6 .multSelect.is-invalid .inputWrap{border-color:#dc3545}#c_static_001-1661007459691 .e_loop-6 .multSelect ul{padding:0 5px;margin:0;padding-right:35px}#c_static_001-1661007459691 .e_loop-6 .multSelect ul,li{list-style:none}#c_static_001-1661007459691 .e_loop-6 .multSelect li{display:inline-block;background:#edf0f3;color:#92969c;padding:0px 5px;margin:1px 5px 1px 0;border-radius:5px;line-height:16px}#c_static_001-1661007459691 .e_loop-6 .multSelect .multSelect-option{width:100%;border:1px solid #DCDFE6;border-radius:2px;border-top:0;max-height:200px;overflow-y:scroll;position:absolute;height:0;opacity:0;z-index:9;background:#fff}#c_static_001-1661007459691 .e_loop-6 .multSelect .multSelect-option>div{line-height:24px;cursor:pointer;padding:0 10px}#c_static_001-1661007459691 .e_loop-6 .multSelect .multSelect-option>div.selected{color:#409eff}#c_static_001-1661007459691 .e_loop-6 .multSelect .multSelect-option>div:hover{color:#409eff;background:#f3f6f9}#c_static_001-1661007459691 .e_loop-6 .multSelect .fa-close{font-style:normal;font-size:12px;padding:0 5px 0 7px}#c_static_001-1661007459691 .e_loop-6 .multSelect .inputWrap>.fa svg{fill:#666;width:12px;height:12px;position:absolute;right:0;top:calc(50% - 3px)}#c_static_001-1661007459691 .e_loop-6 .multSelect .inputWrap>.fa-down svg{transform:rotate(-90deg)}#c_static_001-1661007459691 .e_loop-6 .multSelect .inputWrap>.fa-up svg{transform:rotate(90deg)}#c_static_001-1661007459691 .e_loop-6 .multSelect .placeholder{line-height:40px;padding-left:10px;color:#aaa;position:absolute;left:0;top:0}#c_static_001-1661007459691 .e_loop-6 .p_normal_start{display:inline;width:100px;height:40px}#c_static_001-1661007459691 .e_loop-6 .p_date_start{display:inline;width:105px;height:40px}#c_static_001-1661007459691 .e_loop-6 .p_normal_end{display:inline;width:100px;height:40px;margin-right:5px}#c_static_001-1661007459691 .e_loop-6 .p_date_end{display:inline;width:105px;height:40px;margin-right:5px}#c_static_001-1661007459691 .e_loop-6 .p_split{margin:0 5px}#c_static_001-1661007459691 .e_loop-6 .p_normal{margin-right:16px}#c_static_001-1661007459691 .e_loop-6 .p_fbutton{background-color:#007bff;border:1px solid #409EFF;text-decoration:none;color:white;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}#c_static_001-1661007459691 .e_loop-6 .input-check,#c_static_001-1661007459691 .e_loop-6 .input-radio{margin:0 5px;vertical-align:text-top}#c_static_001-1661007459691 .e_loop-6 .position-left{display:flex}#c_static_001-1661007459691 .e_loop-6 .position-right{display:flex;flex-direction:row-reverse}#c_static_001-1661007459691 .e_loop-6 .position-bottom{display:flex;flex-direction:column-reverse}#c_static_001-1661007459691 .e_loop-6 .p_mbutton{border:1px solid #409EFF;text-decoration:none;color:#409EFF;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}#c_static_001-1661007459691 .e_loop-6 .p_mbutton:after{content:"";display:none;width:16px;height:16px;background-color:#409eff;-webkit-transform:skewY(
    -45deg);transform:skewY(
    360deg);position:absolute;bottom:0px;right:0;z-index:1}#c_static_001-1661007459691 .e_loop-6 .p_mbutton::before{content:"";display:none;width:6px;height:9px;border-right:#ffffff solid 2px;border-bottom:#ffffff solid 2px;-webkit-transform:rotate(
    35deg);transform:rotate(
    35deg);position:absolute;bottom:5px;right:4px;z-index:2}#c_static_001-1661007459691 .e_loop-6 .p_active .p_mbutton::before{display:block}#c_static_001-1661007459691 .e_loop-6 .p_active .p_mbutton::after{display:block}#c_static_001-1661007459691 .e_loop-6 .p_input_match{width:100px;height:40px;padding:10px;border:1px solid #ced4da;border-radius:3px}#c_static_001-1661007459691 .e_loop-6 .p_filter_result{display:none}#c_static_001-1661007459691 .e_loop-6 .p_contclear{cursor:pointer;display:none}#c_static_001-1661007459691 .e_loop-6 .swiper-container{padding-bottom:30px}#c_static_001-1661007459691 .e_loop-6 .p_imgwrapper{width:80px;height:100px;overflow:hidden}#c_static_001-1661007459691 .e_loop-6 .p_imgtitle{display:flex;justify-content:center;flex-wrap:nowrap;margin:0 auto;line-height:20px}#c_static_001-1661007459691 .e_loop-6 .p_imgwrapper img{width:100%;object-fit:cover}#c_static_001-1661007459691 .e_loop-6 .p_active .p_imgwrapper{border:1px solid #409eff}#c_static_001-1661007459691 .e_loop-6{display-radio:1;margin-top:0px}#c_static_001-1661007459691 .e_container-7{width:100%;display-radio:1}#c_static_001-1661007459691 .e_container-7 > .p_item{max-width:100%;max-height:100%}#c_static_001-1661007459691 .e_container-7 .p_item{display-radio:1}#c_static_001-1661007459691 .e_scrollNumber-9{font-size:var(--f36);font_radio:2;display-radio:1;color:#fff}#c_static_001-1661007459691 .e_scrollNumber-9:after{color:#fff;font-size:14px;margin-left:5px;display:inline-block;font-weight:normal}#c_static_001-1661007459691 .e_scrollNumber-9 .p_num{display-radio:1;font-size:var(--f50);font-family:'Oswald',sans-serif}#c_static_001-1661007459691 .e_text-10{line-height:normal;font_radio:2;display-radio:1;font-size:14px;color:#fff;margin-top:20px}@media screen and (max-width:768px){#c_static_001-1661007459691 .e_loop-6 .p_loopitem{width:calc((100% - 20px) / 2);margin-top:20px}}@media screen and (min-width: 769px){#c_static_001-1661007459691 .e_loop-6 .p_loopitem{width:50%;margin:10px 0;text-align:center;padding:20px}}#c_static_001-16611389399310{display-radio:1;background-fill-value:background-image;background-size:cover;position:relative}#c_static_001-16611389399310 .e_container-1{width:96%;max-width:var(--wrapper);padding:var(--padding);margin:auto}#c_static_001-16611389399310 .e_container-1 > .p_item{flex:1;max-width:100%;max-height:100%}#c_static_001-16611389399310 .e_text-2{font_radio:1;display-radio:1}#c_static_001-16611389399310 .e_loop-18 .p_list{display:flex;flex-wrap:wrap;position:relative;/*解决无缝滚动在循环体多列展示问题  */max-width:100%/* 解决无缝滚动在循环体多列展示问题 */}
	
	
	
	
	
@media only screen and (min-width: 769px) {
  .fa_text_pcc {
    text-align: center;
  }
  .fa_text_pcl {
    text-align: left;
  }
  .fa_text_pcr {
    text-align: right;
  }
  :root {
    --padding: 70px 10px;
    --margin: 70px auto;
    --m80: 80px 0;
    --m50: 50px 0;
    --f80: 80px;
    --f70: 70px;
    --f60: 60px;
    --f50: 50px;
    --f48: 48px;
    --f44: 44px;
    --f40: 40px;
    --f36: 36px;
    --f30: 30px;
    --f28: 28px;
    --f26: 26px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
  }
  .fa_pchide {
    display: none!important;
  }
  .fa_NewsdtTit {
    font-size: 26px!important;
  }
  .fa_pctit {
    font-size: 26px!important;
  }
  .delighter.fa_dl_left {
    -webkit-clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 1s;
  }
  .delighter.fa_dl_left.started {
    -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
  }
  .delighter.fa_dl_right {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
    clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
    transition: all 1s;
  }
  .delighter.fa_dl_right.started {
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
  }
  .delighter.fa_dl_top {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: all 1s;
  }
  .delighter.started.fa_dl_top {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0%);
  }
  .delighter.fa_dl_bottom {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: all 1s;
  }
  .delighter.started.fa_dl_bottom {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width:768px) {
  .fa_text_moc {
    text-align: center;
  }
  .fa_text_mor {
    text-align: right;
  }
  .fa_text_mol {
    text-align: left;
  }
  :root {
    --padding: 30px 10px;
    --margin: 30px auto;
    --m80: 30px 0;
    --m50: 30px 0;
    --f80: 24px;
    --f70: 24px;
    --f60: 24px;
    --f50: 24px;
    --f44: 24px;
    --f48: 24px;
    --f40: 22px;
    --f36: 20px;
    --f30: 20px;
    --f28: 20px;
    --f26: 20px;
    --f24: 20px;
    --f22: 18px;
    --f20: 16px;
    --f18: 16px;
  }
  .fa_NewsdtTit {
    font-size: 22px!important;
  }
  .fa_motit {
    font-size: 20px!important;
  }
  .fa_mohide {
    display: none!important;
  }
  input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input:-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  :root {
    --padding: 50px 10px;
    --margin: 50px auto;
    --f80: 50px;
    --f70: 40px;
    --f60: 30px;
    --f50: 30px;
    --f44: 30px;
    --f40: 30px;
    --f36: 24px;
    --f32: 24px;
    --f30: 24px;
    --f28: 22px;
    --f26: 20px;
    --f24: 20px;
    --f22: 18px;
    --f20: 18px;
    --f18: 18px;
  }
  .fa_grid {
    padding: 50px 10px;
  }
}






.about-page .message {
  padding: 50px 0px 70px;
}
.about-page .message .title {
  font-size: 34px;
  padding-bottom: 22px;
  margin-bottom:16px;
  text-align:left;
}


.about-page .message .title:after {content: '';width: 60px;height: 4px;display: block;background-image: linear-gradient(90deg, #c8161d, #c8161d); text-align:left}



.about-page .message .slogan {
  font-size: 15px;
  color: #888888;
  margin-bottom: 44px;
}
.about-page .message .tips {
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  background: url(/images/tips.png) no-repeat 0 6px;
  padding-left:30px;
  margin: 18px 0 24px 0;
}
.about-page .message .row {
  margin: 0 -18px;
}
.about-page .message .col {
  padding: 0 18px;
}
.about-page .message textarea,
.about-page .message input[type='text'] {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 18px;
  border: solid 1px #e0e0e0;
  margin-bottom: 28px;
}
.about-page .message textarea::-webkit-input-placeholder,
.about-page .message input[type='text']::-webkit-input-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea:-moz-placeholder,
.about-page .message input[type='text']:-moz-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea::-moz-placeholder,
.about-page .message input[type='text']::-moz-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea:-ms-input-placeholder,
.about-page .message input[type='text']:-ms-input-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea {
  resize: vertical;
  height: 260px;
}
.about-page .message .btn {
  display: inline-block;
  background: #c8161d;
  margin-top: 10px;
}
.about-page .message .btn::after {
  background: #c53b00;
}
.about-page .message button,
.about-page .message input[type='submit'],
.about-page .message input[type='button'] {
  min-width: 158px;
  height: 46px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  background: none;
  cursor: pointer;
}

.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.white {
  background: #fff;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}










.p12-pagination-1{margin:0 auto; text-align:center; margin-left:45%; margin-bottom:70px}
.p12-pagination-1-main{}
.p12-pagination-1 a,.p12-pagination-1 span{width:35px;height:35px;line-height: 35px;border: 1px solid #e5e5e5;float: left;text-align: center;margin: 0 2px;background:#fff;color:#333333}
.p12-pagination-1 span{border: 1px solid #fff;}




.list_p2 { width:100%; margin:0 auto; margin-top:30px; margin-bottom:40px}
.list_p2 * { -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
.list_p2 dl { width: 100%; float: left; padding: 40px 0; border-bottom: 1px solid #e3e2e2; }
.list_p2 dl dt { float: left; width:29%;overflow: hidden; height:240px;}
.list_p2 dl dt a { display: block; width: 100%;  }
.list_p2 dl dt a img {width: 100%; height:100%;object-fit:cover}



.list_p2 dl dd { width: 69%; float: right; }
.list_p2 dl dd a { display: block; }
.list_p2 dl dd a h1 {font:12px/22px "Microsoft YaHei Light","Microsoft YaHei", "Helvetica Neue","PingFang SC", Helvetica, Tahoma, sans-serif;color:#000;
	font-size:22px;
	width:100%;
	overflow:hidden;
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold;
	margin-top:5px;}

.list_p2 dl dd a h6 {color: #888; padding: 3px 0 10px 0; font:14px/20px "Microsoft YaHei Light","Microsoft YaHei", "Helvetica Neue","PingFang SC", Helvetica, Tahoma, sans-serif;overflow:hidden;display:inline-block;font-weight:bold;}

.list_p2 dl dd a p { font-size: 16px;font-weight:lighter;color: #888; line-height:30px; height:90px; overflow: hidden; font-family:"微软雅黑"; text-overflow:-o-ellipsis-lastline;overflow: hidden;
  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;}
.list_p2 dl dd a i { font-weight:lighter; padding:0px 10px}

.list_p2 dl dd a em { margin-top: 25px; float: right; display: inline-block; border: 1px solid #d4d4d4; text-align: center; color: #555;font:14px/22px "Microsoft YaHei Light","Microsoft YaHei", "Helvetica Neue","PingFang SC", Helvetica, Tahoma, sans-serif;color:#000;overflow:hidden;display:inline-block;font-weight:bold;padding:10px 30px}
.list_p2 dl:hover dt a { -webkit-transform: scale(1.05); transform: scale(1.05); }
.list_p2 dl:hover dd a h1 {font-weight: bold; color: #c8161d; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list_p2 dl:hover dd a em { border-color: #c8161d; background: #c8161d; color: #fff; }


.contentmain{width:100%; margin:40px auto; background:#FFFFFF;}

.contentmain h3{font:12px/33px "Microsoft YaHei Light","Microsoft YaHei", "Helvetica Neue","PingFang SC", Helvetica, Tahoma, sans-serif;color:#000;
	font-size:33px;
	width:100%;
	overflow:hidden;
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold;
	margin-top:30px; text-align:center}




.newsy{overflow:hidden;border-bottom:1px #e0e0e0 solid}
.newsy_top p{font-size:14px;color:#a3afb7;text-align:center; padding:10px 0px 20px}






.nrong{ width:100%; background:#fff; overflow:hidden;}
.nrong .xqing{ padding:0px; overflow:hidden; box-sizing:border-box; width:90%; min-height:600px; margin:0 auto}
.nrong .xqing .staces{ width:100%; overflow:hidden; text-align:center;}
.nrong .xqing .staces h2{ font-size:26px; line-height:36px;}
.nrong .xqing .laiyua{ width:100%; overflow:hidden; border-bottom:1px #e0e0e0 solid; text-align:center; color:#888; padding:30px 0;}
.nrong .xqing .laiyua span{ display:inline-block; padding:0 20px;}
.nrong .xqing .listed{ width:100%; overflow:hidden; padding:40px 0; color:#666;  border-bottom:1px #e0e0e0 solid; font-size:16px;}
.nrong .xqing .listed img{ width:100%;height:auto; margin:0px auto; display:block;}
.nrong .xqing .zjlj{ width:100%;overflow:hidden;height:100px; margin-top:30px}
.nrong .xqing .zjlj .sxwz{ width:80%; overflow:hidden; font-size:15px; float:left}
.nrong .xqing .zjlj .sxwz a{ display:block; color:#666; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:5px 0px}
.nrong .xqing .zjlj .back{ overflow:hidden; position:relative; z-index:1; background:#c8161d; padding:5px 30px; float:right; margin-top:20px}
.nrong .xqing .zjlj .back span{ display:block; background:url(/images/back.png) right center no-repeat; padding-right:30px; color:#FFFFFF}
.nrong .xqing .zjlj .back a{color:#FFFFFF; font-size:16px}





