html {
    font-size: 12px;
    overflow-x: hidden;
}
html, body {
    position: relative;
    /*height: 100%;*/

}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body, button, input, select, textarea {
    font: 14px/1 Microsoft YaHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.containers {
    width: 1500px;
    margin: 0 auto;
}

.headers {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #E2E5EA;
    background: rgba(0,0,0,0.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers.bg {
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers .header .logo {
    width: 142px;
    height: 42px;
}
.headers .header .logo img {
    width: 142px;
    height: 42px;
}
.headers .header .navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headers .header .navs .navx {
    height: 70px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headers .header .navs .navx .nav-item {
    height: 70px;
    line-height: 70px;
    position: relative;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header .navs .navx .nav-item {
    /*color: #000;*/
}
.headers .header .navs .navx .nav-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    width: 0;
    height: 4px;
    background: #FEC400;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header .navs .navx .nav-item:hover::before,.headers .header .navs .navx .nav-item.active::before {
    content: '';
    position: absolute;
    left: 10%;
    top: calc(100% - 2px);
    width: 80%;
    height: 4px;
    background: #FEC400;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header .navs .navx .children {
    position: absolute;
    z-index:-1;
    /*left: 10%;*/
    top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: none;
    padding: 25px 0 0;
    opacity: 0;
    /*-webkit-transition: all .1s;*/
    /*-o-transition: all .1s;*/
    /*transition: all .1s;*/
    height: 0;
    overflow: hidden;
}
.headers .header .navs .navx:hover .children{
    z-index:999;
    opacity: 1;
    /*-webkit-transition: all .1s;*/
    /*-o-transition: all .1s;*/
    /*transition: all .1s;*/
    height: auto;
    overflow: auto;
}
.headers .header .navs .navx .children .children-item {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 10px;
    width: 100%;
    color: #000;
    background: #fff;
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.headers .header .navs .navx .children .children-item:hover {
    background: #ffc300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.headers .header .navs .line {
    width: 2px;
    height: 16px;
    background: #E2E5EA;
    margin-right: 30px;
    margin-left: 10px;
}
.headers .header .navs .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    background: #FEC400;
    padding: 7px 20px;
    border-radius: 30px;
    letter-spacing: 1px;
}


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

.banners .banner {
    /*min-height: 900px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: url("../images/banner.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    /*animation: zoomInOut 2s ease-in-out infinite;*/
    /*animation-iteration-count: 1; !* 只执行一次 *!*/

}
.animate {
    transform: scale(1.05); /* 或者根据需要调整宽度和高度 */
}
/*.banners .banner .image {*/
/*    min-width: 100%;*/
/*    animation: zoomInOut 2s ease-in-out infinite;*/
/*    animation-iteration-count: 1; !* 只执行一次 *!*/
/*}*/
/*.banners .banner .swiper-wrapper .swiper-slide {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*}*/
/*.banners .banner .swiper-wrapper .swiper-slide .image {*/
/*    !*position: absolute;*!*/
/*    !*left: 0;*!*/
/*    !*top: 0;*!*/
/*}*/
.banners .banner-box {
    position: absolute;
    left: 0;
    top: 27%;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
/*@keyframes zoomInOut {*/
/*    0% {*/
/*        transform: scale(1.05); !* 初始大小 *!*/
/*    }*/
/*    5% {*/
/*        transform: scale(1); !* 初始大小 *!*/
/*    }*/
/*    100% {*/
/*        transform: scale(1.05); !* 中间大小，这里是缩小一半 *!*/
/*    }*/
/*}*/
.banners .banner-box .h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 4px;
}
.banners .banner-box .h6 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.banners .banner-box a {
    background: #FFC300;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.banners .banner-box a:before {
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banners .banner-box a img {
    margin-top: 3px;
    margin-left: 10px;
}
.banners .banner-box a:hover {
    background: #FBDD7E;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banners a {
    display: inline-block;
    height: 100%;
}
.banners a img {
    width: auto !important;
}



.search-box {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: #f2f2f2;
}
.search-box .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.search-box .search-container .l {
    border: 1px solid #000;
    height: 36px;
    line-height: 36px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search-box .search-container .l .search-input {
    width: calc(100% - 30px);
    height: 32px;
    line-height: 32px;
    padding: 3px 10px;
    outline: unset;
    background: none;
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    border-right: none;
}
.search-box .search-container .l .search-input::placeholder {
    color: #555;
}
.search-box .search-container .l .search-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: unset;
    border: unset;
    background: #FFC401;
}
.search-box.search-box-bg .search-container .l .search-icon-box {
    background: #fff;
}
.search-box .search-container .l .search-icon-box img {
    width: 16px;
    height: 15px;
}
.search-box .search-container .r {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-box .search-container .r .hot-icon {
    width: 19px;
    height: 23px;
    margin-right: 8px;
}
.search-box .search-container .r .lab {
    font-size: 16px;
    color: #000;
}

.search-box .search-container .r a {
    font-size: 16px;
    color: #000;
}
.search-box .search-container .r em {
    width: 1px;
    height: 14px;
    background: #888;
    margin: 0 8px;
}

.G-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    width: 100%;
}
.G-title .em {
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    text-align: center;
    font-size: 48px;
    z-index:1;
    color: #F3F3F3;
    font-weight: bold;
}
.G-title .GT-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 4px;
    z-index: 2;
    width: 100%;
}
.G-title.abs-G-title .GT-name {
    font-size: 32px;
    letter-spacing: 1px;
}
.G-title.abs-G-title .GT-name em {
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    margin: 0 10px;
}
.G-title .GT-name .image {
    width: 54px;
    position: relative;
    margin: 0 5px;
}
.G-title .GT-name .image img {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.G-title .GT-name .yuan {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
}
.G-title .GT-name .yuans {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin: 0 5px;
}
.G-title .GT-name span {
    z-index: 1;
}
.G-title .GT-name .c-black {
    color: #000;
}
.G-title .GT-name .c-blue {
    color: #FFC300;
}
.G-title .GT-name .c-white {
    color: #fff;
}
.G-title .G-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.G-title .G-tip .G-text {
    font-size: 18px;
    color: #111;
    margin: 0 20px;
    letter-spacing: 2px;
}
.G-title .G-tip .c-black {
    color: #000;
}
.G-title .G-tip .c-white {
    color: #fff;
}
.G-title .G-tip .c-blue {
    color: #FFC300;
}
.services-section {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/s1bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.services-section .services .boxs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.services-section .services .boxs .box {
    width: calc(50% - 10px );
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 20px;
    background: #f2f2f2;
    position: relative;
}
.services-section .services .boxs .box.active {
    background-color: #FAFAFA;
    border: 1px solid #FFC300;
    box-shadow: 0 5px 0 #ffc300;
    /*border-color: #ff6a00;*/
    /*box-shadow: 0 10px 20px #00000026;*/
    transform: translateY(-10px);
}
.services-section .services .boxs .box .image-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box.active .image-bg {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box:nth-child(2n) {
    margin-right: 0;
}
.services-section .services .boxs .box .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.services-section .services .boxs .box .left .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: none;
    color: #000;
    font-size: 28px;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box.active .left .tit {
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.services-section .services .boxs .box .left .tit .icon {
    margin-right: 10px;
}
.services-section .services .boxs .box .left .line-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding-left: 25px;
    height: 160px;
    margin-top: 10px;
}
.services-section .services .boxs .box.active .left .line-box {
    /*height: 233px;*/
}
.services-section .services .boxs .box .left .line-box .line{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}
.services-section .services .boxs .box .left .line-box .line .icon {
    width: 23px;
    height: 19px;
    margin-right: 10px;
}
.services-section .services .boxs .box .left .line-box .line .text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box .left .line-box .line .text em {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box.active .left .line-box .line .text em {
    /*font-weight: bold;*/
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box .left .more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #434343;
    padding: 15px 25px;
    border-radius: 30px;
    margin-left: 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .box.active .left .more {
    background: #FFC300;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-section .services .boxs .image {
    margin-top: 10px;
    margin-right: 30px;
    max-width: 320px;
}

.zhuanxian-section {
    padding: 80px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/s2_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}
.zhuanxian-section .zhuanxian .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background: #fff;
    margin-top: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.zhuanxian-section .zhuanxian .boxs.nei {
    box-shadow:unset;
    margin-top:30px;
}
.zhuanxian-section .zhuanxian .boxs .cate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.zhuanxian-section .zhuanxian .boxs .cate .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 54px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.zhuanxian-section .zhuanxian .boxs .cate .box.active {
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.zhuanxian-section .zhuanxian .boxs .cate .box .icon {
    margin-right: 10px;
}
.zhuanxian-section .zhuanxian .boxs .cate .box span {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.zhuanxian-section .zhuanxian .boxs .lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 60px 0;
}
.zhuanxian-section .zhuanxian .boxs.nei .lists {
    width: 100%;
    padding: 20px 0 0;
}
.zhuanxian-section .zhuanxian .boxs .lists .lists-box {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 15px 0;
}
.zhuanxian-section .zhuanxian .boxs .lists .lists-box.on {
    display: flex;
}
.zhuanxian-section .zhuanxian .boxs .lists a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc((100% - 50px) / 3);
    margin-right:25px;
    margin-bottom: 20px;
}
.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(1),.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(2) {
    width: calc((100% - 25px) / 2);
}
.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(2),.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(5) {
    margin-right: 0;
}
.zhuanxian-section .zhuanxian .boxs .lists a .img {
    width: 100%;
    height: 285px;
    overflow: hidden;
    border: 1px solid #eee;
}
.zhuanxian-section .zhuanxian .boxs .lists.lists-index a .img {
    height: 240px;
}
.zhuanxian-section .zhuanxian .boxs .lists a .img img {
    width: 100%;
    height: 285px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.zhuanxian-section .zhuanxian .boxs .lists.lists-index a .img img {
    height: 240px;
}
.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(1) .img,.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(2) .img {
    height: 410px;
}
.zhuanxian-section .zhuanxian .boxs .lists.lists-index a:nth-child(1) .img,.zhuanxian-section .zhuanxian .boxs .lists.lists-index a:nth-child(2) .img {
    height: 360px;
}
.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(1) .img img,.zhuanxian-section .zhuanxian .boxs .lists a:nth-child(2) .img img {
    height: 410px;
}
.zhuanxian-section .zhuanxian .boxs .lists.lists-index a:nth-child(1) .img img,.zhuanxian-section .zhuanxian .boxs .lists.lists-index a:nth-child(2) .img img {
    height: 360px;
}
.zhuanxian-section .zhuanxian .boxs .lists a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.zhuanxian-section .zhuanxian .boxs .lists a .title {
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    position: relative;
}
.zhuanxian-section .zhuanxian .boxs .lists a .title span {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.zhuanxian-section .zhuanxian .boxs .lists a:hover .title {
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.zhuanxian-section .zhuanxian .boxs .lists a:hover .title:before {
    position: absolute;
    left: calc((100% - 16px) / 2);
    top: -16px;
    content:" ";
    width: 0; /* 设置为0，因为没有宽度 */
    height: 0; /* 设置为0，因为没有高度 */
    border-left: 12px solid transparent; /* 让左边框透明 */
    border-right: 12px solid transparent; /* 让右边框透明 */
    border-bottom: 16px solid #FFC300; /* 底部边框为黑色，创建三角形 */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.appointment-section {
    padding: 140px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/appointment_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.appointment-section .appointment {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.appointment-section .appointment .tit {
    font-size: 54px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 60px;
}
.appointment-section .appointment .tit em {
    color: #FFC300;
}
.appointment-section .appointment .lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.appointment-section .appointment .lists .item {
    width: calc((100% - 160px) / 6);
    background: #fff;
    border-radius: 8px;
    padding: 2px;
}
.appointment-section .appointment .lists .item .c {
    background: #FFC300;
    color: #000;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.appointment-section .appointment .lists .item .i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 30px 0;
}
.appointment-section .appointment .lists .item .i span {
    font-size: 18px;
    color: #000;
}
.appointment-section .appointment .lists .item .i span:first-of-type {
    margin-bottom: 10px;
}
.appointment-section .appointment .app-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFC300;
    color: #000;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    /*width: 200px;*/
    margin-top: 60px;
    position: relative;
}
.appointment-section .appointment .app-btn:before {
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@keyframes wipes{0%{background-position:150% 150%}to{background-position:-150% -150%}}


.store-section {
    padding: 70px 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url(../images/m3_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.store-section .store .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}
.store-section .store .boxs .left {
    width: 860px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.store-section .store .boxs .image {

}
.store-section .store .boxs .imagex {
    position: absolute;
    top: -8px;
    left: -28px
}
.store-section .store .boxs .box {
   display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
}
.store-section .store .boxs .box .info {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 500px;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.store-section .store .boxs .box .info .t {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    letter-spacing: 3px;
}
.store-section .store .boxs .box .info .c {
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.store-section .store .boxs .box .info .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.store-section .store .boxs .box .info .lists .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 20px 15px;
    margin-top: 20px;
    cursor: pointer;
}
.store-section .store .boxs .box .info .lists .line.active {
    background: #FFC300;
}
.store-section .store .boxs .box .info .lists .line .tag {
    font-size: 24px;
    font-weight: bold;
    width: 54px;
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}
.store-section .store .boxs .box .info .lists .line .i {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.store-section .store .boxs .box .info .lists .line .i h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.store-section .store .boxs .box .info .lists .line .i h6 {
    font-size: 16px;
    color: #000;
    margin-top: 8px;
}
.store-section .store .boxs .box .more {
    background: #FFC300;
    color: #000;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 40px;
    position: relative;
}
.store-section .store .boxs .box .more:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.buyer-section {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/buyer_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.buyer-section .buyer .boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.buyer-section .buyer .boxs .zx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 516px;
    height: 504px;
    background: url("../images/zhongxin_xian.png") center no-repeat;
    margin: 40px 0 70px 50px;
    position: relative;
}
.buyer-section .buyer .boxs .zx .bx {
    position: absolute;
    border: 1px solid #ddd;
    padding: 5px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}
.buyer-section .buyer .boxs .zx .bx.bx1 {
    top: -66px;
    left: 180px;
}
.buyer-section .buyer .boxs .zx .bx.bx2 {
    top: 46px;
    left: 410px;
}
.buyer-section .buyer .boxs .zx .bx.bx3 {
    top: 296px;
    left: 424px;
}
.buyer-section .buyer .boxs .zx .bx.bx4 {
    bottom: -86px;
    left: 196px;
}
.buyer-section .buyer .boxs .zx .bx.bx5 {
    top: 296px;
    left: -50px;
}
.buyer-section .buyer .boxs .zx .bx.bx6 {
    top: 46px;
    left: -50px;
}
.buyer-section .buyer .boxs .zx .bx:before {
    position: absolute;
    content:" ";
    width: 0; /* 设置为0，因为没有宽度 */
    height: 0; /* 设置为0，因为没有高度 */
}


.buyer-section .buyer .boxs .zx .bx .bxx {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.buyer-section .buyer .boxs .zx .bx .bxx .icon {
    width: 40px;
}
.buyer-section .buyer .boxs .zx .bx .bxx p {
    font-size: 20px;
    color: #000;
    margin-top: 7px;
}
.buyer-section .buyer .boxs .zx .bx.active {
    border: 1px solid #FFC300;
}

.buyer-section .buyer .boxs .zx .bx.active .bxx {
    background: #FFC300;
}
.buyer-section .buyer .boxs .zx .bx .bxx .info {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 390px;
    padding: 15px 0;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    display: none;
}
.buyer-section .buyer .boxs .zx .bx.bx1 .bxx .info {
    left: -115px;
    top: -130px;
}
.buyer-section .buyer .boxs .zx .bx.bx2 .bxx .info {
    left:calc(100% + 46px);
    top: 30px;
}
.buyer-section .buyer .boxs .zx .bx.bx3 .bxx .info {
    left:calc(100% + 46px);
    top: 30px;
}
.buyer-section .buyer .boxs .zx .bx.bx4 .bxx .info {
    left: -115px;
    bottom: -130px;
}
.buyer-section .buyer .boxs .zx .bx.bx5 .bxx .info {
    left:-438px;
    top: 30px;
}
.buyer-section .buyer .boxs .zx .bx.bx6 .bxx .info {
    left:-438px;
    top: 30px;
}

.buyer-section .buyer .boxs .zx .bx.active .bxx .info {
    background: #FFC300;
    border: 1px solid #FFC300;
}
.buyer-section .buyer .boxs .xian {
    position: relative;
}
.buyer-section .buyer .boxs .xian:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 00px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.buyer-section .buyer .boxs .rx {
    /*position: relative;*/
    /*width: 660px;*/
    /*height: 480px;*/
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
    /*box-shadow: 15px 15px 0 rgba(255,195,0,0.3);*/
}
.buyer-section .buyer .boxs .rx .rxs {
    position: relative;
    width: 660px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 15px 15px 0 rgba(255,195,0,0.3);
    display: none;
}
.buyer-section .buyer .boxs .rx .rxs.on {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buyer-section .buyer .boxs .rx .image {
    width: 660px;
    height: 480px;
    border-radius: 20px;
}
.buyer-section .buyer .boxs .rx .rxc {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc300;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding: 15px 0;
}
.buyer-section .buyer .boxs .rx .rxc span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 18px;
}
.buyer-section .buyer .boxs .rx .rxc span:last-of-type {
    margin-right: 0;
}

.plan-section {
    padding: 140px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/plan_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.plan-section .plan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.plan-section .plan .plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFC300;
    color: #000;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    /*width: 200px;*/
    margin-top: 80px;
    position: relative;
}
.plan-section .plan .plan-btn:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.compen-section {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/biaozhun_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.compen-section .compen .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}
.compen-section .compen .boxs .image {
    max-width:570px;
}
.compen-section .compen .boxs .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 20px;
    width: calc(100% - 650px);
    background-image: url("../images/line.png");
    background-position: 40px 32px;
    background-repeat: no-repeat;
}
.compen-section .compen .boxs .box .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 60px);
    margin-bottom: 22px;
    cursor: pointer;
}
.compen-section .compen .boxs .box .info:nth-child(2),.compen-section .compen .boxs .box .info:nth-child(3){
    margin-left: 142px;
}
.compen-section .compen .boxs .box .info:last-of-type {
    margin-bottom: 0;
}
.compen-section .compen .boxs .box .info .tag-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index:1;
    background: #fff;
}
.compen-section .compen .boxs .box .info.active .tag-box {
    border: 1px solid #FFC300;
}

.compen-section .compen .boxs .box .info .tag-box .tag {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    border: 1px solid #FFC300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
}
.compen-section .compen .boxs .box .info.active .tag-box .tag {
    background: #FFC300;
}
.compen-section .compen .boxs .box .info .tag-box .tag em {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}
.compen-section .compen .boxs .box .info .tag-box .tag span {
    font-size: 24px;
    color: #000;
}
.compen-section .compen .boxs .box .info .in-line {
    width: 525px;
    font-size: 28px;
    color: #000;
    background: #fff;
    padding: 15px 0 15px 50px;
    margin-left: -30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 0 20px 20px 0;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}
.compen-section .compen .boxs .box .info .in-line a {
   position: absolute;
    right: 0px;
    top: calc(100% + 20px);
    background: #FFC300;
    color: #000;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    display: none;
}
.compen-section .compen .boxs .box .info.active .in-line a {
    display: block;
}

.works {
    padding: 70px 0;
    display: inline-block;
    width: 100%;
    background-image: url(../images/work_bg.png);
    background-position: center bottom;
    background-repeat: repeat-y;
}
.work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.work .work-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
    width: 100%;
}
.work .work-box .work-cate-list {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #fff;
}
.work .work-box .work-cate-list a {
    width: calc((300px - 3px) / 2);
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.work .work-box .work-cate-list a:nth-child(2n){
    border-right: none;
}
.work .work-box .work-cate-list a img {
    margin-bottom: 8px;
    width: 30px;
    height: 30px;
}
.work .work-box .work-cate-list a:nth-child(11),.work .work-box .work-cate-list a:nth-child(12){
    margin-bottom: 0;
}
.work .work-box .work-cate-list a.active {
    background: #FFC300;
}
.work .work-box .work-cate-list a:nth-child(2n){
    margin-right: 0;
}

.work .work-box .work-middle-content {
    width: calc(100% - 300px - 330px - 4px - 20px);
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    height: 530px;
}
.work .work-box .work-middle-content a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    height: 530px;
    position: relative;
}
.work .work-box .work-middle-content a.ysfz-show {
    display: none;
}
.work .work-box .work-middle-content a.ysfz-show.on {
    display: flex;
}
.work .work-box .work-middle-content a .img {
    width: calc(100% - 2px);
    height: 530px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.work .work-box .work-middle-content a .img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.work .work-box .work-middle-content a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.work .work-box .work-middle-content a .info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 2px);
    padding: 10px 0 10px 10px;
    background: rgba(0,0,0,0.6);
    border: 1px solid #ddd;
    border-top: none;
    height: 64px;
}
.work .work-box .work-middle-content a .info .l {
    width: calc(100% - 80px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.work .work-box .work-middle-content a .info .l .tit {
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
}
.work .work-box .work-middle-content a .info .l .tip {
    font-size: 14px;
    color: #eee;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.work .work-box .work-middle-content a .info .de-show {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #FFC300;
    height: 64px;
}
.work .work-box .work-middle-content a .info .de-show img {
    width: 40px;
}

.work .work-box .work-message {
    width: 330px;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #C9971C;
    background: #fff;
    position: relative;
}
.work .work-box .work-message .work-mes-title {
    color: #000;
    font-size: 25px;
    /*font-weight: bold;*/
    padding: 20px 0;
    background: #FFC300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #C9971C;
}
.work .work-box .work-message .work-mes-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 15px;
}
.work .work-box .work-message .work-mes-input .inputs {
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: 100%;
}
.work .work-box .work-message .work-mes-input .inputs::placeholder {
    color: #999;
}
.work .work-box .work-message .work-mes-input .textarea {
    border: 1px solid #ddd;
    height: 120px;
    line-height: 20px;
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: 100%;
    resize:none;
}
.work .work-box .work-message .work-mes-input .textarea::placeholder {
    color: #999;
}
.work .work-box .work-message .work-mes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    padding: 0 15px;
}
.work .work-box .work-message .work-mes-btn button {
    background: #FFC300;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 40px;
    border: none;
    /*width: 100%;*/
    position: relative;
}
.work .work-box .work-message .work-mes-btn button:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



.abouts {
    padding: 70px 0 50px;
    display: inline-block;
    width: 100%;
    background-image: url(../images/about_bg.png);
    background-position: center bottom;
    background-repeat: repeat-y;
}

.abouts .about {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.abouts .about .left {
    width: 680px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;

}
.abouts .about .left .line-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.abouts .about .left .line-box .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.abouts .about .left .line-box .name .icon {
    margin-right: 10px;
}
.abouts .about .left .line-box .name h1 {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
}
.abouts .about .left .line-box .name h1 em {
    color: #FFC300;
}
.abouts .about .left .line-box .en {
    font-size: 24px;
    color: #000;
    margin-top: 15px;
}

.abouts .about .left .intro {
    font-size: 18px;
    color: #222;
    margin-top: 70px;
    line-height: 32px;
    max-height: 240px;
    overflow: hidden;
}
.abouts .about .left .intro.auto {
    max-height: unset;
    margin-top: 40px;
}
.abouts .about .left .intro .intro-title {
    font-size: 26px;
    font-weight: bold;
    color: #ffc300;
    margin-bottom: 20px;
}
.abouts .about .left .more{
    background: #FFC300;
    color: #000;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 20px;
}
.abouts .about .left .static {
    position: absolute;
    left: calc( ((100vw - 1420px) / 2) - (100vw - 1420px));
    bottom: -30px;
    z-index:1;
    background: #f2f2f2;
    width: calc(100% + (100vw - 1420px));
    padding: 30px calc((100vw - 1420px) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.abouts .about .left .static .bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.abouts .about .left .static .bx .num {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abouts .about .left .static .bx .num em {
    font-size: 58px;
    font-weight: bold;
    color: #FFC300;
    margin-right: 10px;
}
.abouts .about .left .static .bx .num span {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}
.abouts .about .left .static .bx .txt {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}
.abouts .about .left .static .line {
    width: 1px;
    height: 70px;
    background: #444;
    margin: 0 50px;
}

.abouts .about .about-image {
    width:  680px;
    position: relative;
    z-index: 2;
}
.abouts .about .about-image img {
    width: 100%;
    box-shadow: -12px -12px 0 #FFC300;
}

.certs {
    padding: 60px 0 150px;
    display: inline-block;
    width: 100%;
    /*background-image: url(../images/about_bg.png);*/
    /*background-position: center bottom;*/
    /*background-repeat: repeat-y;*/
}
.certs .cert {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.certs .cert .cert-cate {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 130px;
    margin-right: 20px;
}
.certs .cert .cert-cate .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 225px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    cursor: pointer;
}
.certs .cert .cert-cate .item.active {
    background: #FFC300;
}
.certs .cert .cert-cate .item:last-of-type {
    border-bottom: none;
}
.certs .cert .cert-cate .item .icon {
    width: 48px;
    margin-bottom: 10px;
}
.certs .cert .cert-cate .item span {
    font-size: 20px;
    color: #000;
}
.certs .cert .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 150px);
    /*padding-bottom: 100px;*/
}


.certs .cert .lists .box {
    width: 100%;
    position: relative;
    height: 0!important;
    overflow: hidden;
}
.certs .cert .lists .box.on {
    height: auto !important;
    overflow: unset;
}
.swiper-bbx {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.swiper-bbx .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.swiper-bbx .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 420px
}
.swiper-bbx .swiper-wrapper .swiper-slide span {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.certs .cert .lists .box .swiper-button-next {
   right: unset;
    left: calc((100% / 2) + 5px);
    top: unset;
    bottom: -80px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .cert .lists .box .swiper-button-next img {
    width: 24px;
}

.certs .cert .lists .box .swiper-button-prev {
    right: unset;
    left: calc((100% / 2) - 49px);
    top: unset;
    bottom: -80px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .cert .lists .box .swiper-button-prev img {
    width: 24px;
}
.certs .cert .lists .box .swiper-button-prev:hover,.certs .cert .lists .box .swiper-button-next:hover {
    border: 1px solid #FFC300;
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.certs .cert .lists .box .swiper-button-next:after,.certs .cert .lists .box .swiper-button-prev:after {
    display: none;
}

.news {
    padding: 70px 0;
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
}
.news .new .new-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}
.news .new .new-box .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 970px;
    background: #fff;
}
.news .new .new-box .left .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}
.news .new .new-box .left .tit .name {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    background: none;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ddd;
}
.news .new .new-box .left .tit .name:last-of-type {
    border-right: none;
}
.news .new .new-box .left .tit .name.active {
    background: #FFC300;
}
.news .new .new-box .left .tit .name .icon {
    height: 20px;
    margin-right: 10px;
}
.news .new .new-box .left .box {
    /*display: flex;*/
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width:100%;
    display: none;
}
.news .new .new-box .left .box.on {
    display: flex;
}
.news .new .new-box .left .box .hd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background: #fff;
    position: relative;
}
.news .new .new-box .left .box .hd .image {
    width: 100%;
    height: 580px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none;
}
.news .new .new-box .left .box .hd .image img {
    width: 100%;
    height: 580px;
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
    /*-webkit-transition: all .5s ease;*/
    /*transition: all .5s ease;*/
}
.news .new .new-box .left .box .hd:hover .image img {
    /*-webkit-transform: scale(1.05);*/
    /*transform: scale(1.05);*/
    /*-webkit-transition: all .5s ease;*/
    /*transition: all .5s ease;*/
}
.news .new .new-box .left .box .hd .inf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-top: none;
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
}
.news .new .new-box .left .box .hd .inf .inf-title {
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .hd:hover .inf .inf-title {
    color: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .hd .inf .inf-intro {
    font-size: 18px;
    font-weight: normal;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin: 10px 0;
    display: none;
}
.news .new .new-box .left .box .hd .inf .inf-time {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    width: 100%;
    margin-top: 10px;
}


.news .new .new-box .que {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 990px);
    background: #fff;
    border: 1px solid #ddd;
}
.news .new .new-box .que .que-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    background: none;
    padding: 18px 0;
    background: #fff;
    position: relative;
}
.news .new .new-box .que .que-title .more {
    background: #FFC300;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.news .new .new-box .que .que-title .icon {
    height: 24px;
    margin-right: 10px;
}
.news .new .new-box .que .que-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.news .new .new-box .que .que-list .hd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    position: relative;
}
.news .new .new-box .que .que-list .hd:nth-child(1) {
    border-bottom: 1px solid #eee;
}
.news .new .new-box .que .que-list .hd:nth-child(2) {
    margin-top:18px
}
.news .new .new-box .que .que-list .hd .image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.news .new .new-box .que .que-list .hd .image img {
    width: 100%;
    height: 280px;
}
.news .new .new-box .que .que-list .hd .inf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 10px 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.news .new .new-box .que .que-list .hd .inf .inf-title {
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .que .que-list .hd:hover .inf .inf-title {
    color: #ffc300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .que .que-list .hd .inf .inf-intro {
    font-size: 16px;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
.news .new .new-box .que .que-list .hd .inf .inf-time {
    font-size: 18px;
    color: #000;
    width: 100%;
}



.footers {
    background-color: rgba(4,20,56,0.95);
    background-image: url("../images/bottom_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footers .b-infos {
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    width: 100%;
}
.footers .b-infos .b-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footers .b-infos .b-info span {
    color: #FFC300;
    font-size: 24px;
}

.footers .footer {
    padding: 40px 0;
}

.footers .footer .bottom-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footers .footer .bottom-info .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.footers .footer .bottom-info .left p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.footers .footer .bottom-info .left p.mt40 {
    margin-top: 40px;
}
.footers .footer .bottom-info .left img {
    width: 140px;
    height: 140px;
    margin-top: 20px;
}
.footers .footer .bottom-info .right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footers .footer .bottom-info .right .bottom-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-left: 50px;
}
.footers .footer .bottom-info .right .bottom-nav .mod {
    font-size: 18px;
    color: #fff;
}
.footers .footer .bottom-info .right .bottom-nav a {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}
.footers .footer .bottom-info .right .bottom-nav a:hover {
    color: #ffc300;
}
.footersx {
    /*background-color: #030B22;*/
    padding: 0px 0 0;
}
.footersx .footer {
    display: flow;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    padding: 0px 0 10px;
}
.footersx .footer a {
    color: #fff;
    font-size: 16px;
}
.copyrights {
    background-color: #030B22;
    padding: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.copyrights .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
}
.copyrights .copyright a {
    font-size: 18px;
    color: #fff;
}
.footers .blink {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
}
.footers .blink p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.footers .blink p a{
    color: #fff;
}
.footers .blink p em {
    width: 2px;
    display: inline-block;
    height: 10px;
    background: #fff;
    margin: 0 10px;
}
.footers .blink p a:hover {
    color: #ffc300;
}
.footersx .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 15px;
}
.footersx .footer .copyright a {
    font-size: 15px;
}
.footersx .footer .copyright a:hover {
    color: #ffc300;
}
.gl-flex-box {
    background: rgba(255,195,0,1);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.gl-flex-box.nones {
    bottom: -100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.gl-flex-box.none {
    bottom: -100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.gl-flex-box .gf-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.gl-flex-box .gf-box .flex-bg {
    position: absolute;
    left: 0;
    bottom: 0;
}
.gl-flex-box .gf-box .form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 110px;
}
.gl-flex-box .gf-box .form-box p {
    font-size: 18px;
    font-weight: bold;
    color:#000;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gl-flex-box .gf-box .form-box p img {
    margin-left: 10px;
    margin-top: 3px;
}
.gl-flex-box .gf-box .form-box .f-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
.gl-flex-box .gf-box .form-box .f-box .f-input {
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    color: #333;
    font-size: 15px;
    outline: none;
    border: none;
    background: #ffff;
    width: 160px;
    margin-right: 15px;
}
.gl-flex-box .gf-box .form-box .f-box .f-input::placeholder {
    color: #333;
}
.gl-flex-box .gf-box .form-box .f-box .f-btn {
    background: linear-gradient(to right, #FF2052, #EA5514);
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    border: none;
}
.gl-flex-box .gf-box .form-box .f-box .f-btn:hover {
    background: linear-gradient(to right, #EA5514, #FF2052);
}
.gl-flex-box .gf-box .f-image {
    position: relative;
}
.gl-flex-box .gf-box .f-image .f-2 {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    /*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 99999999;
    right: 0;
    top: 50%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}
#toolbar li.tool-logo {
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
#toolbar li.tool-logo img {
    width: 40px;
}
#toolbar li.tool-message {
    width: 80px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: linear-gradient(to bottom, #FFC300, #F5E6B6, #FFC300);
    border-radius: 10px;
    cursor: pointer;
}
#toolbar li.tool-message img {
    width: 28px;
    height: 28px;
    margin-bottom: 2px;
}
#toolbar li.tool-message .span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: inherit;
    color: #000;
    letter-spacing: 1px;
    /*padding-left: 5px;*/

}
#toolbar li.wx {
    border: 2px solid #FFC300;
    border-radius: 10px 10px 0 0;
    width: 80px;
    height: 90px;
    background: #fff;
}
#toolbar li.wx.wx-1 {
    margin-top: 5px;
    border-bottom: none;
}
#toolbar li.wx.wx-2 {
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
    border-top: none;
    position: relative;
}
#toolbar li.wx.wx-2 .line {
    width: 50px;
    height: 2px;
    background: #eee;
    left: 15px;
    top: 3px;
    position: absolute;
}
/*#toolbar li a {*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 57px;*/
/*    height: 57px;*/
/*    overflow: hidden;*/
/*    !*background: #0984D1;*!*/
/*    -webkit-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*    white-space: nowrap;*/
/*    font-size: 0;*/
/*}*/
#toolbar li.wx a {
    width: 50px;
    height: 90px;
}
#toolbar li.wx a .span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 80px;
    height: 90px;
}
#toolbar li.wx a .span img {
    width: 28px;
    height: 28px;
}
#toolbar li.wx a em {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    line-height: 18px;
    padding-left: 0px;
    font-weight: inherit;
}

/*#toolbar li .icon-font {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 57px;*/
/*    height: 57px;*/
/*    background-color: #d9d9d9;*/
/*}*/

/*#toolbar li .icon-qq:after {*/
/*    background-position: 0 -150px;*/
/*}*/

/*#toolbar li .icon-phone:after {*/
/*    background-position: 0 -90px;*/
/*}*/

/*#toolbar li .icon-ewm:after {*/
/*    background-position: 0 -30px;*/
/*}*/

/*#toolbar li .icon-message:after {*/
/*    background-position: 0 -120px;*/
/*}*/

/*#toolbar li .icon-top:after {*/
/*    background-position: 0 -60px;*/
/*}*/

/*#toolbar li .icon-wangwang:after {*/
/*    background-position: 0 0;*/
/*}*/

#toolbar li .wz {
    position: absolute;
    width: 00px;
    height: 50px;
    line-height: 50px;
    right: 100%;
    top: 25px;
    font-size: 20px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 10px #888;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
#toolbar li.wx-2:hover .wz {
    width: 180px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    right: 100%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.wx-1 .ewm-box img {
    width: 90px;
    height: 90px;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #FFC300;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.wx-1:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
    border: 2px solid #FFC300;
    border-radius: 10px;
    width: 80px;
    height: 90px;
    background: #fff;
    margin-top: 5px;
}
#toolbar li.backtop.no-back {
    display: none;
}
#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #FFC300;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #FFC300;
}
#toolbar li:hover .icon-font:after {
    left: 15px;
}
#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}


.modal-header-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-header-message::before,.modal-header-message::after {
    display: none;
}

.modal-dialog-message {
    width:540px;
}
.form-message .form-group label {
    margin-bottom: 10px;
}
.form-message .form-group .code-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-message .form-group .code {
    width: 200px;
    margin-right: 10px;
}
.form-message .form-group .codeimg {
    height: 30px;
}
.form-message .message-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 10px;
}


.page-banners .page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 100%;
    position: relative;
}
.page-banners .page-banner .image {
    width: auto;
    max-width: 100%;
}
.statics {
    padding: 40px 0;
    width: 100%;
    background-color: #f2f2f2;
}
.statics  .static {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}
.statics  .static .bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.statics  .static .bx .num {
    display: flex;
    align-items: center;
    justify-content: center;
}
.statics  .static .bx .num em {
    font-size: 58px;
    font-weight: bold;
    color: #FFC300;
    margin-right: 10px;
}
.statics  .static .bx .num span {
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}
.statics  .static .bx .txt {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}
.statics  .static .line {
    width: 1px;
    height: 70px;
    background: #444;
}
.fazhans {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.fazhans img {
    width: 100%;
}
.yuanjings {
    padding: 70px 0;
}
.yuanjings .yuanjing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yuanjings .yuanjing .boxs {
    width: calc((100% - 20px) / 3);
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.yuanjings .yuanjing .boxs .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    z-index: 1;
}
.yuanjings .yuanjing .boxs .tm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    z-index: 2;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs.active .tm {
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height:550px;
    position: relative;
    z-index:3;
}
.yuanjings .yuanjing .boxs .box .icon {
    width: 153px;
    height: 153px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs.active .box .icon {
    background-position: -153px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs .box .icon.icon1 {
    background-image: url("../images/about_icon_1.png");
}
.yuanjings .yuanjing .boxs .box .icon.icon2 {
    background-image: url("../images/about_icon_2.png");
}
.yuanjings .yuanjing .boxs .box .icon.icon3 {
    background-image: url("../images/about_icon_3.png");
}
.yuanjings .yuanjing .boxs .box h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs.active .box h3 {
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs .box p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs.active .box p {
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.baozhangs {
    padding: 70px 0;
    width: 100%;
    background: #F7F7F7;
    margin-top: 50px;
}
.baozhangs .baozhang .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.baozhangs .baozhang .boxs .left-image {
    width: 575px;
    position: relative;
    margin-right: 30px;
}
.baozhangs .baozhang .boxs .left-image img {
    position: absolute;
    right: 0;
    top: -164px;
}
.baozhangs .baozhang .boxs .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 605px);
    margin-top: 18px;
}
.baozhangs .baozhang .boxs .lists .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 35px;
    cursor: pointer;
}
.baozhangs .baozhang .boxs .lists .list .lab {
    width: 220px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-right: 40px;
}
.baozhangs .baozhang .boxs .lists .list.active .lab {
    background: #FFC300;
}
.baozhangs .baozhang .boxs .lists .list .lab:before {
    position: absolute;
    left: 100%;
    top: 30px;
    content:" ";
    width: 0; /* 设置为0，因为没有宽度 */
    height: 0; /* 设置为0，因为没有高度 */
    border-top: 12px solid transparent; /* 让左边框透明 */
    border-bottom: 12px solid transparent; /* 让右边框透明 */
    border-left: 16px solid #ffffff; /* 底部边框为黑色，创建三角形 */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.baozhangs .baozhang .boxs .lists .list.active .lab:before {
    border-left: 16px solid #FFC300;
}
.baozhangs .baozhang .boxs .lists .list .intro {
    padding: 10px 30px;
    border-radius: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 260px);
    color: #000;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    line-height: 22px;
}
.baozhangs .baozhang .boxs .lists .list.active .intro {
    border: 1px solid #FFC300;
}

.comments {
    padding: 70px 0;
    background: #fff;
    width: 100%;
}
.comments .comment {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.comments .comment .line-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.comments .comment .line-box .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.comments .comment .line-box .name .icon {
    margin-right: 10px;
}
.comments .comment .line-box .name h1 {
    font-size: 54px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
}
.comments .comment .line-box .name h1 em {
    color: #FFC300;
}
.comments .comment .line-box .en {
    font-size: 24px;
    color: #000;
    margin-top: 15px;
}

.comments .comment .lists {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.swiper-comment {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.swiper-comment .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 20px 20px;
}
.swiper-comment .swiper-wrapper .swiper-slide .wd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.swiper-comment .swiper-wrapper .swiper-slide .wd .hd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.swiper-comment .swiper-wrapper .swiper-slide .wd .hd .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    border: 5px solid #ffc300;
}
.swiper-comment .swiper-wrapper .swiper-slide .wd .hd .user {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.swiper-comment .swiper-wrapper .swiper-slide .wd .hd .user h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.swiper-comment .swiper-wrapper .swiper-slide .hd .user h6 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-top: 15px;
}
.swiper-comment .swiper-wrapper .swiper-slide .text {
    width: 100%;
    height: 140px;
    line-height: 28px;
    font-size: 16px;
    margin-top:15px;
    color: #777;
    overflow: hidden;
    text-indent: 1rem;
}


.comments .comment .lists .swiper-button-next {
    right: -44px;
    top: 155px;
    border: 1px solid #FFC300;
    background: #FFC300;
    width: 44px;
    height: 44px;
}
.comments .comment .lists .swiper-button-next img {
    width: 24px;
}

.comments .comment .lists .swiper-button-prev {
    left: -44px;
    top: 155px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
}
.comments .comment .lists .swiper-button-prev img {
    width: 24px;
}

.comments .comment .lists .swiper-button-next:after,.comments .comment .lists .swiper-button-prev:after {
    display: none;
}
.downs-section {
    padding: 140px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/m_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.downs-section .down {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.downs-section .down .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.downs-section .down .left .m1 {
   margin-top: 80px;
}
.downs-section .down .message {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #C9971C;
    background: #fff;
    position: relative;
    border-radius: 15px;
}
.downs-section .down .message  .work-mes-title {
    color: #000;
    font-size: 28px;
    /*font-weight: bold;*/
    padding: 20px 0;
    background: #FFC300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #C9971C;
    border-radius: 15px 15px 0 0;
}
.downs-section .down .message  .work-mes-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 15px;
}
.downs-section .down .message  .work-mes-input .inputs {
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: 100%;
}
.downs-section .down .message  .work-mes-input .inputs::placeholder {
    color: #999;
}
.downs-section .down .message  .work-mes-input .textarea {
    border: 1px solid #ddd;
    height: 120px;
    line-height: 20px;
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: 100%;
    resize:none;
}
.downs-section .down .message  .work-mes-input .textarea::placeholder {
    color: #999;
}
.downs-section .down .message  .work-mes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.downs-section .down .message .work-mes-btn button {
    background: #FFC300;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 40px;
    border: none;
    /*width: 100%;*/
}

.youshis {
    padding: 70px 0;
    width: 100%;

}
.youshis .youshi {
    background-image: url(../images/l_bg.png);
    background-position: left 214px;
    background-repeat: no-repeat;
    background-size: contain;
}
.youshis .youshi .boxs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 440px;
    position: relative;
}
.youshis .youshi .boxs .yuan {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    cursor: pointer;
}
.youshis .youshi .boxs .yuan.y1 {
    left: -90px;
    top: -25px;
}
.youshis .youshi .boxs .yuan.y2 {
    left: 723px;
    top: -380px;
}
.youshis .youshi .boxs .yuan.y3 {
    left: 195px;
    top: -255px;
}
.youshis .youshi .boxs .yuan.y4 {
    left: 956px;
    top: -285px;
}
.youshis .youshi .boxs .yuan.y5 {
    left: 440px;
    top: -372px;
}
.youshis .youshi .boxs .yuan.y6 {
    right: -48px;
    top: -26px;
}
.youshis .youshi .boxs .yuan .y-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}
.youshis .youshi .boxs .yuan.active  .y-image {
    background: rgba(255,195,0,0.8);
}
.youshis .youshi .boxs .yuan .y-image .ym {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.youshis .youshi .boxs .yuan.active .y-image .ym {
    border: 1px solid #ffc300;
    background: #ffc300;
}
.youshis .youshi .boxs .yuan .s_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
}
.youshis .youshi .boxs .yuan .s_title h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-bottom: 25px;
}
.youshis .youshi .boxs .yuan .s_title h4:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: #FFC300;
    border-radius: 3px;
}
.youshis .youshi .boxs .yuan .s_title p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.trades {
    background: rgba(255,195,0,0.9);
    padding: 140px 0 80px;
    margin-top: -238px;
}
.trades .trade {
    position: relative;
}
.swiper-trade {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.swiper-trade .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}
.swiper-trade .swiper-wrapper .swiper-slide h4 {
    font-size: 22px;
    color: #000;
    margin-top: 20px;
}
.trades .trade .swiper-button-next {
    right: -64px;
    top: 72px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
}
.trades .trade .swiper-button-next img {
    width: 24px;
}

.trades .trade .swiper-button-prev {
    left: -64px;
    top: 72px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
}
.trades .trade .swiper-button-prev img {
    width: 24px;
}

.trades .trade .swiper-button-next:after,.trades .trade .swiper-button-prev:after {
    display: none;
}
.shixiao-section {
    padding: 70px 0 0;
    width: 100%;
    background-image: url(../images/sx_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.shixiao-section .shixiao  .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 60px;
}

.shixiao-section .shixiao  .boxs .cate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.shixiao-section .shixiao  .boxs .cate .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 54px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.shixiao-section .shixiao  .boxs .cate .box.active {
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.shixiao-section .shixiao  .boxs .cate .box span {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shixiao-section .shixiao  .boxs .cate .box span img {
    opacity: 0;
    margin-right: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.shixiao-section .shixiao  .boxs .cate .box.active span img {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.shixiao-section .shixiao  .boxs .lists {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.shixiao-section .shixiao  .boxs .lists .imx {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.shixiao-section .shixiao  .boxs .lists .imx img {
    width: 100%;
}
.shixiao-section .shixiao  .boxs .lists .imx.on {
    display: flex;
}

.zengzhis {
    padding: 70px 0;
    width: 100%;
    /*background: #F7F7F7;*/
}
.zengzhis .zengzhi .boxs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 60px;
    border-radius: 10px;
}
.zengzhis .zengzhi .boxs .list {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 60px;
    cursor: pointer;
}
.zengzhis .zengzhi .boxs .list .lab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    padding: 20px 0;
    border: 1px solid #ffc300;
    background: #fff;
    border-radius: 40px;
    font-size: 24px;
    color: #000;
}
.zengzhis .zengzhi .boxs .list .lab .icon {
    margin-right: 10px;
}
.zengzhis .zengzhi .boxs .list.active .lab {
    background: #ffc300;
}
.zengzhis .zengzhi .boxs .list .intro {
    margin-top: 30px;
    line-height: 32px;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}





    /* 产品中心样式 */
.cons .page-position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px auto 20px;
}
.cons .page-position .icon-home {
    /*width: 20px;*/
    height: 20px;
    margin-right: 5px;
}
.cons .page-position span {
    color: #333;
    font-size: 15px;
}
.cons .page-position a {
    font-size: 15px;
    color: #333;
}
.cons .page-position a:hover {
    color: #0984D1;
}
.cons .page-position .icon-r {
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

.cons .con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cons .con .page-menus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 240px;
    margin-right: 20px;
}

.cons .con .page-menus .nav {
    width: 240px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .page-menus .nav .nav-title {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
    background: #ffc300;
    color: #000;
}

.cons .con .page-menus .nav .nav-title .cn {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: 5px;
}
.cons .con .page-menus .nav .nav-title .en {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}
.cons .con .page-menus .nav .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f8f8f8;
}
.cons .con .page-menus .nav .list .cate {
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffc300;
    font-size: 22px;
    color: #000;
}
.cons .con .page-menus .nav .list .cate .icons {
    height:18px;
    margin-right: 10px;
}
.cons .con .page-menus .nav .list .children {
    padding: 15px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.cons .con .page-menus .nav .list .children .line .s1 {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #777;
    margin-right: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .page-menus .nav .list .children .line .s2 {
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background: #777;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .page-menus .nav .list .children span {
    width: calc(100% - 26px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .page-menus .nav .list .children:hover span{
    color: #ffc300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cons .con .page-menus .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.cons .con .page-menus .boxs .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #FFC300;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
}
.cons .con .page-menus .boxs .title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    letter-spacing: 5px;
}
.cons .con .page-menus .boxs .title h6 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.cons .con .page-menus .boxs .list {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 10px;
    background: #f8f8f8;
}
.cons .con .page-menus .boxs .list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
}
.cons .con .page-menus .boxs .list a:last-of-type {
    border-bottom: none;
}
.cons .con .page-menus .boxs .list a span {
    font-size: 20px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .boxs .list a:hover span {
    color: #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .boxs .contact {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 20px;
}
.cons .con .page-menus .boxs .contact p {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}
.cons .con .page-menus .boxs .contact .qr {
    width: 140px;
    height: 140px;
}
.cons .con .page-menus .boxs .contact .sao {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    color: #555;
}
.smen {
    width: 100%;
    background: linear-gradient(to right, #FEC400, #FFE48B);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.smen .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
}
.smen .l img {
    margin-right: 5px;
    height: 22px;
}
.smen .l span {
    font-size: 24px;
    margin-right: 10px;
}
.smen .l em {
    font-size: 18px;
}
.smen a {
    font-size: 24px;
    color: #000;
}

.cons .con .details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 220px);
}

.cons .con .details .pro-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cons .con .details .pro-list .pro {
    width: 370px;
    /*height: 318px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (370px * 3)) / 2);
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 20px;
}
.cons .con .details .pro-list .pro:hover {
    border: 1px solid #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro:nth-child(3n) {
    margin-right: 0;
}
.cons .con .details .pro-list .pro .image {
    width: 368px;
    height: 250px;
    overflow: hidden;
    /*border: 1px solid #0A8AD5;*/
    display: flex;
}
.cons .con .details .pro-list .pro .image.image-200 {
    height:190px;
}
.cons .con .details .pro-list .pro .image img {
    width: 368px;
    height: 250px;
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro .image.image-200 img {
    height:190px;
}
.cons .con .details .pro-list .pro:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro .name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cons .con .details .pro-list .pro .name .text {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro .name .icon {
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro:hover .name{
    background: #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro:hover .name .text {
    width: calc(100% - 33px);
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;

}
.cons .con .details .pro-list .pro:hover .name .icon {
    width: 33px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}







.cons .con .details .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .title h1 {
    font-size:28px;
    font-weight: bold;
    color: #333;
}
.cons .con .details .title .line {
    width: 400px;
    height: 1px;
    position: relative;
    background-color: #ddd;
    margin: 15px 0;
}
.cons .con .details .title .line em {
    position: absolute;
    width: 20px;
    height: 5px;
    border: 1px solid #0984D1;
    left: calc((100% - 22px) / 2);
    top: -2px;
}
.cons .con .details .title h6 {
    font-size: 15px;
    color: #ccc;
}
.cons .con .details .page-about {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    margin-top: 20px;
}
.cons .con .details .video-box {
    margin: 50px 0;
}
.cons .con .details .wenhua {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cons .con .details .page-about-info {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 5px;
    box-shadow:  0 0 5px #ccc;
    padding: 20px 20px;
}
.cons .con .details .page-about-info .box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .page-about-info .box .num {
    font-size: 64px;
    font-weight: bold;
    color: #0984D1;
    margin-right: 5px;
}
.cons .con .details .page-about-info .box .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .details .page-about-info .box .text em {
    font-size: 18px;
    font-weight: bold;
    color: #0984D1;
}
.cons .con .details .page-about-info .box .text span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}
.cons .con .details .page-about-info .xie {
    position: relative;
    height: 50px;
    width: 2px;
}
.cons .con .details .page-about-info .xie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; /* 斜线的粗细 */
    background-color: #0984D1; /* 斜线的颜色 */
    transform: rotate(-345deg); /* 旋转角度，根据需要调整 */
    transform-origin: left top; /* 旋转的基点 */
}
.cons .con .details .amp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .amp .pro {
    width: 278px;
    height: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (278px * 3)) / 2);
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro:hover {
    border: 1px solid #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro:last-of-type {
    margin-right: 0;
}
.cons .con .details .amp .pro .image {
    width: 278px;
    height: 278px;
    overflow: hidden;
}
.cons .con .details .amp .pro .image img {
    width: 278px;
    height: 278px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #d1d1d1;
    color: #333;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
.cons .con .details .amp .pro:hover span {
    background-color: #0984D1;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    /*margin-top: 50px;*/
}
.cons .con .details .gl-box .gl-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    border: 1px solid #ddd;
    border-right:2px solid #0984D1;
    border-bottom: 2px solid #0984D1;
}
.cons .con .details .gl-box .gl-title .name {
    background-color: #0984D1;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .gl-box .gl-title .name img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    /*margin-right: 5px;*/
}
.cons .con .details .gl-box .gl-title .more {
    font-size: 16px;
    margin-right: 10px;
    color: #888;
}
.cons .con .details .gl-box .gl-title .more:hover {
    color: #0984D1;
}
.cons .con .details .gl-box .gl-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cons .con .details .gl-box .gl-contact img {
    width: 100%;
}
.cons .con .details .gl-box .gl-pro-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .gl-box .gl-pro-list .pro {
    width: 380px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:hover {
    border: 1px solid #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:last-of-type {
    margin-right: 0;
}
.cons .con .details .gl-box .gl-pro-list .pro .image {
    width: 378px;
    height: 250px;
    overflow: hidden;
}
.cons .con .details .gl-box .gl-pro-list .pro .image img {
    width: 378px;
    height: 250px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro .name {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    background:#DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro .name .text {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro .name .icon {
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:hover .name{
    background: #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:hover .name .text {
    width: calc(100% - 33px);
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;

}
.cons .con .details .gl-box .gl-pro-list .pro:hover .name .icon {
    width: 33px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .gl-box .gl-new-list .newsx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 10px);
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.cons .con .details .gl-box .gl-new-list .newsx:nth-child(2n){
    margin-right: 0;
}
.cons .con .details .gl-box .gl-new-list .newsx .text {
    width: calc(100% - 90px);
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .newsx .time {
    text-align: right;
    width:90px;
    font-size: 15px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .newsx:hover .text {
    color: #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .newsx:hover .time {
    color: #ffc300;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .contact-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 200px;
    border: 1px solid #0984D1;
    border-radius: 5px;
}
.cons .con .details .contact-box .box .name {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #26469D, #0F7DCA, #26469D);
    text-align: center;
    padding: 15px 0;
}
.cons .con .details .contact-box .box .infos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .contact-box .box .infos .icon {
    width: 44px;
    height: 44px;
    margin: 15px 0;
}
.cons .con .details .contact-box .box .infos p {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.cons .con .details .contact-box .box .infos p.num {
    font-size: 16px;
}
.cons .con .details .contact-content {
    margin: 30px 0;
}
.cons .con .details .contact-content img {
    max-width: 100%;
}

.cons .abs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .abs .abs-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #eee;
    padding:50px 0
}
.cons .abs .abs-hd .abs-hd-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 40px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-content {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size:16px;
    color: #555;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 80px;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .hd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .hd span {
    color: #255698;
    font-size: 58px;
    font-weight: bold;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .hd em {
    color:#333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 5px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .txt {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .ll {
    width: 1px;
    height: 50px;
    background: rgba(0,0,0,0.1);
}
.cons .abs .abs-jd {
    background: #fff url("../image/jd_bg.jpg") center top no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px 0 60px;
}
.cons .abs .abs-jd .abs-jd-box {
    display: flex;
    flex-wrap: wrap;
}
.cons .abs .abs-jd .abs-jd-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 584px;
    margin-right: calc(100% - 584px - 584px);
    margin-top: 36px;
    cursor: pointer;
}
.cons .abs .abs-jd .abs-jd-box .box:nth-child(2n){
    margin-right: 0;
}
.cons .abs .abs-jd .abs-jd-box .box .image {
    width: 100%;
    height: 312px;
    overflow: hidden;
}
.cons .abs .abs-jd .abs-jd-box .box .image img {
    width: 100%;
    height: 312px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-jd .abs-jd-box .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-jd .abs-jd-box .box .name {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
    background: #063F8C;
    text-align: center;
}

.cons .abs .abs-hz {
    background: #fff url("../image/love_bg.jpg") center top repeat-y;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px 0 60px;
}
.cons .abs .abs-hz .abs-hz-list {
    display: flex;
    flex-wrap: wrap;
}
.cons .abs .abs-hz .abs-hz-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 385px;
    margin-right: calc((100% - 385px - 385px - 385px) / 2);
    margin-top: 36px;
    cursor: pointer;
}
.cons .abs .abs-hz .abs-hz-list .box:nth-child(3n){
    margin-right: 0;
}
.cons .abs .abs-hz .abs-hz-list .box .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.cons .abs .abs-hz .abs-hz-list .box .image img {
    width: 100%;
    height: 300px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-hz .abs-hz-list .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-hz .abs-hz-list .box .name {
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.cons .abs .abs-wh {
    background: #fff url("../image/wh_bg.jpg") center top no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px 0 60px;
}
.cons .abs .abs-wh .abs-wh-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 60px 80px 40px;
    margin: 50px 0 100px;
    position: relative;
}
.cons .abs .abs-wh .abs-wh-list .wh_f_image {
    position: absolute;
    right: 0;
    top: -100px;
}
.cons .abs .abs-wh .abs-wh-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .abs .abs-wh .abs-wh-list .box .name {
    font-size: 26px;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}
.cons .abs .abs-wh .abs-wh-list .box .txt {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}



    /* ----- PB分页数字条效果 结束 ----- */
.pagebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination span {
    color: #000;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #FFC300;
    border: 1px solid #FFC300;
}
.pagination a.page-num-current {
    color: #fff;
    background: #FFC300;
    border: 1px solid #FFC300;
}
/* ----- PB分页数字条效果 结束 ----- */


.fuwu-section {
    padding: 80px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url(../images/s3_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top:50px;
}
.fuwu-section .fuwu .boxs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 80px;
}
.fuwu-section .fuwu .boxs .list {
    width: calc(100% / 6);
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #fff;
}
.fuwu-section .fuwu .boxs .list.active {
    background: #ffc300;
}
.fuwu-section .fuwu .boxs .list .image {
    width: 80px;
    height: 80px;
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fuwu-section .fuwu .boxs .list.active .image {
    background: #fff;
}
.fuwu-section .fuwu .boxs .list h4 {
    margin: 20px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.fuwu-section .fuwu .boxs .list .intro {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}


.cons .con .details .pro-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .pro-detail .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.cons .con .details .pro-detail .boxs .photos{
    width: 400px;
    position: relative;
    display: inline-block;
    float: left;
}
.cons .con .details .pro-detail .boxs .photos .photos-box{
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 400px;
}
.cons .con .details .pro-detail .boxs .photos .photos-box .images-cover{
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.cons .con .details .pro-detail .boxs .photos .photos-box .images-cover img {
    padding: 1px;
    display: inline-block;
    float: left;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    position: absolute;
}
.cons .con .details .pro-detail .boxs .photos .photos-box .move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../images/move-box.png');
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn span {
    line-height: 75px;
    height: 75px;
    width: 20px;
    background: #ffc300;
    color: #ffffff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    transition: background ease .5s;
    -webkit-transition: background ease .5s;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn .magnifier-btn-left {
    float: left;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn .magnifier-btn-right{
    float: right;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line ul {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 997;
}
.animation03 {
    transition: all .3s ease-in .1s;
    -ms-transition: all .3s ease-in .1s;
    -moz-transition: all .3s ease-in .1s;
    -webkit-transition: all .3s ease-in .1s;
    -o-transition: all .3s ease-in .1s;
}
.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line ul li {
    list-style: none;
    cursor: pointer;
    float: left;
    width: 115px;
    height: 99px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line ul li img {
    padding: 1px;
    display: inline-block;
    float: left;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
}
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    width: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
}
.small-img img {
    width: 100%;
    height: 100%;
}
.active {
    transition: .3s;
}
.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img {
    display: block;
}
.pro_tinfo_r {
    display: inline-block;
    float: left;
    width: calc(100% - 430px);
}
.pro_tinfo_r .tit {
    color: #222222;
    line-height: 39px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.pro_tinfo_r p {
    color: #424242;
    font-size: 18px;
    line-height: 30px;
    margin-top: 23px;
}
.cpdh {
    font-size: 33px;
    color: #000;
    margin-top: 26px;
    /*line-height: 45px;*/
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cpdh span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    color: #666;
}
.cpdh span img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.cpdh em {
    padding-top:20px;
}
.diysr {
    line-height: 49px;
    color: #000;
    font-size: 23px;
    padding-left: 50px;
    background: linear-gradient(to bottom, #FEC400, #FFD751);
    font-weight: initial;
    position: relative;
    height: 49px;
    overflow: hidden;
    /*border-radius: 5px;*/
    width: 100%;
    margin-top: 30px;
}
.diysr i {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 5px;
}
.i-isdbt:after, .diysr:after {
    width: 48px;
    height: 48px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../images/sanjiao2.png') no-repeat 9px 8px;
    background-size: 36px;
}
.cp-body {
    margin-top: 20px;
    line-height: 28px;
    width: 100%;
}
.cp-body img {
    max-width: 100%;
}

.lianxi-section {
    padding: 70px 0;
    width: 100%;
    background: #F8F8F8;
}
.lianxi-section  .lianxi .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.lianxi-section  .lianxi .boxs .map {
    width: 700px;
    height: 550px;
}
.lianxi-section  .lianxi .boxs .neirong {
    width: calc(100% - 700px);
    padding: 30px 20px;
}
.lianxi-section  .lianxi .boxs .neirong img {
    max-width: 100%;
}

.jigou-section {
    padding:70px 0 140px;
    width: 100%;
}
.jigou-section .jigou .boxs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top:50px;
}
.jigou-section .jigou .boxs .box {
    width: 100%;
    position: relative;
}
.swiper-lx {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.swiper-lx .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    position: relative;
}
.swiper-lx .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}
.swiper-lx .swiper-wrapper .swiper-slide .info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 5px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    color: #fff;
    z-index:2;
}
.swiper-lx .swiper-wrapper .swiper-slide .info .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
}
.swiper-lx .swiper-wrapper .swiper-slide .info .line .icon {
    width: 25px;
    margin-right: 10px;
}

.swiper-bbx .swiper-wrapper .swiper-slide span {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.jigou-section .jigou .boxs .box .swiper-button-next {
    right: unset;
    left: calc((100% / 2) + 5px);
    top: unset;
    bottom: -80px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jigou-section .jigou .boxs .box .swiper-button-next img {
    width: 24px;
}

.jigou-section .jigou .boxs .box .swiper-button-prev {
    right: unset;
    left: calc((100% / 2) - 49px);
    top: unset;
    bottom: -80px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jigou-section .jigou .boxs .box .swiper-button-prev img {
    width: 24px;
}
.jigou-section .jigou .boxs .box .swiper-button-prev:hover,.jigou-section .jigou .boxs .box .swiper-button-next:hover {
    border: 1px solid #FFC300;
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jigou-section .jigou .boxs .box .swiper-button-next:after,.jigou-section .jigou .boxs .box .swiper-button-prev:after {
    display: none;
}

.anli-section {
    padding: 70px 0;
    width: 100%;
}
.anli-section .anli .boxs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.anli-section .anli .boxs .case-cate-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.anli-section .anli .boxs .case-cate-box .shows {
    width: 70px;
    color: #ffc300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 9px;
}
.anli-section .anli .boxs .case-cate-box .shows span {
    width: 16px;
    height: 8px;
    background-image: url("../images/sxjt.png");
    background-repeat: no-repeat;
    background-position: 0 -8px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .case-cate-box .shows.down span {
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .case-cate {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    height: 40px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .case-cate-box .case-cate.at {
    height: unset;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .case-cate a {
    /*border: 1px solid #ddd;*/
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    /*margin-right: 27px;*/
    color: #000;
    border-radius: 30px;
    margin-bottom: 10px;
}
.anli-section .anli .boxs .case-cate a:hover,.anli-section .anli .boxs .case-cate a.active {
    color: #fff;
    background: #ffc300;
    /*border: 1px solid #ffc300;*/
}
.anli-section .anli .boxs .lists {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.anli-section .anli .boxs .lists a {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.anli-section .anli .boxs .lists a:nth-child(3n){
    margin-right: 0;
}
.anli-section .anli .boxs .lists a .image {
    width: 100%;
    height: 380px;
}
.anli-section .anli .boxs .lists a .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 15px;
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a:hover .info {
    background: #ffc300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a .info .title {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a:hover .info .title {
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a .info .tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color:#fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a:hover .info .tag {
    color:#000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a .info .tag .time {
    font-size: 16px;
}
.anli-section .anli .boxs .lists a .info .tag .name {
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.anli-section .anli .boxs .lists a:hover .info .tag .name {
    border: 1px solid #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fangan-section {
    padding: 100px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/cbg.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.fangan-section .fangan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.fangan-section .fangan .text {
    font-size: 44px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000;
}
.fangan-section .fangan .text span {
    color: #ffc300;
}
.fangan-section .fangan a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 15px 40px;
    border-radius: 30px;
    background: #ffc300;
    margin-top: 30px;
}

.xuanze-section {
    padding: 70px 0;
    width: 100%;
}
.xuanze-section .xuanze {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.xuanze-section .xuanze .boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.xuanze-section .xuanze .boxs .list {
    width: calc((100% - 60px) / 6);
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.xuanze-section .xuanze .boxs .list.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.xuanze-section .xuanze .boxs .list .image {
    width: 84px;
    height: 84px;
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.xuanze-section .xuanze .boxs .list .image.image-1 {
    background-image: url("../images/f_1.png");
}
.xuanze-section .xuanze .boxs .list .image.image-2 {
    background-image: url("../images/f_2.png");
}
.xuanze-section .xuanze .boxs .list .image.image-3 {
    background-image: url("../images/f_3.png");
}
.xuanze-section .xuanze .boxs .list .image.image-4 {
    background-image: url("../images/f_4.png");
}
.xuanze-section .xuanze .boxs .list .image.image-5 {
    background-image: url("../images/f_5.png");
}
.xuanze-section .xuanze .boxs .list .image.image-6 {
    background-image: url("../images/f_6.png");
}
.xuanze-section .xuanze .boxs .list.active .image {
    background-position: -84px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.xuanze-section .xuanze .boxs .list h4 {
    margin: 20px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.xuanze-section .xuanze .boxs .list .intro {
    font-size: 15px;
    color: #000;
}
.cons .con .details .news-detail {
    width: 100%;
}
.cons .con .details .d-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #222;
    margin-top: 30px;
}
.cons .con .details .d-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #888;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}
.cons .con .details .d-tag span {
    margin-right: 20px;
}
.cons .con .details .detail {
    margin: 40px 0;
    line-height: 36px;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}
.cons .con .details .detail img {
    max-width: 100%;
}
.cons .con .details .news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .news-list .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
}
.cons .con .details .news-list .box .image {
    width: 282px;
    height: 182px;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #DDD;
}
.cons .con .details .news-list .box .image img {
    width: 280px;
    height: 180px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .news-list .box .info {
    width: calc(100% - 302px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .details .news-list .box .info h1 {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    width: 100%;
}
.cons .con .details .news-list .box .info .tag {
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 28px;
    height: 86px;
    overflow: hidden;
    margin-top: 0;
    text-indent: 2rem;
    color: #888;
}
.cons .con .details .news-list .box .info .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.cons .con .details .news-list .box .info .time .t {
    color: #ccc;
}
.cons .con .details .news-list .box .info .time .g {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #ffc300;
    padding:5px 10px;
}
.cons .con .details .news-list .box .info .time .g img {
    width: 14px;
    margin-left: 5px;
}

.pd-min {
    padding: 80px 0 40px;
}
.pd10 {
    padding-bottom: 20px;
}
.pd20 {
    padding-bottom: 20px;
}
.pd5 {
    padding-bottom: 5px;
}
.pd0 {
    padding-bottom: 0;
}

.message-section {
    padding:70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/message_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.message-section .message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.message-section .message  .xian {
    margin: 20px 0;
}
.message-section .message  .message-box {
    border: 1px solid #ffc300;
    width: 100%;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.message-section .message  .message-box .message-input {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-section .message  .message-box .message-input.tx {
    width: 100%;
}
.message-section .message  .message-box .message-input:first-of-type {
    margin-right: 20px;
}
.message-section .message  .message-box .message-input .inputs {
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: 100%;
}
.message-section .message  .message-box .message-input .inputs::placeholder {
    color: #999;
}
.message-section .message  .message-box .message-input .textarea {
    border: 1px solid #ddd;
    height: 120px;
    line-height: 20px;
    padding: 10px 10px;
    outline: none;
    font-size: 18px;
    width: 100%;
    resize:none;
    margin-top: 20px;
}
.message-section .message  .message-box .message-input .textarea::placeholder {
    color: #999;
}
.message-section .message  .message-box .message-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 0 15px;
}
.message-section .message  .message-box .message-btn button {
    background: #FFC300;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 40px;
    border: none;
}
.prox-section {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/s2_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.prox-section .prox .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    height: 740px;
    margin-top: 40px;
}
.prox-section .prox .boxs .cate {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 150px;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
}
.prox-section .prox .boxs .cate .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 148px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    box-shadow:  0 5px 10px rgba(0, 0, 0, 0.1);
}
.prox-section .prox .boxs .cate .box.active {
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.prox-section .prox .boxs .cate .box span {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 10px 0;
}
.prox-section .prox .boxs .cate .box em {
    font-size: 12px;
    color: #000;
}
.prox-section .prox .boxs .lists {
    width: calc(100% - 150px);
    padding: 15px 20px;
}
.prox-section .prox .boxs .lists .lists-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    height: 0 !important;
    overflow: hidden;
}
.prox-section .prox .boxs .lists .lists-box.on {
    height: auto !important;
    overflow: unset;
}
.prox-section .prox .boxs .lists .lists-box .tops {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 400px;
}
.prox-section .prox .boxs .lists .lists-box .tops .img {
    width: 580px;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prox-section .prox .boxs .lists .lists-box .tops .img img {
    width: 100%;
    height: 400px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.prox-section .prox .boxs .lists .lists-box .tops:hover .img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.prox-section .prox .boxs .lists .lists-box .tops .r {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 580px);
    padding: 30px 30px;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .title {
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}.prox-section .prox .boxs .lists .lists-box .tops .r .title span {
     padding-bottom: 10px;
     position: relative;
 }
.prox-section .prox .boxs .lists .lists-box .tops .r .title span:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 100%;
    background: #ffc300;
    border-radius: 5px;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .intro {
    font-size: 15px;
    color: #000;
    margin-top: 16px;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .btnx {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .btnx a {
    border: 1px solid #ffc300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    border-radius: 30px;
    padding: 10px 20px;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .btnx a:first-of-type {
    margin-right: 80px;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .btnx a.c {
    background: #ffc300;
}
.prox-section .prox .boxs .lists .lists-box .tops .r .btnx a .icon {
    margin-right: 10px;
}
.prox-section .prox .boxs .lists .lists-box .box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.prox-section .prox .boxs .lists .lists-box .box .all {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 18px;
    color: #000;
}
.prox-section .prox .boxs .lists .lists-box .box .all:hover {
    color: #ffc300;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper {
    position: relative;
    width: 100%;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-tbbx {
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-tbbx .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 400px;
    height: 305px;
    position: relative;
    margin-right: calc((100% - 1200px) / 2);
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-tbbx .swiper-slide:last-of-type {
    margin-right: 0;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-tbbx .swiper-slide img {
    width: 100%;
    height: 305px
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-tbbx .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffc300;
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-next {
    right: unset;
    right: 15px;
    top: 145px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-next img {
    width: 24px;
}

.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-prev {
    right: unset;
    left: 15px;
    top: 145px;
    border: 1px solid #ddd;
    background: #fff;
    width: 44px;
    height: 44px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-prev img {
    width: 24px;
}
.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-prev:hover,.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-next:hover {
    border: 1px solid #FFC300;
    background: #FFC300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-next:after,.prox-section .prox .boxs .lists .lists-box .box .box-swiper .swiper-button-prev:after {
    display: none;
}

