@charset "utf-8";

/*
*************************媒体查询***********************************
*/
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {

}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {

}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
    #xsHeader .center .right span .stTit{
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    #xsHeader .center .right span .stVal{
        font-size: 14px;
    }
    #xsHeader .center .right .login p{
        font-size: 16px;
    }
    #xsBody .nav ul li{
        padding: 10px 10px;
    }
    #Body .banner ul li .a {
        font-size: 19px;
    }
    #xsBody .nav ul li .a{
        font-size: 20px;
    }
    #xsBody .nav ul li .b{
        font-size: 14px;
        line-height: 28px;
    }
    #xsBody .center .down .right h3{
        font-size: 20px;
        margin: 20px 0 15px 0;
    }
    #xsBody .center .down p{
        line-height: 30px;
    }
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
    #xsHeader .center .left{
        width: 40%;
    }
    #xsHeader .center .right{
        width: 60%;
    }
    #xsHeader .center .right .pohne{
        display: none;
    }
    #xsHeader .center .right .email{
        display: none;
    }
    #xsHeader .center .right .login{
        width: 60%;
    }
    #Body .banner ul li{
        padding: 5px 10px;
    }
    #Body .banner ul li .a{
        font-size: 17px;
    }
    #Body .banner ul li .b{
        font-size: 15px;
        line-height: 25px;
    }
    #xsBody .nav ul li{
        padding: 10px 10px;
    }
    #xsBody .nav ul li .a{
        font-size: 16px;
    }
    #xsBody .nav ul li .b{
        font-size: 14px;
        line-height: 26px;
    }
    #xsBody .center .up .left{
         width: 100%;
    }
    #xsBody .center .up .right {
        display: none;
    }
    #xsBody .center .up .left ul li .stTit{
        font-size: 15px;
        font-weight: bold;
    }
    #xsBody .center .up .left ul li .stVal{
        font-size: 14px;
        line-height: 22px;
    }
    #xsBody .center .down .right h3{
        font-size: 18px;
        margin: 15px 0 10px 0;
    }
    #xsBody .center .down p{
        font-size: 14px;
        line-height: 24px;
    }
    #xsBody .center .down p mark{
        font-size: 14px;
    }
    #xsBody .center .down{
        margin-bottom: 20px;
    }
    #xFooter .center p{
        font-size: 14px;
    }
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
    #xsHeader .center .left{
        width: 50%;
    }
    #xsHeader .center .right{
        width: 50%;
    }
    #xsHeader .center .right .pohne{
        display: none;
    }
    #xsHeader .center .right .email{
        display: none;
    }
    #xsHeader .center .right .login{
        width: 80%;
    }
    #Body .banner ul li{
        padding: 5px 5px;
    }
    #Body .banner ul li .a{
        font-size: 16px;
    }
    #Body .banner ul li .b{
        font-size: 14px;
        line-height: 24px;
    }
    #xsBody .nav ul li{
        padding: 10px 10px;
    }
    #xsBody .nav ul li .a{
        font-size: 14px;
    }
    #xsBody .nav ul li .b{
        font-size: 13px;
        line-height: 21px;
    }
    #xsBody .center .up .left{
         width: 100%;
    }
    #xsBody .center .up .right {
        display: none;
    }
     #xsBody .center .up .left ul li .stTit{
        font-size: 14px;
        font-weight: bold;
    }
    #xsBody .center .up .left ul li .stVal{
        font-size: 13px;
        line-height: 20px;
    }
    #xsBody .center .down .right h3{
        font-size: 15px;
        margin: 10px 0 5px 0;
    }
    #xsBody .center .down p{
        font-size: 14px;
        line-height: 24px;
    }
    #xsBody .center .down p mark{
        font-size: 14px;
        font-weight: normal;
    }
    #xFooter .center p{
        font-size: 13px;
    }
}