.header, .header .logo {
    overflow: hidden;
}

.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    margin: 5px auto 0px;
}

.Tcs p {
    line-height: 30px;
}

.bottom {
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    z-index: 555;
    display: none;
    padding: 5px 0;
}

.bottom li {
    float: left;
    width: 20%;
    text-align: center;
}

.bottom li a {
    color: #000;
}

.bottom .dhzx, .bottom .wxs {
    width: 38%;
    background: none;
    border-radius: 20px;
    line-height: 40px;
    margin: 0 1%;
    background: #06c;
    border: 1px solid #06c;
    box-sizing: border-box;
    color: #fff;
}

.bottom .wxs {
    background: none;
}

.bottom .dhzx a, .bottom .wxs a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.bottom .wxs a {
    color: #06c;
}

.bottom li img {
    display: block;
    margin: auto;
    height: 20px;
}

.bottom .dhzx img, .bottom .wxs img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.max_banner {
    display: none;
}

.max_banner img {
    width: 100%;
    display: block;
}

.navs {
    display: none;
    width: 10%;
    position: absolute;
    right: 4%;
    top: 55px;
    border: 1px solid #06c;
    padding: 8px 2% 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 36px;
}

.navs b {
    margin-bottom: 8px;
    display: block;
    height: 2px;
    width: 100%;
    position: relative;
    background: #06c
}

.navs b:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;
    background: #06c
}

.navs b:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;
    background: #06c
}

.kw .fl a {
    color: #000;
}

.main_nav2 li {
    float: none;
}

@media only screen and (max-width: 768px) {
    .container, .containers {
        width: 96%;
    }
    body {
        padding-bottom: 54px;
    }
    .bottom {
        display: block;
    }
    .header_top .container {
        overflow: hidden;
        height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .logo {
        display: flex;
        align-items: center;
        width: 80%;
        height: 80px;
        float: left;
        margin: 0 0 0 2%;
    }
    .logo_fr {
        display: none;
    }
    .navs {
        display: block;
        z-index: 1;
    }
    .nav_button {
        position: absolute;
        top: 10px;
        right: 53%;
        width: 30px;
        height: 30px;
        background: url(../image/close.png) no-repeat;
        display: block;
    }
    .navbox {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }
    .navbox .nav {
        width: 50%;
        height: 100%;
        background: #06c;
        box-sizing: border-box;
        float: right;
    }
    .navbox li, .nav li:first-child {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        box-sizing: border-box;
    }
    .navbox li a {
        display: block;
        padding: 0;
        line-height: 55px;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }
    .navbox li:hover .nav_ul {
        display: none;
    }
    .navbox li:before {
        display: none;
    }
    .banner, .search {
        display: none;
    }
    .max_banner {
        display: block;
    }
    .kw {
        line-height: 50px;
    }
    .kw .fl {
        width: 100%;
        height: 50px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
    }
    .title h2 {
        font-size: 22px;
        line-height: 40px;
        padding: 0px 10px;
    }
    .title:before {
        top: 20px;
    }
    .title h2:before, .title h2:after {
        top: 20px;
    }
    .one {
        padding-bottom: 0px;
    }
    .one:after {
        display: none;
    }
    .ones {
        margin-top: 20px;
    }
    .one_nav li {
        width: 33.3%;
        box-sizing: border-box;
        line-height: 40px;
        border-bottom: 1px solid #dfdfdf;
    }
    .one_nav li:nth-child(3n) {
        border-right: none;
    }
    .one_nav li a {
        font-size: 14px;
    }
    .one_ul {
        padding: 2%;
    }
    .one_ul li {
        width: 49%;
        margin-right: 0;
    }
    .one_ul li:nth-child(2n) {
        float: right;
    }
    .one_ul li img {
        width: 100%;
        height: 117px;
    }
    .one_ul li h3 {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }
    .two {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .two .bd li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .two .bd img {
        height: 311px;
    }
    .two .bd h3 {
        top: initial;
        bottom: 0px;
    }
    .five {
        margin-top: 30px;
    }
    .five .bd {
        margin-top: 30px;
    }
    .five li {
        width: 49%;
        margin: 0;
        padding: 2%;
        border-top: 3px solid #0066cb;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .five li:nth-child(2n) {
        float: right;
    }
    .five li h3 {
        font-size: 15px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .five li:after {
        background-size: 100% 100%;
    }
    .six {
        margin-top: 10px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .six li {
        width: 100%;
        margin: 0;
    }
    .six li img {
        height: 239px;
    }
    .sever {
        padding: 30px 0;
    }
    .sever .container {
        margin-top: 30px;
        padding: 2%;
    }
    .sever .fl {
        width: 100%;
        padding: 2%;
        height: auto;
        box-sizing: border-box;
        float: none;
    }
    .sever .fr {
        width: 100%;
    }
    .six.sixs {
        margin-top: 30px;
    }
    .nine {
        margin-top: 20px;
    }
    .nine .nine_ul:nth-child(2) {
        margin: 0;
        margin-bottom: 20px;
    }
    .nine_ul {
        padding: 2%;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .nine_ul li a {
        width: 60%;
    }
    .ten {
        margin-top: 0px;
    }
    .footer table td {
        display: block;
    }
    .interlink__inner {
        width: 96%;
    }
    .interlink__list {
        width: 100%;
        float: none;
    }
    
    .three {
        padding: 30px 0;
    }
    .title span {
        font-size: 16px;
        line-height: 30px;
    }
    .three .container {
        padding: 0px 0;
    }
    .three li:first-child, .three li:first-child img {
        display: none;
    }
    .three ul {
        margin: 0px auto 0;
        width: 100%;
        height: auto;
    }
    .three li {
        width: 100%;
        line-height: 40px;
        height: 40px;
        position: initial;
        font-size: 14px;
        color: #000;
    }
    .eleven .container {
        margin-top: 30px;
    }
    .eleven li {
        margin-bottom: 30px;
    }
    .footer_nav .container {
        width: 100%;
    }
    .footer_nav li {
        border-left: 2px solid rgba(238, 238, 238, 0.2);
        width: 33.3%;
        border-bottom: 2px solid rgba(238, 238, 238, 0.2);
        box-sizing: border-box;
    }
    .footer_nav li a {
        padding: 0;
    }
    .footers {
        width: 100%;
        padding: 2%;
        margin: 0px auto 0;
    }
    .footers .fl {
        width: 100%;
    }
    .footers ul {
        width: 25%;
    }
    .main_nav {
        width: 100%;
        float: none;
    }
    a.nav_a h2 {
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    ul.main_ul {
        overflow: hidden;
    }
    .main_ul li {
        width: 49%;
        float: left;
    }
    .main_ul li:nth-child(2n) {
        float: right;
    }
    .main_ul li:hover .main_li {
        display: none
    }
    .main_nav .text h2, a.nav_a h2 {
        font-size: 18px;
    }
    .main_nav3 li {
        width: 49%;
        margin: 0 0px;
    }
    .main_nav3 li:nth-child(2n) {
        float: right;
    }
    .main_nav3 li img {
        width: 100%;
        height: 126px;
    }
    .prduct_ul {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .prduct_ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .prduct_ul li:nth-child(2n) {
        float: right;
    }
    .prduct_ul li img {
        width: 100%;
        height: 121px;
    }
    div#preview {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .product_item .fl {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: none;
    }
    .product_item .bd, .product_item .bd img {
        width: 100%;
        height: auto;
    }
    .product_text {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 10px;
    }
    .product_text h3 {
        font-size: 18px;
        margin-bottom: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .product_text p {
        margin-bottom: 15px;
    }
    .product_text .more, .product_text .link {
        width: 49.3%;
        font-size: 15px;
        position: initial;
        display: inline-block;
        box-sizing: border-box;
    }
    .product_content {
        margin-top: 0;
    }
    .product_content_text h2 {
        font-size: 18px;
        margin-top: 10px;
        font-weight: bold;
        color: #06c;
    }
    ul.relate_pr li img {
        height: 65px !important;
    }
    .article {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .article li {
        width: 100%;
        height: auto;
        margin: 0 auto 10px;
        padding: 0;
        padding-bottom: 10px;
    }
    .article li img {
        width: 100%;
        height: auto;
        padding: 3px;
        margin-right: 0;
        float: none;
        padding: 0;
    }
    .article li .fr {
        width: 100%;
        float: none;
    }
    .article li h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .article .pading span, .article .pading a {
        margin: 0px 2px !important;
        padding: 0px 8px;
    }
    .Article_content {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .Article_text {
        font-size: 18px;
    }
    .main_top {
        overflow: hidden;
    }
    .main_next .prevrecord, .main_next .nextrecord, .main_next {
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: none;
        margin-top: 0;
    }
    .page_c {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    div#preview img {
        height: auto;
        display: block;
    }
}
