﻿@media (min-width: 1400px) {
    ._container {
        width: 1400px;
    }
}

@media screen and (min-width: 992px) and ( max-width: 1200px) {
    .news_headline .swiper-container {
        margin-top: 40px;
        padding-left: 20px;
    }
    .footer_info .record_img img {
        width: 80%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 769px) and ( max-width: 991px) {
    .footer_info .record_img img {
        width: 80%;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .footer_info .record .record_text {
        margin-top: 10px;
    }
    .footer_info .row .contact {
        height: 80px;
    }
}

ul {
    list-style: none;
}

body {
    background-color: #f4f4f4;
    font-family: "宋体" !important;
    position: relative;
}

a, a:hover,a.active {
    text-decoration: none;
}

/*header*/

header {
    background: rgba(0, 0, 0, 0.7);
    height: 70px;
    width: 100%;
    position: fixed;
    line-height: 68px;
    z-index: 9;
    top: 0;
}

.header_left {
    float: left;
    padding-left: 50px;
}

.header_left .logo{
    color: #fff;
    font-size: 40px;
    padding-right: 30px;
    float: left;
    background: url("../images/line_1.png") no-repeat right;
}
.header_left .phone {
    display: inline-block;
    margin-left: 30px;
    /* background: url("../images/phone.png") no-repeat left; */
    font-size: 18px;
    color: #fff;
    float: left;
}

.header_right {
    float: right;
    padding-right: 125px;
}

.header_right a {
    display: inline-block;
    /* padding-left: 20px; */
    margin-left: 55px;
    color: #dcdcdc;
    font-size: 14px;
}
.header_right a:hover{
    color: #fff;
}
.header_right .iconfont {
    /* font-size: 14px; */
    position: absolute;
    left: -20px;
}

.underline-link, .underline-link-slide {
    position: relative
}

.underline-link::before, .underline-link-slide::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 22px;
    left: 0;
    animation: lineOut 0.2s ease-out forwards;
    background: #fff;
}

.underline-link-slide::before {
    bottom: -3px;
    background: #9bc9db;
}

.underline-link:hover::before, .underline-link-slide:hover::before {
    content: '';
    display: block;
    position: absolute;
    animation: lineIn 0.4s ease-out forwards;
    background: #fff
}

.underline-link-slide:hover::before {
    background: #9bc9db;
}

footer .underline-link:hover::before {
    bottom: 0;
    background: #999;
}

footer .underline-link::before {
    bottom: 0;
    background: #999;
}

.noani::before {
    animation: none;
}

@keyframes lineIn {
    0% {
        width: 0;
        left: 0;
        right: auto
    }
    100% {
        width: 100%;
        left: 0;
        right: auto
    }
}

@keyframes lineOut {
    0% {
        width: 100%;
        left: auto;
        right: 0
    }
    100% {
        width: 0;
        left: auto;
        right: 0
    }
}

@keyframes navShow {
    0% {
        width: 0;
    }
    100% {
        width: 300px;
    }
}

.navShow {
    animation: navShow .5s ease-out forwards;
}

@keyframes navHide {
    0% {
        width: 230px;
    }
    100% {
        width: 0;
    }
}

.navHide {
    animation: navHide .5s ease-out forwards;
}

.search_box {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 200px;
    line-height: 30px;
}

.search_box input {
    border: 1px solid #909299;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    height: 30px;
    padding: 0 30px 0 15px;
    color: #fff;
    outline: none;
}
.search_box input:focus{
    border: 1px solid #fff;
}
.header_right .search {
    background: none;
    position: absolute;
    left: auto;
    right: 5px;
    top: 0;
    padding-left: 20px;
    margin-left: 30px;
    color: #fff;
    border: none;
    outline: none;
    height: 30px;
    color: #909299;
}
.header_right .search:hover{
    color: #fff;
}

/*.header_right .input_box .search_btn{
    top: 0;
    z-index: 100;
    margin: 0;
    width: 30px;
    height: 30px;
}*/

.header_right .news {
    /* background: url("../images/news.png") no-repeat left; */
}

.header_right .member {
    /* background: url("../images/member.png") no-repeat left; */
}

.nav_btn {
    /* background: url("../images/nav.png") no-repeat center; */
    padding: 0;
    width: 40px;
    position: fixed;
    right: 50px;
    top: 12px;
    z-index: 1200;
}

.ham {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.ham.active {
    transform: rotate(45deg);
}

.line {
    stroke-linecap: round;
}

.line.top {
    stroke-dasharray: 28 200;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.line.bottom {
    stroke-dasharray: 28 200;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.line.middle {
    stroke-dasharray: 28;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.ham:hover>.line.middle {
    stroke-dasharray: 28;
    stroke-dashoffset: -12px;
}

.ham.active .top {
    stroke-dashoffset: -44px;
}

.ham.active .bottom {
    stroke-dashoffset: -44px;
}

/*slide_nav*/

.slide_nav {
    width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    background: #fff url("../images/nav_bg.png") right;
    word-break: keep-all;
}

/* .slide_nav .close{
    display: inline-block;
    width: 50px;
    height: 50px;
    float: none;
    margin: 20px 0 20px 30px;
    background: url("../images/close.png") no-repeat center;
} */

.slide_nav .nav_list {
    margin-top: 62px;
}

.slide_nav .nav_list ul, .slide_nav .nav_link ul {
    margin-top: 30px;
}

.slide_nav .nav_list a, .slide_nav .nav_link a {
    color: #333;
    font-size: 20px;
    display: inline-block;
    margin: 14px 0 0 10px;
    padding-left: 30px;
}

.slide_nav .nav_link a {
    font-size: 14px;
    color: #999;
    margin: 10px 0 0 40px;
    padding-left: 0;
}

.slide_nav .nav_list a:hover, .slide_nav .nav_link a:hover {
    color: #9bc9db;
}

.slide_nav .nav_list a.active {
    color: #9bc9db;
    background: url("../images/masonry_blue.png") no-repeat left;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, .3);
    display: none;
}

/*swiper*/

.banner {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 42%;
    background-position: center;
    position: relative;
    text-align: left;
    background-size: cover;
}

.banner img {
    /* position: relative;
    width: 100%;
    left: 0; */
    opacity: 0;
    position: absolute;
}
.banner .banner_img_box{
    position: absolute;
    width: 15%;
    height: 130px;
    top: 62%;
    left: 20%;
}
.banner .banner_img_box img{
    width: 100%;
}
.banner .banner_img_box1 {
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: all 0.3s;
}

.banner>img {
    opacity: 1;
    width: 100%;
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

/* .bounce {
    animation: bounce 1s;
    transform-origin: center bottom;
  } */

/* .bounceInDown{
    transform: translate3d(0, -50px, 0);
    opacity: 0;
    transition:  ease .8s;
}
.swiper-slide-active .bounceInDown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: ease 0.6s;
  }
.bounceInUp{
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    transition:  ease .8s;
}
.swiper-slide-active .bounceInUp {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: ease 0.6s;
  } */

.circle2 {
    stroke: rgba(255, 255, 255, 0.6);
    fill: rgba(255, 255, 255, 0.16);
    stroke-dasharray: 214;
    stroke-dashoffset: 214px;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.circle2:hover {
    stroke-dasharray: 214;
    stroke-dashoffset: 0px;
}

.arrow {
    stroke: white;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner_con {
    position: absolute;
    top: 32%;
    color: #fff;
}

.swiper-wrapper .swiper-slide:nth-last-child(2n+1) .banner_con {
    right: 10%;
}

.banner_con h2 {
    margin: 10px 0 0 0;
    font-size: 46px;
    max-width: 600px;
    font-weight: normal;
    opacity: 0;
}

.banner_con p {
    margin: 28px 0;
    opacity: 0;
    font-size: 16px;
}

.banner_a {
    display: inline-block;
    border: 1px solid #fff;
    width: 150px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.banner_bg_box {
    position: relative;
    top: 20px;
    display: inline-block;
    height: 48px;
    width: 150px;
    opacity: 0;
}

.banner_bg_hover {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 150px;
    overflow: hidden;
    transition: 0.3s all;
}

.banner_bg_box:hover .banner_bg_hover {
    height: 48px;
}

.banner_bg_box:hover .banner_a {
    color: #404040;
}

.swiper-button-prev {
    /* background: url("../images/prev.png") no-repeat center;
    left: 50px;
    width: 40px; */
}

.swiper-button-next, .swiper-button-prev {
    /* background: url("../images/next.png") no-repeat center;
    right: 50px;
    width: 40px; */
    background: none;
    width: auto;
    height: auto;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url("../images/masonry.png") no-repeat;
    border-radius: 0;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/*index_con*/

.index_con {
    background: url("../images/index_bg.png");
    overflow: hidden;
    text-align: center;
    color: #404040;
}

.index_con .series h2 {
    margin: 78px 0 5px 0;
}

.series_con {
    margin: 80px 0;
}

.series_con a {
    display: inline-block;
    background: #fff;
    overflow: hidden;
}

.series_con a:hover img {
    transform: scale(1.1);
}

.series_img {
    overflow: hidden;
}

.series_con img {
    width: 100%;
    transition: 0.6s all;
}

.series_con .series_text {
    color: #404040;
    padding: 30px 0;
}

.series_con .series_text .series_t {
    display: inline-block;
    padding: 12px 48px;
    background: url("../images/series_title_l.png") no-repeat left center, url("../images/series_title_r.png") no-repeat right center;
}

.series_con .explore {
    color: #815f0a;
}

.adviser {
    margin-bottom: 60px;
}

.adviser_con {
    background: #fff;
}

.adviser .adviser_img {
    padding: 0;
}

.adviser .adviser_img img {
    width: 100%;
}

.index_con .adviser h2 {
    margin-top: 100px;
}

.adviser .adviser_text p {
    margin: 15px 0 50px;
}

a.btn_block {
    color: #fff;
    display: inline-block;
    width: 250px;
    height: 40px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    line-height: 40px;
}

.btn_block:hover {
    color: #404040;
}

.btn_block_box {
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.btn_bg {
    background: #404040;
    width: 250px;
    height: 40px;
    display: inline-block;
}

.btn_bg_hover {
    display: inline-block;
    width: 250px;
    background: #fff;
    border: 1px solid #404040;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -125px;
    height: 0;
    overflow: hidden;
    transition: 0.3s all;
}

.btn_block_box:hover .btn_bg_hover {
    height: 40px;
}

/*footer*/

.footer_list {
    background: url("../images/footer.jpg");
    background-size: cover;
    padding: 50px 0;
}

.footer_left {
    color: #d8d8d8;
    line-height: 2;
}

.footer_left .self {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #d8d8d8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.footer_left .self:hover {
    color: #404040;
}

.self_bg {
    background: #404040;
    width: 180px;
    height: 40px;
    display: inline-block;
    border: 1px solid #979797;
}

.self_bg_hover {
    background: #d8d8d8;
    color: #404040;
    position: absolute;
    left: 0;
    height: 0;
    width: 180px;
    bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid #3d3d3d;
    transition: 0.3s all;
}

.footer_left .btn_block_box:hover .self_bg_hover {
    height: 40px;
}

.footer_right .footer_series {
    float: left;
    color: #fff;
    margin-left: 76px;
}

.footer_right .footer_series li:first-child {
    margin-bottom: 10px;
}

.footer_right .footer_series a {
    color: #999;
    line-height: 2.2;
}

.footer_info {
    background: #373737;
}

.footer_info .record_text {
    color: #858585;
    /* margin-left: 20px; */
    margin-top: 30px;
    display: block;
}

.footer_info .contact {
    text-align: center;
}

.contact .wechat, .contact .webo {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 30px 20px 0 0;
    background: #858585 url("../images/wechat.png") no-repeat center;
}

.contact .webo {
    background-image: url("../images/webo.png");
}

.footer_link a {
    color: #999999;
    margin-left: 20px;
}

.footer_link p {
    color: #999999;
}

.footer_info .footer_link, .footer_info .contact, .footer_info .record {
    height: 98px;
}

.footer_info .record {
    overflow: hidden;
}

.footer_info .record_img {
    float: left;
}

/*top*/

.top_box {
    position: fixed;
    width: 60px;
    height: 90px;
    bottom: 10px;
    right: 60px;
    display: none;
    z-index: 999;
}

.top_box .go_top {
    display: inline-block;
    padding-top: 52px;
    color: #585858;
    text-align: center;
    background: url("../images/top.png") no-repeat top;
}
.top_ed{
    position: absolute;
    bottom: 410px;
}

.detail_btn {
    display: inline-block;
    width: 290px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    background: #585858;
    font-size: 18px;
}

.detail_btn:hover {
    color: #fff;
}

/*会员服务*/

.header_detail {
    overflow: hidden;
    color: #fff;
    padding-bottom: 20px;
}

.member_bg {
    background: url("../images/member_t.jpg");
}

.header_detail a {
    color: #fff;
}

.header_detail .detail_title {
    margin: 75px 0 35px 0;
    text-align: center;
    padding-top: 50px;
    font-size: 28px;
    letter-spacing: 6px;
    background: url("../images/line_2.png") no-repeat top;
}

.header_detail .prev_page {
    /*color: #fff;*/
    padding: 0 4px;
}

.header_detail .now_page {
    color: #BEB089;
    padding-left: 4px;
}

.member_text {
    text-align: center;
    background: #F5F8FA;
    padding-bottom: 50px;
}
.member_text h3{
    font-size: 28px;
    margin-top: 0;
    padding-top: 60px;
    color: #467F98;
}
.member_text p {
    max-width: 1169px;
    padding: 20px 0 30px 0;
    margin: 0 auto;
    font-size: 16px;
    color: #467F98;
    letter-spacing: 2px;
    text-align: center;
    line-height: 30px;
}
.phone_btn{
    display: inline-block;
    width: 250px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #467F98;
    border: 1px solid #467F98;
    font-size: 18px;
}

.member_introduce {
    padding-bottom: 50px;
    background: #fff;
}


.member_introduce .introduce_item .img {
    width: 100%;
    margin-bottom: 100px;
}

.introduce_item .introduce_title {
    color: #467F98;
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
}

.introduce_title span {
    width: 55px;
    height: 55px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px;
}

.introduce_title span img {
    width: 100%;
}

.introduce_item{
    padding: 20px 0;
}
.introduce_item .introduce_con {
    padding-left: 100px;
    padding-top: 60px;
    background: #F5F8FA;
    height: 425px;
    /* margin-top: 60px; */
}
.introduce_img{
    width: 52%;
    top: 30px;
    z-index: 1;
}
.introduce_text{
    width: 55%;
    margin-top: 80px;
}
.introduce_item .container {
    position: relative;
}
.introduce_item:nth-child(odd) .introduce_img{
    position: absolute;
    right: 15px;
}
.introduce_item:nth-child(even) .introduce_img{
    position: absolute;
    left: 15px;
}
.introduce_item:nth-child(even) .introduce_text{
    float: right;
}
.introduce_item:nth-child(even) .introduce_text .introduce_con{
    padding-left: 150px;
}

.introduce_item .introduce_title+p {
    color: #404040;
    line-height: 30px;
    max-width: 435px;
    font-size: 16px;
    letter-spacing: 2.22px;
}

.maintain {
    background: #F5F8FA;
    padding-bottom: 50px;
}

.maintain_title h3, .like_title h3 {
    padding-top: 45px;
    margin-top: 40px;
    text-align: center;
    font-size: 28px;
    color: #404040;
    background: url("../images/line_2.png") no-repeat top;
}

.maintain_index {
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
    padding: 20px 0 10px 0;
    background: no-repeat top 20px center;
}

.maintain .gallery-con .swiper-slide {
    padding: 0 100px;
    font-size: 16px;
    color: #5E5E5E;
    letter-spacing: 0;
    line-height: 30px;
}

.gallery-con, .gallery-thumbs {
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
}

.swiper-slide-active .maintain_index {
    color: #7BBBD7;
}


.swiper-slide .maintain_index p {
    font-size: 16px;
    color: #404040;
    letter-spacing: 2px;
}

.swiper-slide.swiper-slide-active .maintain_index p {
    background: url(../images/blue_line1.png) no-repeat left,url(../images/blue_line1.png) no-repeat right;
    color: #7BBBD7;
    display: inline-block;
    padding: 0 40px;
}

.maintain .swiper-button-prev {
    top: 50px;
    left: 0;
}

.maintain .swiper-button-next {
    right: 0;
    top: 50px;
}
.maintain_index .iconfont{
    font-size: 38px;
}
/*产品*/

.product_bg {
    background: url("../images/product_t.jpg");
}

.product_con {
    /* background: url("../images/index_bg.png"); */
    background: #fff;
}

.product_info, .store_info {
    margin: 25px 0;
    overflow: hidden;
    /*height: 30px;*/
}

.product_select, .store_select {
    /*float: left;*/
    overflow: hidden;
}


.product_select .series,.product_select .style,.product_select .material{
    overflow: hidden;
    border-top: 1px solid #EEEEEE;
    padding: 0 48px;
}
.product_select .material{
    border-bottom: 1px solid #EEEEEE;
}
.product_select .select_list {
    float: left;
    background: #fff;
    width: 88%;
}

.check_box{
    height: 18px;
    position: relative;
    cursor: pointer;
  }
 .check_box span{
    position:absolute;
    left: 32px;
    height: 18px;
    line-height: 18px;
    color: #868686;
  }
  
  .check_box .box{
    position:absolute;
  }
  .check_box .rect{
    fill: #fff;
    stroke:#777;
    stroke-width: 2px;
    stroke-linejoin:round;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  
  .check_box .check{
    stroke: white;
    opacity: 0;
    stroke-width: 1.5px;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-dasharray: 16;
    stroke-dashoffset: -16px;
    transition: stroke-dashoffset 800ms cubic-bezier(0.19, 1, 0.22, 1);
    
  }
  
  .check_box:hover .rect{
    fill: #E5E5E5;
  }
  
  .check_box.active .rect{
    fill: #777;
  }
  
  .check_box.active .check{
    opacity: 1;
    stroke-dashoffset: -32px;
  }

.product_select .select_list ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.product_select .select_list li {
    float: left;
    height: 42px;
    line-height: 50px;
    width: 145px;
    /* padding-left: 20px; */
}

.product_select .select_list li a {
    color: #404040;
    display: inline-block;
    /* height: 28px;
    line-height: 28px;
    padding: 0 8px;
    border: 1px solid #fff; */
}

/* .product_select .select_list li a.active {
    color: #467F98;
    border: 1px solid #467F98;
} */
.select_all{
    font-size: 20px;
    position: relative;
    color: #404040;
    margin: 20px 0;
}
.select_all .filter_open{
    display: inline-block;
    width: 30px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: url(../images/more.png) no-repeat center;
}
.select_all .filter_close{
    background-image: url(../images/filter_close.png)
}
.series .select_list ul {
    border: none;
}

.product_num{
    float: right;
    margin-top: 10px;
}
.store_num {
    text-align: right;
    margin: 20px 0;
}
.fliter_t{
    float: left;
    font-size: 24px;
    color: #3A3A3A;
    margin-left: 30px;
}

.data-list {
    /*position: relative;*/
}

.product_list .data-item {
    position: relative;
    min-height: 470px;
    border: 1px solid #EEEEEE;
    /* border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE; */
    padding: 0;
}
.product_list {
    min-height: 900px;
}
.product_list .col-md-3,.product_list .col-md-9{
    padding: 0;
}
/* .product_list .col-md-9{
    border-left: 1px solid #EEEEEE;
} */
.product_item {
    display: inline-block;
    /* min-height: 434px; */
    text-align: center;
    padding-bottom: 40px;
    color: #467F98;
    position: relative;
    width: 100%;
}

.product_item:hover {
    color: #467F98;
}

.product_item .product_img {
    overflow: hidden;
}

.product_item .product_img img {
    width: 100%;
    transition: all .6s;
}

.product_item p {
    font-size: 18px;
    color: #404040;
    padding: 15px 50px 10px;
}

.product_item:hover p {
    color: #467F98;
}

.product_item:hover .product_img img {
    transform: scale(1.2);
    /*transition: all .8s;*/
}

.more {
    text-align: center;
}

.more_btn {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e6e6e6;
    color: #4f4f4f;
    padding-right: 20px;
    background: url("../images/more.png") no-repeat right 80px top 17px;
}

.product_con .news_link {
    height: 360px;
    background: url("../images/news_link.jpg") no-repeat center;
    background-size: cover;
    margin: 40px 0;
}

.product_con .news_link_con {
    float: right;
    text-align: center;
    color: #fff;
    margin: 50px 130px;
}

.product_con .news_link_con h4 {
    line-height: 26px;
}

.search_btn {
    width: 250px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #f4f4f4;
    margin: 30px 0;
    display: inline-block;
    height: 40px;
}

a.search_btn {
    color: #f4f4f4;
}

.other_product_item {
    text-align: center;
    margin: 0 30px 40px;
    padding: 40px 0;
    background: #fff;
}

.other_product_item a {
    color: #4f4f4f;
}

.other_product_item h3 {
    padding: 40px 0 30px;
    color: #8C6D23;
    background: url("../images/line_2.png") no-repeat top;
}

.new {
    background: url("../images/new.png") no-repeat center;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

/*product_view*/

.product_intro {
    background: #f0f0f0;
    padding-top: 30px;
}

.product_img {
    position: relative;
    padding: 0;
}

.product_img img {
    width: 100%;
}

.enlarge {
    display: inline-block;
    background: url("../images/enlarge.png") no-repeat center;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 20px;
    top: 8px;
    right: 10px;
}

.product_buy {
    padding: 0;
}

.buy_title {
    padding: 30px 0 50px 100px;
    background: #ACD1E2;
}

.buy_title h1 {
    max-width: 400px;
    line-height: 54px;
}

.buy_text {
    padding-left: 100px;
    margin: 30px 0;
}

.buy_describe {
    display: block;
    padding: 30px;
    background: url("../images/logo_y.png") no-repeat left;
}

.buy_text p {
    font-size: 18px;
    color: #404040;
}

.buy_link {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.buy_link a {
    color: #404040;
    position: relative;
    z-index: 999;
}

.buy_link .tmall {
    display: inline-block;
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    margin-right: 40px;
    color: #467F98;
}

a.customized_click {
    display: inline-block;
    width: 110px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #404040;
    padding-left: 10px;
    background: url("../images/masonry_cus.png") no-repeat left 10px center;
}

.buy_line {
    width: 110px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-bottom: 1px solid #6DA7BF;
    border-top: 1px solid #6DA7BF;
}

.product_detail {
    background: #f5f5f5;
    padding: 80px 0 50px 0;
}

.product_detail h3 {
    font-size: 28px;
    color: #404040;
    text-align: center;
}

.detail_table {
    width: 100%;
    color: #467F98;
    margin-bottom: 80px;
}

.detail_table tr {
    height: 70px;
}

.detail_table tr:nth-child(odd) {
    background: #fafafa;
}

.detail_table tr td:first-child {
    width: 30%;
    color: #404040;
    padding-left: 60px;
}

.detail_img {
    text-align: center;
}

.detail_img img {
    margin-bottom: 40px;
    width: 100%;
}

.maybe_like {
    background: #f0f0f0;
}

.like_title {
    margin-bottom: 40px;
}

.img_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.enlarge_img {
    width: 60%;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -30%;
    z-index: 999;
    display: none;
}

.enlarge_img img {
    width: 100%;
}

.close_img {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url("../images/close.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}

/*news*/

.news_bg {
    background-image: url("../images/news_t.jpg");
}

.news_con {
    background: #f5f5f5;
}

.news_headline {
    margin: 40px 0;
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.news_headline img {
    width: 100%;
    max-height: 414px;
}

.news_pagination {
    text-align: right;
    padding-right: 20px;
}

.news_pagination .swiper-pagination-bullet {
    background: #fff;
    height: 4px;
}

.news_headline .headline_item a {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 28px 50px 28px 0;
}

.headline_item .headline_time {
    color: #467F98;
    padding: 10px 0;
}

.headline_item .headline_title {
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headline_item .headline_text {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
    transition: all .6s;
}

.headline_item a:hover .headline_text {
    display: -webkit-box;
}

.headline_item a:hover .headline_title {
    color: #467F98;
}

.news_list {
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.news_list .data-item{
    min-height: 0;
    border: none;
}

.news_item {
    padding: 0 15px;
    margin-bottom: 60px;
}

.news_item li.data-item {
    padding: 25px 50px;
    border-bottom: 1px solid #EAEAEA;
}

.news_list .news_text h4 {
    color: #404040;
    line-height: 34px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_text p {
    font-size: 16px;
    color: #999999;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_time {
    color: #467F98;
    padding-right: 42px;
    text-align: center;
}

.news_list .news_day {
    font-size: 44px;
}

.news_time, .news_text {
    padding-top: 20px;
}

.news_item a:hover .news_text h4 {
    color: #467F98;
}

/*news_view*/

.news_view {
    background: #f5f5f5;
    padding: 40px 0;
}

.news_view_box {
    background: #fff;
}

.news_view_title {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #C1DEEB;
}

.news_view_t {
    width: 82%;
    padding: 20px 100px 30px 80px;
    background: #ACD1E2;
}

.news_view_t span {
    font-size: 16px;
    color: #404040;
}

.news_view_title .return {
    width: 18%;
    text-align: center;
}

.news_view_title .return a {
    display: block;
    color: #404040;
    padding-top: 20px;
    background: url("../images/retrun.png") no-repeat top;
}

.news_view_con {
    padding: 20px 0;
}

.news_view_con .con_img {
    text-align: center;
}

.news_view_con .con_img img {
    width: 50%;
    margin: 20px 0;
}

.news_view_con .con_img h6 {
    font-size: 18px;
    color: #404040;
}

.news_view_con p.first {
    color: #407A93;
}

.news_view_con p {
    max-width: 88%;
    margin: 20px auto;
    font-size: 16px;
    line-height: 28px;
}

/*store*/

.store_bg {
    background-image: url("../images/store_t.jpg");
}

.store_con {
    background: #F5F5F5;
    padding-bottom: 40px;
}

.store_list {
    margin-bottom: 30px;
}

a.store_item {
    display: block;
    line-height: 36px;
    background: #fff;
    padding: 60px 30px;
    margin-bottom: 40px;
    height: 442px;
}

.store_item h3 {
    color: #467F98;
    margin-bottom: 30px;
    min-height: 52px;
    font-size: 20px;
}

.store_item:hover .store_address {
    color: #467F98;
}

.store_c {
    display: block;
    padding-top: 10px;
}

.store_time {
    display: block;
    color: #999;
    font-size: 16px;
}

.store_address {
    font-size: 16px;
    color: #404040;
    min-height: 72px;
}

.store_phone {
    font-size: 16px;
    color: #404040;
}

.go_store {
    display: none;
    width: 50%;
    height: 30px;
    margin: 40px auto 20px;
    background: url("../images/store_more.png") no-repeat center;
}

/*customized*/

.customized_bg {
    background-image: url("../images/customized_t.jpg");
}

.customized_con {
    background: #f5f5f5;
    padding: 40px 0;
}

.customized_box {
    background: #fff;
}

.customized_img {
    width: 100%;
}

.customized_form {
    text-align: center;
}

.customized_form h2 {
    color: #815F0E;
    margin-top: 100px;
}

.customized_form p {
    font-size: 16px;
    color: #404040;
    margin: 15px 0 60px;
}

.customized_form input {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 50px;
    padding-left: 20px;
    border: none;
    outline: none;
    background: #f5f5f5;
}

.customized_form .btn_block {}

#myForm {
    position: relative;
}

.input_box {
    position: relative;
    padding-bottom: 24px;
    /*width: 400px;*/
    margin: 0 auto;
}

.customized_form label.error {
    position: absolute;
    left: 20%;
    bottom: 0;
    color: red;
}

.customized_form .btn_form {
    color: #fff;
    background: #404040;
    margin-top: 100px;
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
}

/*history*/

.history_bg {
    background-image: url("../images/history_t.jpg");
}

.history_con {
    padding: 100px 0;
}

.history_img {
    text-align: right;
    padding-right: 80px;
}

.history_img img {
    max-width: 410px;
    width: 100%;
}

.history_time {
    color: #836111;
}

.history_time span {
    font-size: 44px;
    padding-right: 10px;
}

.history_text {
    padding: 60px 80px 140px;
    position: relative;
    background: url("../images/line_2.png") repeat-y left;
}

.history_text p {
    font-size: 18px;
    color: #404040;
    line-height: 27px;
    max-width: 500px;
}

.history_first, .history_end {
    display: inline-block;
    width: 24px;
    height: 24px;
    background:#f4f4f4 url("../images/logo_y.png") no-repeat center;
    position: absolute;
    left: -12px;
    top: 0;
}

.history_end {
    top: auto;
    bottom: 0;
}

.history_item {
    overflow: hidden;
}

.history_item:last-child {
    margin-bottom: 50px;
}

.history_item:last-child .history_text {
    padding-bottom: 100px;
}

/*about*/

.about_bg {
    background: url(../images/about_t.jpg);
}

.member_con {
    min-height: 246px;
}

.options::-webkit-scrollbar {
    width: 3px;
}

.options::-webkit-scrollbar-thumb {
    background: #EAEAEA;
}

.options::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}

/*select_box*/

.select_box {
    width: 400px;
    min-height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    background: #fff;
    user-select: none;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    text-align: left;
}

.select_on {
    border: 1px solid #404040;
}

.select {
    color: #757575;
    background: #f5f5f5 url("../images/more.png") no-repeat right 10px center;
    padding-left: 20px;
    position: relative;
    z-index: 98;
}

.options {
    display: none;
    /*position: absolute;*/
    background: #fff;
    max-height: 200px;
    position: relative;
    z-index: 99;
    overflow: auto;
}

.options ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.options li {
    padding: 10px 10px 6px 20px;
    cursor: pointer;
}

.options li:hover {
    background: #404040;
}

.options li:hover h5, .options li:hover p {
    color: #fff;
}

.options h5 {
    margin: 0;
    color: #404040;
}

.options p {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    color: #999;
    padding: 4px 0;
}

.select h5, .select p {
    margin: 0;
    max-width: 90%;
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select h5 {
    color: #404040;
}

.filter_btn_box {
    display: none;
}

.filter_click a {
    display: none;
}

/* @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -70%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
   @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 70%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
   @keyframes fadeOutDown {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, -50%, 0);
    }
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, 50%, 0);
    }
  } */

/* .animate1_in .banner_con h2:nth-child(1),.animate1_in .banner_con p{
    animation: fadeInDown 1s 0.3s forwards;
  } 
  .animate1_in .banner_con h2:nth-child(2){
    animation: fadeInUp 1s 0.3s forwards;
  } 
  .animate1_in .banner_con .banner_bg_box{
    animation: fadeInUp 1s 0.5s forwards;
  }
  
  .animate1_out .banner_con h2:nth-child(1),.animate1_out .banner_con p{
    animation: fadeOutUp 0.4s forwards;
  }
  .animate1_out .banner_con h2:nth-child(2),.animate1_out .banner_con .banner_bg_box{
    animation: fadeOutDown 0.4s forwards;
  }  */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }
}

.animate1_in .banner_con h2:nth-child(1), .animate1_in .banner_con p {
    animation: fadeInLeft 1.5s 0.3s forwards;
}

.animate1_in .banner_con h2:nth-child(2) {
    animation: fadeInRight 1.5s 0.3s forwards;
}

.animate1_in .banner_con .banner_bg_box {
    animation: fadeInRight 1.5s 0.3s forwards;
}

.animate1_out .banner_con h2:nth-child(1), .animate1_out .banner_con p {
    animation: fadeOutRight 0.4s forwards;
}

.animate1_out .banner_con h2:nth-child(2), .animate1_out .banner_con .banner_bg_box {
    animation: fadeOutLeft 0.4s forwards;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
    50% {
        transform: scale3d(0.92, 0.92, 0.92);
    }
    to {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

.pulse {
    animation: pulse 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale3d(0.9, 0.9, 0.9);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.animate1_in .img_an2 {
    animation: fadeIn 2.5s 0.5s forwards;
}

@keyframes fadeInDeg {
    from {
        opacity: 0;
        transform: translate3d(-6%, -6%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate1_in .img_an1 {
    animation: fadeInDeg 2.5s forwards;
}

@keyframes pulsebg {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.animate1_in .img_bg {
    animation: pulsebg 5s 1s forwards;
}


/* 声明 */
.statement{
    width: 480px;
    height: 270px;
    border-top: 2px solid #BAF2FF;
    background: #EFFAFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.statementFirst{
    display: block;
    animation: statementShow 1.5s ease-out forwards;
}
.statement h4{
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    margin: 36px 0 28px 0;
}
.statement p{
    font-size: 12px;
    color: #4A4A4A;
    text-align: justify;
    line-height: 22px;
    margin: 0 50px;
}
.statement .paper{
    text-align: right;
    font-size: 12px;
    color: #404040;
    margin: 0 50px;
}
.statement .close_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #4a4a4a;
    font-size: 18px;
    z-index: 99;
}
/* .statement_con{
    position: absolute;
} */
@keyframes statementShow {
    0% {
        left: -480px;
    }
    100% {
        left: 0;
    }
}
@keyframes statementHide {
    0% {
        left: 0;
    }
    100% {
        left: -480px;
    }
}
.statementHide{
    animation: statementHide .5s ease-out forwards;
}
.maintain .arrow{
    stroke: #ABABAB;
}
.maintain .circle2 {
    stroke: #ABABAB;
    fill:rgba(255, 255, 255, 0.16);
}

@keyframes fadeInUpSmall {
    0% {
        transform: translate3d(0, 10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.fadeInUpSmall {
    animation: fadeInUpSmall 1.5s forwards;
}
.member_container{
    width: 1200px;
}
.join_us{
    background: #F5F8FA;
}
.join_us h3,.join_info h3{
    font-size: 22px;
    text-align: center;
    color: #467F98;
    background: #F5F8FA;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.join_info h3{
    margin-bottom: 0;
}
.join_us .join_text{
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.join_text .email{
    color: #467F98;
    text-decoration: underline;
    cursor: text;
}
.join_us .join_text p{
    color: #454545;
    padding: 0 30px;
    font-size: 14px;
    letter-spacing: -0.34px;
    margin: 0;
    line-height: 2.3;
}
.join_us .join_text h4{
    font-size: 16px;
    color: #467F98;
    margin: 20px 0;
}
.join_info .col-md-3{
    padding: 0;
}
.join_info .info_con{
    background: #fff;
    padding: 20px;
    margin: 10px;
}
.join_info .info_con h4{
    font-size: 16px;
    color: #467F98;
    letter-spacing: -0.38px;
}
.join_info .info_con p{
    font-size: 14px;
    color: #454545;
    letter-spacing: -0.34px;
    line-height: 24px;
    padding-left: 24px;
    background: url(../images/address.png) no-repeat left;
    background-size: 18px;
}