@charset "utf-8";

body{
    background: #ededed;
}

/* header */

.header_main{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #a0030d;
    box-shadow: 0px 4px 5px #888888;
}
.header_contain > div{
    float: left;
    margin-top: 24px;
}
.header_contain{
    width: 1200px;
    margin: 0 auto;
    height: 130px;
    color: #fff;
}
.top_left{
    margin-left: 262px;
    margin-top: 47px !important;
}
.top_left > p{
    float: left;
    margin-right: 10px;
}
.top_left > div{
    float: right;
    margin: -7px;
}
.swsy{
    margin-top: 50px !important;
}
.swsy a{
    color: #fff;
}

.header_seek{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.header_seek .header_box input{
    display: inline-block;
    height: 64px;
    width: 698px;
    border: none;
    text-indent: 20px;
    border-radius: 10px;
    outline: none;
    color: grey;
}
.header_seek .header_box img{
    display: inline-block;
    cursor: pointer;
}
.header_box{
    height: 66px;
    width: 770px;
    margin: 0 auto;
    margin-top: 26px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}
/* header */

/* containerM */
.containerM{
    width: 1200px;
    height: 616px;
    background: #f5f5f5;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.containleft{
    width: 174px;
    float: left;
    background: #b23128;
}
.containleft ul li{
    width: 100%;
    height: 123px;
    line-height: 64px;
    font-size: 22px;
    text-indent: 64px;
    position: relative;
    border-bottom: 1px solid #d1574f;
}
.containleft ul li a{
    color: #fff;
    display: block;
    width: 166px;
    height: 60px;
    position: absolute;
    top: 36px;
    right: 0;
}
.containleft .nav_1 a{
    background: url(../images/header/sy_1.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
}
.containleft .nav_2 a{
    background: url(../images/header/xwzx_1.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
}
.containleft .nav_3 a{
    background: url(../images/header/zwgk_1.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
}
.containleft .nav_4 a{
    background: url(../images/header/bsfw_1.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
}
.containleft .nav_5 a{
    background: url(../images/header/zmhd_1.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
}
.containleft .nav_1.on a{
    background: url(../images/header/sy_2.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #a0030d;
    font-size: 24px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.containleft .nav_2.on a{
    background: url(../images/header/xwzx_2.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #a0030d;
    font-size: 24px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.containleft .nav_3.on a{
    background: url(../images/header/zwgk_2.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #a0030d;
    font-size: 24px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.containleft .nav_4.on a{
    background: url(../images/header/bsfw_2.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #a0030d;
    font-size: 24px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.containleft .nav_5.on a{
    background: url(../images/header/zmhd_2.png;vpn_img) 20px 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #a0030d;
    font-size: 24px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* containerM */

/* related */
.related_main{
    background-color: #a0030d;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}
.related{
    width: 1200px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}
.related_top{
    width: 100%;
    overflow: hidden;
}
.related_top p{
    float: left;
    width: 7%;
    padding: 10px 0 0 10px;
}
.related_top ul{
    float: left;
    width: 70%;
    overflow: hidden;
}
.related_top ul li{
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.related_top ul li img{
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    transition: all 0.5s;
}
.related_bottom{
    width: 100%;
}
.related_bottom div{
    display: none;
    width: 90%;
    margin: 0 auto;
}
.related_bottom div a{
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
}
/* related */

/* footer */
.footer_main{
    width: 100%;
    background-color: #a0030d;
    padding-bottom: 10px;
    min-width: 1200px;
}
.footer{
    width: 1200px;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
}
.footer_left{
    float: left;
    color: #fff;
}
.footer_left p.footer_p{
    padding: 10px 0 10px 10px;
}
.footer_left p a{
    color: #fff;
}
.footer_right{
    float: right;
    overflow: hidden;
}
.footer_right a{
    display: block;
    float: left;
    padding: 0 15px;
    margin-top: 10px;
}
.footer_right a.fr_a1{
    margin-top: 15px;
}
.lastp{
    padding: 0px 0 10px 10px;
}
.lastphonep{
    display: none;
}
/* footer */
.phonenav{
    display: none;
}

/* ios */
@media (max-width: 768px) {
    .phonenav{
        display: block;
    }
    .containleft{
        display: none;
    }
    /* header */
    .phonenav{
        width: 100%;
        float: none;
        background: #b23128;
    }
    .phonenav ul li{
        width: 50%;
        height: 86px;
        line-height: 60px;
        font-size: 22px;
        text-indent: 64px;
        position: relative;
        float: left;
        border-bottom: 1px solid #d1574f;
        border-left: 1px solid #d1574f;
    }
    .phonenav ul li a{
        color: #fff;
        display: block;
        width: 100%;
        height: 60px;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .phonenav .nav_1 a{
        background: url(../images/header/sy_1.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
    }
    .phonenav .nav_2 a{
        background: url(../images/header/xwzx_1.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
    }
    .phonenav .nav_3 a{
        background: url(../images/header/zwgk_1.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
    }
    .phonenav .nav_4 a{
        background: url(../images/header/bsfw_1.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
    }
    .phonenav .nav_5 a{
        background: url(../images/header/zmhd_1.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
    }
    .phonenav .nav_1.on a{
        background: url(../images/header/sy_2.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #a0030d;
        font-size: 24px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .phonenav .nav_2.on a{
        background: url(../images/header/xwzx_2.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #a0030d;
        font-size: 24px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .phonenav .nav_3.on a{
        background: url(../images/header/zwgk_12.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #a0030d;
        font-size: 24px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .phonenav .nav_4.on a{
        background: url(../images/header/bsfw_2.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #a0030d;
        font-size: 24px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .phonenav .nav_5.on a{
        background: url(../images/header/zmhd_2.png;vpn_img) 20px 20px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #a0030d;
        font-size: 24px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    /* header */

    .header_main{
        min-width: 320px;
    }
    .header_contain,.header_box,.header_seek{
        width: 100%;
    }
    .top_left,.swsy{
        display: none;
    }
    .header_contain > div{
        float: none;
        text-align: center;
    }
    .header_seek .header_box input{
        width: 75%;
    }

    .header_seek{
        display: none;
    }



    /* related */
    .related_main{
        display: none;
    }
    /* related */

    /* footer */
    .footer{
        width: 100%;
        margin-top: 20px;
    }
    .footer_left{
        float: none;
        font-size: 12px;
        text-align: center;
    }
    .footer_right{
        display: none;
        float: none;
    }
    .footer_right a.fr_a1{
        margin-left: 20%;
    }
    .footer_main{
        min-width: 0;
        width: 100%;
    }
    .footer_p{
        display: none;
    }
    .lastphonep{
        display: block;
        margin-top: 10px;
    }
    .lastp{
        display: none;
    }
    /* footer */
}

