body,html{
  background: #f5f5f5;
}

.about-section1 {
  background-image: url(../images/cp-ban.jpg);
}

.goods_body {
    padding: .5rem 0 .5rem
}
.goods_nav_xs {
    /* display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */
    display:block;
overflow: hidden;
    padding: 0 .2rem;
    padding-bottom: .4rem;

}


.goods_nav_xs .on {
    color: #0058b2
}

.goods_nav_xs .on::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #0058b2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 0
}
.good-info {
    width: 100%;
   
    margin-left: auto;
    margin-right: auto;
    
}

.good-info .bd img{max-width: 100%;}

@media (max-width:980px) {
    .goods_nav_xs a {
        text-align: center;
        position: relative;
        width:46%;
        margin: 0 1%;
        padding: .14rem 0;
        float: left;
        border-bottom: 1px solid #ededed
    }
}
@media (max-width:720px) {
    .goods_nav_xs a {
        font-size: 16px;
        display: block;
        padding: .14rem 0;
        /* min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1; */
        text-align: center;
        position: relative;
        width: 96%;
        margin: 0 1%;
        border-bottom: 1px solid #ededed
    
    }
    
}
@media (max-width:768px) {
    .goods_body {
        padding: .8rem 0 1.5rem
    }
}

@media (min-width:992px) {
    .goods_body {
        display: flex
    }

    .goods_body .goods_menu {
        width: 3rem;
        margin-right: .4rem
    }

    .goods_body .goods_main {
        flex: 1
    }
}
.goods_menu h2 {
    height: 1.2rem;
    line-height: 1.2rem;
    background: url('../images/mbg1.jpg') no-repeat center center;
    background-size: cover;
    font-size: .3rem;
    color: #fff;
    text-align: center
}

@media (max-width:768px) {
    .goods_menu h2 {
        font-size: 20px
    }
}
.goods_menu .info {
    background-color: #f8f8f8;
    padding: .1rem .2rem .2rem
}
.goods_menu .info dl{overflow: hidden;padding: 0;}
.goods_menu .info dl>dd>a{line-height: 30px; font-size: 14px;  line-height: 40px;border-top: 1px solid #ededed; color: #333;}
.goods_menu .info a {
    display: block;
    /* height: 60px; */
    line-height: 60px;
    border-top: 1px solid #ededed;
    font-size: 16px;
    position: relative;
    color: #46cbcf;
   
}

@media (max-width:1200px) {
    .goods_menu .info a {
        height: 50px;
        line-height: 50px
    }
}

.goods_menu .info a:first-child {
    border-top: none
}

.goods_menu .info a:hover {
    color: #46cbcf
}

.goods_menu .info a .icon-r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80%
}

.goods_menu .info .on {
    color: #46cbcf
}

.goods_menu .site {
    background: url('../images/mbg2.jpg') no-repeat center center;
    background-size: cover;
    padding: .36rem .22rem .7rem;
    color: #fff;
    line-height: 30px
}

.goods_menu .site p {
    position: relative;
    padding-left: 40px
}

.goods_menu .site p em {
    position: absolute;
    left: 0;
    top: 0
}


.goods_list {
    margin-left: -0.12rem !important;
    margin-right: -0.12rem !important;
    padding-bottom: .6rem
}

.goods_list>* {
    padding-left: .12rem !important;
    padding-right: .12rem !important;
    margin-bottom: .24rem
}
.goods_item {
    background-color: #f8f8f8;
    text-align: center;
    padding: .2rem .2rem .4rem
}

.goods_item:hover {
    background-color: #e9edf3
}

.goods_item:hover .more {
    background-color: #46cbcf;
    color: #fff
}

.goods_item .tit {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: .16rem;
    margin: .26rem 0 .24rem
}

.goods_item .tit:hover {
    color: #46cbcf
}

@media (max-width:768px) {
    .goods_item .tit {
        font-size: 18px
    }
}

@media (max-width:640px) {
    .goods_item .tit {
        font-size: 16px
    }
}

.goods_item .more {
    color: #46cbcf;
    display: block;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 120px
}

.coverbox {
    position: relative;
    display: block;
    overflow: hidden
}

.coverbox .coverimg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    transition: transform .6s ease 0s
}

.coverbox .coverimg.cover {
    background-size: cover
}

.coverbox ._bg {
    width: 100%;
    visibility: hidden;
    display: block
}

@media (min-width:993px) {
    .coverbox.scale:hover .cover-tip {
        opacity: 1;
        filter: alpha(opacity=1)
    }

    .coverbox.scale:hover .coverimg {
        transform: scale(1.05, 1.05)
    }

    .coverbox.scale:hover .icon-bofang1 {
        font-size: .6rem
    }
}

.cover-tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    z-index: 55
}

.cover-tip .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.cover-tip .bgbox.blue {
    background-color: rgba(0, 161, 230, 0.8)
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff
}

.cover-tip .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all .6s ease 0s
}

.cover-tip .linet {
    top: 0
}

.cover-tip .lineb {
    bottom: 0
}

.cover-tip:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: .6;
    filter: alpha(opacity=60)
}



.rc-box4 {
    
    padding: .95rem 0 1.36rem
}

.rc-box4 .vhd_tc {
    margin-bottom: .8rem
}

.rc-box4 form .item {
    margin-bottom: 30px
}

.rc-box4 form .tit {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 16px
}

.rc-box4 form .tit em {
    color: #074d93;
    padding-left: 5px
}

.rc-box4 form input,
.rc-box4 form textarea {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    width: 100%;
    padding: 20px 14px;
    display: block;
    font-size: 16px
}

.rc-box4 form input:focus,
.rc-box4 form textarea:focus {
    background: #fff
}

.rc-box4 form textarea {
    height: 2.8rem
}

.rc-box4 form .submit {
    display: block;
    margin: .5rem auto 0
}

@media (max-width:640px) {
    .rc-box4 form .tit {
        margin-bottom: 10px
    }
}

.layer-video {
    overflow: visible !important
}


@media (min-width: 992px) {
    .good-type .inner {
        width: 56%;
        padding-right: 5%;
    }

    .good-type .coverimg {
        width: 44%;
    }
}


/* 增值服务 */
.products_server_r{padding:40px 0; background: #fff;}
.products_server_r .title{line-height:45px;font-size: 30px;color: #46cbcf;margin-bottom:30px; padding-bottom: 20px; border-bottom: 1px solid #d9d9d9; }
.products_server_r table{ line-height: 65px; background: #f7f7f7;}
.products_server_r table tr:nth-child(2n){ background: #ffffff;}
.products_server_r table tr td{ padding-left: 30px;}
.products_server_r table p{ position: relative; padding-left: 20px;font-size: 18px;}
.products_server_r table p:before{ position:absolute; left:0; bottom:28px; content:""; height:8px; width: 8px; border-radius: 100%;background:linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));}
.products_server_r .desc{line-height:45px;font-size: 18px;color: #666; margin-top:20px; }


