input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #D3D2D2;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #D3D2D2;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #D3D2D2;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #D3D2D2;
}

input:input-placeholder {
    color: #D3D2D2;
}

.menu li.active a {
    color: #C5181A;
}

.banner img {
    width: 100%;
}

.public_sec {
    margin-top: 80px;
}

.fenye {
    padding: 0 30px;
    margin-top: 50px;
    overflow: hidden;
    line-height: 34px;
    font-size: 14px;
}

.fenyeLeft {
    float: left;
    color: #888888;
}

.fenyeRight {
    float: right;
    overflow: hidden;
}

    .fenyeRight > * {
        display: block;
        float: left;
    }

    .fenyeRight a {
        padding: 0 20px;
        color: #fff;
        background: #C5181A;
        margin-left: 7px;
        border-radius: 3px;
    }

.yema {
    margin-left: 30px;
    color: #888888;
}

    .yema input {
        border: 1px solid #D8D8D8;
        text-align: center;
        width: 60px;
        height: 34px;
        line-height: 32px;
        border-radius: 3px;
        margin-left: 10px;
    }

.publicBtn {
    width: 346px;
    height: 64px;
    border: 1px solid #E7E7E7;
    border-radius: 32px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

    .publicBtn a {
        display: block;
        height: 100%;
        color: #C5181A;
        line-height: 62px;
        font-size: 20px;
    }

    .publicBtn img {
        margin-left: 40px;
        position: relative;
        top: -1px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .publicBtn:hover img {
        margin-left: 50px;
    }

.footer {
    margin-top: 80px;
}
/*crumbs*/
.crumbs {
    margin-top: 30px;
}

    .crumbs a {
        color: #626161;
        font-size: 14px;
        text-transform: uppercase;
    }

        .crumbs a.active {
            color: #C5181A;
        }

    .crumbs span {
        color: #DCDCDC;
        margin: 0 15px;
    }
/*crumbs*/
/*about.html*/

.abSec1Box {
    padding: 0 40px;
}

    .abSec1Box h5 {
        font-size: 16px;
        line-height: 26px;
        color: #626161;
        margin-top: 30px;
        text-indent: 34px;
    }

        .abSec1Box h5:first-child {
            margin-top: 0;
        }

.abSec1Img {
    width: 80%;
    margin: 60px auto;
}

    .abSec1Img img {
        width: 100%;
    }
/*about.html*/
/*emp-jiejian.html*/
.emp_box {
    overflow: hidden;
    margin-top: 30px;
}

    .emp_box .index_title {
        line-height: 38px;
    }

.emp_left {
    width: 250px;
    float: left;
}

.emp_right {
    width: 900px;
    float: right;
}

.empTitle {
    display: block;
    line-height: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #C5181A;
    font-weight: 500;
}

.emp_leftList {
    border: 1px solid #E7E7E7;
    border-top: 0;
}

    .emp_leftList li {
        padding: 0 25px;
        position: relative;
        font-size: 18px;
        color: #D9D9D9;
        height: 60px;
        line-height: 59px;
        border-top: 1px dashed #EBEBEB;
        background: #fff;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -ms-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
    }

        .emp_leftList li:first-child {
            border-color: transparent;
        }

        .emp_leftList li:after {
            content: "";
            position: absolute;
            top: -3px;
            left: -1px;
            width: 260px;
            height: 63px;
            background: transparent;
            z-index: -1;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

        .emp_leftList li.active, .emp_leftList li:hover {
            z-index: 2;
            color: #fff;
            border-color: transparent;
        }

            .emp_leftList li.active:after, .emp_leftList li:hover:after {
                background: #D63233;
            }

        .emp_leftList li a {
            color: #626161;
            display: block;
            width: 100%;
            height: 100%;
        }

        .emp_leftList li.active a, .emp_leftList li:hover a {
            color: #fff;
        }

        .emp_leftList li span {
            float: right;
            line-height: 59px;
        }

.empJ_sec1Img {
    width: 90%;
    margin: 0 auto 50px;
}

    .empJ_sec1Img img {
        width: 100%;
    }

.empTxt {
    font-size: 16px;
    line-height: 30px;
    color: #626161;
    margin-top: 30px;
    text-indent: 34px;
}

.empJ_sec2 {
    border-top: 1px dashed #EBEBEB;
    margin-top: 50px;
}

.empJSec2Box {
    overflow: hidden;
    margin-top: 50px;
}

    .empJSec2Box > div {
        float: left;
    }

.empJSec2Img {
    width: 24%;
    overflow: hidden;
}

    .empJSec2Img img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.empJSec2Box:hover .empJSec2Img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.empJSec2Time {
    width: 34%;
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
}

    .empJSec2Time h3 {
        font-size: 18px;
        color: #C5181A;
        font-weight: 400;
        position: relative;
        margin-top: 0;
        margin-bottom: 80px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.empJ_sec2 .empJSec2Time h3 {
    margin-bottom: 20px;
}

.empJSec2Time:after {
    background: #C5181A;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    position: absolute;
    top: -4px;
    left: 30px;
    margin-top: 10px;
}

.empJSec2Time h5 {
    font-size: 14px;
    color: #8D8D8D;
    line-height: 20px;
    margin-bottom: 0;
}

.empJSec2Time a {
    color: #C5181A;
    background: #fff;
    font-size: 16px;
    width: 133px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 17px;
    margin-top: 25px;
    border: 1px solid #C5181A;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

    .empJSec2Time a:hover {
        color: #fff;
        background: #C5181A;
    }

.empJSec2Text {
    color: #888888;
    font-size: 14px;
    line-height: 26px;
    padding: 25px 20px;
    position: relative;
    z-index: 0;
    width: 33%;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}

    .empJSec2Text img {
        position: absolute;
        left: -9px;
        top: -1px;
    }


/*emp-jiejian.html*/

/*emp-xuanze.html*/
.empXRow {
    margin-left: -22px;
    margin-right: -22px;
    overflow: hidden;
}

.empXBox {
    padding: 0 22px;
    width: 50%;
    float: left;
}

.empXCon {
    margin-top: 80px;
    display: block;
}

.empXImg {
    width: 100%;
    margin-top: -35px;
    text-align: right;
}

    .empXImg img {
        width: 100%;
    }

.empXTop {
    background: #F8FAFC;
    padding: 1px 0 0;
    position: relative;
}

.empXCon h3 {
    position: absolute;
    z-index: 3;
    font-size: 26px;
    color: #626161;
    line-height: 50px;
    width: 50%;
    left: 40px;
    top: 50px;
    margin: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.empXCon:hover h3 {
    color: #C5181A;
}

.empXTxt {
    padding: 45px 40px 40px;
    border: 1px solid #E7E7E7;
    border-top: 0;
}

    .empXTxt h5 {
        color: #626161;
        font-size: 14px;
        line-height: 35px;
        margin: 0;
    }

/*emp-xuanze.html*/
/*emp-kecheng.html*/
.emp_right .index_title h5 {
    font-size: 16px;
    line-height: 30px;
    text-indent: 35px;
    color: #626161;
    text-align: left;
    margin: 60px 0 0;
}

.empKSec {
    border: 1px solid #E7E7E7;
    padding: 0 55px;
    position: relative;
    margin-top: 50px;
}

    .empKSec:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 270px;
        height: 4px;
        background: #C5181A;
    }

.empKSec1 {
    padding-bottom: 40px;
}

.empKtitle {
    font-size: 26px;
    color: #626161;
    text-align: center;
    margin: 40px 0;
}

.empKSec2Box {
    overflow: hidden;
}

    .empKSec2Box h5 {
        float: left;
        color: #C5181A;
        font-size: 20px;
        margin: 0;
    }

        .empKSec2Box h5 span {
            margin-left: 30px;
        }

    .empKSec2Box ul {
        float: left;
        margin-left: 20px;
    }

.empKSec3 .empKSec2Box ul {
    margin-left: 0;
}

.empKSec2Box li {
    color: #626161;
    font-size: 16px;
}

.empKSec2Box li {
    margin-bottom: 40px;
}

/*emp-kecheng.html*/
/*emp-daoshi.html*/
.empDrow {
    margin-left: -22px;
    margin-right: -22px;
    overflow: hidden;
    padding-top: 1px;
}

.empDBox {
    width: 33.333333%;
    float: left;
    padding: 0 22px;
    margin-top: 50px;
}

.empDCon {
    border: 1px solid #E7E7E7;
    display: block;
}

.empDImg {
    overflow: hidden;
}

    .empDImg img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.empDCon:hover .empDImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.empDTxt h3 {
    font-size: 25px;
    color: #626161;
    text-align: center;
    margin: 22px 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.empDCon:hover .empDTxt h3 {
    color: #C5181A;
}

.empDTxt h5 {
    color: #626161;
    font-size: 14px;
    line-height: 34px;
    height: 102px;
    padding: 0 25px 0px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*emp-daoshi.html*/
/*emp-daoshiDot.html*/

.empdsDotSec1 {
    border: 1px solid #E7E7E7;
    overflow: hidden;
}

.empdsD1Left {
    width: 30%;
    float: left;
}

    .empdsD1Left img {
        width: 100%;
    }

.empdsD1Right {
    padding: 0 45px;
    float: left;
    width: 70%;
}

.empdsD1Title {
    margin: 30px 0;
    color: #626161;
    font-size: 30px;
}

.empdsD1Txt {
    font-size: 16px;
    color: #626161;
    line-height: 36px;
}

.empdsDotSec2 {
    margin-top: 45px;
    position: relative;
    border: 1px solid #E7E7E7;
    padding: 20px 40px 80px;
}

    .empdsDotSec2:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        background: #C5181A;
        width: 198px;
        height: 4px;
    }

.empdsD2row {
    padding: 26px 17px 0;
    overflow: hidden;
}

.empdsD2box {
    padding: 0 17px;
    margin-top: 34px;
    width: 33.333333%;
    float: left;
}

.empdsD2con {
    border: 1px solid #E7E7E7;
    border-left: 4px solid #C5181A;
    font-size: 18px;
    line-height: 36px;
    padding: 17px 10px;
    text-align: center;
    color: #626161;
}

.empdsD2Title {
    margin: 0;
    font-size: 30px;
    color: #626161;
}


/*emp-daoshiDot.html*/
/*emp-kecheng.html*/


.empkclist {
    background: #F3F6FA;
    height: 60px;
    line-height: 60px;
}

    .empkclist > * {
        display: block;
        float: left;
        font-size: 14px;
    }

    .empkclist span {
        color: #8C8C8C;
        margin: 0 28px;
    }

    .empkclist a {
        color: #545454;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

        .empkclist a:hover {
            color: #C5181A;
        }

.empkcSec {
    overflow: hidden;
    margin-top: 50px;
}

.empkcSec1 {
    border: 1px solid #D63233;
}

.empkcSec2 {
    border: 1px solid #B6BCD2;
}

.empkcSec3 {
    border: 1px solid #377ECA;
}

.empkcSec4 {
    border: 1px solid #848893;
}

.empkcSec5 {
    border: 1px solid #AF6D4F;
}

.empkcSec6 {
    border: 1px solid #79A8D7;
}

.empkc1Left {
    float: left;
    width: 38%;
    position: relative;
    overflow: hidden;
    display: block;
}

    .empkc1Left img {
        width: 100%;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .empkc1Left:hover img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

.empkc1Text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .empkc1Text h3 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 30px;
    }

.empkcSec1 .empkc1Text h3 {
    color: #C5181A;
}

.empkcSec2 .empkc1Text h3 {
    color: #626161;
}

.empkcSec3 .empkc1Text h5, .empkcSec5 .empkc1Text h5 {
    color: #C2C2C2;
}

.empkcSec6 .empkc1Text h3 {
    color: #292929;
}

.empkc1Text h5 {
    display: block;
    color: #8C8C8C;
    font-size: 14px;
    margin: 0 0 18px;
}

    .empkc1Text h5 span {
        display: block;
        margin-bottom: 10px;
    }

    .empkc1Text h5 img {
        width: 46px;
    }

.empkc1Right {
    float: left;
    width: 62%;
}

.empkc1Box {
    overflow: hidden;
    padding: 28px;
    border-top: 1px dashed #EBEBEB;
}

    .empkc1Box:first-child {
        border-top: 0;
    }

    .empkc1Box > div {
        float: left;
    }

.empkc1Img {
    width: 45%;
    overflow: hidden;
}

    .empkc1Img img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

.empkc1Box:hover .empkc1Img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.empkc1Txt {
    width: 55%;
    padding-left: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .empkc1Txt h3 {
        font-size: 18px;
        color: #C5181A;
        font-weight: 400;
        position: relative;
        margin-top: 0;
        margin-bottom: 25px;
    }

        .empkc1Txt h3:after {
            background: #C5181A;
            border-radius: 50%;
            width: 5px;
            height: 5px;
            display: block;
            content: '';
            position: absolute;
            top: -4px;
            left: -20px;
            margin-top: 10px;
        }

    .empkc1Txt h5 {
        font-size: 14px;
        color: #8D8D8D;
        line-height: 20px;
    }

    .empkc1Txt a {
        color: #C5181A;
        background: #fff;
        font-size: 16px;
        width: 133px;
        height: 34px;
        display: block;
        text-align: center;
        line-height: 32px;
        border-radius: 17px;
        margin-top: 30px;
        border: 1px solid #C5181A;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

        .empkc1Txt a:hover {
            color: #fff;
            background: #C5181A;
        }

/*emp-kecheng.html*/
/*emp-kecheng1.html*/
.empkc1Sec {
    overflow: hidden;
    margin-top: 50px;
    border-bottom: 1px dashed #EBEBEB;
}

    .empkc1Sec:first-child {
        margin-top: 0;
    }

    .empkc1Sec .empJSec2Text {
        padding: 15px 20px;
    }

    .empkc1Sec .empJSec2Box {
        margin-top: 0;
        margin-bottom: 50px;
        display: block;
    }

.empkc1Sec1Text {
    font-size: 14px;
    width: 33%;
}

    .empkc1Sec1Text .empJSec2Text {
        width: 100%;
    }

.empkc1Sec1Time {
    font-size: 13px;
    color: #B4B4B4;
    margin-top: 15px;
    text-align: right;
}

/*emp-kecheng1.html*/

/*EMP-kcdot.html*/
.empDotBox {
    margin-top: 30px;
}

.kcDot_sec1 .index_box {
    overflow: hidden;
    background: #FAFCFE;
}

.kcdSec1Img {
    width: 42%;
    float: left;
    overflow: hidden;
}

    .kcdSec1Img img {
        width: 100%;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        -webkit-transition: all 0.7s;
    }

.kcDot_sec1:hover .kcdSec1Img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.kcdSec1Con {
    width: 58%;
    float: left;
    padding: 25px 90px;
}

.kcdSec1Title {
    font-size: 28px;
    color: #393939;
    margin-bottom: 20px;
}

.kcdSec1Li {
    font-size: 15px;
    color: #393939;
    line-height: 30px;
}

    .kcdSec1Li span {
        float: right;
    }

    .kcdSec1Li i {
        color: #C6181A;
        font-size: 30px;
        display: inline-block;
        margin-right: 3px;
        margin-top: 5px;
        font-style: normal;
    }

.kcdSec1Btn {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    background: #C6181A;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    margin-top: 30px;
}

.kcDot_sec2 {
    margin-top: 80px;
}

.kcdSec1Title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.kcdSec2Box {
    padding: 80px 190px;
    position: relative;
    border: 1px solid #EBECED;
}

    .kcdSec2Box:after {
        content: "";
        display: block;
        position: absolute;
        width: 270px;
        height: 4px;
        left: 0;
        right: 0;
        top: -1px;
        margin: auto;
        background: #C6181A
    }

.kcdSec2Img {
    padding: 0 30px;
    margin-bottom: 80px;
    line-height: 0;
}

.kcdSec2Con .empTxt:first-child {
    margin-top: 0;
}


/*EMP-kcdot.html*/

/*gpl.html*/

.emp_right .index_title h6 {
    color: #B4B4B4;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 30px;
    /*font-family: Arial, Helvetica, sans-serif!important;*/
}

.gplTxt h3 {
    color: #C5181A;
    font-size: 20px;
    margin-top: 50px;
}

    .gplTxt h3 span {
        margin-left: 30px;
    }

.gplCricle {
    border-radius: 50%;
    background: #C5181A;
    color: #fff;
    font-size: 20px;
    height: 68px;
    width: 68px;
    text-align: center;
    line-height: 68px;
    margin-top: 30px;
    margin-left: 20px;
}

.gplZ_sec2 h3 {
    font-size: 20px;
    color: #626161;
    margin-top: 100px;
}

.gplZ_sec2 ul {
    margin-top: 20px;
    padding-top: 1px;
}

.gplZ_sec2 li {
    margin-top: 30px;
    padding-left: 35px;
    font-size: 16px;
    color: #626161;
    position: relative;
}

    .gplZ_sec2 li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #C5181A;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

/*gpl.html*/



/*register.html*/
.reg_sec {
    margin-top: 205px;
    background: #F8FAFC;
}

.reg_box {
    padding: 50px 0;
    background: url('../images/reg.jpg');
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/reg.jpg',  sizingMethod='scale');
}

.reg_con {
    width: 792px;
    border: 1px solid #E4E6E9;
    margin: 0 auto;
    padding: 0 180px;
    background: #fff;
}

    .reg_con h3 {
        text-align: center;
        font-size: 20px;
        color: #5F5F5F;
        font-weight: 400;
        margin: 20px 0;
    }

.reg_input {
    height: 34px;
    margin-top: 18px;
    border: 1px solid #E3E5E8;
    position: relative;
}

    .reg_input i {
        color: #C5181A;
        position: absolute;
        top: 0;
        left: 104%;
        font-size: 14px;
        line-height: 32px;
        white-space: nowrap;
        font-style: normal;
        display: none;
    }

        .reg_input i.active {
            display: block;
        }

    .reg_input img {
        vertical-align: middle;
        margin: 0 10px;
    }

    .reg_input input {
        width: 90%;
        vertical-align: middle;
        height: 100%;
        line-height: 32px;
        border: 0;
        background: transparent;
    }

.reg_input1 {
    border: 0;
}

    .reg_input1 input {
        border: 1px solid #E3E5E8;
        width: 82px;
        text-align: center;
    }

    .reg_input1 img {
        border: 1px solid #E3E5E8;
        height: 100%;
    }

    .reg_input1 span {
        color: #C6101A;
        font-size: 12px;
    }

.duanxin {
    height: 100%;
    border: 1px solid #E3E5E8;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 32px;
    color: #C5181A;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.duanxin.active {
    color: #6d6d6d;
}
.reg_xieyi {
    margin-top: 40px;
    text-align: center;
    color: #5F5F5F;
}
    .reg_xieyi span {
        display: inline-block;
        vertical-align: middle;
    }

    .reg_xieyi a {
        color: #5F5F5F;
    }

.reg_radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #E3E5E8;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    line-height: 0;
}

    .reg_radio span {
        line-height: 13px;
        color: #C5181A;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .reg_radio.active span {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.reg_btn {
    margin-top: 20px;
}

    .reg_btn a {
        display: block;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background: #C5181A;
        border-radius: 3px;
    }

.reg_qq {
    margin: 20px 0;
}

    .reg_qq a {
        display: inline-block;
        margin-right: 15px;
    }
/*register.html*/

/*login.html*/
.login_sec {
    margin-top: 205px;
    background: #F8FAFC;
}

.log_box {
    padding: 50px 0;
    background: url('../images/login.jpg');
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/login.jpg',  sizingMethod='scale');
    overflow: hidden;
}

.log_con {
    width: 360px;
    padding: 0 53px;
    float: right;
    background: #fff;
    border: 1px solid #E4E6E9;
}

    .log_con h3 {
        text-align: center;
        font-size: 20px;
        color: #5F5F5F;
        font-weight: 400;
        margin: 20px 0;
    }

    .log_con .reg_input input {
        width: 85%;
    }

    .log_con .reg_input1 input {
        width: 125px;
    }

    .log_con .reg_input1 img {
        margin: 0 0 0 1px;
        width: 122px;
    }

    .log_con .reg_xieyi {
        text-align: left;
        margin-top: 18px;
    }

.log_btn {
    margin-top: 18px;
    font-size: 18px;
}

    .log_btn a {
        text-align: center;
        color: #fff;
        line-height: 42px;
        background: #C5181A;
        display: block;
        border-radius: 3px;
    }

    .log_btn.reg_btn {
        border: 1px solid #E3E5E8;
    }

        .log_btn.reg_btn a {
            color: #6D6D6D;
            background: transparent;
        }
/*login.html*/


/*school-jiejian.html*/
.schJie_sec2 h3 {
    color: #C5181A;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 26px;
}

    .schJie_sec2 h3 span {
        margin-left: 30px;
    }

.schJieSec2Txt {
    padding: 0 35px;
    overflow: hidden;
    font-size: 16px;
    line-height: 50px;
    color: #626161;
}

    .schJieSec2Txt span {
        color: #C5181A;
        float: left;
        display: block;
        width: 85px;
        text-align: justify;
        margin-right: 20px;
    }

        .schJieSec2Txt span:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

    .schJieSec2Txt h5 {
        font-weight: 400;
        margin: 0;
        float: left;
        line-height: 50px;
        font-size: 16px;
        width: 80%;
    }
/*school-jiejian.html*/


/*signUpSuccess.html*/

.sus{
    padding-top: 1px;
}
.susImg {
    width:180px;
    margin: 50px auto 0;
}
.susImg img{
    width: 100%;
}

.sueTxt{
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}
.susBtn {
    background: #C6181A;
    width: 370px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 215px;
    margin-top: 80px;
    line-height: 50px;
    margin: 50px auto 0;
}



/*signUpSuccess.html*/



