﻿/* css 初始化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background: #fff;
    color: #555;
    font-size: 12px;
    font-family: 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    transition: all 0.5s ease;
}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
strong{ font-weight:bold;}
address, caption, cite, code, dfn, em,th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
	color:#39599d;
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 12px 微软雅黑, Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*div宽度 把整个网页平分成12份 col 12 代表所占据的宽度*/
.col12 {
    width: 100%
}

.col11 {
    width: 91.66666667%
}

.col10 {
    width: 83.33333333%
}

.col9 {
    width: 75%
}

.col8 {
    width: 66.66666667%
}

.col7 {
    width: 58.33333333%
}

.col6 {
    width: 50% !important;
}

.col5 {
    width: 41.66666667% !important;
}

.col4 {
    width: 33.33333333%
}

.col3 {
    width: 25%
}

.col2 {
    width: 16.66666667%
}

.col1 {
    width: 8.33333333%
}

/*服务模块*/
.w1col3 {
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px #f0f0f0;
}

.w1col3:nth-child(3n+1) {
    margin-left: 0;
}

.w1col3 img {
    width: 100%;
}

.sever_p {
    margin-top: -5px;
    min-height: 150px;
    width: 90%;
    padding: 0 5%;
    background-color: #f0f0f0;
}

.content .sever_p h1 {
    color: #555;
    width: 100%;
    font-size: 22px;
    text-align: center;
}

.sever_p p {
    width: 100%;
}

/*在线申请样式*/
.apply_from input, .apply_from select, .apply_from img {
    width: calc(100% - 20px);
    height: 40px;
    margin: 10px 0;
    border: 1px solid #e8e8e8;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    color: #888;
    border-radius: 6px;
}

.apply_from input::-webkit-input-placeholder {
    line-height: 40px !important;
}

.apply_from input::-moz-placeholder {
    line-height: 40px !important;
}

.apply_from img {
    padding: 0;
    width: auto !important;
    margin-left: 20px;
}

.apply_from input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 10px 0;
    padding: 0;
}

.apply_from .file {
    cursor: pointer;
    margin: 10px 0;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #aaa;
    border-radius: 5px;
    position: relative;
    background: #f7f7f7 url("../images/apply_3.png") 0 0 no-repeat;
}

.apply_from .file input[type=file] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eee;
    border: 1px solid #aaa;
    border-radius: 5px;
    opacity: 0;
}

.apply_from span {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    height: 20px;
    margin: 10px 0;
}

.apply_from span a {
    color: #4b0080;
    font-weight: bold;
}

.apply_from span a:hover {
    color: #5b118f;
    font-weight: bold;
}

.apply_from input[type=button], .apply_from input[type=submit] {
    cursor: pointer;
    background: #4b0080;
    color: white;
}

.apply_from input[type=submit] {
    display: block;
    width: 120px;
    margin: 20px auto;
}

.apply_from input[type=button]:hover, .apply_from input[type=submit]:hover {
    background: #5b118f;
    color: #eee;
}

/*下载页面*/
.down {
    background: white;
    position: relative;
    height: 380px;
}

.down .down_btn {
    position: absolute;
    bottom: 20px;
    width: 90%;
}

.down a {
    text-align: center;
    display: block;
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4b0080;
    border-radius: 5px;
    font-size: 18px;
    background: white;
    transition: all 0.5s ease;
    position: relative;
    z-index: 10;
}

.down a span {
    color: #4b0080;
    margin-left: 10px;
}

.down .android {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 24px;
    width: 19px;
    background: url("../images/and_ios.png") 0 0 no-repeat;
    background-size: cover;

}

.down .ios {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 24px;
    width: 21px;
    background: url("../images/and_ios.png") -19px 0 no-repeat;
    background-size: cover;
}

.down .down_btn ul {
    display: none;
    position: absolute;
    bottom: 50px;
    z-index: 5;
}

.down .down_btn ul:last-child {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.down .down_btn ul a {
    margin: -5px -1px;
}

.down .down_btn ul a:hover {
    color: white;
}

.down a:hover {
    background: #4b0080;
}

.down a:hover span {
    color: white;
}

.down a:hover .android {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 24px;
    width: 19px;
    background: url("../images/and_ios2.png") 0 0 no-repeat;
    background-size: cover;
}

.down a:hover .ios {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 24px;
    width: 21px;
    background: url("../images/and_ios2.png") -19px 0 no-repeat;
    background-size: cover;
}

.down_table, .down_table tbody {
    width: 100% !important;
    display: none;
}

.content .down_table table a {
    display: inline;
    border: none;
}

.content .down_table table th, .content .down_table table td {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    width: 25%;
    border: none;
}

.content .down_table table th:before, .content .down_table table td:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    border: 1px solid #4b0080;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content .down_table table td a {
    padding: 3px 10px;
    background: #4b0080;
    color: white;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    width: 25%;
    border-radius: 4px;
}

.content .down_table table td a:hover {
    background: white;
    color: #4b0080;
    border: 1px solid #4b0080;
}

.content .down_table table th:first-child, .content .down_table table td:first-child {
    width: 50%;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mt140 {
    margin-top: 140px;
}

.mt160 {
    margin-top: 160px;
}

.mt180 {
    margin-top: 180px;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.h_auto {
    height: auto !important;
}

.text_center {
    text-align: center !important;
}

/*header占位*/
.head_zw {
    height: 60px;
}

/*头部导航样式*/
header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    z-index: 99;
}

header .header_top {
    width: 1140px;
    position: relative;
    margin: 0 auto;
}

header .header_top img {
    position: absolute;
    left: 0;
    top: 14px;
    width: 113px;
    height: 32px;
}

nav ul {
    position: absolute;
    right: 0;
    top: 0;
}

nav li {
    float: left;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #555;
    padding-left: 40px;
}

nav li a {
    color: #555;
}

nav li a:hover {
    color: #f49c09;
}

nav .active a {
    color: #000;
}

header .btn_open {
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    font-size: 25px;
    line-height: 25px;
    right: 0;
    top: 10px;
    padding: 6px 6px;
    border: 1px solid #999;
    border-radius: 5px;
}

header .btn_open img {
    height: 25px;
    width: 25px;
    position: absolute;
    left: 6px;
    top: 6px;
}

header .taste {
    width: 300px;
    height: 270px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url("../images/teste.png") no-repeat;
    text-align: center;
    padding-top: 50px;
    display: none;
}

/*二级导航*/
.nav2 {
    height: 60px;
    background: #fff;
}

.nav2 ul {
    margin: 0 auto;
}

.nav2 li {
    float: left;
    display: block;
    line-height: 60px;
    font-size: 18px;
    margin-right: 50px;
}

.nav2 .active {
    border-bottom: 2px solid #4b0080;
}

/*banner样式*/
.banner {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

/*主体部分*/
article {
    margin-top: 5px;
}

article section:nth-child(odd) {
    background: #fff;
}

article section:nth-child(even) {
    background: #f0f0f0;
}

article .content {
    height: 640px;
    margin: 0 auto;
}

.content h1 {
    color: #4b0080;
    font-size: 34px;
    line-height: 48px;
}

.content h2 {
    color: #4b0080;
    font-size: 22px;
    line-height: 42px;

}

.content p {
    color: #555;
    font-size: 12px;
    line-height: 30px;

}

.content .fl_left p, .content .fl_left h1, .content .fl_left h2 {
    text-align: left;
}

.content .fl_right h1, .content .fl_right h2 {
    text-align: right;
}
.content .fl_right p{
    text-align: left;
}

    /*页脚样式*/

footer {
    width: 100%;
    height: 400px;
    background: #194a9e;
}

footer .foot_con {
    width: 1140px;
    height: 310px;
    position: relative;
    margin: 0 auto;
}

footer .foot_con ul {
    float: left;
    width: 130px;
    margin-right: 40px;
    margin-top: 40px;
}

footer .foot_con li {
    height: 32px;
    line-height: 32px; 
}

footer .foot_con li a {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #999;
}

footer .foot_con li a:hover {
    color: #bbb;
}

footer .foot_con li:first-child {
    color: white;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
}

footer .foot_con:after {
    display: block;
    content: "";
    background: #5C5C5C;
    height: 220px;
    width: 1px;
    position: absolute;
    right: 275px;
    top: 50px;
}

footer .wx_ewm {
    width: 188px;
    height: 240px;
    float: right;
    margin-top: 56px;
    color: white;
    text-align: center;
}

footer .wx_ewm img {
    width: 100%;
    height: auto;
}

footer .wx_ewm span {
    font-size: 14px;
    line-height: 30px;
}

footer .foot_bt {
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight:bold;
    text-align: center;
}

/*客服以及回到顶部*/
.service {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.service li img, .service li {
    text-align: center;
    line-height: 30px;
    width: 80px;
}

#goTop {
    display: none;
}

/*背景阴影*/
.back_shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 50;
    display: none;
}

/*产品表格*/
.content table {
    width: 100%;
}
.content table.bordershow{
    background: white;
    border: 1px solid #ddd;
}

.content table th {
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #555;
    height: 50px;
    background: #ddd;
}

.content table td {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

/*加盟的联系表单*/
.phone_content {
    width: 290px;
    height: 600px;
    background: url("../images/join_2_2.png") no-repeat;
    position: relative;
}

.phone_content h1 {
    text-align: center !important;
    font-size: 18px;
    line-height: 42px;
    color: #888;
    margin-top: 15px;
}

.phone_content form {
    width: 230px;
    height: 440px;
    position: absolute;
    top: 82px;
    left: 26px;
}

.phone_content form input, .phone_content form textarea {
    border: none;
    outline: none;
    width: 200px;
    max-width: 200px;
    margin: 10px 0;
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    color: #888;
}

.phone_content form textarea {
    height: 90px;
    max-height: 90px;
}

.phone_content form input[type=submit] {
    position: relative;
    left: 50%;
    margin-left: -42px;
    width: 84px;
    margin-top: 10px;
    cursor: pointer;
    background-color: #4b0080;
    color: white;
}

.phone_content form input[type=submit]:hover {
    background-color: #5b118f;
    color: #eee;
}

/*black page 文字样式*/
.black_page {
    padding: 50px 0;
}

.black_page h1 {
    color: #555;
    font-size: 24px;
}

.black_page .inner {
    padding: 15px 48px 20px 48px;
}

.black_page .inner h2 {
    color: #434343;
    font-size: 18px;
}

.black_page h2 {
    color: #434343;
    font-size: 18px;
}

.black_page .inner p {
    margin-bottom: 20px;
    color: #888;
    font-size: 16px;
}

.black_page p {
    margin-bottom: 20px;
    color: #888;
    font-size: 14px;
}

.black_page .inner p span {
    display: inline-block;
    width: 60%;
    text-align: right;
}

.black_page .inner p input {
    display: inline-block;
    width: 35%;
    text-align: left;
}

.black_page .inner p input[type=button] {
    text-align: center;
    border: none;
    background: #4b0080;
    color: white;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}

.black_page .inner p input[type=button]:hover {

    background: #5b118f;
    color: #eee;
}

/*时间轴*/
.bg_time {
    position: relative;
    margin-bottom: 30px !important;
    background: url("../images/time_top.png") center repeat-y;
}

.bg_time:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0;
    background: url("../images/time_bottom.png") center no-repeat;
}

.time_left {
    position: relative;
    width: 50%;
}

.time_left .con {
    margin-right: 8.3333333%;
    height: 140px;
}

.time_right {
    position: relative;
    width: 50%;
    left: 50%;
}

.time_right .con {
    margin-left: 8.3333333%;
    height: 140px;

}

/*大屏设备 */
@media screen and (min-width: 1140px) {
    header .btn_open {
        display: none;
    }

    .nav2 ul {
        width: 1140px;
    }

    article section {
        height: 640px;
    }

    .content {
        width: 1140px;
    }

    .prod2_mt {
        margin-top: 96px;
    }
}

/*pc端 900-1139样式 900-1139*/
@media screen and (min-width: 900px) and (max-width: 1139px) {
    header .btn_open {
        display: none;
    }

    .nav2 ul {
        width: 900px;
    }

    header .header_top {
        width: 900px;
        max-width: 900px;
    }

    article section {
        height: 600px;
    }

    article .content {
        width: 900px;
        height: 600px;
    }

  

    .sever_p {
        min-height: 180px;
    }

    footer .foot_con {
        width: 900px;
    }

    footer .foot_con ul {
        margin-right: 0;
    }

    footer .foot_con:after {
        right: 235px;
        height: 200px;
    }

    footer .wx_ewm {
        width: 170px;
    }

    .prod2_mt {
        margin-top: 152px;
    }

    .down {
        height: 430px;
    }
}

/*pad | 小屏设备 样式 760-899*/

@media screen and (min-width: 760px) and (max-width: 899px) {
    header .btn_open {
        display: none;
    }

    #tasteShow {
        display: none;
    }

    .nav2 ul {
        width: 760px;
    }

    header .header_top {
        width: 760px;
        max-width: 760px;
    }

    article section {
        height: 460px;
    }

    .content {
        width: 760px;
    }

    .content h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .content h2 {
        font-size: 18px;
        line-height: 36px;
    }

    .content p {
        font-size: 14px;
        line-height: 28px;

    }



    .sever_p {
        min-height: 155px;
    }

    footer .foot_con {
        width: 760px;
        height: 300px;
    }

    footer .foot_con ul {
        margin-right: 0;
        width: 110px;
    }

    footer .foot_con:after {
        right: 210px;
        height: 200px;
    }

    footer .wx_ewm {
        width: 150px;
    }

    footer .wx_ewm span {
        font-size: 12px;
    }

    footer .foot_con li:first-child {
        font-size: 16px;
        line-height: 32px;
        height: 32px;
    }

    footer .foot_con li a {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        color: #999;
    }

    .mt20 {
        margin-top: 10px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mt60 {
        margin-top: 30px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .mt100 {
        margin-top: 50px;
    }

    .mt120 {
        margin-top: 60px;
    }

    .mt140 {
        margin-top: 70px;
    }

    .mt160 {
        margin-top: 80px;
    }

    .mt180 {
        margin-top: 90px;
    }

    .prod2_mt {
        margin-top: 82px;
    }

    .down {
        height: 430px;
    }
}

/*手机设备 样式*/
@media screen and (min-width: 600px) and (max-width: 759px) {
    header {
        padding: 0 8px;
    }

    #tasteShow {
        display: none;
    }

    header .header_top {
        width: 100%;
    }

    header .btn_open {
        right: 18px;
    }

    nav ul {
        display: none;
        left: -8px;
        top: 60px;
        width: 120%;
        background-color: #fafafa;
        overflow-x: hidden;
        overflow-y: scroll;

    }

    nav li:first-child {
        border-top: 2px solid #eee;
    }

    nav li {
        display: block;
        width: 100%;
        padding-left: 10px;
        border-bottom: 1px solid #eee;
    }

    nav li a {
        padding-right: 90%;
    }

    .nav2 {
        padding: 0 8px;
    }

    .nav2 li {
        margin-right: 30px;
    }

    article section {
        height: 460px;
    }

    article section {
        padding-top: 1px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    article .content {
        padding: 0 8px;
        height: 640px;
        margin: 0 auto;
    }

    footer .foot_con {
        padding: 10px 8px;
        width: 100%;
        height: auto;
    }

    footer .foot_con ul {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    footer .foot_con li {
        text-align: center;
    }

    footer .foot_con:after {
        display: none;
    }

    footer .foot_bt {
        height: auto;
        line-height: 30px;
    }

    footer .wx_ewm {
        float: none;
        margin: 20px auto 0 auto;
    }

    .content {
        width: 100%;
    }

    .content h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .content h2 {
        font-size: 18px;
        line-height: 36px;
    }

    .content p {
        font-size: 14px;
        line-height: 28px;

    }

 
    .w1col3 {
        width: 45%;
        float: left;
        margin: 20px 0 20px 10%;
        box-shadow: 0 0 0 1px #f0f0f0;
    }

    .w1col3:nth-child(3n+1) {
        margin: 20px 0 20px 10%;
    }

    .w1col3:nth-child(2n+1) {
        margin: 20px 0 20px 0;
    }

    .w1col3 img {
        width: 100%;
        margin: 0;
    }

    .prod2_mt {
        margin-top: 60px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mt60 {
        margin-top: 30px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .mt100 {
        margin-top: 50px;
    }

    .mt120 {
        margin-top: 60px;
    }

    .mt140 {
        margin-top: 70px;
    }

    .mt160 {
        margin-top: 80px;
    }

    .mt180 {
        margin-top: 90px;
    }

    .swiper-pagination .swiper-pagination-switch {
        width: 8px;
        height: 8px;
    }

    .black_page .inner {
        padding: 15px 20px 20px 20px;
    }

    .black_page {
        padding: 20px 0px !important;
    }

    .service li img, .service li {
        text-align: center;
        line-height: 30px;
        width: 40px;
    }

    .service {
        right: 20px;
    }

    .apply_left {
        display: none;
    }

    .apply_right {
        width: 100% !important;
    }

    .apply_from img {
        margin-left: 0;
    }

    .apply_from {
        padding-right: 10px
    }

    .apply_from input[type=text] {
        width: calc(100% - 20px) !important;
    }

    .down {
        height: 400px;
    }

    #downBtn2, #downBtn1 {
        display: none;
    }

    .down_table, .down_table tbody {
        display: block;
        margin-bottom: 20px;
    }

}

@media screen and (min-width: 600px) and (max-width: 730px) {

    .down {
        height: 450px;
    }
}

/*手机设备 样式*/
@media screen and (max-width: 599px) {
    header {
        padding: 0 10px;
    }

    #tasteShow {
        display: none;
    }

    header .header_top {
        width: 100%;
    }

    header .btn_open {
        right: 20px;
    }

    nav ul {
        display: none;
        left: -10px;
        top: 60px;
        width: 120%;
        background-color: #fafafa;
        overflow-x: hidden;
        overflow-y: scroll;

    }

    nav li:first-child {
        border-top: 2px solid #eee;
    }

    nav li {
        display: block;
        width: 100%;
        padding-left: 10px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }

    nav li a {
        padding-right: 80%;
    }

    .nav2 {
        padding: 0 10px;
        height: 40px;
    }

    .nav2 li {
        line-height: 40px;
        font-size: 16px;
        margin-right: 10px;
    }

    article section {
        height: auto;
        padding-top: 1px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    article .content {
        padding: 0 10px;
        height: auto;
        margin: 0 auto;
    }

    footer .foot_con {
        padding: 10px 10px;
        width: 100%;
        height: auto;
    }

    footer .foot_con ul { display:none;
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    footer .foot_con li {
        text-align: center;
    }

    footer .foot_con:after {
        display: none;
    }

    footer .foot_bt {
        height: auto;
        line-height: 30px;
    }

    footer .wx_ewm {
        float: none;
        margin: 20px auto 0 auto;
    }

    .content {
        width: 100%;
    }

    .content h1 {
        font-size: 20px;
        line-height: 40px;
    }

    .content h2 {
        font-size: 16px;
        line-height: 36px;
    }

    .content p {
        font-size: 14px;
        line-height: 28px;

    }
 

    .w1col3 {
        width: 90%;
        float: left;
        margin: 20px 5% 20px 5%;
        box-shadow: 0 0 0 1px #f0f0f0;
    }

    .w1col3:nth-child(3n+1) {
        margin: 20px 5% 20px 5%;
    }

    .w1col3:nth-child(2n+1) {
        margin: 20px 5% 20px 5%;
    }

    .w1col3 img {
        width: 100%;
        margin: 0;

    }

    .prod2_mt {
        margin-top: 60px;
    }

    .mt20.mt40, .mt60, .mt80, .mt100, .mt120, .mt140, .mt160, .mt180, .prod2_mt {
        margin-top: 20px;
    }

    .fl_right, .fl_left {
        float: none;
    }

    .content .fl_right p, .content .fl_right h1, .content .fl_right h2 {
        text-align: left;
    }

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
        width: 100% !important;
    }

    .swiper-container .swiper-pagination {
        bottom: 10px;
    }

    .swiper-pagination .swiper-pagination-switch {
        width: 5px;
        height: 5px;
    }

    .content table th {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    .content table th:first-child {
        width: 50% !important;
    }

    .content table th:nth-child(2) {
        width: 14% !important;
    }

    .content table th:nth-child(3) {
        width: 18% !important;
    }

    .content table th:last-child {
        width: 18% !important;
    }

    .content table td {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }

    .phone_content {
        margin: 0 auto;
    }

    .black_page {
        padding: 20px 10px !important;
    }

    .black_page .inner {
        padding: 15px 20px 20px 20px;
    }

    .black_page .inner p span {
        text-align: left;
        width: 50%;
    }

    .black_page h1 {
      
    }

    .time_left {
        width: 85% !important;
        padding-left: 30px;
    }

    .time_right {
        left: 0;

        width: 85% !important;
        padding-left: 30px;
    }

    .time_right .con {
        margin-left: 0;
    }

    .bg_time {
        background: url("../images/time_top.png") 10px repeat-y;
    }

    .bg_time:after {
        background: url("../images/time_bottom.png") 10px no-repeat;
    }

    h2.mt40, p.mt40 {
        margin-top: 10px;
    }

    .service li img, .service li {
        text-align: center;
        line-height: 30px;
        width: 40px;
    }

    .service {
        right: 20px;
    }

    .apply_left {
        display: none;
    }

    .apply_right {
        width: 100% !important;
    }

    .apply_from img {
        margin-left: 0;
    }

    .apply_from {
        padding-right: 10px
    }

    .apply_from input[type=text] {
        width: calc(100% - 20px) !important;
    }

    .down {
        height: auto;
    }

    .down .down_btn {
        position: relative;
        margin-top: 50px;
    }

    #downBtn2, #downBtn1 {
        display: none;
    }

    .down_table, .down_table tbody {
        display: block;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 320px) {
    .nav2 li {
        font-size: 15px;
    }

    .apply_left {
        display: none;
    }

    .apply_right {
        width: 100% !important;
    }

    .apply_from img {
        margin-left: 0;
    }

    .apply_from {
        padding-right: 10px
    }

    .apply_from input[type=text] {
        width: calc(100% - 20px) !important;
    }
}
