.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: 'abr';
    src: url("../img/AbrilFatface-Regular.otf");
}

.padding {
    padding: 55px 0;
}

.padding-top {
    padding-top: 55px;
}

.padding-bottom {
    padding-bottom: 55px;
}

.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;
}
.topper{
    background: #f5f5f5;
    line-height: 40px;
}
.topper .left{
    float: left;
    font-size:14px;
    color:#848484;
}
.topper .right{
    float: right;
}
.topper .right a{
    display: block;
    line-height: 40px;
    padding-left:25px;
    font-size:14px;
    color:#666;
    background: url("../img/toper-icon.png") no-repeat left center;
}
.topper .right a:hover{
    color:#2554ac;
}
.headerbox{
    background: #fff;
    height: 140px;
}
.headerbox .logo{
    float: left;
}
.headerbox .logo h1{
    float: left;
    margin-top: 44px;
}
.headerbox .logo .text{
    float: left;
    margin-left: 23px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    margin-top: 39px;
}
.headerbox .logo .text .fir{
    font-size:24px;
    color:#333333;
    font-weight: bold;
}
.headerbox .logo .text .sec{
    font-size: 18px;
    color: #666666;
    letter-spacing: 1px;
}
.headerbox .logo .text .sec span{
    color:#12328d;
    font-weight: bold;
}
.headerbox .tel{
    float: right;
    padding-left: 98px;
    background: url(../img/header-tel.png) no-repeat left center;
    margin-top: 41px;
}
.headerbox .tel .fir{
    font-size:21px;
    color:#7d7d7d;
}
.headerbox .tel .sec{
    font-size:32px;
    color:#2554ac;
    font-family: Impact;
}
.menubox{
    background: #12328d;
}
.menubox ul li{
    float: left;
    width: 171px;
}
.menubox ul li>a{
    display: block;
    line-height: 70px;
    text-align:center;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    position: relative;
}
.menubox ul li>a:after{
    position: absolute;
    content:"";
    width: 2px;
    height: 70px;
    background: url("../img/nav-icon.png") no-repeat center;
    right:0;
    top:0;
}
.menubox ul li:first-child>a:before{
    position: absolute;
    content:"";
    width: 2px;
    height: 70px;
    background: url("../img/nav-icon.png") no-repeat center;
    left:0;
    top:0;
}
.menubox ul li>a:hover ,.menubox ul li>a.active{
    background: #ce181a;
}


.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 60px;
    height: 9px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 9px;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #2554ac;
}
.searchbox{
    background: #fff;
    border-bottom:1px solid #e5e5e5;
}
.searchbox .warpper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.hot-keyword{
    line-height: 30px;
}
.hot-keyword span{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #282828;
    letter-spacing: 2px;
}
.hot-keyword a{
    display: inline-block;
    font-size:16px;
    color:#7f7f7f;
    position: relative;
    margin-right: 15px;
}
.hot-keyword a:hover{
    color:#2554ac;
}
.formbox input[type=text]{
    float: left;
    width: 350px;
    line-height: 50px;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 35px;
    background: #fff;
    border-radius: 50px 0 0 50px;
    border:1px solid #12328d;
}
.formbox input[type=text]::placeholder{
    font-size:16px;
    color:#7f7f7f;
}
.formbox input[type=submit]{
    cursor: pointer;
    float: left;
    width: 120px;
    height: 52px;
    background:#12328d url(../img/search.png) no-repeat center left 27px;
    border-radius:  0 50px 50px 0;
    color:#fff;
    font-size:18px;
    padding-left: 24px;
}
.formbox input[type=submit]:hover{
    background:#ce181a url("../img/search.png") no-repeat center left 27px;
}

.alltitle{
    text-align:center;
    margin-bottom: 30px;
}
.alltitle .fir{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.alltitle .sec{
    font-size:15px;
    color:#999999;
    margin: 3px 0 11px 0;
}
.alltitle .red{
    color:#ce181a;
    font-weight: bold;
    font-size:40px;
}
.alltitle .black{
    font-size:40px;
    color:#282828;
    font-weight: bold;
}
.alltitle .fir i{
    display: block;
    width: 32px;
    height: 4px;
    background: #ce181a;
    margin:0 10px;
}

.allsider{
    float: left;
    width: 280px;
}
.sider-top{
    height: 110px;
    background: #12328d;
    text-align:center;
    padding-top: 25px;
}
.sider-top .fir{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sider-top .fir span{
    font-size:30px;
    display: inline-block;
    color:#fff;
    font-weight: bold;
    margin-left: 10px;
}
.sider-top .sec{
    font-size:13px;
    font-weight: lighter;
    text-transform: uppercase;
    color:rgba(255,255,255,0.6);
    margin-top: 4px;
}
.sider-ul ul {
    border:1px solid #f0f0f0;
    background: #fff;
}
.sider-ul ul li a{
    border-bottom:1px solid #f0f0f0;
    display: block;
    line-height: 62px;
    font-size:18px;
    color:#676869;
    padding-left: 60px;
    background: url("../img/yuan.png") no-repeat left 30px center;
}
.sider-ul ul li:last-child a{
    border-bottom:none;
}
.sider-ul ul li a:hover
,.sider-ul ul li a.active{
    color:#12328d;
    background: url("../img/yuan1.png") no-repeat left 30px center;
}

.sider-lx{
    margin-top: 20px;
    border:1px solid #f0f0f0;
    background: #fff;
}
.sider-lx .top{
    height: 151px;
    background: url("../img/siderlxbg.jpg") no-repeat center;
    padding:76px 0 0 20px;
    color:#fff;
}
.sider-lx .top .fir{
    font-size:18px;
}
.sider-lx .top .sec{
    font-size:32px;
    font-family: Impact;
}
.sider-lx .bottom{
    padding:20px;
    font-size:16px;
    color:#676869;
}
.sider-lx .bottom a{
    color:#676869;
}
.sider-lx .bottom span{
    color:#676869;
}
.sider-lx .bottom p{
    padding:5px 0;
}
.allproright{
    float: right;
    width: 900px;
}

.allpro .imgbox{
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.allpro .imgbox .abox{
    position: absolute;
    width: 100%;
    left:0;
    bottom:-50px;
    text-align:center;
    display: flex;
    justify-content: center;
}
.alla{
    display: flex;
    width: 160px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #12328d;
    border-radius: 40px;
}
.alla:hover{
    background: #ce181a;
}
.alla span{
    font-size:16px;
    color:#fff;
    display: inline-block;
    margin:0 10px;
}
.allpro .alla:nth-child(1){
    background: #12328d;
    border-radius: 30px 0 0 30px;
}
.allpro .alla:nth-child(2){
    background: #ce181a;
    border-radius: 0 30px 30px 0;
}
.allpro .alla:hover{
    background: #2b2b2b;
}
.allproright .list{
    float: left;
    width: 440px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.allproright .list:nth-child(2n){
    margin-right: 0;
}
.allpro:hover .imgbox .abox{
    bottom:30px;
}
.allpro:hover .imgbox>img{
    opacity: 0.5;
}
.allpro .title{
    display: block;
    line-height: 65px;
    background: #f1f1f1;
    font-size:22px;
    color:#34383f;
    letter-spacing: 1px;
    text-align:center;
}
.allpro:hover .title{
    background: #12328d;
    color:#fff;
}


.in_company{
    background: url("../img/companybg.jpg") no-repeat center / cover;
}

.alltitle .fir em{
    display: block;
    width: 10px;
    height: 10px;
    background: #282828;
    margin:0 10px;
}
.in_company .imgbox{
    float: left;
    width: 600px;
    height: 400px;
}
.in_company .text{
    float: right;
    width: 564px;
    margin-top: 32px;
}
.in_company .text .title{
    font-weight: bold;
    color:#12328d;
    font-size:30px;
}
.in_company .text .des{
    line-height: 33px;
    color:#495057;
    font-size:16px;
    margin: 22px 0 28px 0;
}

.in_shu{
    width: 100%;
    height: 190px;
    background: url("../img/shubg.jpg") no-repeat center;
}
.in_shu .list{
    float: left;
    width: 33.33%;
    height: 190px;
    display: flex;
    align-items: center;
}
.in_shu .list .inner{
    width: 100%;
    text-align:center;
    color:#fff;
}
.in_shu .list .inner .fir {
    font-size:50px;
    color:#ffffff;
}
.in_shu .list .inner .fir span.counter{
    font-family: Impact;
}
.in_shu .list .inner .fir .fu{
    font-size: 50px;
    margin-left: -14px;
}
.in_shu .list .inner .sec {
    font-size:16px;
    margin-top: 15px;
}

.in_ys .item{
    width: 100%;
    height: 500px;
}
.in_ys .item .list{
    overflow: hidden;
    float: left;
    width: 116px;
    height: 100%;
    position: relative;
    margin-right: 6px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
.in_ys .item .list:last-child{
    margin-right: 0;
}
.in_ys .item .list .img1{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    left:0;
    top:0;
    visibility: visible;
}
.in_ys .item .list .img1 .text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align:center;
    left:0;
    top:0;
    padding-top: 35px;
}
.in_ys .item .list .img1 .text .icon{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ce181a;
    position: relative;
    margin:0 auto;
}
.in_ys .item .list .img1 .text .title{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    margin: 24px auto 0 auto;
    letter-spacing: 7px;
}
.in_ys .item .list.active{
    width: 834px;
}
.in_ys .item .list.active .img1{
    opacity: 0;
    visibility: hidden;
}
.in_ys .item .list .img2{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    left:0;
    top:0;
}
.in_ys .item .list .img2 .text{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    padding:30px;
    color:#fff;
    background: rgba(206,24,26,0.8);
}
.in_ys .item .list .img2 .text .fir{
    font-weight: bold;
    font-size:26px;
}
.in_ys .item .list .img2 .text .sec{
    margin-top: 5px;
    font-size:14px;
}

.newslist{
    float: left;
    width: 396px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.newslist:nth-child(3n){
    margin-right: 0;
}
.allnews{
    padding:20px;
    background: #f5f5f5;
}
.allnews:hover {
    box-shadow: 0 0 12px #15348f4d;
    background: #fff;
}
.allnews .imgbox{
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.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);
}
.allnews .text{
    padding:26px 0 6px 0;
}
.allnews .text .title{
    font-size:20px;
    color:#333333;
}
.allnews .text .des{
    font-size:14px;
    color:#666666;
    line-height: 26px;
    margin:20px 0 60px 0;
}
.allnews .text .more{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}
.allnews .text .more span{
    font-size:14px;
    color:#999;
}
.allnews .text .more .icon{
    width: 21px;
    height: 11px;
    background: url("../img/news-jian.png") no-repeat center;
}

.footerbox{
    background: #333333;
}
.footerbox .f-menu a{
    float: left;
    width: 16.6%;
    text-align:center;
    line-height: 107px;
    font-size:16px;
    color:rgba(255,255,255,0.8);
    position: relative;
}
.footerbox .f-menu a: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: 1px;
    height: 12px;
    background: #5c5c5c;
}
.footerbox .f-menu a:last-child:after{
    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%);
    width: 1px;
    height: 12px;
    background: #38485c;
}
.footerbox .f-menu a:hover
,.footerbox .f-menu a.active{
    color:#ce181a;
}
.footerbox .f-menu {
    border-bottom:1px solid #5c5c5c;
}
.footerbox .lxbox{
    padding:50px 0;
}
.footerbox .lxbox .erbox{
    float: left;
    width: 140px;
    height: 140px;
    background: #fff;
}
.footerbox .lxbox .erbox img{
    width: 100%;
}
.footerbox .lxbox .text{
    float: left;
    margin-left: 27px;
}
.footerbox .lxbox .text .tel{
    padding-left: 70px;
    background: url(../img/f-tel.png) no-repeat left top 4px;
    padding-bottom: 20px;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 20px;
}
.footerbox .lxbox .text .tel .fir{
    font-size:16px;
    color:rgba(255,255,255,0.5);
}
.footerbox .lxbox .text .tel .sec{
    font-size:26px;
    color:#fff;
    font-family: Impact;
    line-height: 35px;
}
.footerbox .lxbox .text .wenxi .t1{
    font-size:18px;
    color:#fff;
    font-weight: bold;
}
.footerbox .lxbox .text .wenxi .t2{
    font-size:14px;
    color:rgba(255,255,255,0.5);
}
.footerbox .lxbox .cp{
    float: left;
    width: 508px;
}
.footerbox .lxbox .cp .t{
    font-weight: bold;
    font-size:18px;
    color:#fff;
    margin-bottom: 15px;
}
.footerbox .lxbox .cp .abox p{
    font-size:16px;
    color:rgba(255,255,255,0.5);
    margin-bottom: 5px;
    line-height: 35px;
    padding-left: 30px;
}
.footerbox .lxbox .cp .abox p a{
    color:rgba(255,255,255,0.5);
}
.footerbox .lxbox .cp .abox p.email{
    background: url("../img/f-email1.png") no-repeat left center;
}
.footerbox .lxbox .cp .abox p.tel{
    background: url("../img/f-tel1.png") no-repeat left center;
}
.footerbox .lxbox .cp .abox p.address{
    background: url("../img/f-add1.png") no-repeat left center;
}
.footerbox .lxbox .left{
    float: right;
}

.copy{
    background: #2b2b2b;
    font-size:14px;
    color:rgba(255,255,255,0.5);
    line-height: 60px;
}
.copy a{
    color:rgba(255,255,255,0.5);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.cbl {
    width: 45px;
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 2px;
    transition: 0.4s ease-in-out;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #00c0ff;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    background-size: 30px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #00458e url("../img/cb-tel.png") no-repeat center;
}
.cbl li.tel:hover span{
    background: #ce181a url("../img/cb-tel.png") no-repeat center;
}
.cbl li.message span{
    background: #00458e url("../img/cb-message.png") no-repeat center;
}
.cbl li.message:hover span{
    background: #ce181a url("../img/cb-message.png") no-repeat center;
}
.cbl li.weixin span{
    background: #00458e url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.weixin:hover span{
    background: #ce181a url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.fd span{
    background: #00458e url("../img/fd.png") no-repeat center;
}
.cbl li.fd:hover span{
    background: #ce181a url("../img/fd.png") no-repeat center;
}

.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
    font-weight: lighter;
    display: none;

}

.cbl li aside {
    position: absolute;
    right: 50px;
    top: 0;
    padding:0 10px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #00458e;
    box-sizing: border-box;
    font-size: 18px;
    color: white;
    white-space: nowrap;
    font-family: Impact;
}
.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 #00458e;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.sbanner{
    width: 100%;
    height: 400px;
    background: url("../img/sbanner.jpg") no-repeat center;
}


.allcrumbs{
    border-bottom:1px solid #e6e5e5;
}
.allcrumbs .icon{
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    border-right:1px solid #e6e5e5;
}
.allcrumbs .wen{
    float: left;
    margin-left: 10px;
    font-size:14px;
    color:#838383;
    line-height: 60px;
}
.allcrumbs .wen a{
    color:#838383;
}
.allcrumbs .wen span{
    font-weight: bold;
    color:#e31e1a;
}

.allcrumbs .formbox{
    float: right;
    margin-top: 12px;

}
.allcrumbs .formbox input[type=text]{
    line-height: 35px;
    width: 260px;
}
.allcrumbs .formbox input[type=submit]{
    height: 37px;
    background: #12328d url(../img/search.png) no-repeat center left 19px;
    width: 98px;
    font-size: 16px;
    background-size: 17px;
}
.inner-company-fir .imgbox{
    float: left;
    width: 580px;
    height: 390px;
    position: relative;
}
.inner-company-fir .imgbox .kuang{
    position: absolute;
    width: 560px;
    height: 368px;
    background: #12328d;
    right:0;
    top:0;
    z-index: 1;
}
.inner-company-fir .imgbox .pic{
    position: absolute;
    width: 560px;
    height: 368px;
    left:0;
    bottom:0;
    z-index: 2;
}
.inner-company-fir .text{
    float: right;
    width: 580px;
    margin-top: 25px;
}
.inner-company-fir .text .title{
    font-size:30px;
    color:#282828;
    font-weight: bold;
}
.inner-company-fir .text .sm{
    font-size:18px;
    color:#12328d;
    margin: 10px 0 19px 0;
}
.inner-company-fir .text .des{
    font-size:16px;
    color:#495057;
    line-height: 35px;
    margin-top: 30px;
}
.inner-company .in_shu{
    height: 200px;
}
.inner-company .in_shu .list{
    height: 200px;
}
.inner-title{
    margin-bottom: 25px;
}
.inner-title .fir{
    font-size:30px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 20px;
}

.inner-company-sec .item .list{
    float: left;
    width: 590px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}
.inner-company-sec .item .list:nth-child(2n){
    margin-right: 0;
}
.inner-company-sec .item .list:nth-child(n+3){
    margin-top: 20px;
}
.inner-company-sec .item .list .text{
    position: absolute;
    width: 100%;
    color:#fff;
    background: rgba(0,0,0,0.8);
    padding:20px 30px;
    left:0;
    bottom:0;
}
.inner-company-sec .item .list .fir{
    font-size:26px;
    font-weight: bold;
}
.inner-company-sec .item .list .sec{
    font-size:14px;
    margin-top: 5px;
}

.inner-company-thr{
    width: 100%;
    height: 280px;
    background:url("../img/innerguang.jpg") no-repeat center;
}

.inner-company-thr .wen{
    padding-left:550px;
    padding-top: 53px;
}
.inner-company-thr .wen .fir{
    font-weight: bold;
    font-size:30px;
    color:#282828;

}
.inner-company-thr .wen .sec{
    font-size:18px;
    color:#282828;
    margin:10px 0 40px 0;
}
.inner-company-thr .wen .thr .more{
    background: #ce181a;
    display: block;
    width: 171px;
    float: left;
}
.inner-company-thr .wen .thr .more:hover{
    background: #2b2b2b;
}
.inner-company-thr .wen .thr .more .icon{
    width: 50px;
    height: 50px;
    position: relative;
    border-right:1px solid #fff;
    float: left;
}
.inner-company-thr .wen .thr .more .text{
    height: 50px;
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    float: left;
}
.inner-company-thr .wen .thr .more .text span{
    font-size:16px;
    display: inline-block;
    margin-right: 10px;
    color:#fff;
}
.inner-company-thr .wen .thr .tel{
    float: left;
    padding-left: 70px;
    background: url(../img/header-tel1.png) no-repeat left center;
    margin-left:35px;
}
.inner-company-thr .wen .thr .tel .t1{
    font-size:16px;
    color:#7d7d7d;
}
.inner-company-thr .wen .thr .tel .t2{
    font-size:26px;
    color:#ce181a;
    font-family: Impact;
}
.inner-pro-item{
    float: right;
    width: 900px;
}
.inner-pro-item .list{
    width: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inner-pro-item .list:nth-child(3n){
    margin-right: 0;
}
.inner-pro-item .allpro .imgbox{
    height: 255px;
}
.inner-pro-item .allpro .title{
    line-height: 55px;
    font-size: 16px;
    letter-spacing: 0;
}
.inner-pro-item .alla{
    width: 127px;
    height: 40px;
}

.inner-pro-item .allpro  .alla span{
    font-size: 14px;
}

.inner-yingyong-list{
    float: left;
    width: 381px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.inner-yingyong-list:nth-child(3n){
    margin-right: 0;
}
.inner-yingyong-list .imgbox{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.inner-yingyong-list .title a{
    display: block;
    background: #eee;
    font-size:16px;
    color:#333;
    line-height: 55px;
    text-align:center;
}
.inner-yingyong-list:hover .title a{
    background: #12328d;
    color:#fff;
}
.inner-yingyong-list-sec: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);
}

.inner-news-des{
    background: #fff;
}
.inner-news-des .left .tbox{
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom:28px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.des-content{
    font-size:16px;
    color:#595959;
    line-height: 30px;
}
.des-content img{
    margin:0 auto;
    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}

.allcrumbs .back{
    float: right;
    width: 155px;
    padding-left:40px;
    background:url("../img/back.png") no-repeat left 20px center;
    font-size:14px;
    color:#838383;
    line-height: 60px;
    border-left:1px solid #e6e5e5;
}

.inner-news .allnews .text .des{
    margin: 20px 0 11px 0;
}


.piclunbo{
    float: left;
    width: 480px;
    position: relative;
}
.piclunbo .shang{
    width: 100%;
    height: 345px;
}
.piclunbo .shang .swiper-container{
    width: 100%;
    height: 100%;
}
.piclunbo .shang .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.piclunbo .xia{
    margin-top: 15px;
}
.piclunbo .xia .imgbox{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.piclunbo .xia .swiper-slide-thumb-active .imgbox{
    border:2px solid #f4324d;
}
.piclunbo .but{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.6);
    margin-top: -30px;
    background-size: 15px;
}
.pictext{
    float: right;
    width: 680px;
}

.pictext .t1{
    display: inline-block;
    background: #f4324d;
    font-size:14px;
    color:#fff;
    padding: 0 4px;
    line-height: 20px;
}
.pictext .title{
    font-weight: bold;
    font-size:26px;
    color:#000;
    margin: 20px 0 16px 0;
}
.pictext .line{

    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: relative;
}

.pictext .thr{
    font-size: 14px;
    color: #888888;
    margin-bottom: 6px;
    margin-top: 22px;
    font-weight: bold;
}
.pictext .des{
    font-size:14px;
    color:#888888;
    line-height: 30px;
    margin-bottom: 20px;
}

.pictext .telbox .tel{
    padding-left:63px;
    background: url("../img/l-tel.png") no-repeat left center;
    margin-top: 28px;
    margin-bottom: 37px;
}
.pictext .telbox .tel .fir{
    color:#aaaaaa;
    font-size:14px;
}
.pictext .telbox .tel .sec{
    color:#ce181a;
    font-size:26px;
    font-family: Impact;
    line-height: 30px;
}
.pictext .telbox a{
    display: flex;
    width: 175px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: 28px 0 0 96px;
    float: left;
    background: #f4324d;
}
.pictext .telbox a span{
    color:#fff;
    font-size:18px;
    display: inline-block;
    margin-left: 10px;
}
.pictext .telbox a:hover{
    background: #1f3e66;
}

.prodes-bottom{
    margin-top: 60px;
}
.pictext .abox .alla{
    border-radius: 0;
    float: left;
    margin-right: 20px;
}
.pictext .abox .alla:nth-child(1){
    background: #333333;
}
.pictext .abox .alla:nth-child(2){
    background: #ce181a;
}
.pictext .abox .alla:hover{
    background: #12328d;
}
.pro_t{
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 36px;
}
.pro_t span{
    display: inline-block;
    font-size:18px;
    font-weight: bold;
    color:#fff;
    padding-left: 65px;
    line-height: 60px;
    background: #12328d url("../img/m1.png") no-repeat left 28px center;
    position: relative;
    width: 168px;
}

.prodes{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.prodes .part{
    padding-bottom: 20px;
    border-bottom:1px solid #e8ebef;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prodes .part strong{
    display: inline-block;
    font-size:20px;
    color:#1f3e66;
    padding-left: 15px;
    border-left:3px solid #1f3e66;
}

.prodes table{
    width: 100% !important;
    border-collapse: collapse;
}

.prodes table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3!important;
}

