/*头部样式*/
p {
    margin: 0;
}

#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

#header .boxx {
    background-color: rgba(0, 0, 0, .3);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 0 20px 0 20px;
    height: 88px;
    -webkit-transition: all .5s;
    transition: all .5s;
        margin: 0 11%;
}

#header .boxx.on {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#header .boxx.on .topup {
    max-width: 1200px;
    margin: 0 auto;
}
.boxx {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin: 0 11%;
}
.logo{
     display: flex;
     flex-direction: column;
     justify-items: center;
     align-items: center;
     margin-top: 6px;
}
.logo h1 {
    line-height: 88px;
}

.btns {
   height: 88px;
   background: url(../images/btn.png) no-repeat 50% 50%;
   padding-left: 0;
}

.btns::after {
    position: absolute;
    right: 0;
    top: 32px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
        width: 79%;
        padding-left: 5%;
}

@media (max-width: 1199px) {
    #header .boxx {
        border-radius: 0;
        padding: 0 15px 0 0;
    }
}

.demo-banner {
    position: relative;
}

.demo-banner .text {
    color: #fff;
    display: table;
    width: 670px;
    height: 100%;
    font: 400 40px/60px "Microsoft Yahei";
    position: absolute;
    left: 50%;
    margin-left: -600px;
    text-align: left;
    top: 20%;
}

@media (max-width: 1299px) {
    .demo-banner {
        display: none;
    }
}

.banbox {
    display: table-cell;
    vertical-align: middle;
}

.demo-banner .en {
    color: #fff;
    font: 400 25px/40px "Microsoft Yahei";
}

.demo-banner .textt {
    color: #fff;
    font: 600 35px/60px "Microsoft Yahei";
}

.demo-banner .intro {
    color: #fff;
    font: 400 25px/40px "Microsoft Yahei";
    position: relative;
    padding-bottom: 20px;
}

.demo-banner .intro:before {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #d90021;
    left: 0;
    bottom: 0;
    content: "";
}

.demo-banner .bantop {
    position: relative;
    opacity: 1;
    right: 0;
    animation: myfirst 1.2s;
    -moz-animation: myfirst 1.2s;
    -webkit-animation: myfirst 1.2s;
    -o-animation: myfirst 1.2s;
}

.demo-banner .banbottom {
    padding-top: 70px;
    position: relative;
    opacity: 1;
    right: 0;
    animation: mysec 1.5s;
    -moz-animation: mysec 1.5s;
    -webkit-animation: mysec 1.5s;
    -o-animation: mysec 1.5s;
}

.demo-banner .banbottom a {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    color: #fff;
    font: 400 16px/30px "Microsoft Yahei";
    text-align: center;
}

.demo-banner .banbottom .more {
    border: 1px solid #fff;
}

.demo-banner .banbottom .more2 {
    border: 1px solid #d1dae7;
    background: #004ebe;
}












/*热门搜索*/

.search {
    text-align: left;
    height: 24px;
    background-color: #f8f8f8;
    padding: 5px 10px 5px 10px;
}

.topup {
    position: relative;
    display: flex;
    width: 100%;
}

#formsearch {
    width: 320px;
    position: absolute;
    right: 12px;
    top: 75px;
    height: 32px;
    background: rgba(0, 0, 0, .3);
    border-radius: 25px;
    line-height: 32px;
    display: none
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*主体样式*/

#container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}




/* 公司简介 */

.aboutbg {
    height: 630px;
    background: url(../images/about.jpg) no-repeat 50% 0;
    padding-top: 98px;
}

.aboutbg h2 {
    color: #000;
    font: 400 30px/36px "Microsoft Yahei";
    text-align: center;
}

.about {
    color: #878787;
    font: 400 15px/31px "Microsoft Yahei";
    text-align: center;
    padding: 100px 20%;
}

.about .ab {
    position: relative;
}

.abheight {
    height: 93px;
    overflow: hidden;
}

.about .ab:before {
    position: absolute;
    left: -80px;
    top: -20px;
    width: 41px;
    height: 45px;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    content: "";
}

.about .ab:after {
    position: absolute;
    right: -80px;
    bottom: -20px;
    width: 41px;
    height: 45px;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    content: "";
}

.aboutbg .more {
    text-align: center;
}

.aboutbg .more a {
    display: inline-block;
    color: #878787;
    font: 400 15px/40px "Microsoft Yahei";
    width: 149px;
    border: 2px solid #878787;
}

@media (max-width: 991px) {
    .aboutbg {
        padding: 50px 0;
        height: auto;
    }

    .about {
        padding: 50px 50px;
    }

    .about .ab:before {
        background-size: 24px 26px;
        left: -30px;
        top: -20px;
    }

    .about .ab:after {
        background-size: 24px 26px;
        right: -50px;
        bottom: -30px;
    }
}



/* 企业风采 */

.style {
    width: 100%;
    height: 680px;
    background: url(../images/KEDA_bg_1.png) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
}

.stylec {
    width: 100%;
    height: 680px;
    background: url(../images/KEDA_bg_2.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.style:hover .stylec {
    opacity: 0;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

@media (max-width: 991px) {
    .style {
        height: 400px;
    }

    .stylec {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .style {
        height: 250px;
    }

    .stylec {
        height: 250px;
    }
}


/* 新闻资讯 */
.news_list1 li {
    padding: 0;
    text-align: center;
    height: 920px;
    overflow: hidden;
}

.news_list1 li a {
    display: block;
}

.news_list1 li>a {
    height: 473px;
    overflow: hidden;
}

.news_list1 li img {
    max-width: 100%;
    height: auto;
}

.news_list1 .text {
    position: relative;
}

.news_list1 .text span {
    display: block;
    color: #636c71;
    font: 400 16px/22px "Microsoft Yahei";
}

.news_list1 .text a {
    color: #363636;
    font: 400 16px/26px "Microsoft Yahei";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list1 .text p {
    color: #636c71;
    font: 400 14px/23px "Microsoft Yahei";
    height: 46px;
    overflow: hidden;
    margin: 30px 0;
}

.news_list1 .text a.more {
    display: inline-block;
    color: #363636;
    font: 400 16px/37px "arial";
    width: 178px;
    border: 1px solid #b3b3b3;
}

.news_list1 .text:hover a.more {
    color: #fff;
    background: #004ebe;
}

.news_list1 .text .text-d {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 473px;
    background: #f7f7f7;
    overflow: hidden;
}

.text-s {
    position: absolute;
    width: 100%;
    padding: 0 9%;
    left: 0;
    top: 50%;
    margin-top: -97px;
}


@media (max-width:767px) {
    .news_list1 .te {
        border-top: 1px solid #ddd;
    }
}


.heng {
    width: 100%;
}

.heng p {
    margin: 0;
}

.heng img {
    width: 100%;
    height: auto;
}


/* 联系我们 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mapcover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 120px;
    transition: .5s;
}

.mapcover:hover {
    background-color: rgba(0, 0, 0, .7);
}

.contacts {
    max-width: 330px;
    background: #fff;
}

.contacts h2 {
    color: #000;
    font: 400 20px/26px "Microsoft Yahei";
    text-align: center;
    padding: 20px 0 10px;
}

.contacts .tit img {
    max-width: 100%;
    height: auto;
}

.contacts .content {
    color: #272235;
    font: 400 14px/67px "Microsoft Yahei";
}

.contacts .content p {
    padding-left: 20px;
}

.contacts .content p img {
    padding-right: 10px;
}

.contacts .content p+p {
    border-top: 1px solid #d3d3d3;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*友情链接*/

.f_link {
    border-top: 1px solid #0d0d0d;
    padding: 10px 0;
    display: none;
}

@media(max-width:1200px) {
    .f_link {
        display: none !important;
    }
}


.hotkey {
    display: none;
}

.hotkey a {
    margin-right: 6px;
}

/*页面底部*/

#footer {
    background: #000;
    color: #6b6b6b;
    font: 400 14px/28px "Microsoft Yahei";
    padding: 0 5%;
}

#footer a {
    color: #6b6b6b;
}

.k1 {
    text-align: right;
}

#footer a:hover {
    color: #b6002e;
    text-decoration: none;
}

.nav_foot {
    line-height: 24px;
    color: #666;
}

.copyright {
    line-height: 24px;
}

.foot-up {
    padding: 50px 0;
}


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_banner {
    width: 100%;
}

.n_bannerbj img,
.n_banners img,
.con_banner img {
    max-width: 100%;
    height: auto;
}

.left .box {
    margin-bottom: 15px;
}

.left .box h3 {
    line-height: 59px;
    font-weight: 400;
    font-family: "微软雅黑";
    background: #060606;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-bottom: 4px solid #b6002e;
}

.left .box .content {
    padding: 5px 0;
    background: #f0f0f0;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.left {}

.sort_menu {
    background: #9c9c9c;
}

@media (max-width: 767px) {
    .sort_menu {
        margin-bottom: 15px;
    }

    .tag_list_product li .tag_img,
    .tag_list_product li .tab_intro {
        width: 100%;
    }
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    background: #f5a31c;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.left .n_contact .content {
    line-height: 37px;
    color: #333;
    font-size: 14px;
    padding: 10px;
}

.right {
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.pages {
    padding-top: 20px;
}

.sitemp a {
    color: #666;
}

.sitemp h2 {
    font-size: 16px;
    color: #b6002e;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.sitemp .site {
    color: #000;
    font: 400 14px/30px "Microsoft Yahei";
}

.sitemp .site a {
    color: #000;
}

.right .content {
    padding: 15px 0 10px;
    overflow: hidden;
    line-height: 24px;
}

.right .content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .right .content img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}


/*导航栏样式*/

.navv {
    height: 32px;
    padding-left: 0px;
}

.topup>a {
    width: 8%;
    height: 88px;
    line-height: 88px;
    color: #ffffff;
}

#menu {
    padding-right: 0;
}

.navv li {
       /* line-height: 70px; */
       height: 88px;
       text-align: center;
       /* width: 12.2%; */
       float: left;
       position: relative;
       z-index: 999;
       font-size: 16px;
       padding: 0 1.5%;
}

.navv>li:after {
    position: absolute;
    right: 0;
    top: 32px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.navv li a {
        display: block;
        line-height: 88px;
        color: #fff;
        height: 88px;
       
}

.navv li a:hover {
    text-decoration: none;
}

.navv .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 70px;
    left: 0px;
}

.navv .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 90px;
}

.navbar-header .navbar-toggle {
    border: 1px solid #b4b8bc;
    padding: 0 10px 0 10px;
    height: 34px;
}

.navbar-header .navbar-toggle .menu {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 34px;
    color: #000;
}

.navbar-header .navbar-toggle.active {}

.navbar-header .navbar-toggle a:hover {
    text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #999;
}

.navbar-header .navbar-toggle:hover {
    border: 1px solid #b6002e;
    background: #b6002e;
}

.navbar-header .navbar-toggle:hover .menu {
    color: #fff;
}

.navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.toleft {
    position: relative;
    overflow-x: hidden;
    left: 0;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft {
    left: -260px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid.menuopen {
    left: 0px;
    opacity: 1;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.push-toleft .head {
    left: -260px;
}

#cbp-spmenu-s2 {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.navbar-header {
    position: relative;
}

.menuid {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    display: none;
    background: #000000;
    z-index: 9;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: block;
    background: #000;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
    padding: 15px 23px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #333;
}

.cbp-spmenu-right li a:hover {
    background: #b6002e;
    text-decoration: none;
}

.menuid .icon-close {
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    font-size: 16px;
}

.menuid .icon-close span {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
    color: #e7ac00;
}

.menuopen .mobile-menu-overlay {
    display: block;
    -webkit-transition: all 0.21s ease-out;
    transition: all 0.21s ease-out;
}



.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    float: left;
}

#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    color: #fff;
    width: 260px;
    outline: none;
}

#formsearch input#s_btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(../images/btn.png) no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
}


.topcase {
    width: 100%;
    position: relative;
}

.bannery {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.bannery ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannery ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannery ul.bc li a {
    display: block;
    width: 100%;
    height: 100%;
}

.small {
    position: relative;
}

.small li {
    display: none;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.small li img {
    max-width: 100%;
    height: auto;
}

.small li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .59);
    position: absolute;
    top: 0;
    left: 0;
}

.small li.small_hover::after {
    display: none;
}

.small-ban {
    padding: 55px 0;
    width: 100%;
    position: relative;
    margin-top: 80px;
    height: 330px;
}

.small-ban .num {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}

.small-ban .num li {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/num.png) no-repeat 0 50%;
    line-height: 25px;
    position: relative;
}

.small-ban .num li {
    _display: inline;
    _zoom: 1;
    *display: inline;
}

.small-ban .num li a:before {
    content: '0';
}

.small-ban .num li.num_hover {}

.small-ban .num li.num_hover a {
    color: #946d4d;
}

.small-ban .num li.num_hover:before {
    position: absolute;
    width: 2px;
    height: 45px;
    background: #946d4d;
    top: 25px;
    left: 50%;
    margin-left: -1px;
    content: "";
}

.small-ban .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #c5c5c5;
    text-decoration: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}

.small-pre {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pre {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

.next {
    width: 32px;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 1599px) {

    .case .content,
    .case a.more {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .small-ban {
        height: 230px
    }
}

@media (max-width: 991px) {

    .case .content,
    .case a.more {
        display: block !important;
    }
}




.swiper-wrapper img {
    max-width: 100%;
    height: auto;
}

.rxtj_box {
    background-color: #fff;
    padding: 75px 5%;
}

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

.center_title p {
    padding-top: 21px;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}

/* 热门产品 start */
#rxcp .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 41px;
    overflow: hidden;
}

#rxcp .swiper-slide {
    width: 23%;
}


/* 热门产品 end  */
.boxxx {

    width: calc(100% - 80px);
    height: auto;
    margin: 41px auto 0;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    display: flex;

}

.gchj-1 {
    /* padding: 0 75px; */
    margin: 0 60px;
    width: 100%;
    overflow: hidden;
    max-height: 365px;
}

#roll,
#roll_case {
    width: 200%;
    margin: 0 30px;
}

#roll dd {

    width: 353px;

    /* height: 270px; */
    float: left;
    margin-right: 1.5vw;

}

#roll dd img {
    width: 100%;
}

#roll dd p {
    text-align: center;
    line-height: 45px;
    color: #333333;
    font-size: 16px;
    padding-top: 40px;
}


.boxxx span {
    width: 20px;
    height: 236px;
    position: absolute;
    top: 0px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    color: #fff;
}

.boxxx .icon_jiantou {
    background-color: #fff;
    height: 100%;
}

.boxxx .prev {
    left: 0%;
    background: url(../images/hotCp_left.png) no-repeat center;
}

.boxxx .next {
    right: 0%;
    background: url(../images/hotCp_right.png) no-repeat center;
    margin: 0;
}

@media (max-width:1200px) {
    .boxxx span {
        height: 143px;
    }
}

/* 公司简介 start */
.about_box {
    display: flex;

    flex-direction: row;
}

.about_box img {
    width: 100%;
    vertical-align: middle;
}

.about_box .about_left,
.about_box .about_right {
    width: 50%;
}

.about_box .about_left {
    padding: 2% 5%;
}

.about_box .about_left h2 {
    font-size: 30px;
    font-weight: 400;
}

.about_box .about_left h2>span {
    color: #004ebe;
    font-size: 15px;
    font-weight: 400;
}

.about_box .about_left>p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5.5%;
    padding-bottom: 5.5%;
    display: block;
    line-height: 33px;
    width: 100%;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;

}

.about_box .about_left>a {
    display: inline-block;
    width: 177px;
    color: #fff;
    font: 400 14px/37px "Microsoft Yahei";
    background-color: #004ebe;
    text-indent: 15px;
    position: relative;
}

.about_box .about_left>a::before {
    position: absolute;
    width: 60px;
    height: 1px;
    background: #fff;
    right: 11px;
    top: 18px;
    content: "";
}

.about_box .about_left .swiper_box_about {

    position: absolute;
    width: 100%;
    max-width: 695px;
    display: flex;
    /* grid-template-columns: 28px 28px 1fr; */
    padding: 3%;
    padding-left: 0;
    overflow: hidden;
}

.about_box .about_left .swiper_box_about .swiper_box_about_hidden {
    width: calc(100% - 40px);
    max-height: 187px;
    height: 100%;

}

.about_box .about_left .swiper_box_about .swiper_box_about_small {
    /* margin: 0 100%; */
    width: 93%;
    overflow: hidden;
    margin: 0 30px;
    /* flex: 1; */
    height: 216px;
}

.about_box .about_left .swiper_box_about span.about_left_icon {
    background: url(../images/gsjj_left.png)no-repeat center;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 28px;
    display: block;
}

.about_box .about_left .swiper_box_about span.about_right_icon {
    background: url(../images/gsjj_right.png) no-repeat center;
    z-index: 99;
    position: absolute;
    right: 2%;
    top: 50%;
    width: 12px;
    height: 28px;
    display: block;
}

.about_box .about_left .swiper_box_about dl.swiper_box_about_hidden dd.swiper_about_item {
    float: left;
    width: 310px;
    padding: 0 22px 0;

}

/* 公司简介 end  */

/* 产品中心 start  */
.cp_box {
       padding: 75px 0;
       width: 90%;
       display: table;
       box-sizing: border-box;
       margin: 0 auto;
}

.cp_box .cp_top {
    /* display: grid; */
    display: flex;
    /* grid-template-columns: 3fr 9fr; */
    margin-bottom: 42px;
    justify-content: space-around;
}

.cp_box .cp_top ul {

    display: flex;
    background-color: #f6f6f6;
    box-shadow: 0 5px 10px #cccccc;
    padding: 0 3vw;
}

.cp_box .cp_top ul li {
    margin: 0 15px;

    height: 68px;
    line-height: 68px;
}

.cp_box .cp_top ul li.active {
    border-bottom: 4px solid #004ebe;
}

.cp_box .cp_top ul li a {
    color: #000000;
    font-size: 16px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cp_bottom .probox {
    position: relative;
    padding-bottom: 102px;
    overflow: hidden;

}

.cp_bottom .probox h3 {
    border: 1px solid #dbdbdb;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 102px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.cp_bottom h3 a {
    display: block;
    color: #363636;
    font: 400 20px/36px "Microsoft Yahei";
}

.cp_bottom h3 p {
    color: #999;
    font: 400 14px/26px "Microsoft Yahei";
}

.cp_bottom .omitted {
    color: #fff;
    font: 400 20px/20px "Microsoft Yahei";
    display: none;
    padding-bottom: 20px;
}

.cp_bottom li h3 .img {
    display: none;
}

.cp_bottom li:hover .probox {
    box-shadow: 2px 2px 9px #999;
}

.cp_bottom li:hover h3 {
    background: #004ebe;
    height: 158px;
}

.cp_bottom li:hover h3 a {
    color: #fff;
}

.cp_bottom li:hover h3 p {
    display: none;
}

.cp_bottom li:hover .omitted {
    display: block;
}

.cp_bottom li:hover h3 .img {
    display: block;
    margin: 0 auto;
    width: 28px;
}

.cp_bottom li:hover h3 .cp_jia {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #369d27;
    color: #ffffff;
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

/* 案例 start */
.case_box {
    background-color: #fafafa;
}

.case_box .swiper_box_case {
    /* display: grid; */
    display: flex;
    /* grid-template-columns: 70px 1fr 70px; */
    padding: 45px 1.2vw 0;
}

.case_box .swiper_box_case .case_left {
    display: block;
    width: 70px;
    background: url(../images/case_left.png) no-repeat center;
}

.case_box .swiper_box_case .case_right {
    background: url(../images/case_right.png) no-repeat center;
    display: block;
    width: 70px;
}

.case_box .swiper_box_case .case_list {
    width: 100%;
    overflow: hidden;
    height: 100%;
    max-height:345px;
}

.case_box .swiper_box_case .case_list2 dd {
    float: left;
    width: 358px;
    max-width: 380px;
    margin-right: 1vw;
}

.case_box .swiper_box_case .case_list2 dd img {
    width: 100%;
    vertical-align: middle;
}

.case_box .swiper_box_case .case_list2 dd p {
    text-align: center;
    padding-top: 22px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer_box {

    padding: 75px 15vw 0;
    background-color: #004ebe;

}

.footer_box .footer_top {
    display: flex;
    /* grid-template-columns: 3fr  2fr 1fr; */
    justify-content: space-around;
}

.footer_box .footer_top a {
    color: #ffffff;

}

.nav_footer {
    /* display: grid; */
    /* grid-template-columns: 1fr 2fr 1fr  1fr; */
    display: flex;
    flex: 3;
    /* justify-content: space-evenly; */
}

.nav_footer ul {
    padding-right: 8%;
}

.nav_footer ul li {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 16px;
}

.nav_footer ul li:first-child {
    font-size: 18px;
    padding-bottom: 35px;
}

.contact_box {
    flex: 2;
}

.contact_box .telephone_box {
    padding-left: 40px;
    background: url(../images/icon_telephone.png) no-repeat left;
    height: 65px;
    line-height: 65px;
    font-size: 32px;
    color: #ffffff;
}

.contact_box>p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 24px;
}

.contact_box .address_contact {}

.er_box {
    text-align: center;
    text-align: center;
    color: #ffffff;
    flex: 1;
}

.er_box p {
    padding-top: 20px;
}

.contact_box input {
    padding-left: 18px;
    padding-right: 18px;
    width: 244px;
    height: 51px;
    line-height: 51px;
    color: #fff;
    border: 1px solid #3371cb;
    background: transparent;
}

.contact_box input:focus {
    /* background-color: red; */

    /* border: none; */
    outline: none;
}

.contact_box button {
    height: 51px;
    position: relative;
    left: -5px;
    background-color: #001026;
    color: #ffffff;
    border: none;
    width: 104px;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.footer_box .footer_bottom {
    margin-top: 30px;
    border-top: 1px solid #4d83d2;
    display: flex;
    justify-content: space-between;
}

.footer_box .footer_bottom * {
    display: inline-block;
    /* height: 60px ; */
    line-height: 60px;
    color: #ffffff;
}

.w1200 {
    width: 1204px;
    margin: 0 auto;
}

/* 产品详情 */
.relate-product-slick {
    position: relative;
}

.relate-product-slick .owl-item {
    display: block;
    font-size: 0;
}

.relate-product-slick .owl-item .img {
    display: block;
    margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
    margin-bottom: 0;
    padding: .5em 0;
    font-size: 12px;
    color: #2f318b;
    text-align: center;
}

.relate-product-slick .owl-item:hover p {
    color: #2f318b;
}

.relate-product-slick .owl-nav button.owl-prev,
.relate-product-slick .owl-nav button.owl-next {
    width: 25px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    margin-top: -17.5px;
    line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span,
.relate-product-slick .owl-nav button.owl-next span {
    display: inline;
}

.xypg-relate .relate-news {
    margin-top: 45px;
}

.relate-news-list li {
    float: left;
    width: 48%;
    position: relative;
    line-height: 2.143;
    font-size: 14px;
    color: #2f318b;
}

.relate-news-list li:nth-child(even) {
    float: right;
}

.relate-news-list li a {
    display: block;
    padding-right: 125px;
    color: #666666;
}

.relate-news-list li a:before {
    content: '+';
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.relate-news-list li span {
    position: absolute;
    right: 0;
    top: 2.5px;
    width: 125px;
    text-align: right;
    font-size: 12px;
    color: #666666;
}

.relate-news-list li:hover a {
    color: #2f318b;
}

.relate-news-list li:hover a:before {
    color: #2f318b;
}

.relate-news-list li:hover span {
    color: #2f318b;
}

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

.page-wrap-right div.owl-nav.disabled {
    display: none;
}
.search_form {
    text-align: center;
    display: flex;
    justify-content: center;
}

.search_form input {
    width: 80%;
    border: 1px solid #004ebe;
    border-radius: 15px;
    height: 48px;
    outline: none;
    /* background: rgba(0, 0, 0, .3); */
    padding-left: 2vw;
    padding-right: 74px;

}

.search_form button {
    position: relative;
    right: 6%;
    border: none;
    padding: 0 22px;
    background: #004ebe;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}



@media (min-width: 1500px) and (max-width: 1730px) {
  .navv li {
    /* line-height: 70px; */
    height: 88px;
    text-align: center;
    /* width: 12.2%; */
    float: left;
    position: relative;
    z-index: 999;
    font-size: 13px;
    padding: 0 1.5%;
}

.navv>li:after {
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}
.btns::after {
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.topup>a {
    width: 8%;
    height: 88px;
    line-height: 88px;
    font-size: 12px;
    color: #ffffff;
}
  
  
}
@media (min-width: 1200px) and (max-width: 1500px) {
.navv li {
    /* line-height: 70px; */
    height: 88px;
    text-align: center;
    /* width: 12.2%; */
    float: left;
    position: relative;
    z-index: 999;
    font-size: 12px;
    padding: 0 1.2%;
}
#menu {
    width: 82%;
    padding-left: 2%;
}

.topup>a {
    width: 8%;
    height: 88px;
    line-height: 88px;
    color: #ffffff;
    font-size: 12px;
    padding: 0 6px;
}

.btns::after {
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

.navv>li:after {
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, .3);
    content: "";
}

}