@charset "UTF-8";

.w1600 {
    width: 1600px;
    margin: 0 auto;
}


.page_top_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}

.page_top_main .iphone {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
}

.page_top_main .iphone .search {
    width: 240px;
    position: relative;
}

.page_top_main .iphone .text h1 {
    font-size: 24px;
    font-weight: bolder;
    line-height: 30px;
}

.page_top_main .iphone .text p {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
}

.page_top_main .iphone .search input {
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #0070c0;
    outline: none;
    border-radius: 18px;
    padding-left: 10px;
}

.page_field_tu1 {
    display: none;
}

.page_top_main .iphone h2 {
    display: flex;
    font-size: 30px;
    letter-spacing: 1px;
    color: #0070c0;
    align-items: center;
}

.page_top_main .iphone h2 span {
    font-size: 7px;
    color: #666666;
}

.page_top_main .iphone h2::before {
    content: '';
    width: 42px;
    height: 42px;
    background-image: url(../images/iphone.png);
    margin-right: 10px;
}

.c-nav .hiden {
    display: none;
}

/* 导航栏 */
.c-nav {
    width: 100%;
}

.c-nav .navFlex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    padding: 1px 0;
}

.page_navbas {
    background-color: #0067d0;
}

.c-nav .navFlex .logo {
    display: none;
}

/* .c-nav ul {
    display: flex;
    justify-content: space-between;
}

.c-nav ul li {
    padding: 15px 0;
    width: 229px;
    text-align: center;
}

.c-nav ul li .item3 p {
    padding: 10px;
    display: block;
}

.c-nav ul li .item3 p:hover {
    background-color: #0067d0;
}

.c-nav ul li .item3 p:hover a {
    color: #fff;
}

.c-nav ul .classification {
    position: relative;
    z-index: 999;
}

.c-nav ul li .item3 {
    position: absolute;
    display: none;
    background-color: #fff;
    width: 229px;
    text-align: center;
    left: 0;
    top: 48px;
}

.c-nav ul li:hover .item3 {
    display: block;
}

.c-nav ul li a {
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    color: #fff;
}

.c-nav ul li:hover {
    background-color: #fff;

}

.c-nav ul li:hover a {
    color: #0067d0;
} */

.c-nav .btnImg {
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
}

.banner img {
    width: 100%;
}

.page_product {
    background-color: #f4f3f3;
    padding: 30px 0;
}

.common_title h1 {
    font-size: 38px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_title h1 em {
    display: inline-block;
    height: 1px;
    width: 44%;
    background-color: #e5e5e5;
}

.common_title p {
    text-align: center;
    font-size: 9px;
    line-height: 39px;
    color: #a6a6a6;
}

.page_case {
    padding-top: 80px;
}

.pure-g {
    position: relative;
    margin-top: 30px;
}

.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;
    max-height: 700px;
}

.pure-g ul li {
    width: 25%;
    margin-right: 1px;
    counter-increment: number;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s;
    background-color: #1b1b1b;
    border-right: 1px solid #fff;
    font-size: 24px;
    opacity: 0.7;
    /* display: flex;
    justify-content: center; */
    padding: 25px;
    align-items: center;
}

.pure-g ul li p {
    color: #fff;
    opacity: 1;
    margin: 0 auto;
}

.pure-g ul li:hover {
    background-color: #003f98;
    opacity: 0.83;
}

.pure-g .right {
    /* height: 550px; */
    overflow: hidden;
}

.content .right img {
    display: block;
    width: 100%;
}

.page_news {
    padding-top: 70px;
}

.page_news_c {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_news_c .left {
    width: 47.81%;
}

.page_news_c .left img {
    width: 100%;
}

.page_news_c .text {
    padding: 25px 20px 25px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_news_c .text .time {
    font-size: 54px;
    color: #333333;
}

.page_news_c .text .time span {
    display: block;
    font-size: 16px;
    color: #666666;
}

.page_news_c .text .center {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #e5e5e5;
}

.page_news_c .text .center h1 {
    font-size: 18px;
    line-height: 38px;
    color: #333333;
}

.page_news_c .text .center h6 {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
}

.page_news_c .right {
    width: 46.87%;
}

.page_news_c .right .text {
    border: 1px solid #dcdcdc;
}

.page_news_c .right .text:nth-of-type(2) {
    margin: 10px 0;
}

.page_news_c .right .text:hover {
    border: 1px solid #0067d0;
}

.page_news_c .right .text:hover .center h1 {
    color: #0067d0;
}

.page_about {
    padding-top: 70px;
}

.page_about_c {
    background-color: #f8f8f8;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.page_about_c .left {
    margin-top: 50px;
    width: 37.5%;
}

.page_about_c .left h1 {
    font-size: 28px;
    color: #111111;
}

.page_about_c .left h4 {
    font-size: 20px;
    color: #333333;
    width: 75%;
    border-bottom: 1px solid #e5e5e5;
}

.page_about_c .left h4::after {
    content: '';
    display: block;
    width: 109px;
    height: 3px;
    background-color: #0067d0;
    margin-top: 20px;
}

.page_about_c .left p {
    font-size: 16px;
    color: #666666;
}

.page_about_c .tu {
    width: 50%;
}

.page_about_c .tu img {
    width: 100%;
}

.move {
    border-radius: 22px;
    background-color: #c2dbf4;
    margin-top: 40px;
    width: 152px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.move a {
    width: 143px;
    height: 38px;
    background-color: #0067d0;
    display: inline-block;
    line-height: 38px;
    border-radius: 19px;
    color: #fff;
}

/* .product-number-info {
    background: url(../images/station-bg.jpg);
    position: relative;
} */
.page_about_b {
    margin-top: -80px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 0px rgba(216, 216, 216, 0.34);
    z-index: 200;
    position: relative;
}

.product-number-info .product-number-inner {
    /* width: 1200px; */
    margin: 0 auto;
}

.product-number-info ul {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
}

.q {
    zoom: 1;
}

.product-number-info li {
    width: 239px;
    height: 90px;
    border-left: 1px dashed #dcdcdc;
    color: #0067d0;
    padding-top: 1px;
    text-align: center;

}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li p {
    font-size: 14px;
    color: #999999;
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    top: 15px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 20px;
    font-weight: 100;
    padding-left: 2px;
}


.tabbox {
    margin: 10px;
}

.tabbox ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tabbox ul li {
    width: 200px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin-right: -1px;
    cursor: pointer;
    font-size: 18px;
    color: #959595;
    padding-bottom: 4px;
}

.tabbox ul .move {
    float: right;
    color: #3b3b3b;
    font-size: 14px;
}

.tabbox ul .active {
    color: #ffffff;
    font-weight: bold;
    background-color: #0067d0;
}

.tabbox .content>div {
    display: none;
}

.tabbox ol {
    display: flex;
    justify-content: space-between;
}

.tabbox ol li {
    width: 23.68%;
    border-bottom: 1px solid #dcdcdc;

}

.tabbox ol li:hover {
    border-bottom: 1px solid #0067d0;

}

.tabbox ol li:hover h6 {
    color: #0067d0;
}

#dowebok {
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

.tabbox ol li img {
    width: 100%;
}

.tabbox ol li h6 {
    font-size: 16px;
    color: #666666;
    padding: 12px 0;
    text-align: center;
}

.tabbox ol li {
    animation-duration: 1s;
    visibility: visible;
    animation-delay: 1s;
}

.tabbox ol li img {
    transition: 0.3s all !important;
    -webkit-transition: 0.3s all !important;
    position: relative !important;
    top: 0 !important;
}

.tabbox ol li:hover img {
    top: 5px !important;
}

.tabbox .content>div.active {
    display: block;
}

.bottom {
    margin-top: 60px;
    padding-top: 80px;
    background-color: #2a2a2a;
}

.bottom_main {
    display: flex;
    justify-content: space-between;
}

.bottom_main dl dd {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.58;
    line-height: 27px;
}

.bottom_main dl .code {
    margin-top: 35px;
    display: flex;

}

.bottom_main dl .code .tu {
    border: 1px solid #ffffff;
}

.bottom_main dl .code h6 {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.58;
    text-align: center;
    line-height: 30px;
}

.bottom_main ul {
    width: 10.31%;
}

.bottom_main ul li:nth-of-type(1) {
    font-size: 18px;
    line-height: 77px;
    color: #ffffff;
    opacity: 0.7;
    border-bottom: 1px solid #ffffff;
}

.bottom_main ul li:nth-of-type(1)::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #0067d0;
}

.bottom_main ul li {
    line-height: 38px;
    color: #ffffff;
    opacity: 0.4;
    font-size: 14px;
}

.bottom_main ul li:hover {
    opacity: 1;
}

.bottom_main ol {
    width: 19.37%;
}

.bottom_main ol li {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #979797;

}

.bottom_main ol li:nth-of-type(1) {
    font-size: 18px;
    line-height: 77px;
    color: #ffffff;
    opacity: 0.7;
    border-bottom: 1px solid #ffffff;
}

.bottom_main ol li:nth-of-type(1)::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #0067d0;
}

.bottom_main ol li span {
    font-size: 32px;
    color: #fff;
    opacity: 1 !important;
}

.bottom_b {
    margin-top: 70px;
    background-color: #1a1a1a;
}

.bottom_b ul {
    display: flex;
    flex-wrap: wrap;
}

.bottom_b ul li {
    padding: 25px 0;
    font-size: 14px;
    color: #8b8b8b;
    margin: 0 10px;
}

.about_us {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 22.83%;
}

.tabs .left .phone {
    background-color: #0067D0;
    padding: 20px 0;
}

.tabs .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.item1 .items6 p {
    display: none;
    padding-left: 20px;
}

.item1 .items6:hover p {
    display: block;
}

.tabs .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.tabs .right {
    width: 75.66%;
}

.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}

.tabs .left h3 {
    height: 62px;
    background-color: #0067D0;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.tabs .left nav {
    border: solid 1px #e5e5e5;
}

.tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin: 10px 20px 10px 20px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tabs .left nav a:last-of-type {
    margin-bottom: 9px;
}

.tabs .left nav a::after {
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #0067D0;
    transition: 0.6s linear;
    border-radius: 20px;
}

.tabs .left nav a:hover {
    color: #ffffff;
    z-index: 2;
}

.tabs .left nav a:hover:after {
    width: 100%;
}

.tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.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: #0067D0;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #0067D0;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    margin-top:5px;
    margin-bottom:5px;
}

.tabs .right .center .pric ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tabs .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-right: 1%;
}

.tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;

}

.tabs .right .center .pric ul li p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    background-color: #eff2f6;
}

.tabs .right .center .pric ul li:hover p {
    background-color: #0067D0;
}

.tabs .right .center .pric ul li:hover p {
    color: #ffffff;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
}

.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: #0067D0;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

.news {
    margin-top: 60px;
}

.tabs .right .center .news_dynamic {
    margin-top: 23px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}

.tabs .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding: 28px 0;
    padding-right: 40px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #0067D0;
    margin-top: 20px;
}


.c-nav ul li {
    padding: 5px 0;
}

.page_navbas {
    height: 60px;
    line-height: 60px;
    position: relative;
}

.c-nav .navFlex .show {
    width: 100%;
}

.navMenu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navMenu .frist_floor {
    position: relative;
    padding: 0 50px;
    text-align: center;
    z-index: 99;
}

.navMenu .frist_floor:hover {
    background-color: #FFF;
}

.navMenu .frist_floor:hover p a {
    color: #0067d0;
}

.navMenu .frist_floor p a {
    font-size: 16px;
    color: #FFF;
}

.second_floor {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 9999;
}

.navMenu .frist_floor:hover .second_floor {
    display: block;
}

.navMenu .frist_floor:hover p {
    color: #0361ec;
}

.navMenu .frist_floor li:nth-of-type(1) {
    
    padding-left: 0px;
}

.navMenu .frist_floor li a {
    height: 27px;
    line-height: 27px;
}

/*二级菜单*/
.navMenu .frist_floor .second_floor {
    display: none;
    width: 164px;
    background-color: #0067d0;
    z-index: 999;
}

.navMenu .frist_floor .second_floor li:hover a {
    color: #0361ec;
    transition: 1s;
}

.navMenu .frist_floor .second_floor li:hover .third_layer li a {
    color: #333333;
}

.navMenu .frist_floor .second_floor li:hover {
    background-color: #eeeeee;
}

/*三级菜单*/

.navMenu .frist_floor .second_floor li {
    position: relative;
    color: #fff;
    line-height: 25px;
}

.navMenu .frist_floor .second_floor .third_layer {
    width: 200px;
    background-color: #ffffff;
    display: none;
}

.navMenu .frist_floor .second_floor li:hover .third_layer {
    position: absolute;
    display: block;
    left: 160px;
    top: 0px;
    z-index: 999;
}

.navMenu .frist_floor .second_floor .third_layer li:hover {
    color: #0361ec;
}

.navMenu .frist_floor .second_floor li .third_layer:hover {
    display: block;
}

.item1 .items6 p {
    display: none;
    padding-left: 20px;
}

.item1 .items6 p a {
    justify-content: unset !important;
    border: unset !important;
    border-bottom: 1px dashed #efefef !important;
}

.item1 .items6 p a::before {
    content: '';
    width: 20px;
    height: 10px;
    background-image: url(../images/activ_icon.png);
    background-repeat: no-repeat;
}

.item1 .items6 p a::after {
    content: unset !important;
}

.item1 .items6 p:hover a {
    color: #0067D0 !important;
}

strong {
    font-weight: bold !important;
}

@media screen and (max-width:1600px) {
    .w1600 {
        width: 98%;
        margin: 0 auto;
    }

    .page_top {
        display: none;
    }

    .c-nav .navFlex .logo {
        display: block;
    }

    .common_title h1 em {
        width: 40%;
    }

    .page_about_c {
        padding-bottom: 50px;
    }

    .page_about_c {
        align-items: center;
    }


    .c-nav .navFlex .show {
        width: 80%;
    }

    .navMenu .frist_floor {
        position: relative;
        width: 150px;
        text-align: center;
        padding: 0 30px;
    }

    .navMenu .frist_floor .second_floor {
        width: 150px;
    }

    .navMenu .frist_floor .second_floor li:hover .third_layer {
        left: 150px;
    }

}

@media screen and (max-width:1200px) {
    .c-nav .hiden {
        display: block;
    }

    .c-nav .show {
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: none;
        margin-top: 20px;
        opacity: 0.9;
    }

    .c-nav .navFlex {
        flex-wrap: wrap;
        font-size: 20px;
        justify-content: space-between;
        padding: 15px 0;
    }



    .page_field_tu {
        display: none;
    }

    .page_field_tu1 {
        display: block;
    }

    .product-number-info li {
        width: 15.6%;
    }


    .navMenu {
        display: block !important;
    }

    .c-nav .show {
        background-color: #0067d0;
    }

    .navMenu .frist_floor {
        width: unset;
        text-align: left !important;
    }

    .second_floor {
        left: 150px;
        width: 200px !important;
    }

    .c-nav .navFlex .show {
        width: 100%;
    }
}

@media screen and (max-width:999px) {
    .common_title h1 {
        font-size: 28px;
    }

    .product-number-info ul {
        margin: 40px 0px;
    }

    .product-number-info li b {
        font-size: 26px;
    }

    .product-number-info li b em {
        font-size: 14px;
    }

    .page_news_c {
        display: block;
    }

    .page_news_c .left {
        width: 100%;
    }

    .page_news_c .right {
        width: 100%;
    }

    .page_about_c {
        display: block;
    }

    .page_about_c .left {
        width: 100%;
    }

    .page_about_c .tu {
        width: 100%;
    }

    .page_about_c .left h4 {
        margin: 0 auto;
    }

    .move {
        margin: 25px auto;
    }

    .page_about_c .left {
        padding: 10px;
    }

    .product-number-info ul {
        padding: 20px 0;
    }

    .bottom_main {
        flex-wrap: wrap;
    }

    .bottom_main ul {
        width: 160px;
    }

    .bottom_main ol {
        width: 320px;
    }

    .pure-g .right {
        max-height: 300px;
    }
}

@media screen and (max-width:767px) {
    .common_title h1 {
        font-size: 20px;
    }

    .tabbox ol {
        flex-wrap: wrap;
    }


    .tabs .pric {
        display: block !important;
    }

    .tabs .left2 {
        width: 100% !important;
    }

    .tabs .right2 {
        width: 100% !important;
    }

    .tabbox ol li {
        width: 45%;
        margin-top: 15px;
    }

    .common_title h1 em {
        width: 35%;
    }

    .page_field_tu1 img {
        width: 100%;
    }

    .page_field_tu1 .field1 .text {
        width: 111px !important;
        height: 30px !important;
        line-height: 30px !important;
    }

    .page_field_tu1 .field1 .text a {
        width: 100px !important;
        height: 28px !important;
        line-height: 28px !important;
    }

    .page_field_tu1 .field1 .field1_w {
        padding: 10px !important;
    }

    .c-nav .navFlex .logo {
        width: 70%;
    }

    .c-nav .navFlex .logo img {
        width: 100%;
    }

    .c-nav .navFlex {
        padding: 5px 0;
    }

    .pure-g .right {
        max-height: 125px;
    }

    .pure-g ul li {
        padding: 5px 0;
        font-size: 12px;
    }

    .page_case {
        padding-top: 40px;
    }

    .page_news_c .text {
        padding: 10px;
    }

    .page_about_c .left h4 {
        width: 100%;
    }

    .page_news_c .text .center h1 {
        display: block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .page_news_c .text .center {
        width: 70%;
    }

    .page_news_c .text .center h6 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .page_news_c .text .time {
        font-size: 24px;
    }

    .page_about_c .left h1 {
        font-size: 22px;
    }

    .page_about_c .left h4 {
        font-size: 16px;
    }

    .page_about_c .left p {
        font-size: 14px;
    }

    .product-number-info ul {
        flex-wrap: wrap;
    }

    .product-number-info ul li {
        width: 33%;
        margin: 5px 0;
    }

    .product-number-info ul li:nth-of-type(4) {
        border-left: unset;
    }

    .tabbox ul li {
        font-size: 16px;
        padding: 0 5px;
        width: 20%;
    }

    .tabs {
        display: block;
    }

    .tabs .left {
        width: 100%;
    }

    .tabs .right {
        width: 100%;
        margin-top: 20px;
    }

    .about_us {
        margin-top: 20px;
    }

    .tabs .left h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .page_navbas_main .logo img {
        width: 100%;
    }

    .tabs .left nav a {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .tabs .left .phone h4 {
        font-size: 16px;
    }

    .tabs .right .center .center_top h2 {
        font-size: 15px;
    }

    .tabs .right .center .center_top h2::after {
        width: 70px;
    }

    .tabs .right .center .pric ul li {
        width: 48%;
    }

    .page_process_main ul li h6 {
        font-size: 15px;
    }
}

@media screen and (max-width:560px) {
    .tabs .right .center .news_dynamic .news_dynamic_center {
        display: block;
    }

    .news_dynamic_center .tu {
        text-align: center;
    }

    .f14 p img {
        width: 100% !important;
    }

}

/*分页*/
.pagev {
    text-align: center;
    color: #666;
    clear: both;
}

.pagev span {
    line-height: 24px;
    padding: 0px 9px;
    display: inline-block;
}

.fonts {
    color: #fff;
    background-color: #0067D0;
    border: 1px solid #0067D0;
}

.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: 130px;
    line-height: 45px;
    background-color: #0067D0;
    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;
}

/* 增加样式 */

.field .swiper-slide p {
    animation-duration: 1s;
    visibility: visible;
    animation-delay: 1s;
}

.field .swiper-slide p img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
}

.field .swiper-slide p:hover img {
    top: 5px;
}

.tabs .right .center .pric ul li {
    animation-duration: 1s;
    visibility: visible;
    animation-delay: 1s;
}

.tabs .right .center .pric ul li img {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    top: 0;
}

.tabs .right .center .pric ul li:hover {
    top: 5px;
}

/*---新增----*/

.pro_bta{ width:100%; height:50px; line-height:50px; border-bottom:1px solid #CCC;}
.pro_btaa{ font-size:16px; height:48px; line-height:48px; background:#0168D0; color:#FFF; width:120px; text-align:center; font-weight:bold;}
