/*
==================================================

    CSS File Name - index.scss
    Last-updated: 2018-04-08

==================================================
*/
/*
==================================================

    CSS File Name - variable.css
    Last-updated: 2016-05-18

    +1: Media queries breakpoints
    +2: Grid system
    +3: Colors

==================================================
*/
/*--------------------------------------------------
    +1: variables
==================================================*/
/*--------------------------------------------------
    +2: Grid system
==================================================*/
/*--------------------------------------------------
    +3: Navbar
==================================================*/
/*--------------------------------------------------
    +3: Colors
==================================================*/
/*
==================================================

    CSS File Name - mixins.css
    Last-updated: 2016-05-26

    +1: Framework grid generation
    +2: Grid system
    +3: Responsive utilities
    +4: Clearfix
    +5: Layout

==================================================
*/
/*--------------------------------------------------
    +1: Framework grid generation
==================================================*/
/*--------------------------------------------------
    +2: Grid system
==================================================*/
/*--------------------------------------------------
    +3: Responsive utilities
==================================================*/
/*--------------------------------------------------
    +4: Clearfix
==================================================*/
/*--------------------------------------------------
    +5: Layout
==================================================*/
body {
    background: #fff9fa;
    font: 500 14px "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input::-webkit-input-placeholder {
    color: #b6b6b6;
}

.wrap {
    padding-top: 76px;
}

.container {
    width: 1150px;
    background-color: transparent;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: 14px 0;
    background: url("../img/bgi-header.png") repeat-x 50% 0;
}

.header h1 {
    display: inline-block;
    margin: 0;
}

.header ul {
    display: inline-block;
    width: 60%;
    text-align: center;
}

.header ul li {
    display: inline-block;
    font-size: 20px;
}

.header ul li a {
    display: block;
    padding: 0 27px;
    color: #2f2f2f;
}

.header ul li.active a {
    color: #a01a28;
}

.header p {
    float: right;
    display: inline-block;
    padding: 14px 32px;
    background-color: #a01a28;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.main {
    background: url("../img/bgi-section.png");
    font-size: 22px;
    color: #a01a28;
    text-align: center;
}

.main h1 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6667;
}

.main h1 img {
    position: relative;
    bottom: 2px;
    margin: 0 8px;
}

.main p {
    display: inline-block;
    margin-bottom: 45px;
    line-height: 1.8571;
    text-align: left;
}

.main p span {
    line-height: 2.8571;
}

.main ul {
    padding-bottom: 75px;
}

.main ul li {
    display: inline-block;
    width: 168px;
    margin: 0 46px;
    padding: 28px 0;
    line-height: 1;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 5px 24px rgba(165, 26, 41, 0.67);
    -moz-box-shadow: 3px 5px 24px rgba(165, 26, 41, 0.67);
    box-shadow: 3px 5px 24px rgba(165, 26, 41, 0.67);
}

.main ul li i {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 32px;
    background: no-repeat 50% 50%;
}

.main ul li.menu-1 {
    background-color: #ff6c00;
    background-image: -webkit-linear-gradient(15deg, #ff6c00, #ffc10b);
    background-image: linear-gradient(15deg, #ff6c00, #ffc10b);
}

.main ul li.menu-1 i {
    background-image: url("../img/icon-1.png");
}

.main ul li.menu-2 {
    background-color: #c82435;
    background-image: -webkit-linear-gradient(15deg, #c82435, #fe7e90);
    background-image: linear-gradient(15deg, #c82435, #fe7e90);
}

.main ul li.menu-2 i {
    background-image: url("../img/icon-2.png");
}

.main ul li.menu-3 {
    background-color: #3ca0fe;
    background-image: -webkit-linear-gradient(15deg, #3ca0fe, #55d9ff);
    background-image: linear-gradient(15deg, #3ca0fe, #55d9ff);
}

.main ul li.menu-3 i {
    background-image: url("../img/icon-3.png");
}

.main ul li.menu-4 {
    background-color: #B04FFF;
    background-image: -webkit-linear-gradient(15deg, #B04FFF, #C370FF);
    background-image: linear-gradient(15deg, #B04FFF, #C370FF);
}

.main ul li.menu-4 i {
    background-image: url("../img/icon-4.png");
}

.main .main-inner {
    padding-top: 532px;
    background: url("../img/pc_banner.png") no-repeat 50% 0;
}

.section h2 {
    margin: 80px 0 36px;
    padding-left: 30px;
    font-size: 32px;
    border-left: 11px solid #a01a28;
    color: #0b0b0b;
}


.section h2 small {
    margin-left: 60px;
    font-size: 22px;
    color: #0b0b0b;
}

.section .content p {
    padding-left: 43px;
    font-size: 22px;
}

.section .content p.list {
    position: relative;
    padding-left: 34px;
    /*background: url("../img/icon-double-arrow-right.png") no-repeat 4px 7px;*/
}

p.list.icon{
    background: url("../img/icon-double-arrow-right.png") no-repeat 4px 7px;
}

.section img {
    max-width: 100%;
}

.section.tag.school{
    /*background-color: #FFF9F9;*/
}

.section.major .type {
    margin: 0 -15px;
    padding: 45px 0 0;
    text-align: center;
}

.section.major .type li {
    display: inline-block;
    width: 174px;
    margin: 0 5px;
    padding: 20px 0;
    background-color: #ffc3cc;
    font-size: 22px;
}

.section.major .type li i {
    content: '';
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: no-repeat 50% 50%;
}

.section.major .type li:nth-child(even) {
    background-color: #ffdbe0;
}

.section.major .type li.type-1 i {
    background-image: url("../img/icon-type-1.png");
}

.section.major .type li.type-2 i {
    background-image: url("../img/icon-type-2.png");
}

.section.major .type li.type-3 i {
    background-image: url("../img/icon-type-3.png");
}

.section.major .type li.type-4 i {
    background-image: url("../img/icon-type-4.png");
}

.section.major .type li.type-5 i {
    background-image: url("../img/icon-type-5.png");
}

.section.major .type li.type-6 i {
    background-image: url("../img/icon-type-6.png");
}

.section.school p {
    padding-left: 0;
}

.section.school p.list {
    /*margin-top: 4.5333vw;*/
    font-size: 22px;
}

.section.welfare .ms {
    margin-bottom: 0;
    padding: 54px 0;
    text-align: center;
}

.section.procedure {
    padding-top: 237px;
    background: url("../img/bgi-section-2.png") no-repeat 50% 0;
    font-size: 22px;
}

.section.procedure .bg-procedure {
    width: 77.7491%;
    padding: 1px 15px;
    background-color: #fff;
}

.section.procedure p {
    margin-bottom: 35px;
    line-height: 1.8;
}

.section.procedure p.list {
    margin: 0 0 10px 8px;
    line-height: 1.45;
    color: #a01a28;
}

.section.procedure p.item {
    font-size: 20px;
    font-weight: 500;
}

.section.advantage {
    padding-bottom: 60px;
}

.section.advantage dl {
    position: relative;
    margin-bottom: 20px;
}

.section.advantage dl dt {
    position: absolute;
    top: 0;
    width: 140PX;
    height: 140PX;
}

.section.advantage dl dt img {
    width: 100%;
}

.section.advantage dl dd {
    padding-top: 40px;
    font-size: 20px;
    line-height: 1.6667;
}

.section.advantage dl:first-child {
    padding-left: 180px;
}

.section.advantage dl:first-child dt {
    left: 28px;
}

.section.advantage dl:first-child dd {
    padding-right: 20px;
}

.section.advantage dl:last-child {
    padding-right: 180px;
}

.section.advantage dl:last-child dt {
    right: 28px;
}

.section.advantage dl:last-child dd {
    padding-left: 70px;
}

.section.signForm {
    background-image: url("../img/bgi-section.png");
    font-size: 22px;
}

.section.signForm .content {
    padding-bottom: 120px;
}

.section.signForm .content p strong {
    color: #a01a28;
}

.section.signForm .content .tip {
    position: relative;
    margin-bottom: 40px;
    padding-left: 83px;
    line-height: 1.5384;
    overflow: hidden;
}

.section.signForm .content .tip dt {
    position: absolute;
    left: 43px;
    color: #a01a28;
}

.section.signForm .content .tip strong {
    color: #a01a28;
}

.section.signForm .content .form {
    padding: 70px 0;
    background-color: #fff;
    color: #4b4b4b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.section.signForm .content .form input,
.section.signForm .content .form select {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: none;
    font-weight: 500;
    font-size: 20px;
    outline: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.section.signForm .content .form .form-item {
    width: 630px;
    margin: 0 auto;
    padding: 10px 0;
}

.section.signForm .content .form .form-item .form-label {
    display: inline-block;
    width: 118px;
    padding-right: 20px;
    font-weight: 500;
    text-align: right;
    line-height: 1;
}

.section.signForm .content .form .form-item .form-input {
    display: inline-block;
    width: 400px;
    border: 1px solid #d5d5d5;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.section.signForm .content .form .form-item .form-radio {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.section.signForm .content .form .form-item .form-radio label {
    position: relative;
    display: inline-block;
    margin: 0 24px 0 0;
    padding: 5px 0;
    font-weight: 500;
    font-size: 22px;
    overflow: hidden;
    cursor: pointer;
}

.section.signForm .content .form .form-item .form-radio label input {
    position: absolute;
    top: -100%;
    left: -100%;
}

.section.signForm .content .form .form-item .form-radio label input + i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    padding: 2px;
    background-color: #d5d5d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.section.signForm .content .form .form-item .form-radio label input + i em {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.section.signForm .content .form .form-item .form-radio label input:checked + i {
    background-color: #a01a28;
}

.section.signForm .content .form .form-item .form-radio label input:checked + i em {
    background-color: #a01a28;
}

.section.signForm .content .form .form-item .form-message {
    display: none;
}

.section.signForm .content .form .form-item.form-error {
    position: relative;
}

.section.signForm .content .form .form-item.form-error .form-message {
    position: absolute;
    left: 550px;
    display: inline-block;
    color: #ff2030;
    white-space: nowrap;
}

.section.signForm .content .form .form-item.form-error .form-message:before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.425em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAARVBMVEUAAAD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDD/IDDWCNRbAAAAFnRSTlMAIKqNEfDs29LPyJaCZko6DRefWp6EcJLMKgAAALRJREFUKM99ktsOhCAMRMtF7oqgzv9/6mbXbawJoU8NB+i0HeKoJi3Akkyld2wR8Dpn7YG4CbBruKLuXBUHvTNpAd0+F21HaP83ASu9YkW432kmkumfAnQ+OQ7OTny1RGe5JtC4notEFYWvKkBxXlDJQD1I5oaSpxEin2jRY6QXQh6jjAmafChlkDEkZLB4DiFetkzXRaJlOSgLWDmo8Xg7tslSJqtkA5zSACdCm9hmbraJRT+G+Qsz09qS9QAAAABJRU5ErkJggg==") no-repeat 0 0;
    vertical-align: middle;
}

.section.signForm .content .form .form-item.form-error .form-input {
    border-color: #ff2030;
}

.section.signForm .content .form .submit {
    padding-top: 50px;
    text-align: center;
}

.section.signForm .content .form .submit button {
    display: inline-block;
    padding: 18px 145px;
    background-color: #a51a29;
    border: none;
    font-size: 24px;
    color: #fff;
    outline: none;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
    border-radius: 6vw;
}

/*侧边栏*/
.sidebar-wapper {
    position: fixed;
    right: 2%;
    width: 66px;
    top: 50%;
    z-index: 10;
    text-align: center;
}

.sidebar-wapper > div {
    width: 66px;
    height: 66px;
    background: #d1213b;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s linear;
    position: relative;
}

.sidebar-wapper > div > p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 3px;
}

.sidebar-wapper > div:hover {
    background: #f5a3a3;
}

.sidebar-wapper > div:nth-of-type(1) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-wapper > div:nth-of-type(2) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.sidebar-wapper > div:nth-of-type(3) {
    margin-top: 26px;
}

.wx-img {
    padding-top: 18px;
}

.top-img {
    padding-top: 25px;
}

.pic-wapper {
    display: none;
    width: 204px;
    height: 237px;
    font-size: 20px;
    color: #333;
    position: absolute;
    background: #fff;
    text-align: center;
    top: 0;
    right: 66px;
    box-shadow: -2px 2px 5px 2px #ebebeb;
}

.pic-wapper img {
    width: 100%;
}

.none {
    display: none;
}