.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: 'chuangke';
    src: url("../img/chuangke.ttf");
}

.padding {
    padding: 70px 0;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}

.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: 38px;
}
.headerbox .logo .text{
    float: left;
    margin-left: 23px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    margin-top: 38px;
}
.headerbox .logo .text .fir{
    font-size:20px;
    color:#444;
}
.headerbox .logo .text .sec{
    font-size:20px;
    color:#2543a5;
    font-weight: bold;
}
.headerbox .tel{
    float: right;
    padding-left: 68px;
    background: url(../img/header-tel.png) no-repeat left center;
    margin-top: 34px;
}
.headerbox .tel .fir{
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.menubox{
    background: #2543a5;
}
.menubox ul li{
    float: left;
    width: 171px;
}
.menubox ul li>a{
    display: block;
    height: 70px;
    text-align:center;
    position: relative;
    padding-top: 14px;
}
.menubox ul li>a span{
    display: block;
}
.menubox ul li>a span.s1{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.menubox ul li>a span.s2{
    font-size:12px;
    color:rgba(255,255,255,0.3);
    text-transform: uppercase;
    margin-top: 5px;
}
.menubox ul li>a:hover ,.menubox ul li>a.active{
    background: #ed0000;
}


.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: #f5f7f6;
}
.searchbox .warpper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.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:#333333;
    position: relative;
    margin-right: 15px;
}
.hot-keyword a:hover{
    color:#2554ac;
}
.hot-keyword a:after{
    content:"、";
    position: absolute;
    right: -19px;
    bottom:0;
    font-size:16px;
    color:#7f7f7f;
}
.hot-keyword a:last-child:after{
    display: none;
}
.formbox form{
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
}
.formbox input[type=text]{
    float: left;
    width: 395px;
    line-height: 50px;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 35px;
    background: none;
}
.formbox input[type=text]::placeholder{
    font-size:16px;
    color:#7f7f7f;
}
.formbox input[type=submit]{
    cursor: pointer;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background:#ed0000 url("../img/search.png") no-repeat center;
}
.formbox input[type=submit]:hover{
    background:#2543a5 url("../img/search.png") no-repeat center;
}
.alltitle{
    margin-bottom: 40px;
    text-align:center;
}
.alltitle .fir{
    font-size:100px;
    color:#efefef;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 86px;
    font-family: Arial;
}
.alltitle .sec{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -62px;
    margin-bottom: 4px;
}
.alltitle .sec i{
    font-size:40px;
    color:#2b2b2b;
    font-weight: bold;
    margin-left: 18px;
    display: inline-block;
}
.alltitle .sec em{
    font-size:40px;
    color:#3450ab;
    font-weight: bold;
    margin-right: 18px;
    display: inline-block;
}
.alltitle .thr{
    font-size:20px;
    color:#666666;
    font-weight: lighter;
}

.allsider{
    float: left;
    width: 270px;
}

.allsider-top{
    background: #2543a5;
    height: 100px;
    padding:19px 0 0 20px;
}
.allsider-top .fir{
    font-size:26px;
    color:#f5f7f6;
    font-weight: bold;
    letter-spacing: 1px;
}

.allsider-top .sec{
    font-size:16px;
    color:#6479bd;
    font-weight: bold;
    text-transform: uppercase;
}

.allsider-ul{
    background: #2543a5;
    padding:0 4px 4px 4px;
}
.allsider-ul ul li a{
    display: block;
    height: 70px;
    line-height: 70px;
    border-bottom:1px solid #dcdcdc;
    background: #fff url("../img/icon3.png") no-repeat left 25px center;
    padding-left: 60px;
    font-size:18px;
    color:#666666;
    font-weight: bold;
    position: relative;
}
.allsider-ul ul li:last-child a{
    border-bottom:none;
}
.allsider-ul ul li a i{
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    background:#fff url("../img/jian.png") no-repeat center;
    border:1px solid #dedede;
    border-radius: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:22px;
}
.allsider-ul ul li a:hover
,.allsider-ul ul li a[date=active]{
    color:#2543a5;
    background: #fff url("../img/icon1.png") no-repeat left 25px center;
}
.allsider-ul ul li a:hover i
,.allsider-ul ul li a[date=active] i{
    background:#2543a5 url("../img/jian2.png") no-repeat center;
}
.allsider-ul ul li .morea{
    background: #2543a5 url("../img/icon4.png") no-repeat left 25px center;
    color:#fff;
}
.allsider-ul ul li .morea i{
    border:1px solid #fff;
    background:#2543a5 url("../img/jian2.png") no-repeat center;
}
.allsider-bottom{
    width: 100%;
    padding:15px 25px;
    background: url("../img/allsider-bottom-bg.png") no-repeat center / cover;
    text-align:center;
    color:#fff;
    margin-top: 20px;
}
.allsider-bottom .sider-tel{
    display: block;
    margin:0 auto 15px auto;
}
.allsider-bottom .lxbox{
    padding: 16px 0;
    text-align: center;
    background: url(../img/sider-kuang.png) no-repeat center bottom;
}
.allsider-bottom .lxbox .fir{
    font-size:18px;
}
.allsider-bottom .lxbox .sec{
    font-size: 30px;
    font-family: Impact;
    line-height: 42px;
}
.allsider-bottom .thr{
    font-size:16px;
    font-weight: bold;
    margin-top: 25px;
}

.in_pro-right{
    float: right;
    width: 910px;
}
.in_pro-right .list{
    float: left;
    width: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.in_pro-right .list:nth-child(3n){
    margin-right: 0;
}
.allpro{
    position: relative;
}
.allpro .imgbox{
    width: 100%;
    height: 215px;
    position: relative;
    border: 1px solid #ededed;
}
.allpro .title a{
    display: block;
    line-height: 55px;
    background: #f5f7f6;
    font-size:16px;
    color:#333;
    text-align:center;
}
.allpro:hover .title a{
    background: #2543a5;
    color:#fff;
}
.allpro .imgbox .abox{
    width: 254px;
    height: 44px;
    background: url("../img/allprobg.jpg") no-repeat center;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    opacity: 0;
}
.allpro .imgbox .abox a{
    display: block;
    float: left;
    width: 50%;
    line-height: 44px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.allpro:hover .imgbox .abox{
    opacity: 1;
    bottom:20px;
}

.in_company{
    background: #f5f7f6;
}
.in_company .text{
    float: left;
    width: 560px;
}
.in_company .text .fir{
    font-family: Arial;
    font-size:100px;
    color:#e6e8e7;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 88px;
}
.in_company .text .sec{
    font-size:40px;
    color:#2b2b2b;
    font-weight: bold;
    margin-top: -59px;
}
.in_company .text .sec i{
    color:#3450ab;
    display: inline-block;
}
.in_company .text .thr{
    font-size:24px;
    color:#ed0000;
    margin:20px 0;
}
.in_company .text .des{
    font-size:15px;
    color:#737373;
    font-weight: lighter;
    line-height: 33px;
}
.in_company .text .more{
    width: 140px;
    height: 40px;
    background: #2543a5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:35px 0 59px 0;;
}
.in_company .text .more span{
    display: inline-block;
    font-size:18px;
    color:#fff;
    margin-left: 10px;
}
.in_company .text .more:hover{
    background: #ed0000;
}
.in_company .imgbox{
    float: right;
    width: 600px;
    margin-top: 54px;
}
.in_company .imgbox img{
    width: 100%;
}
.adv-item{
    display: flex;
    justify-content: space-between;
}
.adv-item .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.adv-item .list .icon{
    width: 60px;
    height: 60px;
    background: #2543a5;
    position: relative;
    border-radius: 100%;
    margin-right: 20px;
}
.adv-item .list .wenzi{
    font-size:18px;
    color:#2b2b2b;
    font-style: italic;
    font-weight: bold;
}
.adv-item .list:hover .icon{
    background: #ed0000;
    box-shadow: 0 0 5px #ed0000;
}
.in_youshi .item .list .imgbox{
    width: 520px;
    height: 270px;
    position: relative;
}
.in_youshi .item .list .text{
    width: 627px;
}
.in_youshi .item .list:nth-child(odd) .imgbox{
    float: left;
}
.in_youshi .item .list:nth-child(odd) .text{
    float: right;
}
.in_youshi .item .list:nth-child(even) .imgbox{
    float: right;
}
.in_youshi .item .list:nth-child(even) .text{
    float: left;
}
.in_youshi .item .list .text .title{
    display: flex;
    justify-content: left;
    align-items: center;
}
.in_youshi .item .list .text .title .s1{
    width: 176px;
    line-height: 40px;
    font-size:24px;
    font-style: italic;
    font-weight: bold;
    background: url("../img/ys1.png") no-repeat center;
    padding-left: 50px;
    color:#fff;
}
.in_youshi .item .list .text .title .s2{
    font-size:20px;
    font-weight: bold;
    color:#666666;
    text-transform: uppercase;
    padding-top: 9px;
    border-top:2px dashed #cfcfcf;
    font-style: italic;
    margin-left: 5px;
    width: calc(100% - 180px);
}
.in_youshi .item .list .text .tags{
    font-size:23px;
    font-weight: bold;
    color:#2543a5;
    margin-top: 38px;
    padding-left: 29px;
}
.in_youshi .item .list .text .des{
    font-size:16px;
    line-height: 30px;
    color:#666666;
    margin-top: 10px;
    padding-left: 29px;
}
.in_youshi .item .list:nth-child(-n+3){
    margin-bottom: 45px;
}
.in_youshi .item{
    position: relative;
}
.allabox{
    width: 279px;
    height: 44px;
}
.in_youshi .item .allabox{
    position: absolute;
    bottom:0;
    left:30px;
    background: url("../img/ysabox.jpg") no-repeat center;
}
.allabox a{
    float: left;
    width: 50%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.allabox a span{
    display: inline-block;
    margin-left: 15px;
    font-size:16px;
}
.in_youshi .item .allabox a span{
    color:#fff;
}

.in_guang{
    height: 240px;
    background: url("../img/guangbg.jpg") no-repeat center;
}
.in_guang .left{
    float: left;
    width: 665px;
    margin-top: 60px;
}
.in_guang .left .fir{
    font-weight: bold;
    font-style: italic;
    color:#fff;
    font-size:36px;
}
.in_guang .left .sec{
    font-style: italic;
    color:#fff;
    font-size:21px;
    line-height: 47px;
    background: url("../img/guangbg2.png") no-repeat center;
    width: 658px;
    text-align:center;
    margin-top: 13px;
}
.in_guang .right{
    float: right;
    width: 433px;
    text-align:right;
    margin-top: 48px;
}
.in_guang .right .fir{
    font-size:24px;
    font-weight: lighter;
    color:#fff;
}
.in_guang .right .sec{
    font-size:32px;
    font-family: Impact;
    color:#fff;
}
.in_guang .right .allabox{
    background: url("../img/ysbox2.jpg") no-repeat center;
    display: inline-block;
    margin-top: 8px;
}
.in_guang .right .allabox a:nth-child(1) span{
    color:#fff;
    font-weight: bold;
}
.in_guang .right .allabox a:nth-child(2) span{
    color:#d81617;
    font-weight: bold;
}
.in_case_box .swiper-container .imgbox{
    width: 100%;
    height:245px;
    position: relative;
}

.in_case_box .text{
    padding:17px 9px;
    background: #eee;
}

.in_case_box .text .title{
    color:#333;
    font-size:17px;
    font-weight: bold;
}
.in_case_box .text .des{

    font-size:15px;
    color:#666;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.in_case_box .text .icon{
    width: 12px;
    height: 19px;
    position: absolute;
    right: 26px;
    top: 27px;
}
.in_case_box .but{
    width: 50px;
    height: 50px;
    background: #a0aeb7;
    border-radius: 100%;
}
.in_case_box .but:after{
    font-size:25px;
}
.in_case_box .but:hover{
    background: #ed0000;
}
.in_case_box .swiper-button-next-case{
    right:4%;
}
.in_case_box .swiper-button-prev-case{
    left:4%;
}
.news_left{
    float:left;
    width: 788px;
    background:#fff;
}
.news_right{
    float:right;
    background:#fff;
    width: 383px;
}
.newstit{
    line-height: 58px;
    border-bottom: 2px solid #2543a5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 25px;
    background: #2543a5;
}
.newstit>p{
    font-size: 18px;
    color: #fff;
    float:left;
}
.newstit>a{
    font-size: 14px;
    float:right;
    color: #fff;
}
.newstit>a:hover{
    text-decoration: underline;
}
.news_top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 25px 20px 25px;

}
.news_top>b{
    display: block;
    width:250px;
    height: 167px;
    position: relative;
}
.news_top>div{
    width: 470px;
}
.news_top>div>h4{
    font-size: 18px;
    color: #282828;
    font-weight: bold;
}
.news_top>div>small{
    display:block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
}
.news_top>div>span{
    color: #d81617;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_top:hover>div>span{
    text-decoration: underline;
}
.news_bom{
    display:block;
    background:#f5f7f6;
    height: 52px;
    margin:0 auto;
    margin-bottom: 15px;
    width:calc(100% - 50px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:25px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_bom:hover{
    background:#e3e3e3;
}
.news_bom:after{
    display:block;
    content: '';
    clear:both;
}
.news_bom .date{
    background:#2543a5;
    text-align: center;
    width: 62px;
    color: #fff;
    float:left;
    margin-right: 16px;
}
.news_bom .date h5{
    font-size: 24px;
    line-height: 27px;
    padding-top: 4px;
    color: #fff;
    font-weight: normal;
}
.news_bom .date small{
    font-size: 14px;
    color: #fff;
}
.news_bom>h4{
    font-weight: normal;
    line-height: 52px;
    float:left;
    color: #6f6f71;
    font-size: 14px;
}
.news_bom>span{
    float:right;
    color: #b3b3b3;
    line-height: 52px;
    font-size: 12px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_bom>span:hover{
    text-decoration: underline;
}
.news_right ul li{
    padding:19px 25px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.news_right ul li:hover{
    background: #e3e3e3;
}
.news_right ul li a{
    display:block;
}
.news_right ul li a>p{
    padding-left:36px;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    position:relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 24px;
}
.news_right ul li a>p:before{
    display:block;
    position:absolute;
    left:0;
    top:0;
    content: 'Q';
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background:#d81617;
}
.news_right ul li a>small{
    padding-left:36px;
    font-size: 13px;
    line-height: 22px;
    font-weight: lighter;
    color: #757573;
    display:block;
    position:relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_right ul li a small:before{
    display:block;
    content: 'A';
    position:absolute;
    left:0;
    top:0;
    background:#2543a5;
    text-align: center;
    width:24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.news_right ul li:last-of-type{
    border-bottom: 0;
}

.newsbg{
    background: #f5f7f6;
}

.newstbox{
    line-height: 58px;
    border: 2px solid #2543a5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.newstbox a{
    float: left;
    width: 50%;
    text-align:center;
    line-height: 58px;
    font-size:18px;
    color:#26365a;
}
.newstbox a:nth-child(1){
    background: #2543a5;
    color:#fff;
    position: relative;
}
.newstbox a:nth-child(1):after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top-color: #2543a5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 104%;
}

.footerbox{
    background: #2543a5;
}
.footerbox .warpper{
    display: flex;
    justify-content: space-between;
}
.footerbox .erbox{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 35px;
    margin-left:20px;
}
.footerbox .erbox .imgbox{
    width: 100px;
    height: 100px;
    margin-right: 5px;
}
.footerbox .erbox .imgbox img{
    width: 100%;
}
.footerbox .erbox .text{
    font-size:13px;
    color:#fff;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}
.footerbox .f-title{
    display: inline-block;
    font-size:18px;
    font-weight: bold;
    color:rgba(255,255,255,0.8);
    margin-bottom: 18px;
}
.footerbox .f-title .line{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin-top: 24px;
}
.lxbox .abox p{
    font-size:14px;
    color:rgba(255,255,255,0.6);
    line-height: 44px;
}
.menubox .abox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menubox .abox a{
    display: block;
    width: 40%;
    line-height: 44px;
    font-size:14px;
    color:rgba(255,255,255,0.6);
    background: url("../img/f-icon.png") no-repeat right center;
}
.menubox .abox a:hover{
    color:#fff;
    background: url("../img/f-icon.png") no-repeat right 10px center;
}
.copy{
    background: #2543a5;
    font-size:14px;
    color:rgba(255,255,255,0.6);
    line-height: 90px;
    border-top:1px solid #3b56ae;
}
.copy a{
    color:rgba(255,255,255,0.6);
}
.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;
}
.allcrumbs{
    background: #f5f7f6;
    font-size:14px;
    color:#858585;
    line-height: 60px;
}
.allcrumbs .wen{
    float: left;
    font-size:14px;
    color:#858585;
}
.allcrumbs .wen a{
    color:#858585;
}


.sbanner{
    width: 100%;
}
.sbanner img{
    width: 100%;
}

.inner-title{
    text-align:center;
    margin-bottom: 28px;
}
.inner-title .fir{
    font-family: Arial;
    color:#efefef;
    font-size:48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
}
.inner-title .sec{
    font-size:36px;
    color:#2b2b2b;
    margin-top: -40px;
    font-weight: bold;
}
.inner-title .thr{
    font-size:20px;
    color:#2b2b2b;
    margin-top: 10px;
}
.inner-company-fir .des{
    font-size:15px;
    color:#737373;
    line-height: 30px;
}
.inner-company-sec .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-company-sec .item .list{
    width: 580px;
    height: 350px;
    position: relative;
}
.inner-company-sec .item .list:nth-child(-n+2){
    margin-bottom: 40px;
}
.inner-company-sec .item .list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-company-sec .item .list .imgbox img{
    filter: brightness(50%);
}
.inner-company-sec .item .list .text{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
}
.inner-company-sec .item .list .text .title{
    width: 176px;
    line-height: 40px;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    background: url(../img/ys1.png) no-repeat center;
    padding-left: 19px;
    color: #fff;
    margin:0 auto;
}
.inner-company-sec .item .list .text .tags{
    margin:2% auto 0 auto;
    width: 40%;
    font-size:24px;
    color:#fff;
    font-weight: bold;
    text-align:center;
}
.inner-company-sec .item .list:last-child .text .tags{
    width: 70%;
}

.inner-company-thr{
    background: #f5f7f6;
    padding:45px 0;
}

.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: #2543a5;
    color:#fff;
}
.inner-yingyong-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);
}

.inner-news-des .left .tbox{
    margin-bottom: 1%;
    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: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}

.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;
}

.newslist{
    float: left;
    width: 396px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.newslist:nth-child(3n){
    margin-right: 0;
}

.inner-messagebox .right{
    float: left;
    width: 610px;
}
.inner-messagebox .warpper{
    padding:30px;
    border:1px solid #eee;
}
.inner-messagebox .mesimg{
    float: right;
    width: 460px;
    margin-top: 61px;
}
.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#2543a5;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 20%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 80%;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.biaodan form input::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form textarea{
    float: left;
    width: 80%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.biaodan form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form .inputbox{
    height: 50px;
    position: relative;
}
.biaodan form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.biaodan form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.biaodan form .submit{
    display: block;
    line-height: 50px;
    background: #2543a5;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.biaodan form .submit:hover{
    background: #ed0000;
}
.contact-inner .top .list{
    float: left;
    width: 224px;
    height: 217px;
    border: 1px solid #e8ecf0;
    background-color: #f3f5f8;
    text-align:center;
    padding:0 20px;
    margin-right: 20px;
}
.contact-inner .top .list:last-child{
    margin-right: 0;
}
.contact-inner .top .list .imgbox{
    text-align:center;
    margin-top: 42px;
}
.contact-inner .top .list .imgbox svg{
    width: 40px;
    height: 40px;
    fill: url(#svgGradient);
}
.contact-inner .top .list .text{
    margin-top: 20px;
}
.contact-inner .top .list .text .fir{
    color: #929292;
    font-size:16px;
    margin-bottom: 9px;
}
.contact-inner .top .list .text .sec{
    color: #333;
    font-size: 15px;
}
.contact-inner .top .list .text .sec a{
    color: #333;
}
.contact-inner .bottom{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.contact-inner .bottom #mapbox{
    width: 100%;
    height: 100%;
}

.contact-inner .tou{
    margin-bottom: 55px;
}
.contact-inner .tou .imgbox{
    width: 188px;
    height: 188px;
    position: relative;
    float: left;
    background: #000;
    border:3px solid #999;
    border-radius: 100%;
    overflow: hidden;
}
.contact-inner .tou .text{
    width: 950px;
    float: right;
    margin-top: 27px;
}
.contact-inner .tou .text .t{
    font-size:24px;
    color:#ed0000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom:1px solid #999;
    position: relative;
}
.contact-inner .tou .text .t span{
    text-transform: uppercase;
    font-size:16px;
    color:#999;
    font-weight: 500;
}
.contact-inner .tou .text .t:after{
    width: 30%;
    height: 2px;
    background: #2543a5;
    position: absolute;
    content:"";
    left:0;
    bottom:0;
}
.contact-inner .tou .text .des{
    font-size:16px;
    margin-top: 30px;
}
.news_type{
    text-align:center;
    margin-bottom: 30px;
}
.news_type a{
    display: inline-block;
    margin:0 20px;
    line-height: 45px;
    padding:0 35px;
    border-radius: 20px;
    font-size:16px;
    color:#fff;
    background: #2543a5;
}
.news_type a:hover ,.news_type a.active{
    background: #ed0000;
}

.allcrumbs .formbox{
    float: right;
    margin-top: 10px;
}
.allcrumbs .formbox input[type=text]{
    width: 342px;
    line-height: 40px;
}
.allcrumbs .formbox input[type=submit]{
    width: 40px;
    height: 40px;
}
.allcrumbs .wen span {
    font-weight: bold;
    color: #e31e1a;
}
.guang_bar{
    height: 360px;
    background: url("../img/guang_bar.jpg") no-repeat center;
}