.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1024px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'ziti1';
    src: url("../font/shuzi.TTF");
}
@font-face {
    font-family: 'ziti2';
    src: url("../font/QianTuHouHeiTi-2.ttf");
}
@font-face {
    font-family: 'ziti3';
    src: url("../font/AlimamaShuHeiTi-Bold.ttf");
}

.maxwidth{
    display: block;
    max-width: 100%;
}



.padding {
    padding: 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index_body{
    height: 100%;
}
.swiperbody {
    width: 100%;
    height: 100%;
}
.swiperbody>.swiper-wrapper>.swiper-slide{
    display:flex;
    align-items: center;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.slider-inner{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.swiper-banner{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide1 .text{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align:center;
    left:0;
}
.swiper-banner .text{
    top:40%;
}

.swiper-banner .swiper-slide1 .text .t1{
    font-size:18px;
    color: #fff;
}
.swiper-banner .swiper-slide1 .text .t2{
    font-size: 50px;
    color: #fff;
    margin-top: 1%;
    font-weight: bold;
}
.swiper-banner .swiper-slide2 .text{
    position: absolute;
    z-index: 1;
    text-align:left;
    left:50%;
}
.swiper-banner .swiper-slide2 .text .t1{
    color: #fff;
    font-size: 32px;
    font-family: 宋体;
    text-transform: uppercase;
    font-weight: bold;
}
.swiper-banner .swiper-slide2 .text .t1:after{
    display: block;
    content: '';
    width: 37px;
    height: 4px;
    background: #e60027;
    margin:20px 0 30px;
}
.swiper-banner .swiper-slide2 .text .t2{
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.swiper-banner .swiper-slide2 .text .t3{
    color: #fff;
    font-size: 22px;
}
.swiper-banner .swiper-slide3 .text{
    position: absolute;
    z-index: 1;
    text-align:left;
    left:8%;
}
.swiper-banner .swiper-slide3 .text .t1{
    color: #fff;
    font-size:50px;
    font-weight: bold;
}

.swiper-banner .swiper-slide3 .text .t2{
    color: #fff;
    font-size: 22px;
}

.swiper-banner .swiper-slide3 .text .t2:after{
    display: block;
    content: '';
    width: 37px;
    height: 4px;
    margin-top: 35px;
    margin-top: 35px;
    background: #e60027;
}






.swiper-banner  .swiper-button-white{
    top:inherit;
    margin-top: 0;
    bottom:6.7%;
}
.swiper-banner .swiper-button-white:after{
    font-size:30px;
}
.swiper-banner .swiper-button-next-banner{
    width: 37px!important;
    height: 37px!important;
    right:9%;
    background:url("../image/bnext.png") no-repeat center center;
}
.swiper-banner .swiper-button-next-banner:after{
    display: none;
}
.swiper-banner .swiper-button-prev-banner{
    left:9%;
    display: none;
}
.swiper-pagination-banner{
    bottom: 7%!important;
    left: 9%!important;
    text-align: left!important;
    width: 50%!important;
}
.swiper-pagination-banner span{
    width: 14px!important;
    height: 14px!important;
    background: #fff!important;
    opacity: 1!important;
    position: relative;
    margin: 0 10px!important;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{
    background: #e60027!important;
}
.swiper-pagination-banner .swiper-pagination-bullet-active:after{
    display: block;
    content: '';
    width: 27px;
    height: 27px;
    border: 2px solid #e60027;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}










.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.swiper-banner .swiper-slide-active .bannerbg{
    animation: bannerimgAnimate 6s linear 0s;
}
.b-line{
    position: absolute;
    bottom: 8.4%;
    width: 100%;
    height: 1px;
    z-index: 100;
    background: rgba(255,255,255,0.3);
}

.xian {
    position: absolute;
    width: 23px;
    height: 24px;
    bottom: 8.5%;
    left: 50%;
    background: url(../image/shubiao.png) no-repeat left 2px center;
    z-index: 2;
    transform: translateX(-50%);
}
.xian span{
    position: absolute;
    top: 26px;
    left: 45%;
    transform: translateX(-43%);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    line-height: 60px;
    white-space: nowrap;
    font-weight: lighter;
}
.xian:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    left:19%;
    top: -20px;
    z-index: 2;
    display: inline-block;
    background: url("../image/s-t.png") no-repeat center center;
    -webkit-animation: bounce-down 2s linear infinite;
    animation: bounce-down 2s linear infinite;
}

.xian:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    left:20%;
    bottom: -20px;
    z-index: 2;
    display: inline-block;
    background: url("../image/s-b.png") no-repeat center center;
    -webkit-animation: bounce-down1 2s linear infinite;
    animation: bounce-down1 2s linear infinite;

}
@-webkit-keyframes bounce-down {
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(5px);}
}
@keyframes bounce-down {
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(5px);}
}
@-webkit-keyframes bounce-down1 {
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce-down1 {
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(-5px);}
}

.fix_head{
    position: fixed;
    z-index: 1000;
    width: 100%;
    left:0;
    top:0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.fix_head.scroll{
    background: rgba(0,0,0,0.75);
}
.head_con{
    padding: 2.5% 0;
}
.head_logo {
    float: left;
}
.head_logo img{
    max-width: 100%;
}
.head_menu{
    width: 40%;
    margin-left: 3.5%;
    float: left;
    margin-top: 12px;
}
.head_menu ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_menu ul li a{
    display: block;
    font-size:16px;
    position: relative;
    color:#fff;
}
.head_menu ul li a:after{
    display: block;
    content:"";
    width: 5px;
    height: 5px;
    background: url("../image/nav1.png") no-repeat center center;
    t-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: -10px;
    right:-10px;
    opacity: 0;
}
.head_menu ul li a:before{
    display: block;
    content:"";
    width: 5px;
    height: 5px;
    background: url("../image/nav2.png") no-repeat center center;
    t-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    bottom: -10px;
    left:-10px;
    opacity: 0;
}
.head_menu ul li a:hover:after,.head_menu ul li a.active:after{
    top: -2px;
    right:-7px;
    opacity: 1;
    t-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.head_menu ul li a:hover:before,.head_menu ul li a.active:before{
    bottom: -2px;
    left:-7px;
    opacity: 1;
    t-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.head_btn{
    width: 140px;
}
.head_btn .sear_btn{
    width: 35px;
    height: 35px;
    background:url("404.png") no-repeat center;
    cursor: pointer;
}
.head_btn .xiala_btn{
    line-height: 35px;
    font-size:16px;
    text-transform: uppercase;
    color:#fff;
    cursor: pointer;
}
.head_btn .xiala_btn:hover{
    font-weight: bold;
}
.sm-button-xian {
    width: 26px;
    height: 16px;
    position: relative;
    cursor: pointer;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.sm-button-xian span.lin-top {
    top: 0;
    width: 100%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.sm-button-xian span.lin-cent {
    top: 7px;
    width: 70%;
}

.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span.lin-cent{
    width: 100%;
}

.headsec{
    border-bottom: 1px solid #e4e4e4;
}
.headsec .head_logo .text{
    color:#454545;
}
.headsec .head_menu ul li a{
    color:#454545;
}
.headsec .head_btn .xiala_btn{
    color:#454545;
}
.headsec .head_btn .xiala_btn:hover{
    color:#01449d;
}
.headsec .head_btn .sear_btn{
    background: url("404.png") no-repeat center;
}
.headsec .sm-button-xian span{
    background: #01449d;
}
.headsec .searchbox form{
    border-bottom: 1px solid #272727;
}
.headsec .searchbox .inputbox input[type=text]{
    color: #272727;
}
.headsec .searchbox .inputbox input[type=text]::placeholder{
    color:#272727;
}
.headsec .searchbox .inputbox input[type=submit] {
    background: url(../image/sea1.png) no-repeat center;
}
.menu{
    position: absolute;
    right: 5%;
    top:50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 25px;
    height: 18px;
    cursor: pointer;
    display: none;
}
.menu span{
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
}
.menu span:nth-child(1){
    top: 0px;
}
.menu span:nth-child(2){
    top: 8px;
}
.menu span:nth-child(3){
    top: 16px;
}
.menu span:last-child{
    margin-bottom: 0;
}
.menu.on span:nth-child(1){
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top:8px;
}
.menu.on span:nth-child(2){
    display: none;
}
.menu.on span:nth-child(3){
    top: 8px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mobile-nav{
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 101;
    transition: all .5s;
    display: none;

}
.mobile-nav.on{
    width: 20%;
    transition: all .5s;
    display: block;

}
.mnav{
    width: 100%;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1000;
}
.mnav ul li{
    line-height: 50px;
    text-align: center;
}
.mnav ul li a{
    color: #fff;
    font-size: 16px;
}
.mnav ul li:hover a{
    color: #e60027;
    font-weight: bold;
}
.headsec .menu span{
    background: #333;
}
.headsec .menu.on span{
    background: #fff;
}

.companybg{
    background:url("../image/qingshi.png") no-repeat center bottom;
}
.com-left{
    float: left;
    width: 42%;
}
.com-left .t1 h3{
    color: #2b2b2b;
    font-size: 40px;
    font-weight: bold;
}
.com-left .t1 span{
    color: #2b2b2b;
    font-size: 14px;
    text-transform: uppercase;
}
.com-left .t1 span:after{
    display: block;
    content: '';
    width: 36px;
    height: 4px;
    background: #e60027;
    margin: 23px 0;
}
.com-left .t2{
    color: #5b5b5b;
    font-size: 14px;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.more:before{
    display: block;
    content: '';
    width: 6px;
    height: 46px;
    background: #e60027;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.more{
    display: block;
    width: 190px;
    margin-top: 77px;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.more span{
    display: block;
    font-size:16px;
    color:#fff;
    width: 171px;
    height: 46px;
    background:#e60027;
    line-height: 46px;
    text-align: center;
    margin-left: 21px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.more:hover:before{
    left: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.more:hover span{
    margin-left: 0;
}
.com-right{
    width: 50%;
    float: right;
    height: 497px;
    overflow: hidden;
}
.com-right img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comshuitem{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
}
.comshuitem .list{
    padding-left: 7%;
    width: 100%;
}
.comshuitem .list:nth-child(1){
    background: url("../image/c1.png") no-repeat top 10px left;
}
.comshuitem .list:nth-child(2){
    background: url("../image/c2.png") no-repeat top 10px left;
}
.comshuitem .list:nth-child(3){
    background: url("../image/c3.png") no-repeat top 10px left;
}
.comshuitem .list .s1{
    display: flex;
    align-items: center;
}
.comshuitem .list .s1 .shu{
    font-size:36px;
    font-weight: bold;
    color:#2b2b2b;
}
.comshuitem .list .s1 .dw{
    display: block;
    font-size: 16px;
    color: #e60027;
    text-align: center;
}
.comshuitem .list .s2{
    font-size:16px;
    color:#787878;
}

.screen_pro{
    background: url("../image/probg.jpg") no-repeat center / cover;
}
.pro-title{
    text-align: center;
}
.pro-title span{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
.pro-title span:before{
    display: block;
    content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    left: -10px;
    top: 4px;
    z-index: -1;
    background: url("../image/yuan.png") no-repeat center center;
}
.pro-title p{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.pro-list{
    margin-top: 5%;
}
.pro-list .swiper-slide{
    background: #fff;
    height: 466px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.pro-list .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.pro-list .imgbox{
    width: 100%;
    height: 370px;
    line-height: 370px;
    text-align: center;
}
.pro-list .imgbox img{
    display: inline-block;
    max-width: 85%;
    max-height: 85%;
    vertical-align: middle;
}
.pro-list .p-tit{
    text-align: center;
}
.pro-list .p-tit p{
    color: #232323;
    font-size: 18px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.pro-list .p-tit span{
    color: #e60027;
    font-size: 14px;
    border-bottom: 1px solid #e60027;
}
.pro-list .swiper-slide:hover .p-tit p{
    color: #e60027;
}
.pro-list .swiper-slide:hover{
    border: 2px solid #e60027;
    border-radius:20px;
    transition: all 0.5s;
}

.screen_yewu{
    background: url("../image/yewubg.jpg") no-repeat center / cover;
}
.ys-list{
    width: 100%;
    height: 100%;
}
.ys-list ul{
    width: 100%;
    height: 100%;
}
.ys-list ul li{
    width: 25%;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.2);
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    overflow: hidden;
}
.ys-list ul li:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: linear-gradient(to bottom,rgba(199,11,25,0.1) 41%,rgba(199,11,25,0.95));
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}
.ys-list ul li .ys-t{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 20;
}
.num{
    color: #fff;
    font-size: 30px;
    font-family: ziti1;
    padding-bottom: 53%;
}

.ys-img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.ys-list ul li .ys-t .tit{
    padding-top: 12%;
}
.ys-list ul li .ys-t .tit h3{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.ys-list ul li .ys-t .tit small{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 20px 0 30px;
}
.ys-list ul li .ys-t .tit .tit-con{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    opacity: 0;
    transition: all 0.2s;
}
.ys-list ul li .ys-t .t{
    position: absolute;
    bottom: -22%;
    text-align: center;
    font-family: ziti1;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
}
.ys-list ul li:hover .ys-t .tit .tit-con{
    opacity: 1;
    transition: all 0.2s;
}
.ys-list ul li:hover:after{
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}

.screen_case{
    padding-top: 7.3%;
}
.screen_case .swiper-case{
    background: #fff;
    height: 100%;
    width: 98%;
}
.swiper-case .swiper-slide{
    height: 48%;
    position: relative;
}
.swiper-case .swiper-slide:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.swiper-case .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-case .imgbox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.c-tit{
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 50;
}
.c-tit:after{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(232,36,63,0.6);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.c-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 50;
}
.c-text small{
    color: #fff;
    font-size: 20px;
}
.c-text p{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding: 15px 0 25px 0;
}
.c-text span{
    display: block;
    width: 147px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}
.swiper-case .swiper-slide:hover .c-tit:after{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 1;
}
.swiper-case .swiper-slide:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.screen_news{
    width: 100%;
    background: #fff;
}
.newscon{
    width: 100%;
}
.news-type{
    width: 100%;
    position: relative;
}
.news-type h3{
    color: #3d3d3d;
    font-size: 32px;
    font-weight: bold;
    float: left;
}
.news-type ul{
    float: right;
}
.news-type ul li{
    width: 123px;
    height: 44px;
    border: 1px solid #bababa;
    box-sizing: border-box;
    float: left;
    margin-left: 10px;
}
.news-type ul li a{
    color: #545454;
    font-size: 14px;
    display: block;
    line-height: 44px;
    text-align: center;
    text-indent: 20px;
}
.news-type ul li:nth-child(1){
    background: url("../image/n1.png") no-repeat center left 17%;
}
.news-type ul li:nth-child(2){
    background: url("../image/n2.png") no-repeat center left 17%;
}
.news-type ul li:nth-child(3){
    background: url("../image/n3.png") no-repeat center left 17%;
}
.news-type ul li.on:nth-child(1){
    background:#e8243f url("../image/n11.png") no-repeat center left 17%;
}
.news-type ul li.on:nth-child(2){
    background:#e8243f url("../image/n22.png") no-repeat center left 17%;
}
.news-type ul li.on:nth-child(3){
    background:#e8243f url("../image/n33.png") no-repeat center left 17%;
}
.news-type ul li.on{
    border: 1px solid #e8243f;
}
.news-type ul li.on a{
    color: #fff;
}
.news-list{
    width: 100%;
    padding-top: 5%;
}
.news-list .list ul li{
    width: 22%;
    float: left;
    margin-right: 4%;
    position: relative;
    overflow: hidden;
}
.news-list .list ul li:last-child{
    margin-right: 0;
}
.n-img{
    width: 100%;
    height: 212px;
    overflow: hidden;
    position: relative;
    z-index: 10
}
.n-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.news-list .list ul li:hover .n-img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.5s;
}
.n-hover{
    width: 100%;
    position: absolute;
    height: 212px;
    background: linear-gradient(to bottom,rgba(199,11,25,0.1) 41%,rgba(199,11,25,0.95));
    top: -100%;
    z-index: 50;
    opacity: 0;
    transition: all 0.5s;
}
.n-hover img{
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news-list .list ul li:hover .n-hover {
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}
.n-text{
    margin-top: 20px;
}
.n-text .n1{
    color: #373737;
    font-size: 14px;
}
.n-text .n1 span{
    background: #e60027;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-right: 10px;
}
.n-text h3{
    color:#343434;
    font-size: 22px;
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 15px 0 20px;
}
.n-text .n2{
    color: #767676;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 15px;
}
.n-text small{
    color: #e60027;
    font-size: 14px;
    border-bottom: 2px solid #e60027;
}
    
.footbg{
    background: url("../image/fbg.jpg") no-repeat center / cover;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}
.foot-bg{
    padding: 8% 0 10% 0;
}
.foot-left{
    width: 20%;
    float: left;
}
.foot-left h3{
    color: #fff;
    font-size: 50px;
    font-family: ziti2;
    position: relative;
}
.foot-left h3:after{
    display: block;
    content: '';
    width: 56px;
    height: 68px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: url("../image/f-tel.png") no-repeat center center;
}
.foot-left p{
    color: #fff;
    font-size: 14px;
}
.foot-center{
    width: 30%;
    margin: 0 14%;
    float: left;
}
.foot-center .f-nav ul{
    display: flex;
    justify-content: space-between;
}
.foot-center .f-nav ul li>a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.foot-center .f-nav ul li>a:after{
    display: block;
    content: '';
    width: 17px;
    height: 2px;
    background: #fff;
    margin: 17px 0;
}
.f-nav ul li .f-erji>p{
    line-height: 32px;
    position: relative;
    z-index: 10;
}
.f-nav ul li .f-erji>p>a{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    position: relative;
}
.f-nav ul li .f-erji>p>a:after{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 7px;
    background: #e8243f;
    bottom:0px;
    z-index: -1;
    transition: all 0.5s;
    left: 0;
}
.f-nav ul li .f-erji>p>a:hover{
    color: #fff;
}
.f-nav ul li .f-erji>p>a:hover:after{
    width: 100%;
    transition: all 0.5s;
}
.foot-right{
    width: 22%;
    float: right;
}
.foot-right h3{
    color: #fff;
    font-family: ziti3;
    font-size: 32px;
}
.foot-right p{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    padding: 15px 0 30px 0;
}
.f-ewm img{
   display: block;
    float: left;
    width:111px;
    margin-right: 20px;
}
.f-ewm span{
    color: #fff;
    font-size: 14px;
    padding-top: 10%;
    display: block;
    float: left;
}
.foot-admin{
    position: absolute;
    bottom: 0;
    height: 110px;
    background: #222a37;
    width: 100%;
    z-index: 100;
    line-height: 110px;
}
.foot-admin p{
    color: #fff;
    font-size: 16px;
    float: left;
}
.foot-admin p a{
    color: #fff;
    font-size: 16px;
}
.f-hezuo{
    width: 40%;
    float: right;
    padding-top: 26px;
}
.f-hezuo ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.f-hezuo ul li img{
    max-width: 100%;
}


.nei-banner{
    width: 100%;
    height: 800px;
    position: sticky;
    z-index: 99;
    top: 0;
    left: 0;
}
.nei-banner .wrapper{
    position: relative;
}
.nban-tit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nban-tit h3{
    color: #fff;
    font-size: 30px;
}
.nban-tit p{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 25px 0;
}
.dian{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    background: #e60027 url("../image/shubiao1.png") no-repeat center center;
}
.circle {
    background: #e60027;
    border-radius: 100%;
    width: 66px;
    height: 66px;
    z-index: -110;
    position: absolute;
    top: -3px;
    left: -3px;
}

.animation {
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes twinkling {
    0% {
        opacity: .2;
        -webkit-transform: scale(1)
    }

    50% {
        opacity: .5;
        -webkit-transform: scale(1.12)
    }

    100% {
        opacity: .2;
        -webkit-transform: scale(1)
    }
}

@keyframes twinkling {
    0% {
        opacity: .2;
        -webkit-transform: scale(1)
    }

    50% {
        opacity: .5;
        -webkit-transform: scale(1.12)
    }

    100% {
        opacity: .2;
        -webkit-transform: scale(1)
    }
}

.location{
    width: 100%;
    position: relative;
    height: 103px;
    background: rgba(0,0,0,0.7);
    line-height: 103px;
    margin-top: -103px;
    z-index: 100;
}
.loca-l{
    float: left;
}
.loca-l a{
    display: block;
    float: left;
    margin-right: 65px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.loca-l a:after{
    display: block;
    content: '';
    width: 0;
    height: 3px;
    background: #e60027;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.loca-l a:hover:after{
    width: 100%;
    transition: all 0.5s;
}
.loca-l a.active:after{
    width: 100%;
}
.loca-l a:last-child{
    margin-right: 0;
}
.loca-r{
    float: right;
}
.loca-r{
    color: #fff;
    font-size: 16px;
    background: url("../image/home.png") no-repeat center left;
    padding-left: 30px;
}
.loca-r a{
    color: #fff;
    font-size: 16px;
}

.nei-about{
    position: sticky;
    z-index: 100;
    background: #fff;

}
.about1{
    width: 100%;
    position: relative;
    padding: 5% 0 4% 0;
}
.ab1{
    width: 100%;
    position: relative;
}
.ab1 h3{
    color: #2b2b2b;
    font-size: 40px;
    font-weight: bold;
}
.ab1 h4{
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 14px;
}
.ab1 h4:after{
    display: block;
    content: '';
    width: 36px;
    height: 4px;
    background: #e60027;
    margin-top: 25px;
}
.about1-con{
    padding-top: 30px;
    line-height: 36px;
    font-size: 16px;
    color: #5b5b5b;
}
.about1-con img{
    max-width: 100%;
}
.ab1-1{
    width: 100%;
    position: relative;
}
.ab1-1 .comshuitem{
    margin-top: 5%;
}
.ab1-1 .comshuitem .list {
    padding-left: 3%;
    width: auto;
}
.comshuitem .list:nth-child(4) {
    background: url(../image/c4.png) no-repeat top 10px left;
}
.about2{
    width: 100%;
    position: relative;
}
.about2-l{
    width: 50%;
    float: left;
    height: 524px;
    position: relative;
    overflow: hidden;
}
.about2-l>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about2-l:hover>img{
    transition: all 0.5s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.about2-l:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: linear-gradient(to bottom,rgba(199,11,25,0.1) 41%,rgba(199,11,25,0.95));
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}
.about2-l:hover:after{
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}
.about2-r{
    width: 50%;
    float: right;
    height: 524px;
    position: relative;
    overflow: hidden;
}
.about2-r>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about2-r:hover>img{
    transition: all 0.5s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.about2-r:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background: linear-gradient(to bottom,rgba(199,11,25,0.1) 41%,rgba(199,11,25,0.95));
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}
.about2-r:hover:after{
    top: 0;
    opacity: 1;
    transition: all 0.5s;
}
.about2-t{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 100;
}
.about2-t img{
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
.about2-l:hover .about2-t img{
    transition: all 0.5s;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.about2-r:hover .about2-t img{
    transition: all 0.5s;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.about2-t h3{
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    padding-top: 10px;
}
.about2-t small{
    color: #fff;
    font-size: 14px;
    text-transform:uppercase;
}
.about2-t small:after{
    display: block;
    content: '';
    width: 29px;
    height: 4px;
    background: #fff;
    margin:18px auto;
}
.about2-t p{
    color: #fff;
    font-size: 16px;
    padding: 0 5%;
}
.about2-l a,.about2-r a{
    display: block;
    width: 100%;
    height: 100;
}
.about3{
    padding: 5% 0 3%;
    width: 100%;
    position: relative;
}
.about3 .title1 span{
    color: #272727;
}
.about3 .title1 span:before{
    left: -19px;
    top: 7px;
}
.about3 .title1 p{
    color: #605f5f;
}
.honor-list{
    margin-top: 55px;
    height: 950px;
    position: relative;
}
.swiper-honor{
    height: 100%;
}
.honor-list .swiper-slide{
    background: #f3f3f3;
    height: 370px;
    transition: all 0.4s;
    overflow: hidden;
}
.honor-list .swiper-slide a{
    display: block;
    padding: 40px 30px;
}
.h-tit p{
    color: #323232;
    font-size: 16px;
}
.h-tit p:after{
    display: block;
    content: '';
    width: 23px;
    height: 2px;
    background: #e60027;
    margin: 15px 0;
}
.h-tit h3{
    color: #0a0205;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.h-img{
    width: 90%;
    height: 175px;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s;
}
.h-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.honor-list .swiper-slide:hover .h-img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.honor-list .swiper-slide:hover .h-img{
    height: 290px;
    transition: all 0.5s;
    width: 100%;
    background: none;
}
.honor-list .swiper-slide:hover .h-tit p,.honor-list .swiper-slide:hover .h-tit h3{
    color: #fff;
    display: none;
}
.honor-list .swiper-slide:hover .h-tit p:after{
    background: #fff;
    display: none;
}
.h-next{
    top: 95%!important;
    right: 45%!important;
    width: 50px!important;
    height: 50px!important;
    background: url("../image/h-next.png") no-repeat center center;
}
.h-prev{
    top: 95%!important;
    left: 45%!important;
    width: 50px!important;
    height: 50px!important;
    background: url("../image/h-prev.png") no-repeat center center;
}
.h-next:after,.h-prev:after{
    display: none;
}
.h-next:hover{
    background: url("../image/h-next-h.png") no-repeat center center;
}
.h-prev:hover{
    background: url("../image/h-prev-h.png") no-repeat center center;
}
.jc-list{
    width: 100%;
    padding: 4% 0;
}
.jc-list .swiper-jc .swiper-slide{
    width: 100%;
    height: 300px;
    background: #eee;
}
.jc-list .swiper-jc img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nei-honor{
    width: 100%;
    position: sticky;
    background: #fff;
    z-index: 100;
    height: auto;
    margin:0;
    padding: 5% 0;
}
.nei-honor ul li{
    width: 23.5%;
    margin-bottom: 2%;
    float: left;
    margin-right: 2%;
}
.nei-honor ul li:nth-child(4n){
    margin-right: 0;
}

.info-pro{
    width: 100%;
    position: 100%;
    padding: 5% 0;
    background:#f6f6f6;
    position: sticky;
    z-index: 100;
}
.inpro-title h3{
    color: #2b2b2b;
    font-size: 40px;
    font-weight: bold;
}
.inpro-title p{
    color: #2b2b2b;
    font-size: 14px;
    text-transform: uppercase;
}
.inpro-title p:after{
    display: block;
    content: '';
    width: 36px;
    height: 4px;
    background: #e60027;
    margin-top: 20px;
    margin-bottom: 15px;
}
.inpro-type{
    padding: 25px 0;
    border-top:1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.inpro-type ul li{
    float: left;
    padding: 10px 30px;
    transition: all 0.5s;
}
.inpro-type ul li a{
    color: #4c4c4c;
    font-size: 18px;
}
.inpro-type ul li:hover{
    border-radius: 22.5px;
    background: #e60027;
    transition: all 0.5s;
}
.inpro-type ul li:hover a{
    color: #fff;
}
.inpro-type ul li.active{
    border-radius: 22.5px;
    background: #e60027;
}
.inpro-type ul li.active a{
    color: #fff;
}
.inpro-list{
    width: 100%;
    padding-top: 40px;
}
.inpro-list ul li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 460px;
    background: #fff;
}
.inpro-list ul li:nth-child(4n){
    margin-right: 0;
}
.inpro-list ul li a{
    display: block;
    margin:0 5%;
}
.inpro-t{
    width: 100%;
    padding:20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.inpro-t h3{
    color: #383737;
    font-size: 22px;
    font-weight: bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.inpro-t p{
    color: #4c4c4c;
    font-size: 14px;
    position: relative;
    z-index: 10;
    transition: all 0.5s;
    line-height: 26px;
}
.inpro-t p:after{
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    background: #e60027;
    position: absolute;
    border-radius: 50%;
    left:0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}
.inpro-img{
    width: 100%;
    height: 340px;
    line-height: 340px;
    text-align: center;
    overflow: hidden;
}
.inpro-img img{
    display: inline-block;
    max-width: 100%;
    max-height: 85%;
    vertical-align: middle;
}
.inpro-list ul li:hover .inpro-t h3{
    color: #e60027;
}
.inpro-list ul li:hover .inpro-t p{
    text-indent: 15px;
    transition: all 0.5s;
}
.inpro-list ul li:hover .inpro-t p:after{
    opacity: 1;
    transition: all 0.5s;
}
.proinfo{
    background: #fff;
    padding-bottom: 0;
}
.pro-top{
    width: 100%;
    padding-bottom: 5%;
}
.pro-info-img{
    width: 45%;
    float: left;
    position: relative;
}
.gallery-top{
    width: 100%;
    height: 435px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}
.gallery-top .swiper-slide{
    height: 100%;
    text-align: center;
    line-height: 435px;
}
.gallery-top .swiper-slide img{
    display: inline-block;
    max-width: 100%;
    max-height: 80%;
    vertical-align: middle;
}
.gallery-thumbs{
    margin: 0 10%;
    margin-top: 25px;
}
.gallery-thumbs .swiper-slide{
    height: 132px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    text-align: center;
    line-height: 132px;
}
.gallery-thumbs .swiper-slide img{
    display: inline-block;
    max-width: 100%;
    max-height: 85%;
    vertical-align: middle;
}
.p-prev{
    width: 15px!important;
    height: 27px!important;
    top: 90%;
    background: url("../image/p-prev.png") no-repeat center center;
}
.p-next{
    top: 90%;
    width: 15px!important;
    height: 27px!important;
    background: url("../image/p-next.png") no-repeat center center;
}
.p-prev:after,.p-next:after{
    display: none;
}
.pro-info-tit{
    width: 50%;
    float: right;
}
.pro-info-tit h3{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 35px;
    margin-bottom: 35px;
    background: url("../image/line.png") no-repeat left bottom;
}
.pro-info-tit .ptit{
    color: #7c7c7c;
    font-size: 14px;
    line-height: 30px;
    max-height: 300px;
    overflow-y: auto;
}
.pro-info-tit .p-tel:before{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #eaeaea;
    margin-top: 50px;
    margin-bottom: 50px;
}
.p-tel .p-mes{
    width: 203px;
    height: 53px;
    color: #fff;
    font-size: 16px;
    text-indent: 22px;
    background:#e60027 url("../image/pyuan-line.png") no-repeat center right 25px;
    position: relative;
    line-height: 53px;
    transition: all 0.5s;
    float: left;
}
.p-tel .p-mes a{
    display: block;
    color: #fff;
    font-size: 16px;
    background: url("../image/pyuan.png") no-repeat center right 17px;
    transition: all 0.5s;
}
.p-tel .p-mes:hover a{
    background: url("../image/pyuan.png") no-repeat center right 82px;
    transition: all 0.5s;
}
.p-lianxi{
    float: left;
    background: url("../image/p-tel.png") no-repeat center left;
    padding-left:60px;
    margin-left: 40px;
}
.p-lianxi p{
    color: #6f6f6f;
    font-size: 14px;
    padding-top: 5px;
}
.p-lianxi strong{
    color: #e60027;
    font-size: 22px;
    display: block;
    margin-top: -5px;
}
.pro-bottom{
    background: #f9f9f9;
    padding: 5% 0;
}
.pbt{
    color: #323232;
    font-size: 36px;
    font-weight: bold;
}
.pbt:after{
    display: block;
    content: '';
    width: 44px;
    height: 4px;
    background: #e60027;
    margin: 20px 0 35px 0;
}
.pro-bottom img{
    display: block;
    max-width: 100%;
}
.pb-text{
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.info-contact{
     width: 100%;
    padding: 5% 0;
    position: sticky;
    z-index: 100;
    background: #fff;
}
.cont1{
    margin-top: 2%;
}
.cont1 ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: 214px;
    position: relative;
    text-align: center;
}
.cont1 ul li:after{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #e60027;
    transition: all 0.5s;
    z-index: 10;
}
.cont1 ul li:nth-child(4n){
    margin-right: 0;
}
.cont1-t{
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 100;
}
.cont1-t img{
    display: block;
    margin:0 auto;
}
.cont1-t strong{
    display: block;
    color: #323232;
    font-size: 18px;
    padding-top: 10px;
}
.cont1-t small{
    color: #323232;
    font-size: 14px;
    display: block;
    padding-bottom: 20px;
}
.cont1-t h3{
    color: #3e3e3e;
    font-size: 20px;
    font-weight: bold;
}
.cont1-t p{
    color: #242424;
    font-size: 14px;
}
.cont1 ul li:hover:after{
    height: 100%;
    transition: all 0.5s;
}
.cont1 ul li:hover .cont1-t img{
    filter:grayscale(100%)brightness(600%);
}
.cont1 ul li:hover .cont1-t strong,.cont1 ul li:hover .cont1-t small,.cont1 ul li:hover .cont1-t h3,.cont1 ul li:hover .cont1-t p{
    color: #fff;
}
.cont1 ul li.on:after{
    height: 100%;
    transition: all 0.5s;
}
.cont1 ul li.on .cont1-t img{
    filter:grayscale(100%)brightness(600%);
}
.cont1 ul li.on .cont1-t strong,.cont1 ul li.on .cont1-t small,.cont1 ul li.on .cont1-t h3,.cont1 ul li.on .cont1-t p{
    color: #fff;
}
.cont2{
    width: 100%;
    padding: 3% 0 7%;
    background: url(../image/cont1-bg.png) no-repeat center bottom; 
}
#dituContent{
    width: 100%;
    height: 384px;
}
#dituContent1{
    width: 100%;
    height: 384px;
    margin-top: 20px;
}
.cont3{
    width: 100%;
    position: relative;
    padding-top: 5%;
}
.cont3-center{
    box-shadow: 0 0 46px rgba(0,0,0,0.06);
    background: #fff;
    padding: 5% 3%;
}
.cont3-mes{
    float: left;
    width: 48%;
}
.mes-title{
    text-align: left;
}
.mes-title h3{
    color: #313131;
    font-size: 34px;
    font-weight: bold;
}
.mes-title p{
    color: #313131;
    font-size: 14px;
}
.mes-title p:after{
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background: #e60027;
    margin: 15px 0 20px;
}
.cont3-pic{
    width: 48%;
    float: right;
    height: 493px;
}
.cont3-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont3-mes form{
    width: 100%;
}
.cont3-mes form input{
    display: block;
    width:100%;
    height:60px;
    line-height: 60px;
    border: 1px solid #dadada;
    box-sizing:border-box;
    margin-bottom: 15px;
    color: #333;
    font-size:16px;
    text-indent: 60px;
    font-weight: lighter;
}
.cont3-mes form input::-webkit-input-placeholder{
    color: #b8b8b8;
    font-size: 16px;
}
.cont3-mes form textarea{
    width:100%;
    height: 139px;
    line-height: 60px;
    border: 1px solid #dadada;
    box-sizing:border-box;
    color: #333;
    font-size:16px;
    text-indent: 60px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.cont3-mes form textarea::-webkit-input-placeholder{
    color: #b8b8b8;
    font-size: 16px;
}
.m-name{
    background: url(../image/m1.png) no-repeat center left 10px;
}
.m-tel{
    background: url(../image/m2.png) no-repeat center left 10px;
}
.m-content{
    background: url(../image/m3.png) no-repeat top 10px left 10px;
}
.code{
    width: 65%;
    float: left;
}
.code input{
    width: 49%!important;
    float: left;
    margin-bottom: 0!important;
}
.code .verify{
    width: 47%;
    float: right;
    height: 60px;
}
.code .verify img{
    display: block;
    width: 100%;
    height: 100%;
}
.cont3-mes .submit{
    width: 23%;
    float: left;
    margin-left: 2%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dadada;
    box-sizing:border-box;
    background: #e60027;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.info-news{
    width: 100%;
    padding: 5% 0;
    position: sticky;
    z-index: 100;
    background: #fff;
}
.info-news .news-list{
    padding-top: 0;
}
.info-news .news-list .list ul li{
    margin-bottom: 2%;
}
.info-news .news-list .list ul li:nth-child(4n){
    margin-right: 0;
}
.info-news .news-list .list ul li .n-text .n2 {
   -webkit-line-clamp: 2;
}
.info-news .news-list .list ul li .n-text h3{
    padding: 10px 0;
}
.line{
    width: 100%;
    height: 2px;
    background: #eee;
    margin: 2% 0;
}

.info-case{
    width: 100%;
    padding: 5% 0;
    position: sticky;
    z-index: 100;
    background: #fff;
}
.case-list{
    width: 100%;
}
.case-list ul li{
    width: 32%;
    height: 400px;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
}
.case-list ul li:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.case-list ul li:hover:after{
    display: none;
}
.case-list ul li:nth-child(3n){
    margin-right: 0;
}
.case-list ul li .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.case-list ul li .imgbox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.case-list ul li:hover .c-tit:after{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 1;
}
.case-list ul li:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.info-case-img img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.cbl {
    width: 67px;
    position: fixed;
    right: 10px;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    height: 67px;
    width: 67px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #1857a4;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background:#111a2b url("../image/s2.png") no-repeat center top 15px;
}
.cbl li.email span{
    background:#111a2b url("../image/s5.png") no-repeat center top 15px;
}

.cbl li.weixin span{
    background:#111a2b url("../image/s4.png") no-repeat center top 15px;
}

.cbl li.fd span{
    background:#111a2b url("../image/s6.png") no-repeat center top 15px;
}


.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:12px;
    color:#fff;
    text-align:center;
}


.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #111a2b;
    box-sizing: border-box;
    font-size: 12px;
    color:#363636;
    white-space: nowrap;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #111a2b;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}





.sbanner{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}
.sbanner .sbannerimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sbanner .text{
    width: 100%;
    color:#fff;
    position: absolute;
    left:0;
    text-align:center;
    top: 31%;
}
.sbanner .text .en{
    font-size: 141px;
    -webkit-text-stroke: 1px rgba(255,255,255,0.3);
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}
.sbanner .text .title{
    font-size: 50px;
    font-weight: bold;
    margin-top: -103px;
}
.sbanner .text .allcrumbs{
    font-size:16px;
    color:#fff;
    margin-top: 2%;
}
.sbanner .text .allcrumbs a{
    color:#fff;
    pointer-events: none;
    cursor: default;
}

.allpage{
    position: sticky;
    z-index: 100;
    background: #fff;
}
.fix_head.scroll{
    background: rgba(0,0,0,0.75);
}


.typebox{
    background: #f4f4f4;
}
.typebox .warpper{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typebox a{
    display: block;
    font-size:16px;
    color:#303030;
    position: relative;
    margin:0 1.5%;
}
.typebox a:after{
    display: block;
    content: "";
    width: 0;
    height: 4px;
    background: #01449d;
    t-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.typebox a:hover:after
,.typebox a.active:after{
    width: 100%;
}

.innertitle{
    text-align:center;
    margin-bottom: 4%;
    color:#393939;
}
.innertitle .t1{
    font-size:20px;
}
.innertitle .t2{
    font-size:36px;
    margin-bottom: 5px;
    font-weight: bold;
}
.innertitle .t3{
    font-size:12px;
    color:#878787;
}
.inner-company-fir .comshuitem{
    margin:0 auto;
    width: 49%;
}
.inner-company-fir .comshuitem .list .s1 .shu{
    color:#3a3a3a;
}
.inner-company-fir .comshuitem .list .s2{
    color:#3a3a3a;
}
.inner-company-fir .com_des{
    font-size:14px;
    color:#393939;
    line-height: 33px;
    margin-top: 4%;
}

.inner-company-sec{
    background: #f4f4f4;
    position: relative;
}
.inner-company-sec .swiper-slide .imgbox{
    width: 100%;
    height: 505px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .swiper-slide:hover .imgbox .fmimg{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-company-sec .swiper-slide .icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 88%;
    background: rgb(0 0 0 / 21%);
    display: flex;
    align-items: center;
}
.inner-company-sec .swiper-slide .icon .inner{
    width: 100%;
}
.inner-company-sec .swiper-slide .icon .ic{
    width: 100%;
    text-align:center;
    height: 65px;
    position: relative;
}
.inner-company-sec .swiper-slide .icon .title{
    font-size:20px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    margin-top: 8%;
}
.inner-company-sec .swiper-slide .text{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:-50%;
    left:0;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom,rgb(0 0 0 / 22%) 41%,rgba(1,68,157,0.95));
    opacity: 0;
}
.inner-company-sec .swiper-slide .text .inner{
    width: 100%;
    padding: 0 10%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
}
.inner-company-sec .swiper-slide:hover .text{
    opacity: 1;
    bottom:0;
}
.inner-company-sec .swiper-slide:hover .icon{
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.inner-company-sec .cultrebtn{
    height: 32px;
    line-height: 32px;
    width: 100px;
    font-size: 16px;
    color: #333;
    background-image: none;
    top: 54%;
    margin: 0;
    display: none;
}
.inner-company-sec .swiper-button-prev-cultre{
    left: 32px;
}
.inner-company-sec .cultrebtn i{
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.inner-company-sec .cultrebtn em{
    display: inline-block;
    position: relative;
}
.inner-company-sec .cultrebtn em:before{
    content: "";
    transition: ease .5s;
    display: block;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #bebecc;
    position: absolute;
    left: -15px;
    top:-12px;
}
.inner-company-sec .swiper-button-next-cultre em:before{
    right: -15px;
    left: auto;
}
.inner-company-sec .cultrebtn:after{
    display: none;
}
.inner-company-sec .swiper-button-next-cultre:hover em:before{
    right:0;
}
.inner-company-sec .swiper-button-prev-cultre:hover em:before{
    left:0;
}
.inner-company-thr{
    background: url("404.png") no-repeat center / cover;
}
.inner-company-thr .top .tbox{
    width: 47%;
    margin:0 auto;
    border-bottom:1px solid rgba(255,255,255,0.6);
}
.inner-company-thr .top .tbox .t1{
    font-size:26px;
    color:#fff;
    text-align:center;
}
.inner-company-thr .top .tbox .t2{
    font-size:50px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    margin:2% 0 5% 0;
}
.inner-company-thr .top .develop_des{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5%;
}
.inner-company-thr .top .develop_des .inner{
    font-size:20px;
    color:#fff;
    line-height: 36px;
}
.inner-company-thr .top .swiper-slide .year{
    font-size: 185px;
    -webkit-text-stroke: 1px rgba(255,255,255,0.3);
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom:0;
    line-height: 151px;
}
.inner-company-thr .top .swiper-slide .year1{
    left:0;
}
.inner-company-thr .top .swiper-slide .year2{
    right:0;
}
.inner-company-thr .bottom .tbox{
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border:1px solid rgba(255,255,255,0);
    margin:0 auto;
}
.inner-company-thr .bottom .tbox:after
,.inner-company-thr .bottom .tbox:before{
    content: "";
    width: 179px;
    height: 1px;
    background: rgb(169 169 169);
    bottom: 26px;
    position: absolute;
}
.inner-company-thr .bottom .tbox:after{
    right:66%;
}
.inner-company-thr .bottom .tbox:before{
    left:66%;
}
.inner-company-thr .bottom .tbox .title{
    font-size:28px;
    color:#fff;
}
.inner-company-thr .bottom .tbox .dian{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #fff;
    margin:15px auto 0 auto;
}
.inner-company-thr .bottom .swiper-slide-thumb-active .tbox{
    border:1px solid rgba(255,255,255,0.6);
}
.inner-company-thr .bottom .swiper-slide-thumb-active .tbox:after{
    right:105%;
}
.inner-company-thr .bottom .swiper-slide-thumb-active .tbox:before{
    left:105%;
}
.inner-company-thr .bottom{
    margin-top: 8%;
}

.inner-company-four{
    position: relative;
    background: url("404.png") no-repeat center / cover;
}
.inner-company-four .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 8;
    background: url("404.png") no-repeat center;
    background-size: 123%;
}
.inner-company-four .honorcon{
    position: relative;
    z-index: 6;
}
.inner-company-four  .honorlunbo{
    width: 100%;
    overflow: hidden;
}
.inner-company-four .honorlunbo2 .swiper-container{
    width: 23%;
    margin:0 auto;
    overflow: visible;
}
.inner-company-four  .honorlunbo2 .imgbox{
    width: 100%;
    height: 495px;
    position: relative;
    overflow: hidden;
}
.inner-company-four .honorlunbo2 .swiper-slide{
    transform: scale(0.75);
    transition: all .5s ease;
}
.inner-company-four .honorlunbo2 .swiper-slide-active{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inner-company-four  .honorlunbo .title{
    text-align:center;
    font-size:20px;
    color:#01449d;
    font-weight: bold;
    margin-top: 7%;
    opacity: 0;
    transition: all .5s ease;
}
.inner-company-four .honorlunbo2 .swiper-slide-active .title{
    opacity: 1;
}
.zsbut{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border:1px solid #01449d;

}
.inner-company-four .zsbut{
    top:initial;
    margin-top: 0;
    bottom:7%;
}
.inner-company-four .swiper-button-next-honor{
    right:-32%;
}
.inner-company-four .swiper-button-prev-honor{
    left:-32%;
}
.inner-company-six .zsbut{
    margin-top: -20px;
}
.zsbut:after{
    font-size:17px;
    color:#01449d;
}
.zsbut:hover{
    background: #01449d;
}
.zsbut:hover:after{
    color:#fff;
}

.inner-company-six  .honorlunbo1 .imgbox{
    height: 221px;
    position: relative;
    background: #fff;
}
.inner-company-six  .honorlunbo1 .title{
    text-align: center;
    font-size: 20px;
    color: #01449d;
    font-weight: bold;
    margin-top: 8%;
    transition: all .5s ease;
 }
.inner-company-five{
    height: 635px;
}
.inner-company-five .list{
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-company-five .list .inner{
    width: 100%;
    text-align:center;
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-company-five .list .inner .en{
    font-size: 50px;
    -webkit-text-stroke: 1px rgba(255,255,255,0.75);
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}
.inner-company-five .list .inner .t{
    font-size:34px;
    font-weight: bold;
    color:#fff;
    margin-top: 5px;
}
.inner-company-five .list:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.footerbox.innerpage{
    background: url(../image/fbg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 7;
}
.copy.innerpage{
    background: #01449d;
    color:#fff;
    line-height: 90px;
    position: relative;
    z-index: 7;
}
.copy.innerpage a{
    color:#fff;
}

.des_com img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}

.news-inner-list{
    float: left;
    width: 50%;
    padding:0 2%;

}
.news-inner-list .inner{
    padding:6% 1%;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.news-inner-list .text{
    float: left;
    width: calc(100% - 200px);
    padding-right: 6%;
}
.news-inner-list:hover .text{
    padding-left: 2%;
}
.news-inner-list .imgbox{
    width: 200px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news-inner-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news-inner-list .text .time{
    font-size: 18px;
    color: #666;
    font-family: en_b;
}
.news-inner-list .text .title{
    font-size: 18px;
    color: #01449d;
    font-weight: bold;
    margin: 3% 0;

}
.news-inner-list .text .des{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.newsinnerbg{
    position: fixed;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 6;
    overflow: hidden;
    background: url("404.png") no-repeat center / cover;
}
.zjnewsinnerbg{
    background: url("404.png") no-repeat center / cover;
}
.articlebox{
    position: relative;
    z-index: 7;
}
.articlebox .article_top{
    height: 45vh;
    min-height: 0;
    position: relative;
}
.articlebox .article_top_con{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
}
.articlebox .article_top_con small{
     font-size: 18px;
     text-transform: uppercase;
     font-weight: lighter;
}
.articlebox .article_top_con .title{
    font-size: 45px;
    letter-spacing: 2px;
}
.newsdesmain{
    margin-top: 1%;
    position: relative;
    z-index: 7;
}
.newsdesmain .des{
    background: #fff;
    padding:6%;
}
.newsdesmain .des .tbox{
    width: 100%;
    padding-bottom: 4%;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.newsdesmain .des .tbox .title{
    width: 80%;
    font-size: 30px;
    font-weight: bold;
    color:#333;
}
.newsdesmain .des .tbox .time{
    white-space: nowrap;
    display: inline-block;
    margin-left: 20px;
    color: #666;
    font-size: 16px;
}
.newsdesmain .con{
    padding-top: 5%;
    font-size: 14px;
    color: #333;
    line-height: 31px;
    text-align:justify;
}
.newsdesmain .con img{
    max-width: 100%;
    margin: 1vw auto;
}

.lxbox{
    position: relative;
    width: 100%;
    height: 668px;
}
.lxbox .mymap{
    width: 73%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.lxbox #mymap{
    width: 100%;
    height: 100%;
}
.lxbox .item{
    width: 27%;
    height: 100%;
    float: right;

}
.lxbox .item .tbox{
    background-color: #004cac;
    width: 100%;
    line-height: 75px;
    padding-left: 1.857vw;
    color: #FFF;
    font-size: 18px;
}
.lxbox .itembox{
    background: #fff;
    padding:0 5%;
    height: calc(100% - 75px);
    overflow-y: auto;
}
.lxbox .itembox .list{
    padding: 2vw 0 2vw 0;
    border-bottom: 1px solid #e5e5e5;
    height: 33.33%;
}
.lxbox .itembox .list .t{
    color: #2d2d2d;
    font-weight: bold;
    font-size:18px;
    margin-bottom: 15px;
}
.lxbox .itembox .list .lbox{
    line-height: 35px;
    font-size:14px;
    color:#363636;
    padding-left: 30px;
}
.lxbox .itembox .list .lbox.lx-tel{
    background: url("404.png") no-repeat left center;
}
.lxbox .itembox .list .lbox.lx-add{
    background: url("404.png") no-repeat left center;
}


.swiper-pagination-body .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    background: #fff;
    opacity: 1;
    margin:24px 0 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-pagination-body .swiper-pagination-bullet-active{
    width: 4px;
    height: 30px;
    border-radius: 30px;
}
.swiper-pagination-body{
    right:3.5% !important;
}
.swiper-pagination-body .swiper-pagination-bullet.on{
    background: #4f4f4f;
}

.s_nav{
    width: 100%;
    height: 100%;
    transition: ease .6s;
    transform: scale(.9,.9);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    background: #fff;
    box-sizing: border-box;
}
.s_nav.on{
    opacity: 1;
    visibility: visible;
    transform: scale(1,1);
}
.s_nav_head .warpper{
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s_nav_head .close{
    height: 38px;
    width: 110px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.s_nav_head .close img{
    position: relative;
    z-index: 2;
    width: 18px;
}
.s_nav_head .close span{
    font-size:18px;
    color:#404040;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.s_nav_head .close .bg{
    position: absolute;
    width: 0;
    height: 100%;
    top:0;
    left:0;
    background: #01449d;
    z-index: 1;
}
.s_nav_head .close:hover .bg{
    width: 100%;
}
.s_nav_head .close:hover span{
    color:#fff;
}
.s_nav_head .close:hover img{
    filter: grayscale(100%) brightness(1000%);
}
.s_nav_head .head_logo .text{
    color: #454545;
}
.s_nav_menu{
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    position: relative;
    margin-top: 8%;
    z-index: 2;
}
.s_nav_menu .list .fira{
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 33px;
    display: block;
}
.s_nav_menu .list .abox a{
    display: block;
    font-size:16px;
    color:#3d3d3d;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    line-height: 30px;
}
.s_nav_menu .list .abox a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
            270deg, #0b0b0d 5%, rgb(1 68 157) 10%, rgb(1 68 157) 95%, #0b0b0d);
    transform-origin: left;
    transform: translateX(-100%);
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.s_nav_menu .list .abox a:hover:before{
    transition: transform 0.4s cubic-bezier(0.67, 0, 0.33, 1);
    transform: translateX(100%);
}

.lizi{
    position: absolute;
    width: 100%;
    height: 60%;
    left:0;
    bottom:0;
    overflow: hidden;
    z-index: 1;

}
dongtai{
    width:100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
}
.lxitem{
    width: 100%;
    position: absolute;
    z-index: 2;
    background: #f6f6f6;
    bottom:0;
    left:0;
}
.lxitem .warpper{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.lxitem span{
    font-size:16px;
    color:#6a6a6a;
}
.lxitem .list{
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    margin-left:37px;
}
.lxitem .list .icon{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    border:1px solid #e0e0e0;
    margin-right: 10px;
}
.yewutype-item .yewutype-list{
    width: 50%;
    padding:0 1%;
    float: left;
    margin-bottom: 2%;
    height: 485px;
    position: relative;
    overflow: hidden;
}
.yewutype-item .yewutype-list a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.yewutype-item .yewutype-list .bg1{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: linear-gradient(to bottom,rgba(1,68,157,0.1) 41%,rgba(1,68,157,0.95));
}
.yewutype-item .yewutype-list .bg2{
    position: absolute;
    width: 80%;
    height: 80%;
    background: rgba(0,0,0,0.36);
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    opacity: 0;
}
.yewutype-item .yewutype-list .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.yewutype-item .yewutype-list .text .icon{
    width: 100%;
    position: relative;
    height: 60px;
}
.yewutype-item .yewutype-list .text .title{
    font-size:32px;
    font-weight: bold;
    margin:4% auto 3% 0;
}
.yewutype-item .yewutype-list .text .en{
    font-size:16px;
    text-transform: uppercase;
}
.yewutype-item .yewutype-list:hover .bg1{
    opacity: 0;
}
.yewutype-item .yewutype-list:hover .bg2{
    opacity: 1;
}
.yewutype-item .yewutype-list:hover .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.job-inner-fir .imgbox{
    float: left;
    width: 50%;
    height: 447px;
    position: relative;
    overflow: hidden;
}
.job-inner-fir .text{
    float: left;
    width: 50%;
}
.job-inner-fir .text .t{
    text-align:center;
    font-size:9vw;
    color:#f5f5f5;
    font-weight: bold;
    text-transform: uppercase;
}
.job-inner-fir .text .con{
    padding:2% 0 0 10%;
}
.job-inner-fir .text .con .t1{
    font-weight: bold;
    color:#303030;
    font-size:32px;
    margin-bottom: 4%;
}
.job-inner-fir .text .con .t2{
    line-height: 30px;
    color:#4f4f4f;
    font-size:16px;
}
.job-inner-sec .item{
    display: flex;
    justify-content: space-between;
}
.job-inner-sec .item .list{
    background: #fff;
    position: relative;
    box-shadow: 0 0 22px #d9d9d9;
    overflow: hidden;
    height: 445px;
    width: 29%;
}
.job-inner-sec .item .list .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
}
.job-inner-sec .item .list .inner{
    width: 100%;
    padding:0 10%;
    margin-top: 16%;
}
.job-inner-sec .item .list .icon{
    position:relative;
    height: 60px;
    margin-bottom: 6%;
}
.job-inner-sec .item .list .icon img{
    max-height: 100%;
}
.job-inner-sec .item .list .title{
    font-size:22px;
    color:#303030;
    font-weight: bold;
}
.job-inner-sec .item .list .en{
    font-size:14px;
    color:#717171;
    text-transform: uppercase;
    margin-top: 2.5%;
}
.job-inner-sec .item .list .des{
    font-size:14px;
    color:#5d5d5d;
    line-height: 30px;
    margin-top: 7%;
}
.job-inner-sec .item .list .bg{
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 100%;
    background: #edf5ff;
    right: -65%;
    bottom: -96%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.job-inner-sec .item .list:hover .bg{
    background: #054599;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.job-inner-sec .item .list:hover .text .icon img{
    filter: grayscale(100%) brightness(400%);
}
.job-inner-sec .item .list:hover .text .title{
    color:#fff;
}
.job-inner-sec .item .list:hover .text .en{
    color:#fff;
}
.job-inner-sec .item .list:hover .text .des{
    color:#fff;
}
.job-alltitle{
    text-align:center;
    margin-bottom: 3%;
}
.job-alltitle .en{
    font-size:34px;
    color:#054599;
    text-transform: uppercase;
}
.job-alltitle .fir{
    font-size:32px;
    color:#373737;
    font-weight: bold;
    margin: 0.4% 0 1.3% 0;
}
.job-alltitle .sec{
    font-size:16px;
    color:#5d5d5d;
}
.job02{
    margin-bottom: 3%;
}
.job-item .sg{
    float: left;
    width:calc((100% - 100px) / 5);
    font-size:18px;
    color:#fff;
    line-height: 100px;
}
.job-item .sg.div6{
    width: 100px;
    text-align:center;
}
.job-item .job-tbox{
    background: #333333;
    padding:0 2%;
    overflow: hidden;
}
.job-item .job-contbox{
    background: #ffffff;
    padding:0 2%;
    overflow: hidden;
}
.job-item .job-contbox .sg{
    color:#323232;
}
.job-contbox .sg.div6{
    cursor: pointer;
    height: 100px;
    position: relative;
    background: url("404.png") no-repeat center;
}
.job-item .job-list:nth-child(even) .job-contbox{
    background: #f7f7f7;
}
.job-item .job-desbox{
    width: 100%;
    background: #f7f7f7;
    padding:4%;
    font-size:14px;
    color:#414141;
    line-height: 30px;
    display: none;
}
.job-item .job-list .job-contbox.on{
    background: #054599;
}
.job-item .job-list .job-contbox.on .sg{
    color:#fff;
}
.job-item .job-list .job-contbox.on .sg.div6{
    background: url("404.png") no-repeat center;
}
.job-inner-four{
    background: url("404.png") no-repeat center / cover;
    background-attachment: fixed;
}
.job-inner-four .en
,.job-inner-four .fir
,.job-inner-four .sec{
    color:#fff;
}
.job-inner-four .job-form{
    background: #fff;
    padding:5% 3%;
}
.job-inner-four .job-form .imgbox{
    float: right;
    width: 50%;
    height: 450px;
    overflow: hidden;
}
.job-inner-four .job-form .left{
    width: 45%;
    float: left;
}
.job-inner-four .job-form .left .inputbox{
    margin-bottom: 3.6%;
}
.job-inner-four .job-form .left .inputbox span{
    display: block;
    float: left;
    width: 120px;
    font-size:16px;
    color:#3f3f3f;
    line-height: 40px;
}
.job-inner-four .job-form .left .inputbox input
,.job-inner-four .job-form .left .inputbox select{
    display: block;
    float: left;
    width: calc(100% - 120px);
    height: 40px;

    background: #fff;
    border:1px solid #e1e1e1;
    font-size:14px;
    color:#333;
    outline: none;
    text-indent: 25px;
}
.job-inner-four .job-form .left .inputbox input::placeholder{
    font-size:14px;
    color:#999;
}
.job-inner-four .job-form .left .inputbox input[name=captcha]{
    float: left;
    width: 40%;
}
.job-inner-four .job-form .left .inputbox input[type=file]{
    font-size:14px;
    color:#333;
    line-height: 2.4rem;

}
.job-inner-four .job-form .left .inputbox input[type=file]::-webkit-input-placeholder{
    font-size:14px;
    color:#999;
    paddin-top: 20px;
    vertical-align: middle;
    height: 40px;
}
.job-inner-four .job-form .left .inputbox input[type=file]:-ms-input-placeholder{
    font-size:14px;
    color:#999;

}
.job-inner-four .job-form .left .inputbox input[type=file]:-moz-placeholder{
    font-size:14px;
    color:#999;

}
.job-inner-four .job-form .left .inputbox input[type=file]::-moz-placeholder{
    font-size:14px;
    color:#999;

}
.job-inner-four .job-form .left .inputbox .verify{
    float: left;
    width: 142px;
    height: 42px;
    margin-left: 2%;
}
.job-inner-four .job-form .left .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.job-inner-four .job-form .left .submit{
    display: block;
    line-height: 50px;
    background: #054599;
    text-align:center;
    font-size:16px;
    color:#fff;
    letter-spacing: 1px;
}
.job-inner-four .job-form .left .submit:hover{
    background: #333;
}
.inner-contactbox{
    background: url("404.png") no-repeat center / cover;
    background-attachment: fixed;
}
.job-inner-four .job-form .left .inputbox textarea{
    display: block;
    float: left;
    width: calc(100% - 120px);
    height: 120px;
    background: #fff;
    border:1px solid #e1e1e1;
    font-size:14px;
    color:#333;
    outline: none;
    padding:15px 25px;
    resize: none;
}
.job-inner-four .job-form .left .inputbox textarea::placeholder{
    font-size:14px;
    color:#999;
}
.job-inner-four.inner-contactbox .left .inputbox span{
    display: none;
}
.job-inner-four.inner-contactbox .left .inputbox input
,.job-inner-four.inner-contactbox .left .inputbox textarea{
    width: 100%;
    border:none;
    border-bottom:1px solid #e1e1e1 ;
    text-indent: 0;
    -webkit-transition: all 0.56s;
    -moz-transition: all 0.56s;
    -ms-transition: all 0.56s;
    -o-transition: all 0.56s;
    transition: all 0.56s;
}
.job-inner-four.inner-contactbox .left .inputbox textarea{
    padding:15px 0;
}
.job-inner-four.inner-contactbox .left .inputbox input:focus
,.job-inner-four.inner-contactbox .left .inputbox textarea:focus{
    border-bottom:1px solid #054599;
}
.job-inner-four.inner-contactbox .left .tbox {
    margin-bottom: 5%;
}
.job-inner-four.inner-contactbox .left .tbox .fir{
    font-size: 40px;
    -webkit-text-stroke: 1px #727272;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}
.job-inner-four.inner-contactbox .left .tbox .sec{
    font-size: 32px;
    color:#393939;
    font-weight: bold;
}
.job-inner-four.inner-contactbox .job-form .imgbox{
    height: 550px;
}
.job-inner-four.inner-contactbox .job-form .left .inputbox {
    margin-bottom: 2.8%;
}
.inner-alltitle2{
    margin-bottom: 3%;
    text-align:center;
}
.inner-alltitle2 .en{
    font-size: 40px;
    -webkit-text-stroke: 1px #c3c3c3;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
}
.inner-alltitle2 .title{
    font-size: 32px;
    color: #393939;
    font-weight: bold;
    margin-top: 0.5%;
}
.yewu-inner-des .des{
    font-size:16px;
    color:#636363;
    line-height: 30px;
    margin-bottom: 4%;
}
.yewu-inner-des .des img{
    max-width: 100%;
    display: inline-block;
}
.yewu-inner-des .bigimg{
    height: 645px;
}
.yewu-inner-des .list{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.yewu-inner-des .list:nth-child(3n){
    margin-right: 0;
}
.yewu-inner-des .list .imgbox{
    width: 100%;
    height: 365px;
    position: relative;
    overflow: hidden;
}
.yewu-inner-des .list .text{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.yewu-inner-des .list .text .inner{
    position: absolute;
    width: 100%;
    color:#fff;
    text-align:center;
    left:0;
    bottom:4%;
    font-size:16px;
    line-height: 30px;
    padding:15% 0 6% 0;
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) 10%,rgb(0 0 0));
}
.yewu-inner-des .list:hover .text .inner{
    background: linear-gradient(to bottom,rgb(1 68 157 / 0%) 23%,rgb(1 68 157));
}

.keji-inner-fir{
    background: url("404.png") no-repeat center / cover;
}
.keji-inner-fir .inner-alltitle2 .en{
    -webkit-text-stroke: 1px #ffffffd1;
}
.inner-alltitle2 .yuan{
    width: 58px;
    height: 58px;
    position: relative;
    background: #054599;
    border-radius: 100%;
    margin:1% auto 0 auto;
}
.inner-alltitle2 .yuan img{
    -webkit-animation: arrowMove 1.3s infinite;
    animation: arrowMove 1.3s infinite;
}
@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}
.keji-inner-fir .des{
    font-size:16px;
    color:#333;
    line-height: 30px;
    margin-bottom: 5%;
}
.keji-inner-fir .swiper-container .imgbox{
    width: 100%;
    height: 388px;
    position: relative;
}
.keji-inner-sec{
    background: url("404.png") no-repeat center / cover;

    position: relative;
}
.keji-inner-sec .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left:0;
    top:0;
}
.keji-inner-sec .keji-inner-sec_con{
    position: relative;
    z-index:2;
}
.keji-inner-sec .inner-alltitle2 .en{
    -webkit-text-stroke: 1px #fff;
}
.keji-inner-sec .inner-alltitle2 .title{
    color:#fff;
}
.keji-inner-sec .item .list{
    width: 50%;
    float: left;
    padding:0 4%;
    margin-bottom: 1.5%;
}

.keji-inner-sec .item .list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(255 255 255 / 60%);
    height: 62px;
}
.keji-inner-sec .item .list a .title{
    width: 75%;
    font-size:16px;
    color:#fff;
    position: relative;
    padding-left:20px;
}
.keji-inner-sec .item .list a .title:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.keji-inner-sec .item .list a .wenzititle{
    width: 100%;
}
.keji-inner-sec .item .list:hover a .title{
    padding-left: 25px;
}
.keji-inner-sec .item .list a .time{
    font-size:14px;
    color:rgba(255,255,255,0.87);
}
.case-inner-title .item .list .abox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background: #f7f7f7;
    border-top:2px solid #f7f7f7;
    padding:0 5%;
}
.case-inner-title .item .list .abox:hover{
    border-top:2px solid #01449d;
}
.case-inner-title .item .list .abox .title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}
.case-inner-title .item .list .abox .title img{
    display: inline-block;
    margin-right: 16px;
}
.case-inner-title .item .list .abox .title span{
    font-weight: bold;
    font-size:18px;
    color:#333;
}
.case-wenzi .keji-inner-sec .item .list{
    padding:0 1%;
}
.case-inner-list{
    width: 100%;
    position: relative;
}
.case-inner-list .imgbox{
    width: 100%;
    height: 535px;
    position: relative;
    overflow: hidden;
}
.case-inner-list .text{
    position: absolute;
    width: 100%;
    padding:12% 5% 6% 5%;
    color:#fff;
    left:0;
    bottom:0;
    opacity: 0;
}
.swiper-slide-active .case-inner-list  .text{
    opacity: 1;
}
.case-inner-list .text .title{
    font-weight: bold;
    font-size:30px;
    margin-bottom: 2%;
}
.case-inner-list .text .des{
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.case-inner-list:hover .imgbox img{
    transform: scale(1.05);
}
.case-inner-list:hover .text{
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) 0%,rgb(0 0 0));
}
.keji-des-inner-fir .con{
    padding:4%;
    box-shadow: 0 0 18px #dfdfdf;
}
.keji-des-inner-fir .con .des{
    font-size:16px;
    color:#525252;
    line-height: 30px;
    margin-bottom: 2%;
}
.keji-des-inner-fir .con img{
    margin:0 auto;
    max-width: 100%;
}
.keji-des-inner-sec .swiper-container .swiper-slide{
    padding:10px;
}
.keji-des-inner-sec .swiper-container .text{
    padding: 9% 10% 8% 9%;
    box-shadow: 0 0 8px #dfdfdf;
    min-height: 146px;
}
.keji-des-inner-sec .swiper-container .shuzi{
    display: flex;
    align-items: center;
    height: 30px;
}
.keji-des-inner-sec .swiper-container .s1{
    font-weight: bold;
    color:#01449d;
    font-size:24px;
    display: inline-block;
}
.keji-des-inner-sec .swiper-container .s2{
    font-weight: bold;
    color:#424242;
    font-size:18px;
    display: inline-block;
    margin-left: 10px;
}
.keji-des-inner-sec .swiper-container .des{
    font-size:16px;
    color:#525252;
    line-height: 25px;
    margin-top: 2%;
}

.keji-des-inner-four .yj-item .list{
    float: left;
    width: 49%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
}
.keji-des-inner-four .yj-item .list:nth-child(2n){
    margin-right: 0;
}
.keji-des-inner-four .yj-item .list .imgbox{
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}
.keji-des-inner-four .yj-item .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.keji-des-inner-four .yj-item .list .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 13% 6% 6% 6%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) -2%,rgb(0 0 0));
}
.keji-des-inner-four .yj-item .list:hover .text{
    background: linear-gradient(to bottom,rgb(1 68 157 / 0%) 23%,rgb(1 68 157));
}

.keji-des-inner-four .yj-itemsec .list .text{
    font-weight: 500;
}
.keji-des-inner-four .sy-item .imgbox img{
    margin:0 auto 1% auto;
}
.keji-des-inner-sec .xitong-des{
    font-size: 16px;
    color: #525252;
    line-height: 30px;
}
.keji-des-inner-sec .xitong-des table{
    width: 80%!important;
    border-collapse: collapse;
    margin:0 auto;
}
.keji-des-inner-sec .xitong-des table tr td{
    font-size: 16px;
    color: #525252;
    border: 1px solid #e3e3e3;
    line-height: 35px;
    text-align: center;
}
.searchbox{
    width: 194px;
    height: 32px;
    float: right;
    margin-top: 5px;
    margin-right: 12px;
}
.searchbox form{
    border-bottom: 1px solid #fff;
}
.searchbox .inputbox{
    display: inline-block;
}
.searchbox .inputbox input[type=text]{
    float: left;
    background: none;
    height: 38px;
    width: 162px;
    outline: none;
    font-size:14px;
    color:#fff;
}
.searchbox .inputbox input[type=text]::placeholder{
    font-size:14px;
    color:#fff;
}
.searchbox .inputbox input[type=submit]{
    float: right;
    height: 19px;
    width: 19px;
    background: url("../image/sea.png") no-repeat center;
    cursor: pointer;
    margin-top: 10px;
}
.nav-tel{
    width: 208px;
    height: 46px;
    background: #e60027 url("../image/nav-tel.png") no-repeat center left 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-indent: 20px;
    float: right;
    line-height: 46px;
}
.no-goods p span{
    color:red;
    font-weight: bold;
}
.jishu-inner-des .des{
    padding: 4%;
    box-shadow: 0 0 18px #dfdfdf;
}
.jishu-inner-des strong{
    color:#01449d;
    margin: 1% 0;
    position: relative;
    display: inline-block;
    line-height: 35px;
    background: #eee;
    padding:0 20px 0 25px;
    font-weight: 500;
    border-radius: 6px;
}
.jishu-inner-des strong:before{
    position: absolute;
    content:"";
    width: 5px;
    height: 5px;
    background: #01449d;
    border-radius: 100%;
    left:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jishu-inner-des .item{
    text-align:center;
}
.jishu-inner-des .item .list{
    display: inline-block;
    float: none;
    margin:1%;
    width: 37%;
}
.jishu-inner-des .item .list .imgbox{
    height: 410px;
}

.yewudianbox{
    overflow: hidden;
    margin-bottom: 4%;
}
.yewudianbox .lists{
    display: inline-block;
    padding: 1% 2%;
    background: #ddecff;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-right: 1.5%;
    border-radius: 8px;
    text-align:center;
}
.case-inner-title .item .list a{
    border-bottom: 1px dashed rgb(0 0 0 / 28%);
}
.case-inner-title .item .list a .title{
    color:#333;
}
.case-inner-title .item .list a .title:before{
    background:#333;
}
.case-inner-title .item .list a .time{
    color:#333;
}

.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #21262b;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(404.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(404.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(404.png) no-repeat left 17% center;
    background-size: 23px;
}


.search-inner-list{
    float:left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.search-inner-list .imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.search-inner-list .text{
    padding:4%;
    background: #eee;
}
.search-inner-list .text .title{
    font-size:16px;
    font-weight: bold;
    color:#333;
    margin-bottom: 2%;
}
.search-inner-list .text .des{
    font-size:14px;
    color:#666;
}
.baogao-list{
    width:100%;
}
.baogao-list ul li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 350px;
    border: 1px solid #eee;
    box-sizing:border-box; 

}
.baogao-list ul li:nth-child(4n){
    margin-right: 0;
}
.baogao-list ul li .imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.baogao-list ul li .imgbox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bg-tit{
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 18px;
}
.baogao-list ul li:hover .bg-tit{
    background: #e60027;
    color: #fff;
}