.color-4763de{color: #4763de;}
.color-666{color: #666;}
.color-999{color: #999;}
/* ======================= PC ================== */
@media screen and (min-width: 960px) {
    .bg-f6f6f6{background: #f6f6f6;}
    .bg-4763de{background: #4763de;}
    .bg-fff{background: #fff;}
    .border-bottom-dashed{border-bottom: 1px dashed #e5e5e5;}
    .padding-10-20{padding: 10px 20px;}
    .margin-0-10{margin: 0 10px;}
    .border-radius-28{border-radius: 28px;}

    .nav a:hover{color: #4763de;font-weight: bold;}
    .nav .active{color: #4763de;font-weight: bold;}
    .head{position: fixed;top: 0px;left: 0;width: 100%;z-index: 11;background: #fff;border-bottom: 1px solid #666;}
    /* 副导航 */
    .sec-nav{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
    /* 副导航 */
    /* 左侧 */
    .border-rounded-top-10{border-top-left-radius: 10px;border-top-right-radius: 10px;}
    .side-nav .list:hover .list-text{color: #4763de;font-weight: bold;}
    .side-nav .active{color: #4763de;font-weight: bold;}
    /* 左侧 */
    /* 右侧 */

    /* 内容 */

    .content .pc{width: 100%;height: 240px; background: url(../images/pc.png) no-repeat;background-size: 100% 100%;}
    .content .mobile{width: 100%;height: 530px; background: url(../images/mobile.png) no-repeat;background-size: 100% 100%;}
    /* .content .pc{width: 100%;height: 176px; background: url(../images/pc.png) no-repeat;background-size: 100% 100%;} */

    
    .content .pc .see{display: none; top: 3%;left: 2%;right: 3%;bottom: 30%;background: rgba(0,0,0,.5);}
    .content .pc:hover .see{display: block; top: 3%;left: 2%;right: 3%;bottom: 30%;background: rgba(0,0,0,.5);}


    .content .mobile .see{display: none; top: 3%;left: 2%;right: 3%;bottom: 30%;background: rgba(0,0,0,.5);}
    .content .mobile:hover .see{display: block; top: 2%;left: 6%;right: 5%;bottom: 3%;background: rgba(0,0,0,.5);border-radius: 28px;}
    /* 内容 */




























    /* 页码 */
    .page .list:hover{background: #4763de;color: #fff;}
    .page .active{background: #4763de;color: #fff;}
    /* 页码 */
    /* 右侧 */
    /* tel */
    .tel{background: #061455;position: fixed;width: 100%;bottom: 0;left: 0;z-index: 10;}
    .tel .phone{width: 40px;height: 44px;background: url(../images/phone.png) no-repeat; background-size: 100% 100%;}
    .tel .submit{padding: 12px 42px 10px;background: #fbc000;}
    /* tel */
}
/* ======================= mobile ================== */
@media screen and (max-width: 960px) {}