﻿
body, html {
    background: #f7f7f7;
}

.container {
    max-width: 1420px;
    margin: 0 auto;
}

.minWidth {
    min-width: 1420px;
}

.ico_line {
    width: 40px;
    height: 20px;
    background-image: url("../img/ico_line.png");
    background-size: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico_handshake {
    width: 40px;
    height: 25px;
    background-image: url("../img/ico_handshake.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico_arrows_3 {
    width: 15px;
    height: 15px;
    background-image: url("../img/ico_arrows_3.png");
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico_arrows_3_1 {
    width: 10px;
    height: 10px;
    background-image: url("../img/ico_arrows_3_1.png");
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico_search {
    width: 20px;
    height: 20px;
    background-image: url("../img/ico_search.png");
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico_close {
    width: 20px;
    height: 20px;
    background-image: url("../img/ico_close.png");
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.ico_close2 {
    height: 30px;
    width: 30px;
    background-image: url("../img/ico_close_2.png");
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.ico_arrows_6 {
    margin-left: 5px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("../img/ico_arrows_6.png");
}

.submit_btn {
    color: #FFF;
    background: #0081CC;
    border-radius: 25px;
    padding: 10px;
    font-size: 16px;
    display: block;
    margin: 20px auto;
    width: 140px;
    text-align: center;
    cursor: pointer;
    border: 0;
}

    .submit_btn:hover {
        background: #06649D;
        color: #FFF !important;
    }

    .submit_btn i {
        margin-left: 5px;
    }

.tab_btn {
    border-radius: 35px;
    background: #FFF;
    border: 1px solid #333;
    display: inline-block;
    padding: 5px 20px;
    line-height: 1.5;
    font-size: 14px;
}

    .tab_btn:hover {
        border: 1px solid #0081CC;
    }

#totop {
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff url(../img/totop.png) no-repeat center;
    background-size: 10px;
    z-index: 1;
    display: none;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #EEE;
}

/*头部*/
body {
    padding-top: 55px;
}

.header-area {
    /*position: relative;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
    box-shadow: 0 0 2px 0 #EEE;
    background-color: #fff;
    /*min-width: auto;*/
}

.navbar-area {
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    overflow: hidden;
    height: 55px;
}

.navbar-logo {
    display: flex;
    align-items: center;
    /*width: 180px;*/
}

    .navbar-logo img {
        height: 30px;
    }

.navbar-search {
    display: flex;
    align-items: center;
    /*width: 150px;*/
    color: #8A8A8A;
    justify-content: space-around;
}

    .navbar-search .search {
    }

    .navbar-search .versions a {
        color: #727171;
        cursor: pointer;
    }

        .navbar-search .versions a.active {
            color: #0081CC
        }

.navbar-menu {
    flex: 1;
}

.navbar-nav {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .navbar-nav .nav-item {
        margin: 0 3%;
        border-bottom: 2px solid #FFF;
    }

        .navbar-nav .nav-item > a {
            display: inline-block;
            padding: 10px 15px 0;
            line-height: 40px;
        }

        .navbar-nav .nav-item.active {
            border-bottom: 2px solid #0081CC;
        }


.active .header-show-area {
    /*display: block;*/
}

.header-show-area {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 99;
    display: none;
    box-shadow: 0 1px 2px 0 #EEE;
}

.header-show-main {
    position: relative;
    min-width: 100px;
    max-width: 1250px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.header-show-close {
    position: absolute;
    top: 20px;
    right: 0;
    border-radius: 100%;
}

    .header-show-close:hover {
        box-shadow: 0 0 5px 0 #F5F5F5;
    }

.header-show-l {
    flex: 0 0 160px;
}

.header-show-r {
    flex: 1;
    margin: 0 5%;
}

.t-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .t-head a {
        width: 100%;
        display: block;
        background: url("../img/ico_arrows_3.png") no-repeat;
        background-size: 8px;
        background-position: right 10px;
        font-size: 21px;
    }

.t-menu {
    margin: 20px 0;
    font-size: 16px;
}

    .t-menu li {
        padding: 8px 0;
    }

        .t-menu li a {
            color: #585757;
            display: block;
        }


.search-show-area {
    padding: 30px;
    margin: auto;
    width: 60%;
}

.search-bar {
    display: flex;
    align-items: center;
}

    .search-bar .search-btn {
        background-size: 25px;
        width: 25px;
        height: 25px;
    }



.search-btn {
    margin-top: 5px;
    cursor: pointer;
}


.search-input-bar {
    flex: 1;
    margin-left: 20px;
}

.search-input {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #EEE;
    line-height: 20px;
    padding: 5px 20px;
}

.search-hot-bar {
    font-size: 16px;
}

    .search-hot-bar .hot-head {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .search-hot-bar .hot-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .search-hot-bar .hot-label li {
            color: #333;
            flex: 0 0 30%;
            margin-bottom: 20px;
        }


.header-show-area .cp-nav-area {
    display: flex;
    width: 100%;
    font-size: 16px;
}

.header-show-area .cp-nav-bar {
    width: 500px;;
    padding-right: 60px;
    border-right: 1px solid #EEE;
}

.header-show-area .cp-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
}

    .header-show-area .cp-nav li {
        flex: 0 0 26%;
        text-align: center;
        margin-bottom: 40px;
    }

        .header-show-area .cp-nav li a {
            color: #585757;
        }

    .header-show-area .cp-nav .t-img {
        border-radius: 100%;
        background: #EEE;
        text-align: center;
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .header-show-area .cp-nav .t-title {
        padding: 10px 0;
    }

.header-show-area .cp-list-bar {
    flex: 1;
}

.header-show-area .cp-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 35px;
}

    .header-show-area .cp-list li {
        margin-bottom: 30px;
        flex: 0 0 270px;
    }

    .header-show-area .cp-list .cp-data {
        display: none;
    }

    .header-show-area .cp-list li a {
        cursor: pointer;
    }

    .header-show-area .cp-list .t-img {
        background: #EEE;
        text-align: center;
        width: 270px;
        height: 270px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .header-show-area .cp-list .t-img img {
            height: 100%;
            max-width: inherit;
        }

    .header-show-area .cp-list .t-title {
        margin-bottom: 15px;
    }

    .header-show-area .cp-list .t-label {
        color: #0081CC;
        margin-left: 10px;
        font-size: 12px;
        display: inline-block;
    }

    .header-show-area .cp-list .t-desc {
        color: #727171;
        font-size: 12px;
    }

/*底部*/
.footer {
    background: #0081CC;
    color: #FFF;
    padding: 40px 0;
    line-height: 1.5;
    overflow: hidden;
}

    .footer a {
        color: #FFF;
        font-size: 12px;
    }

        .footer a:hover {
            color: #CDDFE9 !important;
        }


.footer_top {
    margin-bottom: 50px;
    display: flex;
}

.footer_nav {
    width: 50%;
}

.footer_top .footer_logo {
    font-family: Brown-Bold;
    font-size: 35px;
}

.footer_logo {
    flex: 1;
}

.footer_item {
    padding: 20px 0;
    border-top: 1px solid #418EBD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.8;
}

    .footer_item .footer_title {
    }

    .footer_item .footer_msg {
        color: #CDDFE9;
        font-size: 12px;
    }

.footer_item_nav2 {
    display: flex;
}

    .footer_item_nav2 li {
        margin-right: 20px;
    }

.footer_nav .footer_nav_mens {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.8;
}

    .footer_nav .footer_nav_mens > li {
        position: relative;
        flex: 1;
    }

        .footer_nav .footer_nav_mens > li::before {
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            z-index: 1;
            content: "";
            background: #418EBD;
            height: 2px;
        }

    .footer_nav .footer_nav_mens a {
        font-size: 22px;
    }

.footer_nav .footer_nav_mens_item {
    padding: 30px 0;
    line-height: 2;
}

    .footer_nav .footer_nav_mens_item a {
        font-size: 16px;
    }

#toservice {
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #0081CC url(../img/ico_serve.png) no-repeat center;
    background-size:33px;
    z-index: 1;
    border-radius: 100%;
}

#toservicebar {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 1;
    box-shadow: 0 0 5px 0 #EEE;
    width: 354px;
    height: 450px;
    background: #FFF;
    border-radius: 15px;
    overflow: hidden;
    color: #F5F5F5;
}

.service_top {
    background: #0081CC;
    display: flex;
    padding: 15px 30px;
    align-items: center;
}

    .service_top .service_logo {
        background: #FFF;
        border-radius: 100%;
        padding: 5px;
        line-height: 1;
        height: 30px;
        width: 30px;
        text-align: center;
        margin-right: 15px;
    }

    .service_top .service_title {
        flex: 1;
	font-size: 15px;
	font-family: Brown-Regular;
    }

    .service_top .service_close {
        cursor: pointer;
        display: inline-block;
    }

.service_main {
    padding: 20px;
}

    .service_main .msg {
        border-radius: 25px;
        background: #EEE;
        padding: 10px 30px;
        color: #333;
        font-size: 10px;
	font-family: Brown-Light;
    }

.formbar .form_item {
    margin-bottom: 15px;
    text-align: center;
}

.formbar input {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #EEE;
    line-height: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-family: Brown-Light;
}

.formbar .btn {
    color: #FFF;
    background: #0081CC;
    border: none;
    border-radius: 25px;
    line-height: 20px;
    padding: 5px 30px;
    cursor: pointer;
}

    .formbar .btn:hover {
        background: #0471B4;
    }

/*banner*/
.banner-area{
    position:relative;
}
.banner_swiper .swiper-slide {
    background: no-repeat center / cover;
    background-image: none;
    height: 760px;
}

.bannerbar-area {
    position: absolute;
    bottom: 75px;
    left: 0;
    z-index: 10;
    margin: auto;
    right: 0;
}

.bannerbar-info {
    font-family: Brown-Bold;
    color: #FFF;
    font-size: 35px;
    line-height: 1.5;
    font-weight: bold;
}

.bannerbar-nav {
    /*margin: 10px 0;*/
}

    .bannerbar-nav li {
        /*margin-bottom: 10px;*/
    }

        .bannerbar-nav li a {
            padding-left: 50px;
            line-height: 35px;
            color: #C1C1C1;
	    cursor: pointer;
        }


            .bannerbar-nav li.active,.bannerbar-nav li.swiper-slide-thumb-active {
                background-image: url(../img/ico_arrows_1.png);
                background-repeat: no-repeat;
                background-position: center left;
                color: #FFF !important;
		background-size: 19px;
            }

/*面包屑*/
.position-area {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}

.position-bar {
    display: flex;
    color: #CCC;
    font-size: 16px;
}

    .position-bar li {
        color: #727171;
        margin-right: 15px;
    }

    .position-bar a {
        color: #727171;
    }

/*主体*/
.mainbar {
    margin-bottom: 50px;
    min-height: 500px;
}

.tabbar {
    padding: 90px 0;
}

.c-main {
    display: flex;
}

.c-main-img {
    flex: 0 45%
}

.c-main-content {
    flex: 1;
    margin-left: 5%;
}

.c-main-tile {
    font-size: 26px;
    margin-bottom: 10px;
}

.c-main-info {
    color: #3C3939;
    line-height: 2;
    font-family: MiSans-Light;
}

    .c-main-info p {
        margin-bottom: 20px;
    }

.c-main-item {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

    .c-main-item .title {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .c-main-item .num {
        color: #0081CC;
        font-size: 60px;
	font-family: MiSansLatin-Medium;
    }

    .c-main-item .unit {
	font-size: 26px;
    }

.tab_top {
    padding-bottom: 90px;
    text-align: center;
}

.tab_title {
    color: #0081CC;
    font-size: 48px;
}

.tab_desc {
    color: #727171;
    padding-top: 35px;
    font-size: 20px;
    line-height: 1.5;
}

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

.tab_l {
    width: 230px;
    margin-right: 65px;
}

.tab_nav li {
    text-align: center;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 #EEE;
}

    .tab_nav li a {
        display: block;
        padding: 35px;
        /*font-weight: bold;*/
    }

    .tab_nav li .nav_ico {
        height: 60px;
    }

    .tab_nav li .tab_nav_name {
        margin-top: 25px;
        font-size: 24px;
    }

    .tab_nav li .tab_nav_title {
        text-align: left;
        margin-bottom: 25px;
        font-size: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tab_nav li .tab_nav_img {
        height: 255px;
        overflow: hidden;
    }

    .tab_nav li .tab_nav_title i {
        margin-left: 10px;
    }

.tab_r {
    flex: 1;
}

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

        .tab_r .tab_nav::after {
            content: '';
            width: 30%;
        }

        .tab_r .tab_nav li {
            flex: 0 0 30%;
            overflow: hidden;
            min-height: 405px;
            /*width: 325px;*/
        }

            .tab_r .tab_nav li a {
                height: 100%;
                overflow: hidden;
            }

.tab_nav2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}

    .tab_nav2 li {
        /*flex: 0 0 22%;*/
        height: 405px;
        border-radius: 20px;
        box-shadow: 0 0 10px 0 #EEE;
        background-color: #FFF;

        color: #FFF;
        line-height: 1.8;
        width: 305px;
	overflow: hidden;
	
    }

        .tab_nav2 li:hover {
            /*animation: zoomInOut 1s linear;*/
        }

        .tab_nav2 li a {
            color: inherit !important;
            padding: 38px;
            display: block;
            height: 100%;
            background-position: center;
            background-size: 100%;
            transition: background-size 0.5s ease;
	    cursor: pointer;
        }

        .tab_nav2 li .tab_nav_title {
            font-size: 30px;
        }

        .tab_nav2 li a:hover {
	    background-size: 120%;
            
        }


        .tab_nav2 li .tab_nav_desc {
            font-size: 15px;
	    line-height: 1.5;
        }

    .tab_nav2 .tab_nav_title {
    }

    .tab_nav2 .tab_nav_arrows {
        margin: 10px 0;
    }

    .tab_nav2 .tab_nav_desc {
    }

.tab_flow {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

    .tab_flow li.tab_flow_arrows {
        flex: 1;
    }

    .tab_flow .tab_flow_name {
        font-size: 42px;
        color: #0081CC;
    }

    .tab_flow .tab_flow_title {
        font-size: 32px;
    }

.tab_rz {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    width: 80%;
    margin: auto;
}

    .tab_rz::after {
        content: '';
        width: 30%;
    }

    .tab_rz li {
        flex: 0 0 30%;
        margin-bottom: 30px;
    }

        .tab_rz li .rz_img {
            max-width: 300px;
            max-height: 200px;
        }

.tab_zq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0 0 10px 0 #EEE;
    width: 100%;
    overflow: hidden;
}

    .tab_zq li {
        flex: 0 0 50%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.tab_zq_item {
    padding: 80px 0 0 135px;
    height: 420px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

    .tab_zq_item .tab_zq_label {
        border-radius: 25px;
        background: #CCC;
        color: #FFF;
        display: inline-block;
        padding: 8px 15px;
        font-size: 15px;
    }

    .tab_zq_item .tab_zq_title {
        font-size: 38px;
        padding: 20px 0;
    }

    .tab_zq_item .tab_zq_desc {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .tab_zq_item .tab_btn {
        font-size: 18px;
    }


.tab_swiper_scale {
    height: 400px;
    width: 100%;
    margin: auto;
    font-size: 30px
}

    .tab_swiper_scale .swiper-container {
        width: 100%;
        height: 100%;
    }

    .tab_swiper_scale .tab_swiper_scale_item {
        background: #FFF;
        border-radius: 15px;
        height: 100%;
        width: 100%;
        overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
    }

        .tab_swiper_scale .tab_swiper_scale_item .tab_swiper_scale_top {
            padding: 45px 45px 35px;
            display: flex;
            justify-content: space-between;
	    align-items: center;
	    border-bottom: 1px solid #f7f7f7;
        }
        .tab_swiper_scale .tab_swiper_scale_item .tab_swiper_scale_top .tab_swiper_scale_title {
            font-size:28px;
        }
	
	.tab_swiper_scale .tab_swiper_scale_item .tab_swiper_scale_top .tab_btn{
            font-size:16px;
	}


        .tab_swiper_scale .tab_swiper_scale_item .tab_swiper_scale_img {
            height: 100%;
	    flex: 1;
	    overflow: hidden;
	    align-content: center;
	    color: #ccc;
	    position: relative;
        }

            .tab_swiper_scale .tab_swiper_scale_item .tab_swiper_scale_img img {
                height: 100%;
  max-width: inherit;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
            }


/*产品详情*/
.show-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 99;
}

.cp-details-area {
    display: none;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 600px;
    width: 510px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 #EEE;
    padding: 20px 60px;
    line-height: 1.2;
}

    .cp-details-area .cp-details-close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        background: #FFF;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        border-radius: 100%;
        background: url("../img/ico_close_2.png") no-repeat center;
        background-size: 15px;
    }

    .cp-details-area .cp-details-img {
        margin: 25px auto;
        position: relative;
    }

    .cp-details-area .swiper-container {
        width: 220px;
        height: 220px;
    }

    .cp-details-area .swiper-button-prev, .cp-details-area .swiper-button-next {
        border: 1px solid #CCC;
	width: 35px;
	height: 35px;
    }

    .cp-details-area .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .cp-details-area .swiper-slide img {
            height: 100%;
            max-width: inherit;
        }

    .cp-details-area .cp-details-title {
        border-bottom: 1px solid #EEE;
        font-size: 22px;
        padding-bottom: 25px;
	margin-bottom: 25px;
    }

    .cp-details-area .cp-details-bar {
        margin: 20px 0 35px;
    }

    .cp-details-area .cp-details-hint {
        color: #0081CC;
        font-size: 20px;
    }

        .cp-details-area .cp-details-hint .item-ico {
            margin-left: 5px;
            height: 10px;
            width: 10px;
            display: inline-block;
            background-size: 8px;
            background-position: center center;
            background-repeat: no-repeat;
            /*cursor: pointer;*/
            background-image: url("../img/ico_arrows_5.png");
        }

    .cp-details-area .cp-details-info {
        font-size: 16px;
    }

        .cp-details-area .cp-details-info li {
            margin-top: 15px;
            display: flex;
        }

        .cp-details-area .cp-details-info .title {
            width: 95px;
            display: inline-block;
            color: #838484;
        }

        .cp-details-area .cp-details-info .value {
            flex: 1;
        }
