@media(min-width:1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }

}


li {
    list-style-type: none
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container.flex::before,
.container.flex::after {
    display: none;
}


@media(max-width:1200px) {}

@media(max-width:990px) {
    body {
        margin-top: 60px;
    }

}



@media(max-width:768px) {}

@media(max-width:550px) {}











/* 头部 */

.x-header {}

.headertop {
    padding: 20px 0;
}

.toplogo {
    width: 51%;
}

.toplogo img {
    width: 100%;
    margin-top: 10px;
}

.toptel {
    position: relative;
    padding-left: 70px;
}

.toptel::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    top: 15px;
    background: url(../image/20200508101136_708.png) no-repeat center;
}

.toptel h3 {
    font: 400 16px/32px "Microsoft YaHei";
    color: #333333;
}

.toptel p {
    font: 600 35px/45px "Bahnschrift";
    color: #d85916;
}

.headerbot {
    background: url(../image/nav_bg.png) no-repeat center;
}




















/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1,
.xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span,
.xymob-navbtn:after,
.xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after,
.xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #03bac5;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box #formsearch{
    border: none;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}


















/* 导航样式 */

.x-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.x-menu>li {
    float: left;
    position: relative;
    margin: 0 .15vw;
}
.x-menu>li:nth-child(1) a{
    color: #fff;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 64px;
    padding: 0 10px;
}

.x-menu>li>a:hover {
    background: #033f97;
    color: #fff;
}

.x-menu>li.active>a {
    background: #033f97;
    color: #fff;
}

.x-menu>li:after {
    /* content: ''; */
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 150%;
    left: -25%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}




/* 首页banner样式 */

.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #f7851c;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 14%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background: #d85916;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    width: 48px;
    height: 11px;
    border-radius: 6px;
    background: #d85916;
}




@media(max-width:1200px) {}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot.active{
        width: 30px;
    }
}

@media(max-width:550px) {}





/* 搜索 */
.search {
    width: 100%;
    height: 150px;
    border-radius: 50%;
    background: url("../image/search_bg.png") no-repeat center;
    position: relative;
    margin-top: -66px;
    z-index: 9;
    /* background-size: 1920px 150px; */
}

.search .sc-slogan {
    width: 50%;
    float: left;
    margin-left: 0;
    text-align: center;
    margin-top: 38px;
}

.search .sc-slogan p {
    font: 400 20px/30px "Microsoft YaHei";
    color: #fff;
}

.search .sc-slogan p strong {
    font: 400 24px/34px "Microsoft YaHei";
}

.search .sc-box {
    width: 50%;
    float: right;
    height: 40px;
    margin-top: 42px;
}

#formsearch {
    width: 282px;
    border-radius: 20px;
    border: 1px solid #869dbb;
}

.search .sc-box #keyword {
    outline: none;
    border: none;
    padding: 0;
    background: none;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: left;
    width: 237px;
}

.search .sc-box #keyword::-webkit-input-placeholder,
.search .sc-box textarea::-webkit-input-placeholder {
    color: #d3d3d3;
    font-size: 14px;
}

.search .sc-box #keyword:-moz-placeholder,
.search .sc-box textarea:-moz-placeholder {
    color: #d3d3d3;
    font-size: 12px;
}

.search .sc-box #keyword::-moz-placeholder,
.search .sc-box textarea::-moz-placeholder {
    color: #d3d3d3;
    font-size: 12px;
}

.search .sc-box #keyword:-ms-input-placeholder,
.search .sc-box textarea:-ms-input-placeholder {
    color: #d3d3d3;
    font-size: 12px;
}

.search .sc-box #s_btn {
    float: right;
    outline: none;
    border: none;
    padding: 0;
    width: 43px;
    height: 40px;
    background: url("../image/search.png") no-repeat center;
}

.search .sc-hot {
    font: 400 14px/24px "Microsoft YaHei";
    color: #d7d7d7;
}

#formsearch {}

.search .sc-hot a {
    font: 400 14px/24px "Microsoft YaHei";
    color: #d7d7d7;
    margin-right: 10px;
}

.search .sc-hot a:hover {
    color: #f7851c;
}

@media(max-width:1200px) {}

@media(max-width:990px) {
    .search {
        display: none;
    }
}

@media(max-width:768px) {}

@media(max-width:550px) {}












/* 标题 */
.title {
    text-align: center;
}

.title h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    font-family: title;
}

.title h2 strong {
    font-weight: bold;
    color: #d85916;
}

.title h2:after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #f7851c;
    margin: 10px auto 10px;
}

.title p {
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    color: #666666;
    font-family: title2;
}

@media(max-width:1200px) {}

@media(max-width:990px) {
    .title h2{
        font-size: 26px;
    }
}

@media(max-width:768px) {}

@media(max-width:550px) {
    .title p{
        line-height:1.5;
    }
}













.box1 {
    background: url(../image/box1bg.png) no-repeat center;
    padding-top: 6vw;
    padding-bottom: 13vw;
}

.box1main {
    position: relative;
    overflow: hidden;
}





.honorul {
    margin-top: 40px;
}



.box1 .slick-arrow {
    text-align: center;
    top: 50%;
    margin-top: -24.5px;
    position: absolute;
    width: 36px;
    height: 90px;
    border: none;
    outline: none;
}



.box1 .slick-prev {
    background: url(../image/arrl.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -1000px;
    overflow: hidden;
    left: -68px;
}

.box1 .slick-next {
    background: url(../image/arrr.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
    text-indent: -1000px;
    overflow: hidden;
    right: -68px;
}





.box1 .slick-slide img {
    margin: 0 auto;
}




@media(max-width:1200px) {}

@media(max-width:990px) {}

@media(max-width:768px) {}

@media(max-width:550px) {}






.box2 {}

.box2main {
    margin-top: 40px;
    position: relative;
}

.box2caseul {}

.box2caseli {
    position: relative;
}

.box2caseli img {
    width: 100%;
    transform: scale(0.9);
}

.box2caseli h3 {
    opacity: 0;
}

.box2caseli.swiper-slide-active img {
    transform: scale(1);
}

.box2caseli.swiper-slide-active h3 {
    opacity: 1;
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 105px;
    letter-spacing: 0px;
    color: #ffffff;
    background: #033e97bb;
}

.box2caseli.swiper-slide-active h3 span {
    position: absolute;
    right: 0;
    font-size: 16px;
    background: #d85916;
    padding: 0 60px;
}

.box2 .swiper-button-next,
.swiper-button-prev {
    width: 66px;
    height: 160px;
}

.box2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: rgba(0, 0, 0, 0.555) url(../image/box2arrl.png) no-repeat center;
    left: 0px;
    right: auto;
}

.box2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: rgba(0, 0, 0, 0.555) url(../image/box2arrr.png) no-repeat center;
    right: 0px;
    left: auto;
}














@media(max-width:1200px) {}

@media(max-width:990px) {
    .box2{
        margin-top: 5vw;
    }
    .box2caseli.swiper-slide-active h3{
        line-height: 60px;
    }
    .box2caseli.swiper-slide-active h3 span{
        padding: 0px 14px;
    }

    .box2 .swiper-button-next, .swiper-button-prev {
        width: 34px;
        height: 80px;
        top:46%;
    }
    
}

@media(max-width:768px) {}

@media(max-width:550px) {}












.box3 {
    margin-top: 5vw;
}




.box3main {
    margin-top: 40px;
}


.product-cate {
    width: 17%;
    background: #f9f9f9;
}

.product-cate h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 84px;
    color: #fff;
    text-align: center;
    background: #033f97;
}

.product-cate ul {}

.product-cate li {}

.product-cate li a {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: #666666;
    text-indent: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    margin-top: 15px;
    padding: 7.5px 0;
}

.product-cate li:hover a {
    text-indent: 66px;
    color: #fff;
    background: #033f97;
}

.product-cate>a {
    display: block;
    width: 144px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    color: #fff;
    background: #033f97;
    text-align: center;
    margin-top: 30px;
}

.product-cate>a:hover {
    background: #f7851c;
}








.box3 .product-list {
    width: 83%;
    padding: 34px 0 0 30px;
    border-top: 8px solid #033f97;
}

.box3 .product-list ul {}

.box3 .product-list li {
    width: 30%;
    margin-top: 11px;
}

.box3 .product-list li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    color: #666666;
    text-align: center;
}


.product-listimg {}

.product-listimg img {
    width: 100%;
}

.box3 .product-list li:hover .product-listimg {
    border: 1px solid #033f97;
}

.box3 .product-list li:hover h3 {
    background: #033f97;
    color: #fff;
}

@media(max-width:1200px) {}

@media(max-width:990px) {
    .product-cate{
        display: none;
    }
    .box3 .product-list{
        width: 100%;
        padding: 0;
        border: none;
    }
}

@media(max-width:768px) {
    .box3 .product-list li{
        width: 48%;
    }
}

@media(max-width:550px) {}











.box4 {

    background: url(../image/box4-bg.png) no-repeat top;
    padding: 30px 0 0;
    position: relative;
    margin-top: 5vw;
    padding-bottom: 4vw;
}


.box4text {}

.box4textul {
    margin-top: 4vw;
}

.box4textli {
    width: 34%;
    position: relative;
    z-index: 9;
    margin-top: 180px;
}

.box4textli:nth-child(2n-1) {
    justify-content: flex-start;
}

.box4textli:nth-child(2n) {
    justify-content: end;
    flex-direction: row-reverse;

}

.box4textliimg {
    width: 130px;
    height: 130px;
    text-align: center;
}

.box4textli:nth-child(2n-1) .hh {
    text-align: left;
    padding-left: 20px;
}

.box4textli:nth-child(2n) .hh {
    text-align: right;
    padding-right: 20px;
}




.box4textli .box4textliimg img:nth-child(1) {
    display: inline-block;
}

.box4textli .box4textliimg img:nth-child(2) {

    display: none;
}

.box4textli.on .box4textliimg img:nth-child(1) {
    display: none;

}

.box4textli.on .box4textliimg img:nth-child(2) {
    display: inline-block;
}



.box4textli .hh {
    width: 245px;
    padding-top: 25px;
}


.box4textli .hh h3 {
    font: 600 18px/28px "Microsoft YaHei";
    color: #fff;
    margin-bottom: 20px;
}

.box4textli .hh p {
    font: 400 14px/24px "Microsoft YaHei";
    color: #fff;
}











.box4 .product-swiper {
    position: absolute;
    top: 380px;
    width: 989px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden;

}

.box4 .swiper-slide img {}

.box4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #576368;
    opacity: 1;
    margin: 0 10px;
}

.box4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}







@media(max-width:1200px) {
    .box4 {
        background: url(../image/box4-bg.png) no-repeat top;
        background-size: cover;
    }
}

@media(max-width:990px) {}

@media(max-width:768px) {
    .box4 .product-swiper{
        width: 500px;
        margin-left: -250px;
    }
    .box4textli {
        margin-top: 76px;
    }
    .box4 .swiper-slide img {
        width: 100%;
    }
}

@media(max-width:550px) {
    .box4 .product-swiper{
        width: 350px;
        margin-left: -175px;
        top: 408px;
    }
    
    .box4textli{
        margin-top: 40px;
        width: 45%;
    }
    .box4textli:nth-child(n+3){
        margin-top: 150px;
    }

    .box4textliimg{
        width: 70px;
        height: 70px;
    }
    .box4textliimg img{
        width: 100%;
    }
    .box4textli:nth-child(2n-1) .hh {
        padding-left: 0px;
    }
    .box4textli:nth-child(2n) .hh {
        padding-right: 0px;
    }
}










.box5 {
    margin-top: 5vw;
}

.box5 .adv-title {
    text-align: center;
    background: url("../image/adv_title.png") no-repeat center 51px;
}

.box5 .adv-title h2 {
    font: 400 36px/46px "title";
    color: #333333;
}

.box5 .adv-title h2 strong {
    display: inline-block;
    background: #d85916;
    text-align: center;
    color: #fff;
    width: 89px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 65px;
    font-family: title;
    line-height: 89px;
    font-weight: bold;
}

.box5 .adv-title .adv-title-a {
    margin-top: 47px;
}

.box5 .adv-title .adv-title-a span {
    display: inline-block;
    width: 166px;
    height: 42px;
    background: #033f97;
    color: #fff;
    font: 400 20px/42px "title2";
    text-align: center;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 32px
}

.box5 .adv-title .adv-title-a span:hover {
    background: #d85916;
    cursor: pointer;
}



.box5main {}

.box5 .adv-box {
    padding: 45px 0;
}

.box5 .adv-box:nth-child(1) {
    background: url(../image/adv-bg1.png) no-repeat bottom center;
}

.box5 .adv-box:nth-child(2) {
    background: url(../image/adv-bg2.png) no-repeat center #f7f7f7;
}

.box5 .adv-box:nth-child(3) {
    background: url(../image/adv-bg3.png) no-repeat top center;
}

.box5 .adv-box:nth-child(2) .container {
    flex-direction: row-reverse;
}

.box5 .adv-con {
    width: 50%;
}

.box5 .adv-box .adv-con .adv-con-tit {
    background: url("../image/adv-con-tit.png") no-repeat left;
}

.box5 .adv-box:nth-child(2) .adv-con-tit {
    background: url("../image/adv-con-tit.png") no-repeat #f7f7f7;
}

.box5 .adv-box .adv-con .adv-con-tit h2 {
    font: 600 24px/71px "microsoft yahei";
    color: #333333;
}

.box5 .adv-box .adv-con .adv-con-tit h2 span {
    font: 400 36px/71px "Bahnschrift";
    color: #fff;
    margin-right: 62px;
    margin-left: 28px;
}

.box5 .adv-box .adv-con .adv-con-tit h2 strong {
    color: #d85916;
}


.box5 .adv-box .adv-con .adv-con-list {
    background: url("../image/adv-con-list1.png") no-repeat 37px 8px;
    padding-left: 60px;
    padding-bottom: 10px;
}

.box5 .adv-box:nth-child(2n) .adv-con .adv-con-list {
    background: url("../image/adv-list2.png") no-repeat 37px center;
}


.box5 .adv-box .adv-con .adv-con-list p {
    font: 400 16px/28px "microsoft yahei";
    color: #666666;
    margin: 35px 0;
}

.adv-box:nth-child(1) .adv-con-list p:nth-child(1) {
    margin: 20px 0 0;
}

.adv-box:nth-child(1) .adv-con-list p:nth-child(2) {
    margin: 35px 0 0;
}

.adv-box:nth-child(1) .adv-con-list p:nth-child(3) {
    margin: 34px 0 0;
}

.adv-box:nth-child(1) .adv-con-list p:nth-child(4) {
    margin: 20px 0 0;
}







.box5 .adv-img {
    width: 45%;
}

.box5 .adv-img img {
    width: 100%;
}








@media(max-width:1200px) {}

@media(max-width:990px) {
    .box5 .adv-title h2{
        font: 400 26px/46px "title";
    }
    .box5 .adv-title h2 strong {
        width: 50px;
        font-size: 32px;
        line-height: 50px;
    }
    .box5 .adv-con{
        width: 100%;
    }


    .box5 .adv-title .adv-title-a span {
        display: inline-block;
        width: 30%;
        height: 42px;
        background: #033f97;
        color: #fff;
        font: 400 14px/42px "title2";
        text-align: center;
        border: 1px solid #d1d1d1;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0;
    }
    .box5 .adv-box .adv-con .adv-con-tit h2{
        font: 600 16px/71px "microsoft yahei";
    }
    .box5 .adv-box .adv-con .adv-con-tit h2 span {
        font: 400 20px/30px "Bahnschrift";
        color: #fff;
        margin-right: 48px;
        margin-left: 35px;
    }

    .box5 .adv-box:nth-child(1),.box5 .adv-box:nth-child(2),.box5 .adv-box:nth-child(3){
        background: none;
    }

    .box5 .adv-img {
        width: 100%;
    }
}

@media(max-width:768px) {
    
}

@media(max-width:550px) {}







.box6 {
    background: url("../image/solution.png") no-repeat center;
    padding: 56px 0px;
}

.box6 .title h2 {
    color: #fff;
}

.box6 .title h2:after {
    color: #fff;
}

.box6 .title p {
    color: #fff;
}

.box6solutionul {
    margin-top: 50px;
}



.box6solutionli {
    text-align: center;
    position: relative;
}

.box6solutionli:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 1px;
    background: #fff;
    top: 70px;
    left: 154px;
}

.box6solutionli:last-child:after {
    display: none;
}

.box6solutionli h3 {
    margin-top: 14px;
    font: 400 18px/28px "microsoft yahei";
    color: #fff;
}

.box6solutionli p {
    font: 400 18px/28px "microsoft yahei";
    color: #fff;
}

@media(max-width:1200px) {
    .box6solutionli:after {
        display: none;
    }

    .box6 {
        background: url(../image/solution.png) no-repeat center;
        background-size: cover;
    }
}

@media(max-width:990px) {}

@media(max-width:768px) {
    .box6solutionul {
        margin-top: 15px;
    }
    .box6solutionli{
        width: 48%;
        margin-top: 30px;
    }
}

@media(max-width:550px) {}









.box7 {
    background: url(../image/about_bg.png) no-repeat top center;
    padding: 60px 0 0;
}

.box7main {
    margin-top: 45px;
}

.box7mainl {
    width: 42%;
}

.box7mainl h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
}

.box7mainl h3::after {
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    background: #033f97;
    margin: 33px 0;
}

.box7mainl p {}

.box7mainl>a {
    display: inline-block;
    width: 213px;
    height: 46px;
    font: 400 16px/46px "microsoft yahei";
    color: #ffffff;
    background: url(../image/about_more.jpg) no-repeat center;
    text-indent: 51px;
    margin-top: 60px;
}

.box7mainl>a:hover {
    background: url(../image/about_more_h.png) no-repeat center;
}

.box7mainr {
    width: 52%;
}

.box7mainr img {
    width: 100%;
    border: 4px solid #fff;
}

.box7mainlimg {
    margin-top: 65px;
}

@media(max-width:1200px) {}

@media(max-width:990px) {
    .box7mainl {
        width: 100%;
    }
    .box7mainr {
        width: 100%;
        margin-top: 35px;
    }
}

@media(max-width:768px) {
    .box7mainlimg {
        margin-top: 35px;
    }
    .box7mainl>a{
        margin-top: 20px;
    }
}

@media(max-width:550px) {
    .box7mainl h3::after{
        margin: 18px 0;
    }
}









.box8 {
    margin-top: 5vw;
    margin-bottom: 3vw;
}

.box8main {
    margin-top: 44px;
}

.box8mainl {
    width: 48%;
}


.home-news-list1 {}

.home-news-list1li {}

.box8mainlimg {}

.box8mainlimg img {
    width: 100%;
}

.home-news-list1li h3 {
    color: #333333;
    font: 400 18px/36px "Microsoft yahei";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-list1li p {
    color: #666;
    font: 400 16px/32px "Microsoft yahei";
}




.home-news-list2 {}

.home-news-list2li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #e9e9e9;
}

.home-news-list2key {
    width: 20px;
    height: 20px;
    background-color: #033f97;
    color: #fff;
    font: 400 12px/20px "Microsoft yahei";
    text-align: center;
}

.home-news-list2li h3 {
    position: relative;
    width: 92%;
    color: #333;
    font: 400 16px/20px "Microsoft yahei";
    padding-right: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-list2li h3 span {
    position: absolute;
    right: 0px;
    color: #999999;
    font: 400 16px/20px "Microsoft yahei";
}








.box8mainr {
    width: 48%;
}

.home-news-list3 {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.home-news-list3li h3 {
    color: #333333;
    position: relative;
    font: 400 18px/30px "Microsoft yahei";
    padding-left: 100px;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-list3li h3 span {
    color: #fff;
    background-color: #d85916;
    padding: 0px 30px;
    position: absolute;
    border-radius: 15px;
    left: 0px;
}

.home-news-list3li p {
    padding: 10px 0;
    color: #666;
    font: 400 16px/32px "Microsoft yahei";
}




.home-news-list4 {}

.home-news-list4li {
    padding-left: 16px;
    position: relative;
    background: rgba(255, 255, 255, .6);
}

.home-news-list4li h3 {
    color: #333;
    font: 400 16px/40px "Microsoft yahei";
    padding-right: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-list4li h3 span {
    position: absolute;
    right: 0px;
}

.home-news-img {}

.box8mainrimg {
    width: 80%;
}

.box8mainrimg img {
    width: 100%;
}

.home-news-img a {
    padding-top: 50px;
    display: block;
    width: 20%;
    float: right;
    background: #033f97;
    text-align: center;
    color: #fff;
}

.home-news-img a span {
    display: block;
    width: 17px;
    height: 17px;
    color: #fff;
    margin: 0 auto;
    border: 1px solid #fff;
    line-height: 14px;
    margin-top: 10px;
}

@media(max-width:1200px) {}

@media(max-width:990px) {}

@media(max-width:768px) {
    .box8mainl {
        width: 100%;
    }
    .box8mainr {
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width:550px) {
    .box8main {
        margin-top: 30px;
    }
    .home-news-img a {
        padding-top: 25px;
    }
}




/*友情链接*/

.home-link {
    background-color: #033f97;
    padding: 16px 0;
    color: #fff;
    font: 400 17px/30px "Microsoft yahei";
}

.home-link a {
    color: #7e9cc6;
    font: 400 14px/30px "Microsoft yahei";
}

.home-link a:hover {
    color: #d85916;
}

@media(max-width:1200px) {}

@media(max-width:990px) {}

@media(max-width:768px) {}

@media(max-width:550px) {}











/* 底部 */

.home-foot {
    padding-top: 40px;
    padding-bottom: 36px;
    background-color: #f9f9f9;
}

.home-foot-part1 {
    width: 420px;
}

.home-foot-code .home-foot-code1 {
    width: 100px;
    margin-right: 20px;
}

.home-foot-code .home-foot-code1 img {
    width: 98px;
    height: 98px;
}

.home-foot-code .home-foot-code1 h3 {
    text-align: center;
    font: 400 16px/36px "Microsoft yahei";
}

.home-foot-code .home-foot-code1 h3 span {
    font: 600 13px/36px "Microsoft yahei";
}

.home-foot-code .home-foot-code2 {
    width: 180px;
    padding-top: 10px;
}

.home-foot-copyright {
    color: #666;
    font: 400 16px/30px "Microsoft yahei";
    border-top: 1px solid #e1e1e1;
    padding-top: 8px;
    margin-top: 8px;
}

.home-foot-copyright a {
    color: #666;
    font: 400 16px/32px "Microsoft yahei";
}

.home-foot-copyright a:hover {
    color: #d85916;
}

.home-foot-nav {
    width: 18%;
    margin-left: 90px;
}

.home-foot-nav h3 {
    color: #666666;
    font: 400 18px/36px "Microsoft yahei";
    background: url(../image/ol.png) no-repeat left center;
    padding-left: 16px;
    margin-bottom: 20px;
}

.home-foot-nav li:first-child {
    display: none;
}

.home-foot-nav li {
    float: left;
    width: 50%;
    padding-left: 20px;
    list-style-type: none;
}

.home-foot-nav li a {
    color: #666666;
    font: 400 16px/44px "Microsoft yahei";
    text-align: left;
}

.home-foot-nav li a:hover {
    color: #d85916;
}

.home-foot-contact {
    width: 35%;
}

.home-foot-contact h3 {
    color: #666666;
    font: 400 18px/30px "Microsoft yahei";
    background: url(../image/ol.png) no-repeat left center;
    padding-left: 16px;
    margin-bottom: 20px;
}

.home-foot-contact h4 {
    font: 400 18px/30px "Microsoft yahei";
}

.home-foot-contact .home-foot-seo {
    color: #666;
    font: 400 12px/36px "Microsoft yahei";
    margin-bottom: 10px;
}

.home-foot-contact .ft-line {
    background-color: #d85916;
    height: 2px;
    width: 26px;
}

.home-foot-contact .home-foot-seo a {
    color: #666;
    font: 400 16px/36px "Microsoft yahei";
}

.home-foot-contact .home-foot-seo a:hover {
    color: #d85916;
}

.home-foot-phone {
    margin-top: 10px;
}

.home-news-list3 {
    margin-bottom: 15px;
}

.home-news-list4 {
    margin-top: 15px;
}

.home-news-list2 li a:hover h3 {
    color: #d85916;
}

.home-news-list3 li a:hover h3 {
    color: #d85916;
}

.home-news-list4 li a:hover h3 {
    color: #d85916;
}

.home-news-img {
    margin-top: 10px;
}



@media(max-width:1200px) {
    .home-foot-nav {
        margin-left: 5px;
    }
}

@media(max-width:990px) {
    .home-link{
        display: none;
    }
    .home-foot-part1{
        width: 100%;
    }
    .home-foot-copyright{
        display: none;
    }
    .home-foot-nav{
        display: none;
    }
    .home-foot-contact{
        width: 100%;
    }
    .home-foot-contact h3{
        display: none;
    }
    .home-foot-seo{
        display: none;
    }
    .home-foot-contact .ft-line{
        margin: 20px 0;
    }

    .home-foot {
        background-color: #d1d1d1;
    }
    .home-foot-contact h4{
        display: none;
    }
    .home-foot-contact .ft-line{
        display: none;
    }
}

@media(max-width:768px) {}

@media(max-width:550px) {

}