﻿@charset "UTF-8";
/*#region 公共*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1300 {
    margin: 0 auto;
    width: 1300px;
}
.colorstype {
    /*color: #243da7;*/
    color: #11868a;
}
.bgcolorstype {
    /*background-color: #243da7;*/
    background-color: #11868a;
}
/*#endregion 公共*/
/*#region 首页（欢迎语）*/
.welcome {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255,255,255,.6);
    background-color:#232323;
}
.welcome_l {
float:left;
color:white;
width:50%;
text-align:left;
}
.welcome_r {
    float: right;
    color: white;
    width:20%;
    text-align:right;
}
/*#endregion 首页（欢迎语）*/
/*#region 首页（头部）*/
.header_title {
    height: 150px;
    border-bottom: 1px solid #e5e5e5;
}
.header_title_c {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_title_c_r {
    width: 1035px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    align-items: center;
    border-left: 1px solid #c2c2c2;
}
.header_title_c_r1 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-left: 10px;
    color: #333333;
}
.header_title_c_r2 {
    font-size: 28px;
    color: #243da7;
}
.header_title_c_r1_p1 {
    font-weight: 600;
}
.header_title_c_r1_p2 {
}
.header_title_c_r2_p1 {
    font-size: 14px;
    color: #666666;
}
.header_title_c_r2_p2 {
    font-size: 28px;
}
/*#endregion 首页（头部）*/
/*#region 首页（导航）*/
.header_bas {
    height: 55px;
}
.header_bas_c {
}
.header_bas_c_u {
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.header_bas_c_u li {
        position: relative;
        z-index: 999;
        font-size: 16px;
        color: #fff;
        width: 155px;
        height: 58px;
        line-height: 58px;
        text-align: center;
    }
.header_bas_c_u li:hover {
            background-color: #fff;
            color: #243da7;
        }
/*#endregion 首页（导航）*/
/*#region 首页（轮播）*/
.banner img {
    width: 100%;
    height:600px;
}
/*#endregion 首页（轮播）*/
/*#region 首页（产品）*/
.product {
    padding-top: 55px;
}
.product_c1 {
}
.product_c1_h1 {
    font-size: 40px;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    width: 355px;
    margin: auto;
    position: relative;
}
.product_c1_h6 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 470px;
    background-color: #fff;
    margin: auto;
    line-height: 30px;
}
.product_c1_h1_s1 {
    color: #333333;
}
.product_c1_h1_s2 {
    position: relative;
}
.product_c1_h6_s1 {
    color: #777777;
}
.product_c1_d {
    width: 627px;
    height: 48px;
    border: 1px solid #dcdcdc;
    margin: auto;
    margin-top: -60px;
    z-index: -1;
}
.product_c2 {
    background-color: #f5f5f5;
    margin-top: 60px;
}
.product_c2_c1 {
}
.product_c2_c1_u {
    display: flex;
}
.product_c2_c1_u li {
        padding-top: 30px;
        width: 240px;
        height:140px;
        text-align: center;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        font-size: 16px;
        color: #fff;
}
.product_c2_c1_u li:hover {
        background-color: #fff;
        color: #243da7;
}
.product_c2_c1_u li i {
        font-size: 26px;
}
.product_c2_c1_u li p {
            font-size: 16px;
            margin-top: 10px;
 }
.product_c3 {
}
.product_c3 ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}
.product_c3 ol li {
        border-bottom: 3px solid #cdcdcd;
        margin-top: 22px;
}
.product_c3 ol li a {
        display: block;
}
.product_c3 ol li img {
        cursor: pointer;
        transition: all 0.6s;
}
.product_c3 ol li:hover img {
        transform: scale(1.1);
}
.product_c3 ol li .text {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        align-items: center;
}
.move {
    display: flex;
    justify-content: center;
}
.move a {
        display: block;
        margin: 40px 5px;
        height: 44px;
        padding: 0 40px;
        border-radius: 22px;
        border: 1px solid #d2d2d2;
        line-height: 44px;
}
.move a:hover {
            background-color: #243da7;
            color: #fff;
}
/*#endregion 首页（产品）*/
/*#region 首页（服务）*/
.service {
    background: url(../images/page_service.jpg) no-repeat center center scroll;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 140px;
}
.service_c1 {
}
.service_c1_h1 {
    font-size: 40px;
    text-align: center;
    z-index: 999;
    width: 355px;
    margin: auto;
    position: relative;
}

.service_c1_h6 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 470px;
    margin: auto;
    line-height: 30px;
}

.service_c1_h1_s1 {
    color: #fff;
}

.service_c1_h1_s2 {
    position: relative;
}

.service_c1_h6_s1 {
    color: #fff;
}

.service_c1_d {
    width: 627px;
    height: 48px;
    margin: auto;
    margin-bottom: 30px;
    z-index: -1;
}
.service_c2 {
}
.pure-g {
    position: relative;
    height: 460px;
}

.pure-g .left {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pure-g .left .pure-u-1-4 {
    display: flex;
    justify-content: space-between;
}

.pure-g .right {
    overflow: hidden;
    height: 335px;
}

.pure-g ul li {
    width: 24%;
    margin-right: 1px;
    counter-increment: number;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s;
    background-color: #1b1b1b;
    opacity: 0.7;
    border: 1px solid #ffffff;
    padding: 10px 0px;
    align-items: center;
    display: flex;
}

.pure-g ul li p {
    color: #fff;
    opacity: 1;
    margin: 0 auto;
    font-size: 58px;
}

.pure-g ul li p:nth-of-type(2) {
    text-align: right;
}

.pure-g ul li p:nth-of-type(2) {
    font-size: 25px;
    color: #ffffff;
}

.pure-g ul li:hover {
    background-color: #003f98;
    opacity: 0.83;
}

.pure-g .right {
    overflow: hidden;
}
.pure-u-3-4 .item10 .item10_c {
    display: flex;
    justify-content: space-between;
}

.pure-u-3-4 .item10 .item10_c {
    color: #fff;
}

.pure-u-3-4 .item10 .item10_c .text h1 {
    font-size: 58px;
    color: #ffffff;
    opacity: 0.04;
}

.pure-u-3-4 .item10 .item10_c .text h2 {
    font-size: 72px;
    margin-top: -50px;
}

.pure-u-3-4 .item10 .item10_c .text h3 {
    color: #ffffff;
    font-size: 30px;
}

.pure-u-3-4 .item10 .item10_c .text ol {
    margin-top: 60px;
}

.pure-u-3-4 .item10 .item10_c .text ol li {
    font-size: 16px;
    color: #dadada;
    line-height: 30px;
}

.pure-u-3-4 .item10 .item10_c .text ol li em {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #243da7;
    margin-left: 3px;
    border-radius: 100%;
}

.pure-u-3-4 .item10 .item10_c .text ol li span {
    margin-left: 5px;
}
/*#endregion 首页（服务）*/
/*#region 首页（工厂）*/
.equipment {
    padding-top: 55px;
}
.equipment_c1 {
}

.equipment_c1_h1 {
    font-size: 40px;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    width: 355px;
    margin: auto;
    position: relative;
}

.equipment_c1_h6 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 470px;
    background-color: #fff;
    margin: auto;
    line-height: 30px;
}

.equipment_c1_h1_s1 {
    color: #333333;
}

.equipment_c1_h1_s2 {
    position: relative;
}

.equipment_c1_h6_s1 {
    color: #777777;
}

.equipment_c1_d {
    width: 627px;
    height: 48px;
    border: 1px solid #dcdcdc;
    margin: auto;
    margin-top: -60px;
    z-index: -1;
}

.equipment_c3 {
}

.equipment_c3 ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.equipment_c3 ol li {
    border-bottom: 3px solid #cdcdcd;
    margin-top: 22px;
}

.equipment_c3 ol li a {
    display: block;
}

.equipment_c3 ol li img {
    cursor: pointer;
    transition: all 0.6s;
}

.equipment_c3 ol li:hover img {
    transform: scale(1.1);
}

.equipment_c3 ol li .p {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    align-items: center;
}
/*#endregion 首页（工厂）*/
/*#region 首页（新闻）*/
.news {
    background-color: #f8f8f8;
    padding: 25px 0;
}
.news_c1 {
}

.news_c1_h1 {
    font-size: 40px;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    width: 355px;
    margin: auto;
    position: relative;
    background-color: #f8f8f8;
}

.news_c1_h6 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 470px;
    background-color: #fff;
    margin: auto;
    line-height: 30px;
    background-color: #f8f8f8;
}

.news_c1_h1_s1 {
    color: #333333;
}

.news_c1_h1_s2 {
    position: relative;
}

.news_c1_h6_s1 {
    color: #777777;
}

.news_c1_d {
    width: 627px;
    height: 48px;
    border: 1px solid #dcdcdc;
    margin: auto;
    margin-top: -60px;
    z-index: -1;
}
.news_c2 {
    margin-top: 40px;
    display: flex;
}
.news_c2 .left {
    width: 550px;
}

.news_c2 .left img {
    margin-top: 15px;
    width: 100%;
}
.news_c2 .left h2 {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
}

.news_c2 .left p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.news_c2 .left span {
    display: flex;
    color: #999999;
    margin-top: 15px;
    align-items: center;
}
.news_c2 .right {
    width: 650px;
}
.news_c2 .right ul {
    padding-left: 100px;
}

.news_c2 .right ul li {
    padding: 23px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.news_c2 .right ul li h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.news_c2 .right ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    padding-left: 25px;
}
/*#endregion 首页（新闻）*/
/*#region 底部*/
.bottom {
    background-color:rgb(23,27,36);
    width: 100%;
    background-size: cover;
    padding: 40px 0;
    margin-top: 60px;
}

.bottom_items ul {
    display: flex;
    justify-content: space-around;
}

.bottom_items ul li {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.82;
    padding: 15px 5px;
    margin-bottom: 5px;
}

.bottom_items ul li:hover {
    border-bottom: 2px solid #959595;
}

.bottom_main .information {
    margin-top: 25px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #464950;
    border-bottom: 1px solid #464950;
    align-items: center;
}

.bottom_main .information ul {
    display: flex;
}

.bottom_main .information ul li {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
    display: flex;
    align-items: center;
}

.bottom_main .information ul li:nth-of-type(1) {
    font-size: 14px;
    color: #c9c9c9;
    opacity: 0.9;
}
.bottom_main .code {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.bottom_main .code ul li {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.65;
    margin-top: 20px;
}
.bottom_main .code ul:nth-of-type(2) {
    display: flex;
}
.bottom_main .code ul:nth-of-type(2) li {
    margin: 10px;
    text-align: center;
}
.bottom_main .code ul:nth-of-type(2) li p {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.42;
    margin-top: 10px;
}

.bottom_bottom {
    background-color: #121212;
    padding: 15px 0;
}

.bottom_bottom_main ul {
    display: flex;
}

.bottom_bottom_main ul li {
    font-size: 14px;
    color: #ffffff;
    padding: 3px 5px;
}
/*#endregion 底部*/
/*#region 内页banner*/
.inpage_banner img {
width:100%;
}
/*#endregion 内页banner*/
/*#region 内页-通用样式*/
.inpage_c {
    margin-top: 50px;
    margin-bottom: 50px;
}
.inpage_c_c {
    display: flex;
    justify-content: space-between;
}
.inpage_c_c .left {
        width: 25%;
}
    .inpage_c_c .right {
        width: 70%;
        margin-left: 3%;
    }
.inpage_c_c .left h3 {
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.inpage_c_c .left nav {
        border: solid 1px #e5e5e5;
}

.inpage_c_c .left nav a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 50px;
            margin: 10px 20px 10px 20px;
            padding: 0 20px;
            line-height: 50px;
            font-size: 18px;
            color: #333333;
            border-radius: 20px;
            position: relative;
            border: 1px solid #efefef;
}
.inpage_c_c .left nav a:last-of-type {
        margin-bottom: 9px;
}
.inpage_c_c .left nav a::after {
        width: 0;
        cursor: pointer;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #11868a;
        transition: 0.6s linear;
        border-radius: 20px;
}
.inpage_c_c .left nav a:hover {
        color: #ffffff;
        z-index: 2;
}
.inpage_c_c .left nav a:hover:after {
            width: 100%;
}
.inpage_c_c .left .phone {
        padding: 20px 0;
        text-align:center;
}
.inpage_c_c .left .phone p {
            font-size: 18px;
            color: #ffffff;
            display: flex;
            justify-content: center;
}
.inpage_c_c .left .phone h4 {
            font-size: 26px;
            color: #ffffff;
            font-weight: bold;
            text-align: center;
}
    .inpage_c_c .right .center .center_top {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
    }
    .inpage_c_c .right .center .pric ul {
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .inpage_c_c .right .center .pric h4 {
        color:#333333;
        font-size:26px;
        font-weight:bold;
    }
    .inpage_c_c .right .center .pric img {
        margin-top:10px;
        margin-bottom:10px;
    }
        .inpage_c_c .right .center .pric ul li {
            width: 32.33%;
            margin-top: 25px;
            margin-right: 1%;
        }

            .inpage_c_c .right .center .pric ul li a {
                display: inline-block;
                text-align: center;
                border: 1px solid #e5e5e5;
                width: 100%;
                overflow: hidden;
            }

            .inpage_c_c .right .center .pric ul li p {
                font-size: 16px;
                color: #444444;
                text-align: center;
                background-color: #eff2f6;
                margin: 1px 0;
                padding: 10px 0;
            }

            .inpage_c_c .right .center .pric ul li:hover p {
                background-color: #11868a;
            }

            .inpage_c_c .right .center .pric ul li:hover p {
                color: #ffffff;
            }

            .inpage_c_c .right .center .pric ul li a img {
                width: 100%;
            }
.inpage_c_c .right .center .news_dynamic {
    margin-top: 23px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}

.inpage_c_c .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}

.inpage_c_c .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding: 5px 0;
    padding-right: 40px;
}

.inpage_c_c .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}

.inpage_c_c .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}

.inpage_c_c .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #243da7;
    margin-top: 20px;
}

/*#endregion 内页-通用样式*/
/* 关于我们 */












.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}







.tabs .right .center .center_top ul {
    display: flex;
}

.tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}

.tabs .right .center .center_top h2 {
    font-size: 24px;
    color: #243da7;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #243da7;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}


.tabs .left nav .item2 p a {
    padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
    display: none;
}

.tabs .left nav .item1:hover .item2 {
    display: block;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
    overflow: hidden;
}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
    transition: all 1.5s;
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #243da7;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #243DA7;
    border: 1px solid #243DA7;
}

.pagev span a {
    background-color: #fff;
    color: #666;
    border: 1px solid #D9D9D9;
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
    text-decoration: none;
    margin: 1.5em 0;
}

.pagev span a:hover {
    color: #fff;
    background-color: #2d9aea;
    border: 1px solid #2d9aea;
}

/*客户留言*/
.liuyanform {}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    float: left;
    width: 10%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: right;
    margin-right: 1%;
}

.form-group input {
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group textarea {
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 70%;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.form-group1 input {
    display: block;
    width: 200px;
    float: left;
    margin-left: 90px;
    line-height: 45px;
    background-color: #243DA7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
}


.prv_all {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #999;
    margin-top: 40px;
}

.prv_next {
    width: 70%;
    overflow: hidden;
    float: left;
    line-height: 180%;
    margin-top: 10px;
}

.go_back {
    width: 30%;
    overflow: hidden;
    float: right;
    line-height: 180%;
    margin-top: 20px;
    text-align: right;
}