.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;
}

@font-face {
    font-family: 'ziti1';
    src: url("../fonts/Leefont.ttf");
}
@font-face {
    font-family: 'ziti2';
    src: url("../fonts/ck.ttf");
}
.warpper_mid{
    width: 1600px;
    margin:0 auto;
    position: relative;
}
.warpper_m{
    width: 1400px;
    margin:0 auto;
    position: relative;
}
.warpper_min{
    width: 1200px;
    margin:0 auto;
    position: relative;
}
.padding {
    padding: 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;
}

.over-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-8{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


/*banner*/
.bannerbox{
    position: relative;
}
.bannerbox .swiper-container{
    width: 100%;
    height: 100%;
}
.bannerbox .swiper-slide img{
    width: 100%;
}


.bannerBtn{
    width: 80px;
    height: 60px;
    background: #ffffff;
}
.bannerBtn:after{
    font-size:27px;
    color:#d70f1e;
}
.swiper-button-prev-banner{
    left: 0;
    margin-top: -30px;
}
.swiper-button-next-banner{
    right:0;
    margin-top: -30px;
}
.bannerBtn:hover{
    background: #354f98;
}
.bannerBtn:hover:after{
    color:#fff;
}

.fix_head{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
    background: #fff;
}
.fix_head.scroll{
    top:0;
}
.fix_head_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
}
.fix_head.scroll .fix_head_inner{
    box-shadow: 0px 2px 7px #0000006b;
}
.fix_head_inner h1{
    width: 368px;
    height: 100%;
}
.fix_head_inner h1 a{
    display: block;
    width: 100%;
    height: 100%;
}
.fix_head_inner h1 a .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.fix_head_inner h1 a .logo img{
    max-width: 100%;
}
.fix_head_inner h1 a .logo .text .t1{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}
.fix_head_inner h1 a .logo .text .t2{
    font-weight: lighter;
    font-size: 12px;
    color: #bbbbbb;
    letter-spacing: 1.7px;
}
.fix_head_inner .menubox{
    width: 54%;
}
.fix_head_inner .menubox a{
    display: block;
    position: relative;
    font-size:20px;
    color:#333333;
    float: left;
    width: 14.2%;
    text-align:center;
    line-height: 110px;
    font-weight: lighter;
}
.fix_head_inner .menubox a:after{
    position: absolute;
    content:"";
    display: block;
    width: 0;
    height: 3px;
    background: #c14d25;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    bottom:0;
}
.fix_head_inner .menubox a:hover
,.fix_head_inner .menubox a.active{
    color: #c14d25;
}
.fix_head_inner .menubox a.active{
    font-weight: 500;
}
.fix_head_inner .menubox a:hover:after ,.fix_head_inner .menubox a.active:after{
    width: 100%;
}
.fix_head_inner .telbox{
    padding-left: 80px;
    background: url("../img/head-tel.png") no-repeat left center;
}
.fix_head_inner .telbox .t1{
    font-size:14px;
    color:#666666;
}
.fix_head_inner .telbox .t2{
    font-size:30px;
    color:#c14d25;
    font-weight: bold;
}

.searchbox{
    width: 100%;
}
.searchbox.index{
    position: absolute;
    left:0;
    bottom:5%;
    z-index: 2;
}
.searchbox-inner{
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding:0 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.searchbox-inner .hot{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.searchbox-inner .hot .s2{
    display: inline-block;
    padding-left: 50px;
    background: url("../img/hot.png") no-repeat left center;
    font-size:22px;
    color:#333333;
}
.searchbox-inner .hot a{
    font-size:22px;
    color:#333333;
    font-weight: lighter;
}
.searchbox-inner .hot a:hover{
    color:#c14d25;
}
.searchbox-inner .formbox{
    width: 35%;
}
.searchbox-inner .formbox form{
    width: 100%;
}
.searchbox-inner .formbox form input[type=text]{
    float: left;
    width: calc(100% - 120px);
    line-height: 44px;
    background: #fff;
    outline: none;
    text-indent: 30px;
    font-size:16px;
    color:#333;
    border:1px solid #dcdcdc;
}
.searchbox-inner .formbox form input[type=text]::placeholder{
    font-size:16px;
    color:#999;
}
.searchbox-inner .formbox form input[type=submit]{
    float: left;
    width: 120px;
    line-height: 45px;
    background: #c14d25 url("../img/ser.png") no-repeat left 29% center;
    outline: none;
    text-indent: 30px;
    font-size:16px;
    color:#fff;
    cursor: pointer;
}
.searchbox-inner .formbox form input[type=submit]:hover{
    background: #354f98 url("../img/ser.png") no-repeat left 29% center;
}
.searchbox.inner .searchbox-inner{
    background: #f9ece9;
}
.alltbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
    position: relative;
}
.alltitle .t1{
    font-weight: bold;
    font-size:48px;
    color:#333;
}
.alltitle .t1 span{
    color:#c14d25;
}
.alltitle .en{
    text-transform: uppercase;
    font-size:20px;
    color:#333;
}
.allmore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
    height: 60px;
    border:1px solid #c14d25;
    border-radius: 60px;
    overflow: hidden;
    padding: 0 2.5%;
}
.allmore .s1{
    font-size:22px;
    color:#c14d25;
}
.allmore .s2{
    display:inline-block;
    width: 30px;
    line-height: 30px;
    text-align:center;
    border:1px solid #c14d25;
    border-radius: 100%;
}
.allmore .s2 i{
    font-size:17px;
    color:#c14d25;
    font-weight: lighter;
}
.allmore:hover{
    background: #c14d25;
}
.allmore:hover .s1{
    color:#fff;
}
.allmore:hover .s2 {
    border:1px solid #fff;
}
.allmore:hover .s2 i{
    color:#fff;
}
.in_protype{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
    flex-wrap: wrap;
}
.in_protype a{
    display: inline-block;
    line-height: 80px;
    background: #f5f5f5;
    font-size:22px;
    color:#c14d25;
    text-align:center;
    border:1px dashed #c14d25;
    width: 12.5%;
}
.in_protype a:hover
,.in_protype a.act{
    background: #354f98;
    border:1px dashed #354f98;
    color:#fff;
}

.allpro .imgbox{
    width: 100%;
    height: 355px;
    position: relative;
    overflow: hidden;
}
.allpro .title{
    background: #f5f5f5;
    text-align:center;
    padding:5% 4%;
}
.allpro .title .shu{
     color:#c14d25;
     font-size:31px;
     font-family: ziti1;
 }
.allpro .title .t{
    color:#333333;
    font-size:22px;
    margin-top: 2%;
}
.allpro: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);
}
.allpro:hover .title{
    background: #354f98;
}
.allpro:hover .title .shu{
    color:#fff;
}
.allpro:hover .title .t{
    color:#fff;
}
.allpro:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.in_pro_item .item{
    display: none;
}
.swiper-container-pro .swiper-slide{
    padding-top: 20px;
}
.in_hang .alltitlesec{
    display: none;
}
.in_hang .item{
    width: 100%;
    height: 970px;
}
.in_hang .item .list{
    width: 100%;
    height: 50%;
}
.in_hang .item .list1 .imgs{
    float: left;
    width: calc(100% - 295px);
    height: 100%;
}
.in_hang .item .list .tbox{
    float: left;
    width: 295px;
    height: 100%;
    background: #c14d25 url(../img/hang.png) no-repeat right 23% top 17%;
    padding: 14% 1% 3% 2%;
    color: #fff;
}
.in_hang .item .list .tbox .t1{
    text-transform: uppercase;
    font-size:40px;
}
.in_hang .item .list .tbox .t2{
    font-size:40px;
    font-weight: lighter;
}
.in_hang .item .list1 .imgbox{
    float: left;
    height: 100%;
    width: 30%;
    position: relative;
}
.in_hang .item .list1 .imgbox:nth-child(1){
    width: 40%;
}
.in_hang .item .list .imgbox{
    position: relative;
    overflow: hidden;
    float: left;
    height: 100%;
}
.in_hang .item .list .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.36);
    left:0;
    top:0;
    padding:18% 11%;
    color:#fff;
}
.in_hang .item .list .imgbox .meng .title{
    text-transform: uppercase;
    font-size:30px;
    font-weight: bold;
}
.in_hang .item .list .imgbox .meng .con{
    line-height: 32px;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 7%;
}
.in_hang .item .list .imgbox: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);
}
.in_hang .item .list .imgbox:hover .meng{
    background: rgba(0,0,0,0);
}
.in_hang .item .list .imgbox:hover .meng .title{
    color:#333;
}
.in_hang .item .list .imgbox:hover .meng .con{
    color:#333;
}
.in_hang .item .list2 .imgbox{
    width: 30%;
}
.in_hang .item .list2 .imgbox:nth-child(1){
    width: 40%;
}
.in_hang .item .list1 .imgbox:nth-child(1) .meng{
    padding: 15% 11%;
}
.in_hang .item .list2 .imgbox:nth-child(1) .meng{
    padding: 13% 11%;
}
.in_company{
    width: 100%;
    height: 965px;
}
.in_company .imgbox{
    float: left;
    width: 50%;
    height: 100%;
}
.in_company .text{
    float: left;
    width: 50%;
    height: 100%;
    background: url("../img/companybg.jpg") no-repeat center / cover;
    padding: 4% 3%;
}
.in_company .text .en{
    font-size:60px;
    color:#c14d25;
    font-family: ziti2;
    font-style: italic;
    margin-bottom: 5%;
    letter-spacing: 5px;
}
.in_company .text .t .s1{
    font-size:30px;
    font-weight: bold;
    color:#333333;
}
.in_company .text .t .s2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 0.3px;
    color: #bbb;
}
.in_company .text .line{
    width: 175px;
    height: 3px;
    background: #354f98;
    margin: 3% 0 3% -4%;
}
.in_company .text .comdes{
    font-size:14px;
    color:#333333;
    line-height: 35px;
}
.in_company .text .allmore{
    background: #354f98;
    border:1px solid #354f98;
    padding:0 5.5%;
    margin: 7% 0 10% 0;
}
.in_company .text .allmore .s1{
    color:#fff;
}
.in_company .text .allmore .s2{
    background: #fff;
    color:#354f98;
    border:1px solid #fff;
}
.in_company .text .allmore .s2 i{
    color:#354f98;
}
.in_company .text .item{
    display: flex;
    justify-content: space-between;
}
.in_company .text .item .list .t1{
    font-weight: bold;
    font-size:60px;
    color:#c14d25;
    display: flex;
    align-items: center;
}
.in_company .text .item .list .t1 .s2{
    font-size:46px;
}
.in_company .text .item .list .t2{
    font-size:20px;
    color:#333333;
    text-align:center;
}
.in_company .text .item .list{
    position: relative;
    width: 30%;
    border-right:1px solid #dcdcdc;
}
.in_company .text .item .list:nth-child(2){
    text-align:center;
    width: 44%;
}
.in_company .text .item .list:nth-child(3){
    text-align:right;
    border-right: none;
    width: 16%;
}
.in_company .text .item .list .inner{
    display: inline-block;
}
.alltitlesec{
    text-align:center;
    margin-bottom: 3%;
}
.alltitlesec .t1{
    font-size:40px;
    font-weight: bold;
    color:#333333;
}
.alltitlesec .t1 span{
    color:#c14d25;
}
.alltitlesec .t2{
    font-size:16px;
    color:#333333;
    margin-top: 14px;
}
.alltitlesec .line{
    width: 60px;
    height: 2px;
    background: #c14d25;
    margin:10px auto 0 auto;
}
.in_youshi .item .list{
    float: left;
    width: 50%;
    height: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}
.in_youshi .item .list .tbox{
    width: 300px;
    height: 100%;
    background: #c14d25;
    color:#fff;
    padding:4% 3% 0 3%;
}
.in_youshi .item .list .tbox .shu{
    font-family: ziti1;
    font-size:68px;
    text-align:center;
}
.in_youshi .item .list .tbox .line{
    width: 34px;
    height: 3px;
    background: #fff;
    margin: 4% auto 10% auto;
}
.in_youshi .item .list .tbox .con{
    font-size:16px;
    line-height: 30px;
}
.in_youshi .item .list .imgbox{
    height: 88%;
    width: calc(100% - 300px);
    overflow: hidden;
}
.in_youshi .item .list:nth-child(n+3){
    margin-top: 3%;
}
.in_youshi .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);
}
.in_youshi .item .list:hover .tbox{
    background: #354f98;
}
.in_news{
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}
.in_news .alltbox .alltitle{
    position: relative;
    z-index: 2;
}
.in_news .alltbox .bg{
    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%);
    -webkit-text-stroke: 1px #f1e0dd;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size:88px;
    z-index: 1;
    font-style: italic;
    background: none;
}

.allnews{
    position: relative;
    height: 545px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.allnews .imgbox{
    position: absolute;
    width: 100%;
    height: 50%;
    overflow: hidden;
    top:0;
    left:0;
    z-index: 1;
}
.allnews .title{
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 53%;
    background: url("../img/news1.png") no-repeat top center / cover;
    padding:6% 6%;
    left:0;
    bottom:0;
}
.allnews:hover .title{
    background: url("../img/news2.png") no-repeat top center / cover;
}
.allnews .title .t{
    font-size:30px;
    font-weight: bold;
    color:#333333;
}
.allnews .title .des{
    font-size:16px;
    line-height: 25px;
    color:#666666;
    margin: 5% 0 15% 0;
}
.allnews .title .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.allnews .title .time .s1{
    font-size:16px;
    color:#999999;
}
.allnews .title .time .s2{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border:1px solid #c14d25;
    line-height: 48px;
    text-align:center;
    opacity: 0;
}
.allnews .title .time .s2 i{
    color:#c14d25;
}
.swiper-container-news .swiper-slide{
    padding:10px;
}
.allnews:hover .title .time .s2{
    opacity: 1;
}
.allnews:hover .title .t{
    color:#fff;
}
.allnews:hover .title .des{
    color:#fff;
}
.allnews:hover .title .time .s1{
    color:#fff;
}
.allnews .title .bg{
    position: absolute;
    width: 204px;
    height: 117px;
    background: url("../img/news3.png") no-repeat right bottom;
    right:0;
    bottom:0;
    z-index: 1;
    opacity: 0;
}
.allnews:hover .title .bg{
    opacity: 1;
}
.allnews: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);
}
.in_news_lunbo .newsqie{
    position: relative;
    width: 210px;
    height: 60px;
    margin:2.5% auto 0  auto;
}
.in_news_lunbo .newsqie .newsBtn{
    width: 60px;
    height: 60px;
    background: #fff;
    border:1px solid #c14d25;
    margin-top: -30px;
    border-radius: 100%;
}
.in_news_lunbo .newsqie .newsBtn:after{
    font-size:20px;
    color:#c14d25;
}
.in_news_lunbo .newsqie .newsBtn:hover{
    background: #354f98;
    border:1px solid #354f98;
}
.in_news_lunbo .newsqie .newsBtn:hover:after{
    color:#fff;
}

.footbox{
    padding-bottom: 2%;
    padding-top: 2%;
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.footbox .t-top .left{
    float: left;
    width: 77%;
}
.footbox .t-top .right{
    width: 200px;
    float: right;
    margin-top: 5%;
}
.footbox .t-top .right .erbox{
    width: 200px;
    height: 200px;
    background: #fff;
}
.footbox .t-top .right .erbox img{
    width: 100%;
}
.footbox .t-top .right p{
    text-align:center;
    color:#fff;
    margin-top: 8px;
    font-size:14px;
}
.footbox .t-top .left .f-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    border-bottom:1px solid #6e7178;
    margin-bottom: 5%;
}
.footbox .t-top .left .f-menu a{
    color:#fff;
    font-size:22px;
}
.footbox .t-top .left .f-menu a:hover{
    color: #c14d25;
}
.footbox .t-bottom{
    display: flex;
    justify-content: space-between;
}
.footbox .t-bottom .list{
    min-width: 130px;
}
.footbox .t-bottom .list .t1{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 35px;
}
.footbox .t-bottom .list .t1 .l{
    margin-right: 18%;
}
.footbox .t-bottom .list .t1 .l .s1{
    text-transform: uppercase;
    font-size:18px;
    color:rgba(255,255,255,0.6);
}
.footbox .t-bottom .list .t1 .l .s2{
    font-size:16px;
    color:rgba(255,255,255,0.6);
}
.footbox .t-bottom .list .t1 .icon{
    width: 40px;
    height: 40px;
    border:1px solid rgba(255,255,255,0.6);
    position: relative;
    border-radius: 100%;
}
.footbox .t-bottom .list .t1 .icon img{
    opacity: 0.6;
}
.footbox .t-bottom .list .t2 .a1{
    font-size:16px;
    color:#fff;
}
.footbox .t-bottom .list .t2 .line{
    width: 40px;
    height: 1px;
    background: rgba(255,255,255,0.6);
    margin-top: 20px;
}
.footbox .t-bottom .list:hover .t1 .l .s1{
    color:#c14d25;
}
.footbox .t-bottom .list:hover .t1 .l .s2{
    color:#c14d25;
}
.footbox .t-bottom .list:hover .t1 .icon{
    border:1px solid #c14d25;
    background: #c14d25;
}
.footbox .t-bottom .list:hover .t1 .icon img{
    opacity: 1;
}
.footbox .t-bottom .list:hover .t2 .a1{
    color:#c14d25;
}
.footbox .t-bottom .list:hover .t2 .line{
    background: #c14d25;
}
.copy{
    text-align:center;
    font-size:14px;
    color:#999;
    margin-top: 2%;
}
.copy a{
    color:#999;
}
.sbanner{
    position: relative;
}
.sbanner .pic{
    width: 100%;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:33%;
}
.sbanner .text .t1{
    font-weight: bold;
    font-size:48px;
    color:#c14e25;
}
.sbanner .text .line{
    width: 68px;
    height: 3px;
    background: #c14e25;
    margin-top: 0.5%;
}
.sbanner .text .t2{
    font-weight: lighter;
    font-size:20px;
    color:#3a3a3a;
    margin-top: 4%;
}
.allcrumbs{

}
.allcrumbs .inner{
    padding-left:30px;
    background: url("../img/home-icon.png") no-repeat left center;
    line-height: 70px;
    font-size:16px;
}
.allcrumbs .inner a{
    color:#333333;
}

.inner-honor-item .list{
    float: left;
    width: 20%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-honor-item .list .imgbox{
    width: 100%;
    position: relative;
    height: 407px;
    box-shadow: 0 0 5px rgba(0,0,0,0.35);
}
.inner-company-fir{
    background: url("../img/innercom1.png") no-repeat left 5% top;
}
.inner-company-fir .text{
    float: left;
    width: 48%;
}
.inner-company-fir .text .t1{
    font-size:48px;
    color:#c04127;
    letter-spacing: 5px;
    font-family: ziti2;
}
.inner-company-fir .text .titleimg{
    margin:3% 0;
}
.inner-company-fir .text  .t2{
    font-weight: bold;
    font-size:30px;
    color:#2d2d2d;
}
.inner-company-fir .text  .en{
    font-weight: lighter;
    text-transform: uppercase;
    font-size:14px;
    color:#b3b3b3;
}
.inner-company-fir .text .des{
    font-size:14px;
    color:#2d2d2d;
    line-height: 33px;
    margin:3% 0;
}
.inner-company-fir .text .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0 9%;
}
.inner-company-fir .text .item .list{
    text-align:center;
}

.inner-company-fir .text .item .list .a1{
    font-weight: bold;
    font-size:40px;
    color:#333333;
    display: flex;
    align-items: center;
}
.inner-company-fir .text .item .list .a1 .s2{
    font-size:29px;
}
.inner-company-fir .text .item .list .a2{
    font-size:20px;
    color:#333333;
    text-align:center;
    font-weight: lighter;
}
.inner-company-fir .imgbox{
    float: right;
    width: 46%;
    height: 632px;
    position: relative;
}

.inner-company-fir .imgbox .swiper-container{
    width: 100%;
    height: 100%;
}
.inner-company-fir .imgbox .pic{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-company-fir .imgbox .but{
    position: absolute;
    width: 300px;
    height: 80px;
    background: #c04227;
    bottom:0;
    right: 0;
    z-index: 2;
}
.inner-company-fir .imgbox .swiper-button-next{
    left:40%;
    right:initial;
}
.inner-company-fir .imgbox .swiper-button-prev{
    left:13%;
}
.inner-company-fir .imgbox .but .anniu{
    width: 44px;
    height: 44px;
    background: #fff;
}
.inner-company-fir .imgbox .but .anniu:after{
    font-size:22px;
    color:#333;
}
.inner-company-fir .imgbox .but .anniu:hover:after{
    color:#c04227;
}
.inner-company-fir .imgbox .swiper-pagination{
    bottom:initial;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    font-size:20px;
    z-index: 1;
    text-align:right;
    padding-right:10%;
}
.inner-company-fir .imgbox .swiper-pagination span{
    font-size:40px;
    display: initial;
    margin:0 5px;
}
.inner-company-fir .imgbox .swiper-pagination .swiper-pagination-total{
    font-size:30px;
}

.inner-company-sec{
    background: url("../img/innercom2bg.jpg") no-repeat center / cover;
}
.inner-company-sec .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-company-sec .item .list{
    width: 15%;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .item .list .imgbox{
    width: 100%;
    height: 100%;
}
.inner-company-sec .item .list .text{
    position: absolute;
    width: 100%;
    height: 100%;
    padding:11%;
    color:#fff;
    left:0;
    top:0;
}
.inner-company-sec .item .list .text .title{
    font-size:30px;
    font-weight: bold;
}
.inner-company-sec .item .list .text .line{
    width: 56px;
    height: 2px;
    background: #fff;
    margin:5% 0 10% 0;
}
.inner-company-sec .item .list .text .des{
    font-size:16px;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.inner-company-sec .item .list:hover .text{
    background: rgba(192,66,39,0.8);
}
.inner-company-sec .item .list:hover .text .des{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.innernews{
    border-radius: 30px;
    overflow: hidden;
}
.innernews .imgbox{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.innernews .imgbox img{
    position: absolute;
    left:0;
}
.innernews .text{
    background: #f4f6f8;
    padding:6%;
}
.innernews .text .title{
    font-weight: bold;
    color: #282828;
    font-size: 20px;
}
.innernews .text .des{
    margin-top: 2%;
    color: #5a5858;
    font-size: 16px;
}
.innernews:hover{
    box-shadow: 0 10px 32px rgb(29 29 31 / 12%);
}
.innernews: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);
}
.innernews:hover .text .title{
    color: #2a3245;
}


.inner-news-sm {
    display: none;
}
.inner-news-top{
    background: #f4f6f8;
}
.inner-news-top .innernews .text{
    background: #fff;
}
.inner-news-top .item{
    position: relative;
}
.inner-news-top .item .list-left{
    float: left;
    width: 39%;
}
.inner-news-top .item .list-right{
    position: absolute;
    width: 56%;
    height: 100%;
    top:0;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.inner-news-top .item .list-right .list{
    background: #fff;
    border-radius: 20px;
    padding: 3.5% 5%;
}
.inner-news-top .item .list-right .list:hover{
    box-shadow: 0 10px 32px rgb(29 29 31 / 12%);
}
.inner-news-top .item .list-right .list .title{
    color: #282828;
    font-size: 22px;
    padding-bottom: 2.5%;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1%;
}
.inner-news-top .item .list-right .list .des{
    color: #5a5858;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-news-top .item .list-right .list .des span{
    display: inline-block;
}
.inner-news-top .item .list-right .list .des span.s1{
    line-height: 25px;
    background: #c14d25;
    font-size:13px;
    color:#fff;
    padding:0 15px;
    margin-right: 10px;
    border-radius: 5px;
}
.inner-news-top .item .list-right .list .des span.s2{
    padding-left: 30px;
    background: url("../img/news-time.png") no-repeat left center;
    background-size: 20px;
}
.inner-news-bottom .item .list{
    float: left;
    width: 33.33%;
    padding: 0 1%;
    margin-bottom: 2%;
}
.inner-news-bottom .item .list .allnews .text{
    background: #f4f6f8;
}
.inner-news-bottom .item .list .allnews .imgbox{
    padding-bottom: 68%;
}
.bg{
    background: #f4f6f8;
}
.info_content{
    background: #fff;
    padding:7%;
}
.inner-title{
    text-align:center;
    margin-bottom: 4%;
}
.inner-title .fir{
    font-size:30px;
    color:#333333;
    text-align:center;
}
.inner-title .line{
    width: 50px;
    height: 2px;
    background: #c14d25;
    margin:2% auto;
}
.inner-title .sec{
    font-size:14px;
    color:#999999;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.sub {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 3%;
    padding-bottom: 2%;
    text-align: center;
}

.sub li {
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    margin-right: 15px;
    color: #666;
    padding-left: 30px;
}

.sub li a {
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    color: #666;
}
.news_inner_item{
    font-size: 16px;
    color: #595757;
    line-height: 30px;
}
.news_inner_item img{
    max-width: 100%;
    margin:2% auto;
}
.news-info-inner{
    border-bottom: 1px solid #e5e5e5;
}
.inner-contact-sec{
    background-attachment: fixed;
}
.inner-contact-sec .inner{
    position: relative;
    width: 100%;
    background: #fff;
}
.inner-contact-sec .biaodan{
    width: 50%;
    padding:4%;
    float: right;
}
.inner-contact-sec .biaodan .title{
    color:#282828;
    margin-bottom: 3%;
}
.inner-contact-sec .biaodan .textbox{
    position: relative;
}
.inner-contact-sec .biaodan textarea{
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    padding:25px;
}
.inner-contact-sec .biaodan textarea::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contact-sec .biaodan .inputbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-contact-sec .biaodan .inputbox .inputbb{

    width: 48.5%;
    position: relative;
    margin-top:20px;
}
.inner-contact-sec .biaodan .inputbox input{
    width: 100%;
    line-height: 55px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 25px;

}
.inner-contact-sec .biaodan .inputbox input::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contact-sec .biaodan .code{
    width: 48.5%;
    margin-top: 20px;
    position: relative;
}
.inner-contact-sec .biaodan .code input{
    width: 100%;
    margin-top: 0;
}
.inner-contact-sec .biaodan .code .verify{
    width: 135px;
    height: 98%;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
}
.inner-contact-sec .biaodan .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-sec .biaodan  .submit{
    display: block;
    width: 48.5%;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    background: #c14d25;
}
.inner-contact-sec .biaodan  .submit:hover{
    background: #354f98;
}
.inner-contact-sec .biaodan span{
    font-size:16px;
    color:#ff0000;
    top:10px;
    left:10px;
    position: absolute;
}
.inner-contact-sec .imgbox{
    position: absolute;
    width: 50%;
    height: 100%;
    top:0;
    left:0;
}
.inner-contact-sec .biaodan .tbox{
    margin-bottom: 4%;
}
.inner-contact-sec .biaodan .tbox .en{
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(153,153,153,0.6);
}
.inner-contact-sec .biaodan .tbox .t1{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}


.inner-contact-fir .mymap{
    width: 100%;
    height: 520px;
}
#mymap{
    width: 100%;
    height: 100%;
}
.inner-contact-fir .lxbox{
    border-top:3px solid #c14d25;
    background: #f4f6f8;
    margin-top: 3.5%;
}
.inner-contact-fir .lxbox .list{
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 3%;
}
.inner-contact-fir .lxbox .list:nth-child(1){
    border-bottom:1px solid #e0e0e0;
}
.inner-contact-fir .lxbox .list .lxfs .t1{
    font-size:16px;
    color:#333333;
}
.inner-contact-fir .lxbox .list .lxfs .t2{
    font-size:24px;
    color:#333333;
}
.inner-contact-fir .lxbox .list .lxfs .t2 a{
    color:#333333;
}

.in-product-item .list{
    float: left;
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.in-product-item .list:nth-child(4n){
    margin-right: 0;
}
.in-product-item .list .allpro .imgbox{
    height: 286px;
}
.in-product-item .list .allpro .title .t{
    margin-top: 0;
}
.inner-product-des-top .imgbox{
    float: left;
    width: 43%;
}
.pro-des-imgbox{
    width: 100%;
    height: 460px;
    border: 1px solid #eee;
}
.pro-des-imgbox .swiper-container{
    height: 100%;
}
.pro-des-imgbox .pic{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.pro-des-imgbox .pic img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-imgbox .swiper-button-white{
    width: 37px;
    height: 56px;
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    margin-top: -28px;
}
.pro-des-imgbox .swiper-button-white:after{
    font-size:20px;
}
.inner-product-des-top .text{
    float: right;
    width: 54%;
    margin-top: 1%;
}
.inner-product-des-top .text .goods-title{
    background: #f9ece9;
    border-radius: 6px;
    padding: 5px 4%;
    font-size: 30px;
    font-weight: bold;
    color: #c04227;
    letter-spacing: 3px;
}
.inner-product-des-top .text .goods-ul{
    padding: 4% 4%;
    border-bottom:2px solid #faf0ed;
}
.inner-product-des-top .text .goods-ul p{
    font-size:16px;
    color:#333333;
    margin-bottom: 3%;
}
.inner-product-des-top .text .goods-ul p:last-child{
    margin-bottom: 0;
}
.inner-product-des-top .text .goods-tel{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 4%;
}
.inner-product-des-top .text .goods-tel .icon{
    width: 100px;
    height: 60px;
    position: relative;
    border-right:1px solid #dcdcdc;
}
.inner-product-des-top .text .goods-tel .t{
    padding-left:3%;
}
.inner-product-des-top .text .goods-tel .t .t1{
    font-size:16px;
    color:#333333;
    font-weight: lighter;
}
.inner-product-des-top .text .goods-tel .t .t2{
    font-size:30px;
    color:#000000;
    font-weight: bold;
}
.inner-product-des-bottom{
    margin-top: 4%;
}
.goods-des-title{
    border-bottom:1px solid #c04227;
    margin-bottom: 2%;
}
.goods-des-title a{
    display: block;
    float: left;
    line-height: 65px;
    padding:0 5%;
    font-size:22px;
    color:#333333;
    border:1px solid #c04227;
    border-bottom:none;
    border-right:none;
    cursor: pointer;
}
.goods-des-title a:last-child{
    border-right:1px solid #c04227;
}
.goods-des-title a:hover{
    color:#c04227;
}
.goods-des-title a.act{
    color:#fff;
    background: #c04227;
}
.goods-des-box{
    font-size:16px;
    color:#333333;
    line-height: 35px;
}
.goods-des-box img{
    display: inline-block;
    max-width: 100%;
}
.goods-des-box table{
    width: 100%!important;
    border-collapse: collapse;
    margin:1% 0;
}
.goods-des-box table tr td{
    font-size:15px;
    color:#333;
    text-align:center;
    border:1px solid #e3e3e3;
}
.cpother .allpro .imgbox{
    height: 324px;
}
.cpother  .allpro .title{
    padding:0 4%;
    line-height: 80px;
}
.cpother  .allpro .title .t{
    margin-top: 0;
}
.cpother .swiper-button-white{
    width: 80px;
    height: 80px;
    background: #24478a;
    top:36%;
}
.cpother .swiper-button-white:hover{
    background: #c04227;
}
.cpother .swiper-button-white:after{
    font-size:26px;
}
.cpother .swiper-button-next-pro-other{
    right:0;
}
.cpother .swiper-button-prev-pro-other{
    left:0;
}
.goods-des-mes-box .left{
    float: left;
    width: 29%;
    height: 570px;
    background: #f9ece9;
    padding:5% 2%;
    position: relative;
}
.goods-des-mes-box .left .t1{
    text-transform: uppercase;
    font-size: 48px;
    color: #c04227;
    line-height: 51px;
    font-weight: bold;
    letter-spacing: 2px;
}
.goods-des-mes-box .left .line{
    width: 70px;
    height: 3px;
    background: #c04227;
    margin: 10% 0;
}
.goods-des-mes-box .left .t2{
    font-size:30px;
    color:#333333;
}
.goods-des-mes-box .left .t3{
    font-size:22px;
    color:#333333;
    font-weight: lighter;
    margin-top: 37%;
}
.goods-des-mes-box .left .jian{
    width: 40px;
    height: 60px;
    background: #24478a;
    position: absolute;
    right:-20px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.goods-des-mes-box .right{
    float: right;
    width: 68%;
}
.right .topbg{
    background: url("../img/peodesmes.jpg") no-repeat center / cover;
    padding:6.5%;
}
.right .top .inputbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right .top .inputbox .inputbb{
    width: 47.5%;
    position: relative;
    margin-bottom:27px;
}
.right .top .inputbox input{
    width: 100%;
    line-height: 60px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 25px;
    border-radius: 3px;
}
.right .top .inputbox input::placeholder{
    font-size:20px;
    color:#333333;
}
.right .top .inputbox .code{
    width: 47.5%;
    margin-bottom: 27px;
    position: relative;
}
.right .top .inputbox .code input{
    width: 100%;
    margin-top: 0;
}
.right .top .inputbox .code .verify{
    width: 135px;
    height: 98%;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
}
.right .top .inputbox .code .verify img{
    width: 100%;
    height: 100%;
}
.right .top  .submit{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 63px;
    text-align: center;
    margin-top: 20px;
    background: #c04227;
}
.right .top  .submit:hover{
    background: #c14d25;
}

.right .top .textbox{
    position: relative;
}
.right .top textarea{
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    padding:25px;
    border-radius: 3px;
}
.right .top textarea::placeholder{
    font-size:20px;
    color:#333333;
}
.searchbox.inner .searchbox-inner .hot{
    width: 68%;
}
.searchbox.inner .searchbox-inner .formbox {
    width: 28%;
}
.searchbox.inner .searchbox-inner .hot a {
    font-size: 18px;
}
.searchbox.inner .searchbox-inner .hot a.act{
    font-weight: bold;
    color: #c04227;
}
.kji{
    margin-bottom: 2%;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #333;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}


.navBgout{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translate(0,-100%);
    z-index: 1000;
    padding: 0 2%;
}
.navBgout.active{
    opacity: 1;
    transform: translate(0,0);
}
.navBgTop {
    position: relative;
    z-index: 1;
    padding: 35px 40px;
    border-bottom: 1px solid #d8d8d8;
}
.navCloseButton {
    float: right;
    padding: 5px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.navBgout-logo{
    float: left;
}
.navBgout-logo a{
    display: block;
}
.navCloseButton span {
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    transform-origin: left center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.navCloseButton span:first-child {
    transform: rotate(45deg);
}
.navCloseButton span:last-child {
    margin-top: 20px;
    transform: rotate(-45deg);
}
.navBgBottom{
    overflow: hidden;
    height: calc(100% - 111px);
    padding: 3%;
    display: flex;
    align-items: center;
}
.navBgBottom-con{
    width: 100%;
}
.navBgBottom-con-list{
    border-bottom:1px solid #eee;
    margin-bottom: 4%;
    padding-bottom: 3%;
}
.navBgBottom-con-list .t{
    font-size:18px;
    font-weight: 700;
    color:#333;
    margin-bottom: 2%;
}
.navBgBottom-con-list .abox a{
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-right: 4%;
}
.navBgBottom-con-list .abox a:hover{
    color:#c14d25;
    font-weight: 700;
}
.navBgBottom-con-list .pbox p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}