nav {
    height: 60px;
    background-color: #505152;
}

nav .w .list li {
    line-height: 60px;
    float: left;
    padding: 0 20px;
}

nav .w .list li.current {
    background-color: #616263;
}

nav .w .list li.current a {
    font-weight: 700;
}

nav .w .list li a {
    color: white;
    display: block;
}

nav .w .search_box {
    width: 218px;
    height: 41px;
    background: #616263;
    border-radius: 21px;
    float: right;
    margin-top: 10px;
    position: relative;
}

nav .w .search_box input {
    height: 41px;
    padding-left: 18px;
    background: transparent;
    font-size: 14px;
    color: white;
}

nav .w .search_box input::-moz-placeholder {
    color: #999;
}

nav .w .search_box input:-ms-input-placeholder {
    color: #999;
}

nav .w .search_box input::-webkit-input-placeholder {
    color: #999;
}

nav .w .search_box input:-moz-placeholder {
    color: #999;
}

nav .w .search_box input::-moz-placeholder {
    color: #999;
}

nav .w .search_box i {
    width: 23px;
    height: 22px;
    background: url("../images/i5.png");
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

header {
    height: 122px;
    line-height: 122px;
}

header .fr .big {
    font-size: 18px;
    color: #4b5765;
    margin-right: 24px;
    font-weight: 700;
}

header .fr .big img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

header .fr .s {
    font-size: 14px;
    color: #999;
}

header .fr span:nth-child(2) img,
header .fr span:nth-child(3) img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

header .fr span:nth-child(2) {
    margin-right: 24px;
    position: relative;
}

header .fr span:nth-child(2):after {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #eee;
    position: absolute;
    right: -14px;
    top: 4px;
}

.professional_analysis .w {
    height: 50px;
    border: 1px solid #eee;
}

.professional_analysis .w .title {
    display: inline-block;
    float: left;
    width: 94px;
    height: 48px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #fef1ed;
    color: #F0754B;
    border-radius: 4px 0px 0px 4px;
}

.professional_analysis .w .list {
    float: left;
    position: relative;
    top: -1px;
}

.professional_analysis .w .list li {
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
}

.professional_analysis .w .list li:last-child:after {
    display: none;
}

.professional_analysis .w .list li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #dddddd;
    position: absolute;
    right: 0px;
    top: 17px;
}

.professional_analysis .w .list li a {
    font-size: 14px;
    color: #666;
}

.professional_analysis .w .list li a:hover {
    color: #F0754B;
}

.professional_analysis .w .r_btn {
    float: right;
    display: inline-block;
    width: 290px;
    height: 50px;
    line-height: 50px;
    background: url("../images/bg1.png");
    position: relative;
    top: -2px;
    right: -1px;
    color: white;
    padding-left: 48px;
}

.professional_analysis .w .r_btn i {
    width: 21px;
    height: 14px;
    background: url("../images/i1.png") no-repeat;
    position: absolute;
    right: 46px;
    top: 19px;
}

section.introduce {
    padding: 20px 0;
}

section.introduce .w>a {
    transition: all .2s;
}

section.introduce .w>a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

section.introduce .fl {
    width: 580px;
    height: 150px;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding: 25px 0 0 43px;
    position: relative;
}

section.introduce .fl:after {
    content: "";
    width: 28px;
    height: 28px;
    background: #8aba46;
    position: absolute;
    left: 30px;
    top: 25px;
    z-index: 1;
}

section.introduce .fl .title {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    z-index: 2;
    position: relative;
}

section.introduce .fl ul {
    float: right;
    padding-top: 16px;
    padding-right: 10px;
}

section.introduce .fl ul li {
    margin-right: 40px;
    width: 56px;
    text-align: center;
    float: left;
}

section.introduce .fl ul li .imgbox {
    height: 30px;
}

section.introduce .fl ul li .txt {
    margin-top: 6px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

section.introduce .fr {
    width: 580px;
    height: 150px;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    position: relative;
}

section.introduce .fr:after {
    content: "";
    width: 28px;
    height: 28px;
    background: #ed9121;
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 1;
}

section.introduce .fr .title {
    font-size: 20px;
    color: #666;
    position: absolute;
    bottom: 26px;
    right: 48px;
    font-weight: 700;
    z-index: 2;
}

section.introduce .fr ul {
    padding: 26px 0 0 30px;
}

section.introduce .fr ul li {
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

section.introduce .fr ul li .imgbox {
    text-align: center;
    width: 44px;
    float: left;
}

section.introduce .fr ul li .imgbox img {
    position: relative;
    top: -2px;
}

section.introduce .fr ul li .b {
    font-size: 16px;
    color: #666;
    margin-right: 19px;
    float: left;
}

section.introduce .fr ul li .intro {
    float: left;
    font-size: 12px;
    color: #afafaf;
}

.homepage {
    padding-bottom: 34px;
}

.homepage .section1 .appointment {
    float: left;
    width: 380px;
    height: 440px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.homepage .section1 .appointment .title {
    height: 45px;
    line-height: 44px;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 23px;
    color: #F0754B;
    font-weight: 700;
}

.homepage .section1 .appointment .title .s {
    font-size: 12px;
    color: #999;
    margin-left: 16px;
    font-weight: normal;
}

.homepage .section1 .appointment .list {
    padding: 18px;
    padding-bottom: 10px;
}

.homepage .section1 .appointment .list li {
    margin-bottom: 10px;
}

.homepage .section1 .appointment .list li input {
    width: 342px;
    height: 40px;
    background: #f6f6f6;
    border-radius: 2px;
    padding-left: 12px;
}

.homepage .section1 .appointment .list li input::-moz-placeholder {
    color: #bbb;
}

.homepage .section1 .appointment .list li input:-ms-input-placeholder {
    color: #bbb;
}

.homepage .section1 .appointment .list li input::-webkit-input-placeholder {
    color: #bbb;
}

.homepage .section1 .appointment .list li input:-moz-placeholder {
    color: #bbb;
}

.homepage .section1 .appointment .list li input::-moz-placeholder {
    color: #bbb;
}

.homepage .section1 .appointment .list li input.s {
    width: 202px;
}

.homepage .section1 .appointment .list li img {
    display: block;
    float: right;
    width: 126px;
    height: 40px;
    background: #cdcdcd;
    border-radius: 2px;
    cursor: pointer;
}

.homepage .section1 .appointment .list li .get {
    float: right;
    width: 126px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ff8e67;
    color: #EF754B;
    cursor: pointer;
}

.homepage .section1 .appointment .list li .get.countdown {
    border: 1px solid #ddd;
    background-color: #ddd;
    color: #999;
}

.homepage .section1 .appointment .btn {
    cursor: pointer;
    width: 342px;
    height: 40px;
    line-height: 40px;
    background: #ff8e67;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: white;
}

.homepage .section1 .carousel {
    width: 780px;
    height: 440px;
    float: right;
}

.homepage .section1 .carousel .swiper-slide>img {
    display: block;
    width: 780px;
    height: 440px;
    background-color: #fff;
}

.homepage .section1 .carousel .swiper-slide .under {
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: absolute;
    font-size: 20px;
    color: white;
    padding-left: 22px;
    bottom: 0;
    background-color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.homepage .section1 .carousel .swiper-slide .under .fr ul li {
    float: left;
    width: 80px;
    height: 60px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.homepage .section1 .carousel .swiper-slide .under .fr ul li img {
    cursor: pointer;
}

.homepage .section2>.title {
    font-size: 20px;
    color: #404040;
    font-weight: 700;
    height: 86px;
    padding-top: 40px;
}

.homepage .section2 .part {
    float: left;
    width: 480px;
    margin-right: 20px;
}

.homepage .section2 .part .top {
    line-height: 40px;
}

.homepage .section2 .part .top span {
    display: inline-block;
    height: 40px;
    border-bottom: 2px solid #FF8E67;
    font-size: 16px;
    color: #FF8E67;
}

.homepage .section2 .part .top .fr {
    width: 440px;
    height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.homepage .section2 .part .top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.homepage .section2 .part .top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.homepage .section2 .part .top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.homepage .section2 .part .top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.homepage .section2 .part .big {
    height: 121px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.homepage .section2 .part .big img {
    width: 120px;
    height: 80px;
    background-color: #ccc;
    float: left;
    margin-right: 20px;
}

.homepage .section2 .part .big .title {
    width: 340px;
    display: inline-block;
    font-size: 16px;
    color: #404040;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homepage .section2 .part .big .intro {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.homepage .section2 .part .list {
    padding-top: 10px;
}

.homepage .section2 .part .list li {
    line-height: 30px;
}

.homepage .section2 .part .list li .dot {
    color: #999;
}

.homepage .section2 .part .list li .time {
    font-size: 14px;
    color: #bbb;
    float: right;
    margin-right: 10px;
}

.homepage .section2 .part .list li a {
    padding-left: 12px;
    font-size: 14px;
    color: #333;
}

.homepage .section2 .about {
    float: right;
    width: 180px;
}

.homepage .section2 .about .top {
    line-height: 40px;
}

.homepage .section2 .about .top span {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    color: #FF8E67;
    position: relative;
}

.homepage .section2 .about .top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.homepage .section2 .about .top .fr {
    width: 142px;
    border-bottom: 1px solid #eee;
}

.homepage .section2 .about .list {
    padding-top: 20px;
}

.homepage .section2 .about .list li {
    width: 80px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    float: left;
    margin-right: 19px;
    margin-bottom: 12px;
    position: relative;
}

.homepage .section2 .about .list li:nth-child(2n) {
    margin-right: 0;
}

.homepage .section2 .about .list li:hover .hide_box {
    display: block;
}

.homepage .section2 .about .list li a {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.homepage .section2 .about .list li a .txt {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.homepage .section2 .about .list li .hide_box {
    width: 318px;
    height: 160px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: absolute;
    left: -320px;
    top: 0;
    display: none;
    z-index: 2;
}

.homepage .section2 .about .list li .hide_box .title {
    color: white;
    line-height: 46px;
    position: relative;
    padding-left: 20px;
}

.homepage .section2 .about .list li .hide_box .title:after {
    content: "";
    width: 2px;
    height: 7px;
    background-color: #ff8e67;
    position: absolute;
    right: -10px;
    bottom: 4px;
}

.homepage .section2 .about .list li .hide_box .intro {
    height: 66px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 22px;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-align: left;
}

.homepage .section2 .about .list li .hide_box .more {
    font-size: 14px;
    color: #ff8e67;
    float: right;
    margin-right: 20px;
}

.homepage .section2 .about .list li .hide_box .more img {
    margin-left: 6px;
}

.homepage .section3>.title {
    font-size: 20px;
    color: #404040;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
}

.homepage .section3 .part {
    width: 380px;
    float: left;
}

.homepage .section3 .part.mr {
    margin-right: 20px;
}

.homepage .section3 .part .top {
    line-height: 42px;
    position: relative;
}

.homepage .section3 .part .top span {
    display: inline-block;
    height: 42px;
    font-size: 16px;
    color: #FF8E67;
    position: relative;
}

.homepage .section3 .part .top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.homepage .section3 .part .top .fr {
    width: 338px;
    height: 42px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.homepage .section3 .part .tab {
    height: 58px;
    border-bottom: 1px solid #eee;
    padding-top: 16px;
    position: relative;
}

.homepage .section3 .part .tab>li {
    float: left;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-right: 6px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    background-color: #eee;
    border-radius: 13px;
    cursor: pointer;
}

.homepage .section3 .part .tab>li.current {
    background-color: #fdf1ed;
    color: #f1805a;
}

.homepage .section3 .part .tab .other_box {
    display: none;
    width: 380px;
    height: 66px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -66px;
}

.homepage .section3 .part .tab .other_box ul {
    padding: 20px 0 0 10px;
}

.homepage .section3 .part .tab .other_box ul li {
    float: left;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    background-color: #eee;
    border-radius: 13px;
    cursor: pointer;
}

.homepage .section3 .part .tab .other_box ul li.current {
    background-color: #fdf1ed;
    color: #f1805a;
}

.homepage .section3 .part ul.list>li {
    height: 43px;
    border-bottom: 1px solid #eee;
}

.homepage .section3 .part ul.list>li:last-child {
    border-bottom: none;
}

.homepage .section3 .part ul.list>li:hover {
    height: 74px;
}

.homepage .section3 .part ul.list>li:hover .btn {
    float: none;
}

.homepage .section3 .part ul.list>li:hover .title {
    width: 260px;
    display: inline-block;
}

.homepage .section3 .part ul.list>li:hover img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
    margin-top: 12px;
}

.homepage .section3 .part ul.list>li:hover .btn.common {
    margin-top: -3px;
}

.homepage .section3 .part ul.list>li .num {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background-color: #B2C3D3;
    margin-right: 12px;
    margin-top: 12px;
}

.homepage .section3 .part ul.list>li .title {
    font-size: 14px;
    color: #404040;
    line-height: 42px;
}

.homepage .section3 .part ul.list>li img {
    display: none;
}

.homepage .section3 .part ul.list>li .btn {
    float: right;
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.homepage .section3 .part ul.list>li .btn:hover {
    border: 1px solid #FF8E67;
    color: #FF8E67;
}

.homepage .section3 .part ul.list>li .btn.common {
    margin-top: 8px;
}

.homepage .section3 .part ul.list li:nth-child(1) .num,
.homepage .section3 .part ul.list li:nth-child(2) .num {
    background-color: #f5776b;
}

.homepage main {
    padding-top: 36px;
}

.homepage main .fl .part1 {
    width: 780px;
    height: 220px;
    background: url("../images/bg3.png");
    padding-left: 240px;
    position: relative;
    margin-bottom: 30px;
}

.homepage main .fl .part1 .title {
    font-size: 24px;
    line-height: 36px;
    color: white;
    width: 144px;
    position: absolute;
    left: 38px;
    top: 44%;
    transform: translateY(-50%);
}

.homepage main .fl .part1 ul {
    padding-top: 10px;
}

.homepage main .fl .part1 ul li {
    width: 170px;
    height: 100px;
    float: left;
    border-bottom: 1px solid #ffa383;
    border-right: 1px solid #ffa383;
}

.homepage main .fl .part1 ul li:nth-child(3n) {
    border-right: none;
}

.homepage main .fl .part1 ul li:nth-child(3n)~li {
    border-bottom: none;
}

.homepage main .fl .part1 ul li a {
    display: block;
    text-align: center;
}

.homepage main .fl .part1 ul li a .imgbox {
    height: 60px;
    line-height: 60px;
}

.homepage main .fl .part1 ul li a .text {
    margin-top: 4px;
    font-size: 16px;
    color: white;
}

.homepage main .fl .part2 {
    width: 780px;
    height: 230px;
    background: url("../images/bg4.png");
    position: relative;
}

.homepage main .fl .part2 ul {
    padding-left: 26px;
}

.homepage main .fl .part2 ul li {
    width: 79px;
    float: left;
    text-align: center;
}

.homepage main .fl .part2 ul li:nth-child(odd) {
    padding-top: 56px;
}

.homepage main .fl .part2 ul li:nth-child(even) {
    padding-top: 156px;
}

.homepage main .fl .part2 ul li a {
    color: white;
}

.homepage main .fl .part2 .r_box {
    height: 192px;
    width: 158px;
    position: absolute;
    right: 0;
    top: 22px;
    border-left: 1px solid #80b5eb;
    text-align: center;
    padding-top: 50px;
}

.homepage main .fl .part2 .r_box .title {
    font-size: 24px;
    color: white;
}

.homepage main .fl .part2 .r_box .s {
    font-size: 14px;
    line-height: 24px;
    color: #d2e6f8;
    width: 100px;
    margin: 10px auto;
}

.homepage main .fl .part3 {
    width: 780px;
    position: relative;
    margin-bottom: 18px;
}

.homepage main .fl .part3 .title {
    font-size: 20px;
    color: #404040;
    font-weight: 700;
    position: absolute;
    line-height: 80px;
    z-index: 2;
    width: 730px;
}

.homepage main .fl .part3 .swiper-container {
    height: 270px;
    padding-top: 80px;
}

.homepage main .fl .part3 .swiper-container .swiper-pagination {
    height: 50px;
    top: 22px;
    text-align: right;
}

.homepage main .fl .part3 .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF8E67;
    position: relative;
}

.homepage main .fl .part3 .swiper-slide {
    width: 780px;
}

.homepage main .fl .part3 .swiper-slide .student_list {
    overflow: hidden;
}

.homepage main .fl .part3 .swiper-slide .student_list li {
    margin-right: 20px;
    float: left;
}

.homepage main .fl .part3 .swiper-slide .student_list li:last-child {
    margin-right: 0;
}

.homepage main .fl .part3 .swiper-slide .student_list li a {
    display: block;
}

.homepage main .fl .part3 .swiper-slide .student_list li a:hover .intro {
    bottom: 0;
}

.homepage main .fl .part3 .swiper-slide .student_list li a img {
    display: inline-block;
    width: 180px;
    height: 192px;
    background-color: #ccc;
}

.homepage main .fl .part3 .swiper-slide .student_list li a .intro {
    width: 180px;
    transition: all .2s ease;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: -60px;
    padding-left: 10px;
    color: white;
}

.homepage main .fl .part3 .swiper-slide .student_list li a .intro .name {
    float: left;
    font-size: 18px;
}

.homepage main .fl .part3 .swiper-slide .student_list li a .intro .info {
    margin-top: 10px;
    width: 104px;
    float: right;
    font-size: 14px;
    color: white;
    line-height: 23px;
}

.homepage main .fl .part5 {
    width: 780px;
}

.homepage main .fl .part5 .title {
    font-size: 20px;
    color: #404040;
    font-weight: 700;
    line-height: 80px;
}

.homepage main .fl .part5 .imgs {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-bottom: 20px;
}

.homepage main .fl .part5 .imgs img {
    float: left;
    width: 120px;
    height: 50px;
    background-color: #ccc;
    margin-right: 35px;
}

.homepage main .fl .part5 .links {
    padding-top: 14px;
}

.homepage main .fl .part5 .links a {
    font-size: 14px;
    color: #999;
    float: left;
    margin-right: 26px;
    margin-bottom: 14px;
}

.homepage main .fr .part1 {
    margin-bottom: 24px;
}

.homepage main .fr .part1 .top {
    height: 40px;
    width: 380px;
    line-height: 40px;
    position: relative;
    margin-top: -10px;
}

.homepage main .fr .part1 .top span {
    height: 40px;
    font-size: 20px;
    position: relative;
    color: #F0754b;
    float: left;
}

.homepage main .fr .part1 .top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.homepage main .fr .part1 .top .fr {
    width: 345px;
    height: 40px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.homepage main .fr .part1 .top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.homepage main .fr .part1 .top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.homepage main .fr .part1 .top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.homepage main .fr .part1 .top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.homepage main .fr .part1 .list {
    padding-top: 10px;
}

.homepage main .fr .part1 .list li {
    line-height: 30px;
}

.homepage main .fr .part1 .list li .dot {
    color: #999;
}

.homepage main .fr .part1 .list li .time {
    font-size: 14px;
    color: #bbb;
    float: right;
    margin-right: 10px;
}

.homepage main .fr .part1 .list li a {
    padding-left: 12px;
    font-size: 14px;
    color: #333;
}

.homepage main .fr .part2 img {
    width: 380px;
    height: 232px;
}

.homepage main .fr .part3>.top,
.homepage main .fr .part4>.top,
.homepage main .fr .part5>.top {
    overflow: hidden;
    height: 56px;
    width: 380px;
    line-height: 64px;
    position: relative;
}

.homepage main .fr .part3>.top span,
.homepage main .fr .part4>.top span,
.homepage main .fr .part5>.top span {
    height: 56px;
    font-size: 20px;
    position: relative;
    color: #F0754b;
    float: left;
}

.homepage main .fr .part3>.top span:after,
.homepage main .fr .part4>.top span:after,
.homepage main .fr .part5>.top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.homepage main .fr .part3>.top .fr,
.homepage main .fr .part4>.top .fr,
.homepage main .fr .part5>.top .fr {
    width: 345px;
    height: 56px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.homepage main .fr .part3>.top .fr .intro,
.homepage main .fr .part4>.top .fr .intro,
.homepage main .fr .part5>.top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.homepage main .fr .part3>.top .fr .intro.sp:before,
.homepage main .fr .part4>.top .fr .intro.sp:before,
.homepage main .fr .part5>.top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.homepage main .fr .part3>.top .fr .more,
.homepage main .fr .part4>.top .fr .more,
.homepage main .fr .part5>.top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.homepage main .fr .part3>.top .fr .more img,
.homepage main .fr .part4>.top .fr .more img,
.homepage main .fr .part5>.top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.homepage main .fr .part3 {
    width: 380px;
}

.homepage main .fr .part3 ul {
    padding-top: 18px;
}

.homepage main .fr .part3 ul li {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8aba46;
    border-radius: 4px;
    float: left;
    margin-right: 19px;
    margin-bottom: 12px;
}

.homepage main .fr .part3 ul li:nth-child(2n) {
    margin-right: 0;
}

.homepage main .fr .part3 ul li a {
    display: block;
    color: white;
}

.homepage main .fr .part4 {
    width: 380px;
}

.homepage main .fr .part4 ul {
    padding-top: 19px;
}

.homepage main .fr .part4 ul li {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.homepage main .fr .part4 ul li:hover {
    border: 1px solid #FF8E67;
}

.homepage main .fr .part4 ul li:hover a {
    color: #FF8E67;
}

.homepage main .fr .part4 ul li a {
    display: block;
    font-size: 14px;
    color: #404040;
}

.homepage main .fr .part5 {
    width: 380px;
}

.homepage main .fr .part5 .swiper-slide {
    height: 186px;
}

.homepage main .fr .part5 .swiper-slide .title {
    font-size: 16px;
    color: #f0754b;
    line-height: 60px;
}

.homepage main .fr .part5 .swiper-slide .info {
    padding-bottom: 10px;
    overflow: hidden;
}

.homepage main .fr .part5 .swiper-slide .info li {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666;
}

.homepage main .fr .part5 .swiper-slide .info li img {
    margin-right: 10px;
    transform: scale(1.1);
}

.homepage main .fr .part5 .swiper-slide .address {
    font-size: 14px;
    color: #666;
    padding-left: 22px;
    position: relative;
}

.homepage main .fr .part5 .swiper-slide .address img {
    position: absolute;
    left: 0;
    top: 2px;
}

.homepage main .fr .part5 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF8E67;
}

.homepage main .fr .part5 .btn {
    display: inline-block;
    width: 380px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 10px;
    background: #ff8e67;
    border-radius: 4px;
}

.breadcrumb {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #eee;
}

.breadcrumb.mt {
    margin-top: -20px;
}

.breadcrumb i {
    font-size: 14px;
    color: #999;
    margin: 0 6px;
}

.breadcrumb a {
    font-size: 14px;
    color: #999;
}

.plate_A {
    padding-bottom: 80px;
}

.plate_A .C_links {
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
}

.plate_A .C_links a {
    font-size: 16px;
    color: #999;
    float: left;
    margin-right: 60px;
    padding-left: 20px;
    position: relative;
}

.plate_A .C_links a.current {
    color: #F17B53;
    font-weight: 700;
}

.plate_A .C_links a:nth-child(1):before {
    content: "";
    width: 8px;
    height: 6px;
    background: #ff8e67;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .C_links a:nth-child(2):before {
    content: "";
    width: 8px;
    height: 6px;
    background: #FFC811;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .C_links a:nth-child(3):before {
    content: "";
    width: 8px;
    height: 6px;
    background: #6BC49F;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .C_links a:nth-child(4):before {
    content: "";
    width: 8px;
    height: 6px;
    background: #8FAAD6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .C_links a:nth-child(5):before {
    content: "";
    width: 8px;
    height: 6px;
    background: #67A9FF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .C_links a:nth-child(6):before {
    content: "";
    width: 8px;
    height: 6px;
    background: #FF8E67;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .E_labels {
    background-color: #FAFAFA;
    padding: 18px 20px 8px 20px;
    overflow: hidden;
}

.plate_A .E_labels li {
    float: left;
    height: 30px;
    line-height: 28px;
    padding: 0 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_A .E_labels li a {
    font-size: 14px;
    display: block;
}

.plate_A .E_labels li.current {
    border: 1px solid #FF8E67;
    color: #FF8E67;
}

.plate_A .article_list>li {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.plate_A .article_list>li .top {
    height: 50px;
    line-height: 50px;
}

.plate_A .article_list>li .top a {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.plate_A .article_list>li .top .time {
    font-size: 14px;
    color: #bbb;
    float: right;
}

.plate_A .article_list>li .con img {
    width: 170px;
    height: 116px;
    float: left;
    background-color: #ccc;
    margin-right: 20px;
}

.plate_A .article_list>li .con .intro {
    font-size: 14px;
    color: #878787;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.plate_A .article_list>li>.about .item {
    float: left;
    line-height: 26px;
    margin-right: 30px;
    position: relative;
    font-size: 14px;
}

.plate_A .article_list>li>.about .item:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ddd;
    position: absolute;
    right: -14px;
    top: 6px;
}

.plate_A .article_list>li>.about ul {
    overflow: hidden;
}

.plate_A .article_list>li>.about ul li {
    float: left;
    padding: 0 10px;
    background-color: #FFF1EC;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 26px;
    line-height: 26px;
}

.plate_A .article_list>li>.about ul li a {
    font-size: 14px;
    display: block;
    color: #F38762;
}

.plate_A .E1_list {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.plate_A .E1_list:after {
    content: "";
    width: 1px;
    height: 860px;
    background-color: #EEEEEE;
    position: absolute;
    left: 430px;
}

.plate_A .E1_list>li {
    width: 410px;
    float: left;
    margin-right: 40px;
    margin-bottom: 16px;
}

.plate_A .E1_list>li:nth-child(2n) {
    margin-right: 0;
}

.plate_A .E1_list>li .time {
    padding-left: 32px;
    font-size: 14px;
    color: #bbb;
    position: relative;
    margin: 12px 0;
}

.plate_A .E1_list>li .time:before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .E1_list>li .con img {
    width: 120px;
    height: 82px;
    float: left;
    background-color: #ccc;
    margin-right: 20px;
}

.plate_A .E1_list>li .con a.title {
    display: inline-block;
    width: 260px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #333;
    font-weight: 700;
    margin-top: -4px;
}

.plate_A .E1_list>li .con .intro {
    width: 260px;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.plate_A .w .fl {
    width: 280px;
}

.plate_A .w .fl .common_top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.plate_A .w .fl .common_top span {
    height: 46px;
    font-size: 16px;
    position: relative;
    color: #F0754b;
    float: left;
}

.plate_A .w .fl .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .w .fl .common_top .fr {
    width: 820px;
    height: 46px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_A .w .fl .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .w .fl .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .w .fl .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .w .fl .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .w .fl .analysis {
    margin-bottom: 10px;
}

.plate_A .w .fl .analysis .title {
    line-height: 58px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.plate_A .w .fl .analysis .list li {
    line-height: 36px;
}

.plate_A .w .fl .analysis .list li.current a {
    color: #F0754B;
}

.plate_A .w .fl .analysis .list li a {
    font-size: 16px;
    color: #999;
}

.plate_A .w .fl .analysis .list li a:hover {
    color: #F0754B;
}

.plate_A .w .fl .popular_courses {
    margin-bottom: 20px;
}

.plate_A .w .fl .popular_courses .list li {
    height: 94px;
    border-bottom: 1px solid #eee;
    padding: 19px 0;
}

.plate_A .w .fl .popular_courses .list li a {
    display: block;
}

.plate_A .w .fl .popular_courses .list li a img {
    float: left;
    width: 80px;
    height: 56px;
    background-color: #ccc;
    margin-right: 10px;
}

.plate_A .w .fl .popular_courses .list li a .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-pagination {
    bottom: 0;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-container {
    height: 270px;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-slide {
    height: 186px;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-slide .title {
    font-size: 16px;
    color: #f0754b;
    line-height: 60px;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-slide .info {
    padding-bottom: 10px;
    overflow: hidden;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-slide .info li {
    font-size: 14px;
    color: #666;
    padding-left: 26px;
    position: relative;
    margin-bottom: 16px;
    line-height: 24px;
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-slide .info li img {
    position: absolute;
    left: 0;
    top: 5px;
    transform: scale(1.1);
}

.plate_A .w .fl .contact_us .contact_carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF8E67;
}

.plate_A .w .fl .contact_us .contact_carousel .btn {
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 20px;
    background: #ff8e67;
    border-radius: 4px;
}

.plate_A .w .fl .hot_label ul {
    padding: 18px 0 10px 0;
}

.plate_A .w .fl .hot_label ul li {
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_A .w .fl .hot_label ul li:hover {
    border: 1px solid #FF8E67;
}

.plate_A .w .fl .hot_label ul li:hover a {
    color: #FF8E67;
}

.plate_A .w .fl .hot_label ul li a {
    display: block;
    font-size: 14px;
    color: #404040;
}

.plate_A .w .fr {
    width: 860px;
}

.plate_A .w .fr.pt {
    padding-top: 20px;
}

.plate_A .w .fr .common_top {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.plate_A .w .fr .common_top span {
    height: 50px;
    font-size: 20px;
    position: relative;
    color: #404040;
    float: left;
    font-weight: 700;
}

.plate_A .w .fr .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .w .fr .common_top .fr {
    width: 820px;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_A .w .fr .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .w .fr .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .w .fr .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .w .fr .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .w .fr .banner {
    margin-bottom: 14px;
    position: relative;
}

.plate_A .w .fr .banner .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
}

.plate_A .w .fr .part1 {
    margin-bottom: 20px;
}

.plate_A .w .fr .part1 .text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 18px;
}

.plate_A .w .fr .part2 {
    margin-bottom: 20px;
}

.plate_A .w .fr .part2 .list {
    padding-top: 16px;
    overflow: hidden;
    position: relative;
}

.plate_A .w .fr .part2 .list:after {
    content: "";
    background-color: #eee;
    width: 1px;
    height: 494px;
    position: absolute;
    left: 47%;
}

.plate_A .w .fr .part2 .list>li {
    width: 50%;
    float: left;
    margin-bottom: 22px;
}

.plate_A .w .fr .part2 .list>li a.title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 40px;
}

.plate_A .w .fr .part2 .list>li .con {
    overflow: hidden;
    position: relative;
    padding-right: 60px;
}

.plate_A .w .fr .part2 .list>li .con>img {
    float: left;
    width: 150px;
    height: 112.5px;
    background-color: #ccc;
    margin-right: 15px;
}

.plate_A .w .fr .part2 .list>li .con .intro {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
}

.plate_A .w .fr .part2 .list>li .con .go {
    position: absolute;
    bottom: 0;
}

.plate_A .w .fr .part3 .big>li {
    margin-bottom: 30px;
    padding-top: 30px;
}

.plate_A .w .fr .part3 .big>li .questions {
    padding-left: 90px;
    position: relative;
}

.plate_A .w .fr .part3 .big>li .questions .item {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.plate_A .w .fr .part3 .big>li .questions .user_info {
    overflow: hidden;
}

.plate_A .w .fr .part3 .big>li .questions .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

.plate_A .w .fr .part3 .big>li .questions .user_info .name {
    font-size: 14px;
    color: #333;
    position: relative;
    top: -2px;
    margin-bottom: 2px;
}

.plate_A .w .fr .part3 .big>li .questions .user_info .time {
    font-size: 12px;
    color: #bbb;
}

.plate_A .w .fr .part3 .big>li .questions .text {
    font-size: 16px;
    color: #f0754b;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.plate_A .w .fr .part3 .big>li .answer {
    padding-top: 16px;
    padding-left: 90px;
    position: relative;
}

.plate_A .w .fr .part3 .big>li .answer .item {
    font-size: 20px;
    color: #6bc49f;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.plate_A .w .fr .part3 .big>li .answer .user_info {
    overflow: hidden;
    margin-bottom: 8px;
}

.plate_A .w .fr .part3 .big>li .answer .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

.plate_A .w .fr .part3 .big>li .answer .user_info .name {
    font-size: 14px;
    color: #333;
    position: relative;
    top: -2px;
    margin-bottom: 2px;
}

.plate_A .w .fr .part3 .big>li .answer .user_info .time {
    font-size: 12px;
    color: #bbb;
}

.plate_A .w .fr .part3 .big>li .answer .text {
    font-size: 16px;
    color: #333;
    padding: 12px 16px;
    background-color: #F6F6F6;
    line-height: 32px;
}

.plate_A .w .fr .want {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #ff8e67;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 17px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.plate_A .w .fr .A2 .title {
    height: 53px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #999;
    padding-left: 20px;
    position: relative;
}

.plate_A .w .fr .A2 .title:before {
    content: "";
    width: 8px;
    height: 6px;
    background: #ff8e67;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_A .w .fr .A2 .form {
    padding: 28px 0 0 150px;
}

.plate_A .w .fr .A2 .form>li {
    margin-bottom: 9px;
    height: 50px;
    position: relative;
}

.plate_A .w .fr .A2 .form>li.require:before {
    content: "*";
    font-size: 18px;
    color: #f77272;
    position: absolute;
    left: -20px;
    top: 0;
}

.plate_A .w .fr .A2 .form>li input {
    width: 440px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 16px;
    font-size: 16px;
    float: left;
}

.plate_A .w .fr .A2 .form>li input::-moz-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li input:-ms-input-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li input::-webkit-input-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li input:-moz-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li input::-moz-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li input.s {
    width: 300px;
}

.plate_A .w .fr .A2 .form>li .box {
    width: 440px;
    height: 50px;
}

.plate_A .w .fr .A2 .form>li .select {
    width: 440px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 16px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.plate_A .w .fr .A2 .form>li .select.s {
    width: 290px;
}

.plate_A .w .fr .A2 .form>li .select .icon_down {
    width: 18px;
    height: 11px;
    background: url("../images/icon_down.png") no-repeat;
    position: absolute;
    right: 16px;
    top: 22px;
}

.plate_A .w .fr .A2 .form>li .select .placeholder {
    font-size: 16px;
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li .select .text {
    font-size: 16px;
    color: #333;
}

.plate_A .w .fr .A2 .form>li .select .options {
    display: none;
    width: 440px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 56px;
    left: -1px;
    z-index: 3;
}

.plate_A .w .fr .A2 .form>li .select .options>li {
    border-bottom: 1px solid #Eee;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding-left: 12px;
    font-size: 16px;
}

.plate_A .w .fr .A2 .form>li .select .options>li:last-child {
    border-bottom: none;
}

.plate_A .w .fr .A2 .form>li .score_box {
    width: 140px;
    height: 50px;
    line-height: 48px;
    border-radius: 2px;
    float: right;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.plate_A .w .fr .A2 .form>li .score_box input {
    width: 90px;
    height: 48px;
    float: left;
    text-align: center;
    margin-right: 8px;
    border: none;
}

.plate_A .w .fr .A2 .form>li .score_box input::-moz-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li .score_box input:-ms-input-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li .score_box input::-webkit-input-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li .score_box input:-moz-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li .score_box input::-moz-placeholder {
    color: #bbb;
}

.plate_A .w .fr .A2 .form>li .verification_code {
    width: 130px;
    height: 50px;
    float: right;
    background-color: #ccc;
}

.plate_A .w .fr .A2 .form>li .get {
    width: 130px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ff8e67;
    color: #ff8e67;
    float: right;
    cursor: pointer;
}

.plate_A .w .fr .A2 .form>li .get.countdown {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    color: #999;
}

.plate_A .w .fr .A2 .form>li .prompt {
    float: left;
    line-height: 50px;
    padding-left: 10px;
    font-size: 12px;
    color: #F77272;
}

.plate_A .w .fr .A2 .end_btn {
    width: 440px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    color: white;
    text-align: center;
    background: #ff8e67;
    border-radius: 2px;
    cursor: pointer;
}

.plate_A .A3 .carousel {
    position: relative;
    border-bottom: 1px solid #eee;
}

.plate_A .A3 .carousel .swiper-container {
    position: relative;
    width: 1000px;
    margin: 30px auto;
}

.plate_A .A3 .carousel .swiper-slide {
    -webkit-transition: transform .8s;
    -moz-transition: transform .8s;
    -ms-transition: transform .8s;
    -o-transition: transform .8s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.plate_A .A3 .carousel .swiper-slide a {
    display: block;
}

.plate_A .A3 .carousel .swiper-slide-active,
.plate_A .A3 .carousel .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.plate_A .A3 .carousel .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.plate_A .A3 .carousel .swiper-slide img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.plate_A .A3 .carousel .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.plate_A .A3 .carousel .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.plate_A .A3 .carousel .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

.plate_A .A3 .carousel .swiper-button-prev {
    width: 21px;
    height: 11px;
    background: url("../images/icon_prev.png");
}

.plate_A .A3 .carousel .swiper-button-prev:hover {
    background: url("../images/icon_next_hover.png");
    transform: rotate(180deg);
}

.plate_A .A3 .carousel .swiper-button-next {
    width: 21px;
    height: 11px;
    background: url("../images/icon_next.png");
}

.plate_A .A3 .carousel .swiper-button-next:hover {
    background: url("../images/icon_next_hover.png");
}

.plate_A .A3 .text {
    width: 888px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.plate_A .A4 .fl {
    width: 860px;
}

.plate_A .A4 .fl .labels {
    padding: 18px 0 10px 0;
    border-bottom: 1px solid #eee;
}

.plate_A .A4 .fl .labels li {
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_A .A4 .fl .labels li:hover {
    border: 1px solid #FF8E67;
}

.plate_A .A4 .fl .labels li:hover a {
    color: #FF8E67;
}

.plate_A .A4 .fl .labels li a {
    display: block;
    font-size: 14px;
    color: #404040;
}

.plate_A .A4 .fl .big>li {
    margin-bottom: 30px;
    padding-top: 30px;
}

.plate_A .A4 .fl .big>li .questions {
    padding-left: 90px;
    position: relative;
}

.plate_A .A4 .fl .big>li .questions .item {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.plate_A .A4 .fl .big>li .questions .user_info {
    overflow: hidden;
}

.plate_A .A4 .fl .big>li .questions .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

.plate_A .A4 .fl .big>li .questions .user_info .name {
    font-size: 14px;
    color: #333;
    position: relative;
    top: -2px;
    margin-bottom: 2px;
}

.plate_A .A4 .fl .big>li .questions .user_info .time {
    font-size: 12px;
    color: #bbb;
}

.plate_A .A4 .fl .big>li .questions .text {
    font-size: 16px;
    color: #f0754b;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.plate_A .A4 .fl .big>li .answer {
    padding-top: 16px;
    padding-left: 90px;
    position: relative;
}

.plate_A .A4 .fl .big>li .answer .item {
    font-size: 20px;
    color: #6bc49f;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.plate_A .A4 .fl .big>li .answer .user_info {
    overflow: hidden;
    margin-bottom: 8px;
}

.plate_A .A4 .fl .big>li .answer .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

.plate_A .A4 .fl .big>li .answer .user_info .name {
    font-size: 14px;
    color: #333;
    position: relative;
    top: -2px;
    margin-bottom: 2px;
}

.plate_A .A4 .fl .big>li .answer .user_info .time {
    font-size: 12px;
    color: #bbb;
}

.plate_A .A4 .fl .big>li .answer .text {
    font-size: 16px;
    color: #333;
    padding: 12px 16px;
    background-color: #F6F6F6;
    line-height: 32px;
}

.plate_A .A4>.r {
    width: 280px;
    padding-top: 6px;
}

.plate_A .A4>.r .common_top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.plate_A .A4>.r .common_top span {
    height: 46px;
    font-size: 16px;
    position: relative;
    color: #F0754b;
    float: left;
}

.plate_A .A4>.r .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #f0754b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .A4>.r .common_top>.fr {
    width: 244px;
    height: 46px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
}

.plate_A .A4>.r .common_top>.fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .A4>.r .common_top>.fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .A4>.r .common_top>.fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .A4>.r .common_top>.fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .A4>.r .part1 .big {
    height: 120px;
    border-bottom: 1px solid #eee;
    padding: 19px 0;
}

.plate_A .A4>.r .part1 .big img {
    width: 120px;
    height: 82px;
    background-color: #ccc;
    float: left;
    margin-right: 10px;
}

.plate_A .A4>.r .part1 .big .title {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
}

.plate_A .A4>.r .part1 .list {
    padding-top: 10px;
}

.plate_A .A4>.r .part1 .list li {
    line-height: 30px;
}

.plate_A .A4>.r .part1 .list li .dot {
    color: #999;
}

.plate_A .A4>.r .part1 .list li .time {
    font-size: 14px;
    color: #bbb;
    float: right;
    margin-right: 10px;
}

.plate_A .A4>.r .part1 .list li a {
    padding-left: 12px;
    font-size: 14px;
    color: #333;
}

.plate_A .A4>.r .part2 {
    margin-bottom: 30px;
}

.plate_A .A4>.r .part2 .big {
    height: 195px;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

.plate_A .A4>.r .part2 .big .box {
    line-height: 40px;
    height: 40px;
}

.plate_A .A4>.r .part2 .big .box .logo {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    float: left;
    margin-right: 9px;
}

.plate_A .A4>.r .part2 .big .box .title {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    float: left;
}

.plate_A .A4>.r .part2 .big .box .hot {
    float: right;
    margin-top: 8px;
}

.plate_A .A4>.r .part2 .big .text {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding: 10px 0 10px 0;
}

.plate_A .A4>.r .part2 .big .btn {
    display: inline-block;
    width: 280px;
    height: 50px;
    background: #75c8a5;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: white;
}

.plate_A .A4>.r .part2 .lists {
    padding-top: 12px;
}

.plate_A .A4>.r .part2 .lists li {
    margin-bottom: 14px;
    line-height: 22px;
}

.plate_A .A4>.r .part2 .lists li a {
    font-size: 16px;
    color: #333;
    padding-left: 12px;
}

.plate_A .A5 {
    padding-top: 30px;
}

.plate_A .A5.p {
    padding: 0px;
}

.plate_A .A5 .l {
    float: left;
    width: 860px;
    overflow: hidden;
}

.plate_A .A5 .l .c .common_top {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.plate_A .A5 .l .c .common_top span {
    height: 50px;
    font-size: 20px;
    position: relative;
    color: #333;
    float: left;
    font-weight: 700;
}

.plate_A .A5 .l .c .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .A5 .l .c .common_top .fr {
    width: 820px;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_A .A5 .l .c .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .A5 .l .c .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .A5 .l .c .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .A5 .l .c .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .A5 .l .c .text {
    margin: 12px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.plate_A .A5 .l .c .tuition {
    margin-bottom: 20px;
}

.plate_A .A5 .l .c .tuition .tab {
    font-size: 0;
    margin: 18px 0;
}

.plate_A .A5 .l .c .tuition .tab li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
    font-size: 14px;
    color: #666;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
}

.plate_A .A5 .l .c .tuition .tab li.current {
    color: #F17950;
}

.plate_A .A5 .l .c .tuition .tab li:last-child:after {
    display: none;
}

.plate_A .A5 .l .c .tuition .tab li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    top: 12px;
}

.plate_A .A5 .l .c .tuition .tabContent>li {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.plate_A .A5 .l .c .tuition .tabContent>li.current {
    display: block;
}

.plate_A .A5 .l .c .about .common_top {
    height: 42px;
    line-height: 42px;
    position: relative;
}

.plate_A .A5 .l .c .about .common_top span {
    height: 42px;
    font-size: 16px;
    position: relative;
    color: #f0754b;
    float: left;
    font-weight: 700;
}

.plate_A .A5 .l .c .necessities {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.plate_A .A5 .l .c .necessities>li {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.plate_A .A5 .l .c .necessities>li a {
    height: 200px;
    padding-top: 64px;
    display: block;
}

.plate_A .A5 .l .c .necessities>li .en {
    font-size: 8px;
    color: #eee;
}

.plate_A .A5 .l .c .necessities>li .title {
    font-size: 30px;
    color: white;
    position: relative;
}

.plate_A .A5 .l .c .necessities>li .title:after {
    content: "";
    width: 8px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.plate_A .A5 .l .c .necessities>li:nth-child(1) {
    background: url("../images/bg8.png");
}

.plate_A .A5 .l .c .necessities>li:nth-child(2) {
    background: url("../images/bg9.png");
}

.plate_A .A5 .l .c .necessities>li:nth-child(3) {
    background: url("../images/bg10.png");
}

.plate_A .A5 .l .c .necessities>li:nth-child(4) {
    background: url("../images/bg11.png");
    margin-right: 0;
}

.plate_A .A5 .l .c .appointment {
    margin-top: 30px;
    width: 860px;
    height: 160px;
    background: url("../images/appointment_banner_bg.png");
    padding: 40px 0 0 30px;
    position: relative;
}

.plate_A .A5 .l .c .appointment .title {
    font-size: 30px;
    color: white;
}

.plate_A .A5 .l .c .appointment .s {
    font-size: 16px;
    color: #f8f8f8;
    margin-top: 6px;
}

.plate_A .A5 .l .c .appointment .btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    right: 75px;
    top: 62px;
    text-align: center;
    font-size: 16px;
    color: #f1764c;
}

.plate_A .A5 .l .c .condition {
    padding-bottom: 20px;
}

.plate_A .A5 .l .c .condition .tab {
    float: right;
    margin: 18px 0;
}

.plate_A .A5 .l .c .condition .tab>li {
    height: 40px;
    line-height: 40px;
    background-color: #fafafa;
    padding: 0 20px;
    float: left;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.plate_A .A5 .l .c .condition .tab>li.current {
    color: #F17950;
}

.plate_A .A5 .l .c .condition .tab>li:last-child:after {
    display: none;
}

.plate_A .A5 .l .c .condition .tab>li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    top: 12px;
}

.plate_A .A5 .l .c .condition .tabContent>li {
    display: none;
}

.plate_A .A5 .l .c .condition .tabContent>li.current {
    display: block;
}

.plate_A .A5 .l .c .condition .tabContent>li ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.plate_A .A5 .l .c .policy {
    margin-bottom: 20px;
}

.plate_A .A5 .l .c .policy ul li .title {
    line-height: 64px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.plate_A .A5 .l .c .policy ul li .text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.plate_A .A5 .l .c .policy ul li img {
    display: inline-block;
    background-color: #ccc;
    width: 860px;
    height: 200px;
    margin-top: 16px;
}

.plate_A .A5 .l .c .E2>.title {
    font-size: 30px;
    line-height: 42px;
    color: #333;
    font-weight: 700;
    margin: 20px 0 20px 0;
}

.plate_A .A5 .l .c .E2 .infos {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.plate_A .A5 .l .c .E2 .infos .time {
    font-size: 14px;
    color: #999;
    float: left;
    margin-right: 44px;
}

.plate_A .A5 .l .c .E2 .infos .share {
    font-size: 14px;
    color: #999;
}

.plate_A .A5 .l .c .E2 .infos .share li {
    float: left;
    margin-right: 28px;
}

.plate_A .A5 .l .c .E2 .infos .share li:first-child {
    margin-right: 10px;
}

.plate_A .A5 .l .c .E2 .article {
    padding-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.plate_A .A5 .l .c .E2 .labels {
    overflow: hidden;
    padding: 20px 0 10px 0;
}

.plate_A .A5 .l .c .E2 .labels>li {
    float: left;
    height: 26px;
    line-height: 26px;
    background-color: #fff1ec;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_A .A5 .l .c .E2 .labels>li:hover {
    background-color: #FF8E67;
}

.plate_A .A5 .l .c .E2 .labels>li:hover a {
    color: white;
}

.plate_A .A5 .l .c .E2 .labels>li a {
    padding: 0 16px;
    display: block;
    font-size: 14px;
    color: #f17d56;
}

.plate_A .A5 .l .c .E2 .flip {
    height: 94px;
    background-color: #fafafa;
    padding: 18px 0 0 20px;
}

.plate_A .A5 .l .c .E2 .flip>li {
    margin-bottom: 14px;
}

.plate_A .A5 .l .c .E2 .flip>li .item {
    font-size: 16px;
    color: #999;
    float: left;
    margin-right: 48px;
    position: relative;
}

.plate_A .A5 .l .c .E2 .flip>li .item:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #dddddd;
    position: absolute;
    right: -32px;
    top: 4px;
}

.plate_A .A5 .l .c .E2 .flip>li .title {
    font-size: 16px;
    color: #333;
}

.plate_A .A5 .l .c .E2 .flip>li .title:hover {
    color: #F3916F;
}

.plate_A .A5 .l .c .E2 .flip>li .null {
    font-size: 16px;
    color: #bbb;
}

.plate_A .A5 .l .main {
    padding-bottom: 24px;
    border-bottom: 1px dashed #ddd;
}

.plate_A .A5 .l .main>.tab {
    float: left;
    width: 200px;
    background: url("../images/line.png") no-repeat;
    padding-left: 30px;
}

.plate_A .A5 .l .main>.tab li {
    line-height: 22px;
    font-size: 16px;
    color: #404040;
    font-weight: 700;
    margin-bottom: 40px;
    cursor: pointer;
}

.plate_A .A5 .l .main>.tab li.current .num {
    margin-right: 60px;
    color: #FF8E67;
}

.plate_A .A5 .l .main>.tab li.current .num:after {
    content: "";
    width: 22px;
    height: 6px;
    background: #FF8E67;
    position: absolute;
    left: 28px;
    top: 5px;
}

.plate_A .A5 .l .main>.tab li .num {
    font-weight: 700;
    font-size: 12px;
    color: #ccc;
    margin-right: 38px;
    position: relative;
}

.plate_A .A5 .l .main>.tab li .num:after {
    content: "";
    width: 10px;
    height: 3px;
    background: #cccccc;
    position: absolute;
    left: 28px;
    top: 6px;
}

.plate_A .A5 .l .main>.tabContent {
    float: right;
    width: 640px;
    text-align: left;
}

.plate_A .A5 .l .main>.tabContent>li {
    display: none;
}

.plate_A .A5 .l .main>.tabContent>li.current {
    display: block;
}

.plate_A .A5 .l .main>.tabContent>li .text {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-align: left;
}

.plate_A .A5 .l .about {
    padding-top: 10px;
}

.plate_A .A5 .l .about .list {
    padding-top: 18px;
}

.plate_A .A5 .l .about .list li {
    line-height: 24px;
    height: 24px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.plate_A .A5 .l .about .list li:nth-child(odd) {
    padding-right: 20px;
}

.plate_A .A5 .l .about .list li .label {
    float: left;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #fff1ec;
    font-size: 14px;
    font-weight: 700;
    color: #f6a185;
    border-radius: 2px;
    margin-right: 8px;
}

.plate_A .A5 .l .about .list li a {
    display: inline-block;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plate_A .A5 .l .about .list li .time {
    font-size: 12px;
    color: #bbb;
    float: right;
}

.plate_A .A5 .r {
    width: 280px;
    float: right;
}

.plate_A .A5 .r.pt {
    padding-top: 20px;
}

.plate_A .A5 .r .common_top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.plate_A .A5 .r .common_top span {
    height: 46px;
    font-size: 16px;
    position: relative;
    color: #F0754b;
    float: left;
}

.plate_A .A5 .r .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .A5 .r .common_top .fr {
    width: 240px;
    height: 46px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_A .A5 .r .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .A5 .r .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .A5 .r .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .A5 .r .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .A5 .r .popular_courses {
    margin-bottom: 20px;
}

.plate_A .A5 .r .popular_courses .list li {
    height: 94px;
    border-bottom: 1px solid #eee;
    padding: 19px 0;
}

.plate_A .A5 .r .popular_courses .list li a {
    display: block;
}

.plate_A .A5 .r .popular_courses .list li a img {
    float: left;
    width: 80px;
    height: 56px;
    background-color: #ccc;
    margin-right: 10px;
}

.plate_A .A5 .r .popular_courses .list li a .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.plate_A .A5 .r .advertisement {
    margin-bottom: 20px;
    position: relative;
}

.plate_A .A5 .r .advertisement img {
    width: 100%;
}

.plate_A .A5 .r .advertisement .btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    text-align: center;
    color: white;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4d9dfe;
}

.plate_A .A5 .r .advertisement .btn:hover {
    background-color: #64acff;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-pagination {
    bottom: 0;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-container {
    height: 270px;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-slide {
    height: 186px;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-slide .title {
    font-size: 16px;
    color: #f0754b;
    line-height: 60px;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-slide .info {
    padding-bottom: 10px;
    overflow: hidden;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-slide .info li {
    font-size: 14px;
    color: #666;
    padding-left: 26px;
    position: relative;
    margin-bottom: 16px;
    line-height: 24px;
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-slide .info li img {
    position: absolute;
    left: 0;
    top: 5px;
    transform: scale(1.1);
}

.plate_A .A5 .r .contact_us .contact_carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF8E67;
}

.plate_A .A5 .r .contact_us .contact_carousel .btn {
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 20px;
    background: #ff8e67;
    border-radius: 4px;
}

.plate_A .A5 .r .hot_label {
    margin-bottom: 10px;
}

.plate_A .A5 .r .hot_label ul {
    padding: 18px 0 10px 0;
}

.plate_A .A5 .r .hot_label ul li {
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_A .A5 .r .hot_label ul li:hover {
    border: 1px solid #FF8E67;
}

.plate_A .A5 .r .hot_label ul li:hover a {
    color: #FF8E67;
}

.plate_A .A5 .r .hot_label ul li a {
    display: block;
    font-size: 14px;
    color: #404040;
}

.plate_A .A5 .r .rank_list {
    margin-bottom: 20px;
}

.plate_A .A5 .r .rank_list .list {
    padding-top: 10px;
}

.plate_A .A5 .r .rank_list .list>li {
    line-height: 30px;
    padding-left: 28px;
    position: relative;
}

.plate_A .A5 .r .rank_list .list>li:nth-child(1) i.num,
.plate_A .A5 .r .rank_list .list>li:nth-child(2) i.num,
.plate_A .A5 .r .rank_list .list>li:nth-child(3) i.num {
    background-color: #F5776B;
}

.plate_A .A5 .r .rank_list .list>li i.num {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: white;
    background-color: #B2C3D3;
    margin-top: 7px;
}

.plate_A .A5 .r .rank_list .list>li a {
    font-size: 14px;
    color: #333;
}

.plate_A .A5 .r .interlinkage {
    margin-bottom: 20px;
}

.plate_A .A5 .r .interlinkage>li {
    height: 98px;
    padding-top: 15px;
    border-bottom: 1px solid #eee;
}

.plate_A .A5 .r .interlinkage>li>.title {
    width: 80px;
    height: 68px;
    border-right: 1px solid #eee;
    float: left;
    text-align: center;
}

.plate_A .A5 .r .interlinkage>li>.title div {
    margin-top: 12px;
    font-size: 14px;
    color: #333;
}

.plate_A .A5 .r .interlinkage>li .con {
    width: 200px;
    padding-left: 19px;
    float: left;
}

.plate_A .A5 .r .interlinkage>li .con>li {
    width: 82px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.plate_A .A5 .r .interlinkage>li .con>li:hover {
    border: 1px solid #FF8E67;
}

.plate_A .A5 .r .interlinkage>li .con>li:hover a {
    color: #FF8E67;
}

.plate_A .A5 .r .interlinkage>li .con>li:hover .hide_box {
    display: block;
}

.plate_A .A5 .r .interlinkage>li .con>li:nth-child(even) {
    margin-right: 0;
}

.plate_A .A5 .r .interlinkage>li .con>li a {
    font-size: 14px;
    color: #333;
    display: block;
}

.plate_A .A5 .r .interlinkage>li .con>li .hide_box {
    width: 318px;
    height: 160px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: absolute;
    left: -316px;
    top: 0;
    display: none;
    z-index: 2;
}

.plate_A .A5 .r .interlinkage>li .con>li .hide_box .title {
    color: white;
    line-height: 46px;
    position: relative;
    padding-left: 20px;
}

.plate_A .A5 .r .interlinkage>li .con>li .hide_box .title:after {
    content: "";
    width: 2px;
    height: 7px;
    background-color: #ff8e67;
    position: absolute;
    right: -10px;
    bottom: 4px;
}

.plate_A .A5 .r .interlinkage>li .con>li .hide_box .intro {
    height: 66px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 22px;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-align: left;
}

.plate_A .A5 .r .interlinkage>li .con>li .hide_box .more {
    font-size: 14px;
    color: #ff8e67;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.plate_A .A5 .r .interlinkage>li .con>li .hide_box .more img {
    margin-left: 6px;
}

.plate_A .A6 .part1 {
    border-bottom: 1px dashed #ddd;
}

.plate_A .A6 .carousel {
    width: 1020px;
    margin: 0 auto;
}

.plate_A .A6 .carousel .swiper-container {
    height: 410px;
}

.plate_A .A6 .carousel .swiper-slide {
    padding-top: 30px;
    position: relative;
}

.plate_A .A6 .carousel .swiper-slide img {
    display: inline-block;
    width: 432px;
    height: 260px;
    background-color: #ccc;
    float: left;
    margin-top: 20px;
}

.plate_A .A6 .carousel .swiper-slide .box {
    width: 580px;
    height: 300px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 10px #ccc;
    position: absolute;
    right: 20px;
    padding: 25px 39px;
}

.plate_A .A6 .carousel .swiper-slide .box .title {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 6px;
}

.plate_A .A6 .carousel .swiper-slide .box .teacher {
    line-height: 30px;
    margin-bottom: 20px;
}

.plate_A .A6 .carousel .swiper-slide .box .teacher i {
    font-size: 14px;
    color: #999;
    margin-right: 24px;
    position: relative;
}

.plate_A .A6 .carousel .swiper-slide .box .teacher i:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ddd;
    position: absolute;
    right: -14px;
    top: 2px;
}

.plate_A .A6 .carousel .swiper-slide .box .teacher span {
    color: #F0754B;
    font-size: 14px;
}

.plate_A .A6 .carousel .swiper-slide .box .intro {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    height: 130px;
    overflow: hidden;
}

.plate_A .A6 .carousel .swiper-pagination-bullet {
    cursor: pointer;
    width: 18px;
    height: 4px;
    background: #dddddd;
    opacity: 1;
}

.plate_A .A6 .carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: pointer;
    width: 18px;
    height: 4px;
    background: #FF8E67;
    opacity: 1;
}

.plate_A .A6 .carousel .swiper-pagination {
    bottom: 26px;
}

.plate_A .A6 .common_top {
    height: 58px;
    line-height: 58px;
    position: relative;
}

.plate_A .A6 .common_top span {
    height: 58px;
    font-size: 20px;
    position: relative;
    color: #333;
    float: left;
    font-weight: 700;
}

.plate_A .A6 .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .A6 .common_top .fr {
    width: 1140px;
    height: 58px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_A .A6 .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .A6 .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .A6 .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .A6 .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .A6 .part2 {
    margin-bottom: 30px;
}

.plate_A .A6 .part2 .num_text {
    height: 114px;
    line-height: 114px;
    text-align: right;
    font-size: 30px;
    color: #ddd;
}

.plate_A .A6 .part2 ul {
    overflow: hidden;
}

.plate_A .A6 .part2 ul li {
    width: 360px;
    height: 200px;
    float: left;
    margin-right: 50px;
    position: relative;
    padding: 0 27px;
}

.plate_A .A6 .part2 ul li:hover .masks {
    display: block;
}

.plate_A .A6 .part2 ul li:nth-child(1) {
    background: url("../images/bg5.png");
}

.plate_A .A6 .part2 ul li:nth-child(2) {
    background: url("../images/bg6.png");
}

.plate_A .A6 .part2 ul li:nth-child(3) {
    margin-right: 0;
    background: url("../images/bg7.png");
}

.plate_A .A6 .part2 ul li a {
    display: block;
    padding-top: 114px;
}

.plate_A .A6 .part2 ul li a .title {
    font-size: 20px;
    color: white;
    text-align: center;
}

.plate_A .A6 .part2 ul li a .bottom {
    width: 306px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    height: 35px;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: white;
    line-height: 34px;
    text-align: center;
}

.plate_A .A6 .part2 ul li .masks {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 200px;
    background: rgba(0, 0, 0, 0.6);
}

.plate_A .A6 .part2 ul li .masks img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plate_A .A6 .part3 ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.plate_A .A6 .part3 ul li {
    width: 840px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 30px;
}

.plate_A .A6 .part3 ul li img {
    display: inline-block;
    width: 110px;
    height: 110px;
    background-color: #ccc;
    border-radius: 50%;
    margin-bottom: 14px;
}

.plate_A .A6 .part3 ul li .name {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}

.plate_A .A6 .part3 ul li .text {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em;
}

.plate_A .A6 .part3 .more_box {
    text-align: center;
    padding-top: 26px;
}

.plate_A .A6 .part3 .more_box .more {
    font-size: 16px;
    color: #999;
}

.plate_A .A6 .part3 .more_box .more img {
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.plate_A .A7 .l {
    float: left;
    width: 860px;
}

.plate_A .A7 .l>.title {
    height: 59px;
    line-height: 58px;
    border-bottom: 1px solid #eee;
}

.plate_A .A7 .l>.title span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    position: relative;
}

.plate_A .A7 .l>.title span:after {
    content: "";
    width: 4px;
    height: 16px;
    background-color: #ff8e67;
    position: absolute;
    right: -16px;
    top: 8px;
}

.plate_A .A7 .l .list {
    padding-top: 29px;
}

.plate_A .A7 .l .list>li {
    height: 110px;
    margin-bottom: 30px;
}

.plate_A .A7 .l .list>li .pic {
    width: 160px;
    height: 110px;
    background-color: #ccc;
    float: left;
    margin-right: 14px;
}

.plate_A .A7 .l .list>li .title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    height: 22px;
    width: 680px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plate_A .A7 .l .list>li .intro {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.plate_A .A7 .l .list>li .infos {
    overflow: hidden;
    margin-top: 10px;
}

.plate_A .A7 .l .list>li .infos>li {
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 14px;
    color: #bbb;
    margin-right: 22px;
}

.plate_A .A7 .l .list>li .infos>li img {
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.plate_A .A7 .r {
    width: 280px;
    float: right;
}

.plate_A .A7 .r .common_top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.plate_A .A7 .r .common_top span {
    height: 46px;
    font-size: 16px;
    position: relative;
    color: #F0754b;
    float: left;
}

.plate_A .A7 .r .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_A .A7 .r .common_top .fr {
    width: 242px;
    height: 46px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_A .A7 .r .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_A .A7 .r .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_A .A7 .r .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_A .A7 .r .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_A .A7 .r .hot_label {
    margin-bottom: 10px;
}

.plate_A .A7 .r .hot_label ul {
    padding: 18px 0 10px 0;
}

.plate_A .A7 .r .hot_label ul li {
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_A .A7 .r .hot_label ul li:hover {
    border: 1px solid #FF8E67;
}

.plate_A .A7 .r .hot_label ul li:hover a {
    color: #FF8E67;
}

.plate_A .A7 .r .hot_label ul li a {
    display: block;
    font-size: 14px;
    color: #404040;
}

.plate_A .A7 .r .hot_lesson {
    margin-bottom: 20px;
}

.plate_A .A7 .r .hot_lesson .big {
    height: 120px;
    border-bottom: 1px solid #eee;
    padding: 19px 0;
}

.plate_A .A7 .r .hot_lesson .big img {
    width: 120px;
    height: 82px;
    background-color: #ccc;
    float: left;
    margin-right: 10px;
}

.plate_A .A7 .r .hot_lesson .big .title {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
}

.plate_A .A7 .r .hot_lesson .list {
    padding-top: 10px;
}

.plate_A .A7 .r .hot_lesson .list li {
    line-height: 30px;
}

.plate_A .A7 .r .hot_lesson .list li .dot {
    color: #999;
}

.plate_A .A7 .r .hot_lesson .list li .time {
    font-size: 14px;
    color: #bbb;
    float: right;
    margin-right: 10px;
}

.plate_A .A7 .r .hot_lesson .list li a {
    padding-left: 12px;
    font-size: 14px;
    color: #333;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-pagination {
    bottom: 0;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-container {
    height: 270px;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-slide {
    height: 186px;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-slide .title {
    font-size: 16px;
    color: #f0754b;
    line-height: 60px;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-slide .info {
    padding-bottom: 10px;
    overflow: hidden;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-slide .info li {
    font-size: 14px;
    color: #666;
    padding-left: 26px;
    position: relative;
    margin-bottom: 16px;
    line-height: 24px;
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-slide .info li img {
    position: absolute;
    left: 0;
    top: 5px;
    transform: scale(1.1);
}

.plate_A .A7 .r .contact_us .contact_carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF8E67;
}

.plate_A .A7 .r .contact_us .contact_carousel .btn {
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 20px;
    background: #ff8e67;
    border-radius: 4px;
}

.plate_B {
    padding-bottom: 80px;
}

.plate_B .l {
    width: 280px;
    float: left;
    background-color: #fff;
}

.plate_B .l.fixed {
    position: fixed;
    left: 0;
    top: 20px;
}

.plate_B .l .b_title {
    line-height: 58px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.plate_B .l .links {
    overflow: hidden;
    margin-bottom: 16px;
}

.plate_B .l .links>li {
    width: 64px;
    height: 38px;
    font-size: 16px;
    float: left;
    line-height: 38px;
}

.plate_B .l .links>li:nth-child(odd) {
    margin-right: 70px;
}

.plate_B .l .links>li.current a {
    color: #f0754b;
}

.plate_B .l .links>li a {
    font-size: 16px;
    color: #333;
}

.plate_B .l .links>li a:hover {
    color: #f0754b;
}

.plate_B .l .step>li {
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.plate_B .l .step>li:hover,
.plate_B .l .step>li:hover a {
    color: #f0754b;
}

.plate_B .l .common_top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.plate_B .l .common_top span {
    height: 46px;
    font-size: 16px;
    position: relative;
    color: #F0754b;
    float: left;
}

.plate_B .l .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_B .l .common_top .fr {
    width: 244px;
    height: 46px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_B .l .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_B .l .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_B .l .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_B .l .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_B .l .hot_label {
    margin-bottom: 10px;
}

.plate_B .l .hot_label ul {
    padding: 18px 0 10px 0;
}

.plate_B .l .hot_label ul li {
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.plate_B .l .hot_label ul li:hover {
    border: 1px solid #FF8E67;
}

.plate_B .l .hot_label ul li:hover a {
    color: #FF8E67;
}

.plate_B .l .hot_label ul li a {
    display: block;
    font-size: 14px;
    color: #404040;
}

.plate_B .l .contact_us .contact_carousel .swiper-pagination {
    bottom: 0;
}

.plate_B .l .contact_us .contact_carousel .swiper-container {
    height: 270px;
}

.plate_B .l .contact_us .contact_carousel .swiper-slide {
    height: 186px;
}

.plate_B .l .contact_us .contact_carousel .swiper-slide .title {
    font-size: 16px;
    color: #f0754b;
    line-height: 60px;
}

.plate_B .l .contact_us .contact_carousel .swiper-slide .info {
    padding-bottom: 10px;
    overflow: hidden;
}

.plate_B .l .contact_us .contact_carousel .swiper-slide .info li {
    font-size: 14px;
    color: #666;
    padding-left: 26px;
    position: relative;
    margin-bottom: 16px;
    line-height: 24px;
}

.plate_B .l .contact_us .contact_carousel .swiper-slide .info li img {
    position: absolute;
    left: 0;
    top: 5px;
    transform: scale(1.1);
}

.plate_B .l .contact_us .contact_carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF8E67;
}

.plate_B .l .contact_us .contact_carousel .btn {
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 20px;
    background: #ff8e67;
    border-radius: 4px;
}

.plate_B .r {
    width: 860px;
    float: right;
}

.plate_B .r>.title {
    height: 55px;
    line-height: 54px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    position: relative;
}

.plate_B .r>.title:before {
    content: "";
    width: 10px;
    height: 5px;
    background: #ff8e67;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plate_B .r .introduction_list.bb {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.plate_B .r .introduction_list>li {
    margin-bottom: 12px;
    overflow: hidden;
}

.plate_B .r .introduction_list>li .title {
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.plate_B .r .introduction_list>li .intro {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.plate_B .r .introduction_list>li img.fl {
    width: 160px;
    height: 106px;
    background-color: #ccc;
    margin-right: 20px;
}

.plate_B .r .introduction_list>li img.fl.s {
    width: 106px;
    height: 106px;
    background-color: #ccc;
    margin-right: 20px;
}

.plate_B .r .B2 {
    padding-top: 20px;
}

.plate_B .r .B2 .banner {
    display: block;
    width: 860px;
    height: 200px;
    background-color: #ccc;
}

.plate_B .r .text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-top: 20px;
}

.plate_B .r .B3 .imgs {
    margin-top: 20px;
    overflow: hidden;
}

.plate_B .r .B3 .imgs img {
    width: 280px;
    height: 200px;
    background-color: #ccc;
    float: left;
    margin-right: 10px;
}

.plate_B .r .B3 .imgs img:last-child {
    margin-right: 0;
}

.plate_F .links {
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
}

.plate_F .links a {
    font-size: 16px;
    color: #999;
    float: left;
    margin-right: 60px;
    position: relative;
}

.plate_F .links a.current {
    color: #F1764C;
    font-weight: 700;
    position: relative;
}

.plate_F .links a.current:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 102%;
    height: 1px;
    background-color: #f2825c;
}

.plate_F .introduction {
    padding-top: 24px;
}

.plate_F .introduction .title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.plate_F .introduction .title:after {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #ff8e4b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.plate_F .introduction .con {
    width: 730px;
    margin: 0 auto;
    position: relative;
}

.plate_F .introduction .con .text {
    width: 401px;
    height: 191px;
    background: #ffffff;
    position: absolute;
    left: 0;
    padding: 16px 0 20px 40px;
    line-height: 40px;
    box-shadow: 0 0 16px #ddd;
    padding-right: 30px;
}

.plate_F .introduction .con img {
    width: 360px;
    height: 190px;
    float: right;
    margin-top: 20px;
    background-color: #ccc;
}

.plate_F .F1_list {
    padding-top: 80px;
}

.plate_F .F1_list>li {
    padding-left: 136px;
    position: relative;
    margin-bottom: 66px;
}

.plate_F .F1_list>li img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.plate_F .F1_list>li .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.plate_F .F1_list>li .intro {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-bottom: 20px;
}

.plate_F .F1_list>li .btn {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #ffbda5;
    background: #fff8f5;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #F2825C;
}

.plate_F .F2>li {
    padding-top: 28px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}

.plate_F .F2>li .title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.plate_F .F2>li .s {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.plate_F .F2>li ul.main {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

.plate_F .F2>li ul.main>li {
    float: left;
    margin-bottom: 10px;
    margin-right: 42px;
    position: relative;
    height: 50px;
}

.plate_F .F2>li ul.main>li:nth-child(2n) {
    margin-right: 0;
}

.plate_F .F2>li ul.main>li i {
    width: 18px;
    display: inline-block;
    font-size: 16px;
    color: #f77272;
    position: relative;
    top: 2px;
    font-size: 20px;
    text-align: left;
    float: left;
}

.plate_F .F2>li ul.main>li input {
    width: 440px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding-left: 16px;
}

.plate_F .F2>li ul.main>li input::-moz-placeholder {
    color: #bbb;
}

.plate_F .F2>li ul.main>li input:-ms-input-placeholder {
    color: #bbb;
}

.plate_F .F2>li ul.main>li input::-webkit-input-placeholder {
    color: #bbb;
}

.plate_F .F2>li ul.main>li input:-moz-placeholder {
    color: #bbb;
}

.plate_F .F2>li ul.main>li input::-moz-placeholder {
    color: #bbb;
}

.plate_F .F2>li ul.main>li .select {
    float: left;
    width: 440px;
    height: 50px;
    line-height: 48px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding-left: 16px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.plate_F .F2>li ul.main>li .select .placeholder {
    color: #bbb;
}

.plate_F .F2>li ul.main>li .select .text {
    color: #333;
}

.plate_F .F2>li ul.main>li .select .icon_down {
    width: 18px;
    height: 11px;
    background: url(../images/icon_down.png) no-repeat;
    position: absolute;
    right: 16px;
    top: 22px;
}

.plate_F .F2>li ul.main>li .select .options {
    width: 440px;
    display: none;
    z-index: 4;
    border: 1px solid #ddd;
    position: absolute;
    left: -1px;
    top: 58px;
    background-color: #fff;
}

.plate_F .F2>li ul.main>li .select .options li {
    padding-left: 16px;
    border-bottom: 1px solid #ddd;
}

.plate_F .F2>li ul.main>li .select .options li:last-child {
    border-bottom: none;
}

.plate_F .F2>li ul.main2 {
    width: 930px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    overflow: hidden;
}

.plate_F .F2>li ul.main2>li {
    float: left;
    width: 420px;
    margin-bottom: 20px;
    margin-right: 90px;
}

.plate_F .F2>li ul.main2>li:nth-child(2n) {
    margin-right: 0;
}

.plate_F .F2>li ul.main2>li i {
    width: 70px;
    line-height: 50px;
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 16px;
}

.plate_F .F2>li ul.main2>li input {
    width: 340px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #ddd;
    float: left;
}

.plate_F .F2>li .question {
    width: 330px;
    margin: 0 auto;
    padding-top: 50px;
}

.plate_F .F2>li .question .text {
    position: relative;
    left: 30px;
}

.plate_F .F2>li .question .text img {
    margin-right: 10px;
}

.plate_F .F2>li .question .btns {
    padding-top: 40px;
    text-align: center;
}

.plate_F .F2>li .question .btns a {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    background: #f7fffc;
    border-radius: 2px;
}

.plate_F .F2>li .question .btns a:first-child {
    border: 1px solid #72c9a4;
    color: #72c9a4;
    margin-right: 38px;
}

.plate_F .F2>li .question .btns a:first-child:hover {
    background-color: #72c9a4;
    color: white;
}

.plate_F .F2>li .question .btns a:last-child {
    border: 1px solid #f79494;
    color: #f79494;
    background-color: #fff3f3;
}

.plate_F .F2>li .question .btns a:last-child:hover {
    background-color: #f79494;
    color: white;
}

.plate_F .F2 .submit_btn {
    width: 440px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #ff8e67;
    border-radius: 2px;
    background-color: #ff8e67;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px 0 80px 0;
}

.plate_F .banner {
    margin-top: 22px;
}

.plate_F .form {
    width: 470px;
    margin: 70px auto;
}

.plate_F .form>li {
    margin-bottom: 9px;
    height: 50px;
    position: relative;
}

.plate_F .form>li.require:before {
    content: "*";
    font-size: 18px;
    color: #f77272;
    position: absolute;
    left: -20px;
    top: 0;
}

.plate_F .form>li input {
    width: 440px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 16px;
    font-size: 16px;
    float: left;
}

.plate_F .form>li input::-moz-placeholder {
    color: #bbb;
}

.plate_F .form>li input:-ms-input-placeholder {
    color: #bbb;
}

.plate_F .form>li input::-webkit-input-placeholder {
    color: #bbb;
}

.plate_F .form>li input:-moz-placeholder {
    color: #bbb;
}

.plate_F .form>li input::-moz-placeholder {
    color: #bbb;
}

.plate_F .form>li input.s {
    width: 300px;
}

.plate_F .form>li .box {
    width: 440px;
    height: 50px;
}

.plate_F .form>li .select {
    width: 440px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 16px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.plate_F .form>li .select.s {
    width: 290px;
}

.plate_F .form>li .select .icon_down {
    width: 18px;
    height: 11px;
    background: url("../images/icon_down.png") no-repeat;
    position: absolute;
    right: 16px;
    top: 22px;
}

.plate_F .form>li .select .placeholder {
    font-size: 16px;
    color: #bbb;
}

.plate_F .form>li .select .text {
    font-size: 16px;
    color: #333;
}

.plate_F .form>li .select .options {
    display: none;
    width: 440px;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 56px;
    left: -1px;
    z-index: 3;
}

.plate_F .form>li .select .options>li {
    border-bottom: 1px solid #Eee;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding-left: 12px;
    font-size: 16px;
}

.plate_F .form>li .select .options>li:last-child {
    border-bottom: none;
}

.plate_F .form .end_btn {
    width: 440px;
    height: 50px;
    background: #ff8e67;
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}

.plate_F .F4_list {
    padding-bottom: 80px;
}

.plate_F .F4_list>li .common_top {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.plate_F .F4_list>li .common_top span {
    height: 50px;
    font-size: 20px;
    position: relative;
    color: #333;
    float: left;
    font-weight: 700;
}

.plate_F .F4_list>li .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_F .F4_list>li .common_top .fr {
    width: 820px;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_F .F4_list>li .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_F .F4_list>li .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_F .F4_list>li .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_F .F4_list>li .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_F .F4_list>li .con {
    overflow: hidden;
    padding-top: 30px;
}

.plate_F .F4_list>li .con img {
    width: 300px;
    height: 180px;
    background-color: #ccc;
    float: left;
    margin-right: 30px;
}

.plate_F .F4_list>li .text {
    width: 850px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    float: right;
}

.plate_G {
    padding-bottom: 60px;
}

.plate_G .banner {
    height: 200px;
    background: url("../images/banner12.png");
    margin-bottom: 14px;
}

.plate_G .banner .line {
    padding-top: 30px;
    text-align: center;
}

.plate_G .banner .line span {
    font-size: 40px;
    color: white;
}

.plate_G .banner .line i {
    font-size: 30px;
    color: white;
    margin: 0 26px;
}

.plate_G .tab {
    min-height: 50px;
    background: #ffffff;
    border-radius: 4px;
    line-height: 50px;
    box-shadow: 0 0 10px #eee;
    padding-left: 20px;
    position: relative;
}

.plate_G .tab .item {
    font-size: 14px;
    color: #999;
    float: left;
    margin-right: 40px;
    position: relative;
}

.plate_G .tab .item:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ddd;
    position: absolute;
    top: 18px;
    right: -20px;
}

.plate_G .tab ul {
    height: 50px;
    overflow: hidden;
}

.plate_G .tab ul.open {
    height: auto;
    min-height: 50px;
    overflow: visible;
}

.plate_G .tab ul li {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    cursor: pointer;
}

.plate_G .tab ul li.current {
    color: #f0754b;
}

.plate_G .tab .more {
    width: 20px;
    height: 4px;
    background: url("../images/icon__more.png");
    position: absolute;
    right: 20px;
    top: 24px;
    cursor: pointer;
}

.plate_G .tab .more.open {
    width: 16px;
    height: 12px;
    background: url("../images/icon___more.png");
}

.plate_G .s_txt {
    height: 56px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-top: 24px;
}

.plate_G .list {
    padding-top: 16px;
    overflow: hidden;
    position: relative;
}

.plate_G .list>li {
    width: 366px;
    float: left;
    margin-bottom: 36px;
    margin-right: 40px;
}

.plate_G .list>li:nth-child(3n) {
    margin-right: 0;
}

.plate_G .list>li a.title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 40px;
}

.plate_G .list>li .con {
    overflow: hidden;
    position: relative;
}

.plate_G .list>li .con>img {
    float: left;
    width: 150px;
    height: 112.5px;
    background-color: #ccc;
    margin-right: 15px;
}

.plate_G .list>li .con .r {
    width: 200px;
    float: right;
}

.plate_G .list>li .con .intro {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
}

.plate_G .list>li .con .go {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 12px;
    background: url("../images/icon_r.png") no-repeat;
}

.plate_G .list>li .con .go:hover {
    background: url("../images/icon-orange.png");
}

.plate_G .J_list {
    padding-top: 20px;
}

.plate_G .J_list>li {
    width: 272px;
    float: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 40px;
}

.plate_G .J_list>li:nth-child(4n) {
    margin-right: 0;
}

.plate_G .J_list>li:hover .masks {
    display: block;
}

.plate_G .J_list>li img {
    display: inline-block;
    width: 272px;
    height: 190px;
    background-color: #ccc;
}

.plate_G .J_list>li .infos {
    padding-top: 16px;
}

.plate_G .J_list>li .infos .label {
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #ff8e67;
    border-radius: 100px;
    font-size: 12px;
    color: white;
    text-align: center;
    margin-right: 10px;
}

.plate_G .J_list>li .infos i.title {
    line-height: 20px;
    font-size: 16px;
    color: #333;
}

.plate_G .J_list>li .bottom {
    padding-top: 10px;
}

.plate_G .J_list>li .bottom .teacher {
    font-size: 14px;
    color: #666;
}

.plate_G .J_list>li .bottom .teacher img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ccc;
    margin-right: 10px;
}

.plate_G .J_list>li .bottom .num {
    float: right;
    font-size: 14px;
    color: #666;
}

.plate_G .J_list>li .bottom .num img {
    width: 18px;
    height: 16px;
    background: transparent;
    margin-right: 6px;
}

.plate_G .J_list>li .masks {
    display: none;
    width: 272px;
    height: 190px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
}

.plate_G .J_list>li .masks .title {
    line-height: 54px;
    color: #999;
}

.plate_G .J_list>li .masks .intro {
    color: white;
    font-size: 14px;
    line-height: 22px;
    height: 88px;
    margin-bottom: 13px;
    overflow: hidden;
}

.plate_G .J_list>li .masks a {
    font-size: 14px;
    color: #FF8E67;
    float: right;
}

.plate_G .J_list>li .masks a img {
    width: 20px;
    height: 12px;
    background: transparent;
    margin-left: 8px;
}

.plate_I {
    padding-top: 20px;
    padding-bottom: 70px;
}

.plate_I .gray_title {
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    padding-left: 10px;
    font-size: 16px;
    color: #F2825C;
}

.plate_I ul.I1_list {
    padding-top: 20px;
}

.plate_I ul.I1_list>li {
    margin-bottom: 20px;
}

.plate_I ul.I1_list .common_top {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.plate_I ul.I1_list .common_top span {
    height: 46px;
    font-size: 20px;
    position: relative;
    color: #333;
    float: left;
    font-weight: bolder;
}

.plate_I ul.I1_list .common_top span:after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #ff8e67;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plate_I ul.I1_list .common_top .fr {
    width: 1140px;
    height: 46px;
    border-bottom: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
}

.plate_I ul.I1_list .common_top .fr .intro {
    font-size: 12px;
    color: #999;
    padding-left: 8px;
    margin-right: 12px;
    position: relative;
}

.plate_I ul.I1_list .common_top .fr .intro.sp:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #dddddd;
    position: absolute;
    left: -4px;
    bottom: 1px;
}

.plate_I ul.I1_list .common_top .fr .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999;
}

.plate_I ul.I1_list .common_top .fr .more img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.plate_I ul.I1_list .text {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-top: 20px;
}

.plate_I .I2_text {
    padding-top: 16px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.plate_I .I3>li {
    margin-bottom: 44px;
}

.plate_I .I3>li .title {
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 34px;
}

.plate_I .I3>li .title:hover {
    color: #F0754B;
}

.plate_I .I3>li .items {
    text-align: center;
    font-size: 0;
}

.plate_I .I3>li .items>li {
    display: inline-block;
    margin-right: 50px;
}

.plate_I .I3>li .items>li:last-child {
    margin-right: 0;
}

.plate_I .I3>li .items>li a {
    font-size: 16px;
    color: #666;
}

.plate_I .I3>li .items>li a:hover {
    color: #F0754B;
}

.b_infomation {
    height: 600px;
    background: url("../images/bg2.png") no-repeat center / cover;
    text-align: center;
    padding-top: 64px;
}

.b_infomation .title {
    font-size: 30px;
    color: white;
    margin-bottom: 12px;
}

.b_infomation p {
    font-size: 14px;
    color: #e4e6e9;
    line-height: 26px;
}

.b_infomation ul {
    padding-top: 100px;
    margin-bottom: 60px;
}

.b_infomation ul li {
    float: left;
    width: 20%;
    height: 120px;
    border-right: 2px solid #4b5a71;
    text-align: center;
}

.b_infomation ul li:last-child {
    border-right: none;
}

.b_infomation ul li:last-child .text {
    width: 180px;
}

.b_infomation ul li .text {
    font-size: 16px;
    color: #e5e7ea;
    line-height: 26px;
    width: 140px;
    margin: 20px auto;
}

.b_infomation h3 {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}

.pagination {
    font-size: 0;
    padding: 20px 0;
    text-align: center;
}

.pagination>li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #eeeeee;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
}

.pagination>li:last-child {
    margin-right: 0;
}

.pagination>li:last-child i {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url("../images/icon_r.png") no-repeat;
}

.pagination>li:last-child:hover {
    background-color: #FF8E67;
}

.pagination>li:last-child:hover i {
    background: url("../images/icon_r_white.png");
}

.pagination>li:first-child i {
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url("../images/icon_l_normal.png") no-repeat;
}

.pagination>li:first-child:hover {
    background-color: #FF8E67;
}

.pagination>li:first-child:hover i {
    background: url("../images/icon_l_white.png");
}

.pagination>li.current {
    background-color: #FF8E67;
}

.pagination>li.current a {
    color: white;
}

.pagination>li:hover {
    background-color: #FF8E67;
}

.pagination>li:hover a {
    color: white;
}

.pagination>li a {
    display: block;
    font-size: 16px;
    color: #999;
}

footer.common {
    background-color: #505152;
    height: 140px;
}

footer.common .w {
    position: relative;
}

footer.common .links {
    overflow: hidden;
}

footer.common .links li {
    height: 72px;
    line-height: 72px;
    margin-right: 40px;
    float: left;
}

footer.common .links li a {
    font-size: 14px;
    color: white;
}

footer.common .text {
    font-size: 14px;
    line-height: 26px;
    color: #8f8f90;
    width: 784px;
}

footer.common .logo {
    position: absolute;
    right: 0;
    top: 30px;
}

.go_top {
    width: 60px;
    height: 60px;
    background: url("../images/r2_normal.png");
    position: fixed;
    right: 0;
    top: 70%;
    cursor: pointer;
}

.go_top:hover {
    background: url("../images/r2_hover.png");
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
}

.askquestions_popup {
    display: none;
    width: 900px;
    height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #fff;
    z-index: 5;
}

.askquestions_popup .fl {
    width: 400px;
    height: 540px;
    background: url("../images/want.png");
    text-align: center;
    padding-top: 86px;
}

.askquestions_popup .fl .text {
    font-size: 30px;
    color: white;
    margin-bottom: 22px;
}

.askquestions_popup .fl .s {
    font-size: 14px;
    color: white;
}

.askquestions_popup .fr {
    width: 500px;
    height: 540px;
    padding: 40px 30px 0 30px;
}

.askquestions_popup .fr ul li {
    margin-bottom: 9px;
}

.askquestions_popup .fr ul li input {
    width: 440px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding-left: 16px;
}

.askquestions_popup .fr ul li input::-moz-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li input:-ms-input-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li input::-webkit-input-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li input:-moz-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li input::-moz-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li input.s {
    width: 300px;
}

.askquestions_popup .fr ul li input:focus {
    border: 1px solid #FF8E67;
}

.askquestions_popup .fr ul li .code {
    float: right;
    width: 130px;
    height: 50px;
    background-color: #ccc;
}

.askquestions_popup .fr ul li .get {
    width: 130px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ff8e67;
    color: #ff8e67;
    float: right;
    cursor: pointer;
}

.askquestions_popup .fr ul li .get.countdown {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    color: #999;
}

.askquestions_popup .fr ul li textarea {
    width: 440px;
    height: 150px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 12px 16px 0 16px;
}

.askquestions_popup .fr ul li textarea::-moz-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li textarea:-ms-input-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li textarea::-webkit-input-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li textarea:-moz-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li textarea::-moz-placeholder {
    color: #bbb;
}

.askquestions_popup .fr ul li textarea:focus {
    border: 1px solid #FF8E67;
}

.askquestions_popup .fr .submit_btn {
    width: 440px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    color: white;
    text-align: center;
    background: #ff8e67;
    border-radius: 2px;
    cursor: pointer;
}

.submitted_successfully_popup {
    display: none;
    width: 400px;
    height: 300px;
    background: #ffffff;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #fff;
    z-index: 5;
    text-align: center;
    padding-top: 62px;
}

.submitted_successfully_popup .b {
    font-size: 30px;
    color: #75c8a5;
    margin: 24px 0 12px 0;
}

.submitted_successfully_popup .s {
    font-size: 14px;
    color: #999;
}

.verification_popup {
    width: 520px;
    height: 273px;
    background: #ffffff;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    padding: 40px 40px 0 40px;
    display: none;
}

.verification_popup ul li {
    margin-bottom: 19px;
}

.verification_popup ul li input {
    width: 440px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding-left: 16px;
}

.verification_popup ul li input::-moz-placeholder {
    color: #bbb;
}

.verification_popup ul li input:-ms-input-placeholder {
    color: #bbb;
}

.verification_popup ul li input::-webkit-input-placeholder {
    color: #bbb;
}

.verification_popup ul li input:-moz-placeholder {
    color: #bbb;
}

.verification_popup ul li input::-moz-placeholder {
    color: #bbb;
}

.verification_popup ul li input.s {
    width: 300px;
}

.verification_popup ul li img {
    width: 130px;
    height: 50px;
    border-radius: 2px;
    float: right;
    background-color: #ccc;
}

.verification_popup .btn {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #72c9a4;
    border-radius: 2px;
    background-color: #72C9A4;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}

.verification_popup .btn:hover {
    background-color: #83ceae;
}

.verification2_popup {
    display: none;
    width: 520px;
    height: 182px;
    background: #ffffff;
    border-radius: 4px 4px 4px 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    padding: 36px 40px 0 40px;
}

.verification2_popup .text {
    font-size: 14px;
    color: #666;
}

.verification2_popup .con {
    padding-top: 16px;
}

.verification2_popup .con input {
    width: 300px;
    height: 50px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding-left: 16px;
}

.verification2_popup .con input::-moz-placeholder {
    color: #bbb;
}

.verification2_popup .con input:-ms-input-placeholder {
    color: #bbb;
}

.verification2_popup .con input::-webkit-input-placeholder {
    color: #bbb;
}

.verification2_popup .con input:-moz-placeholder {
    color: #bbb;
}

.verification2_popup .con input::-moz-placeholder {
    color: #bbb;
}

.verification2_popup .con .btn {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #72c9a4;
    border-radius: 2px;
    background-color: #72C9A4;
    display: inline-block;
    float: right;
}

.verification2_popup .con .btn:hover {
    background-color: #83ceae;
}

.verification2_popup .red {
    font-size: 12px;
    color: #f77272;
    margin-top: 6px;
}

.r_fixed .contact {
    position: fixed;
    right: 0;
    top: 30%;
    width: 60px;
    height: 60px;
    background: url("../images/r1_normal.png");
}

.r_fixed .contact:hover {
    background: url("../images/r1_hover.png");
}

.r_fixed .qr_code {
    position: fixed;
    right: 0;
    /* top: 38%; */
    top: 45%;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    z-index: 4;
    background: url("../images/qrcode.jpg") no-repeat center / cover;
}

.r_fixed .qr_code:hover img {
    display: inline-block;
}

.r_fixed .qr_code img {
    display: none;
    width: 130px;
    height: 130px;
    position: absolute;
    left: -150px;
    bottom: -60px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.l_fixed {
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 4px;
    position: fixed;
    left: 10px;
    top: 30%;
    border: 1px solid #eee;
    text-align: center;
}

.l_fixed .text {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}

.l_fixed img {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #d8d8d8;
    border-radius: 50%;
    margin-top: 18px;
}

.l_fixed .name {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

.l_fixed .close {
    width: 22px;
    height: 22px;
    background: url("../images/normal.png");
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.jedateblue {
    border: 1px #ff8e67 solid;
    background-color: #fff;
}

.jedateblue .jedatetop {
    background: #ff8e67;
}

.jedateblue .jedatebot .jedatebtn span {
    background-color: #ff8e67;
}

.jedateblue .jedaul li.action,
.jedateblue .jedaul li.action:hover,
.jedateblue .jedaul li.action .lunar {
    background: #ff8e67;
    color: #fff;
}

.jedateblue .jedaul li.other,
.jedateblue .jedaul li.other .nolunar,
.jedateblue .jedaul li.other .lunar {
    color: #ff8e67;
}

.text-title {
    padding: 10px 0;
    color: #454545;
    font-size: 20px;
}

.text-body {
    font-size: 14px;
    line-height: 28px;
    color: #454545;
}

.text {
    word-wrap: break-word;
}


/* //修改，新增弹窗 */

.mask_bb {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

.mask_bk {
    display: none;
    width: 500px;
    height: 525px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.mask_bk>div {
    margin-top: 10px;
    padding: 0px 30px;
    position: relative;
}

.mask_bk>.div1 {
    margin-top: 20px;
}

.mask_bk>.title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(64, 64, 64, 1);
    line-height: 22px;
    padding: 14px 20px;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 0px;
}

.mask_bk>.title>div {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 30px;
}

.mask_bk>.title>div>a {
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    background: url(../images/close.png) no-repeat center/cover;
}

.mask_bk>.title>div>a:hover {
    background: url(../images/close_h.png) no-repeat center/cover;
}

.mask_bk>div>input {
    text-indent: 16px;
    width: 440px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
}

.mask_bk>div>i {
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../images/xiala.png) no-repeat center/cover;
    position: absolute;
    top: 20px;
    right: 50px;
}

.xiala,
.xiala>input,
.xiala>i {
    cursor: pointer;
}

.mask_bk>div>i.rotate {
    transform: rotate(180deg);
}

.mask_bk>div>img {
    float: right;
    width: 129px;
    height: 50px;
    border-radius: 2px;
    position: relative;
    top: -2px;
    left: 0px;
    cursor: pointer;
}

.mask_bk>div.img>input {
    width: 300px;
    height: 50px;
    border-radius: 2px;
}

.xiala {
    position: relative;
}

.xiala>ul {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 102;
    border: 1px solid #DDD;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    top: 59px;
}

.xiala>ul>li {
    width: 438px;
    height: 50px;
    border-radius: 2px;
    line-height: 50px;
    padding-left: 16px;
}

.xiala>ul>li:hover {
    background: #eee;
}

.mask_bk>div.img>span {
    float: right;
    cursor: pointer;
    border: 1px solid #FF8E67;
    color: #FF8E67;
    width: 128px;
    height: 50px;
    border-radius: 2px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.mask_bk>div>input::-webkit-input-placeholder {
    color: #BBBBBB;
    font-size: 16px;
}

.mask_bk>div>input:-moz-placeholder {
    color: #BBBBBB;
    font-size: 16px;
}

.mask_bk>div>input::-moz-placeholder {
    color: #BBBBBB;
    font-size: 16px;
}

.mask_bk>div>input:-ms-input-placeholder {
    color: #BBBBBB;
    font-size: 16px;
}

.mask_bk>a {
    width: 440px;
    height: 50px;
    background: rgba(255, 142, 103, 1);
    border-radius: 2px;
    display: block;
    margin: 28px auto;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.liu_404>.top {
    height: 60px;
    background: #505152;
}

.liu_404>.middle {
    width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.liu_404>.middle>img {
    width: 693px;
}

.liu_404>.middle>span {
    padding-top: 97px;
    display: inline-block;
}

.liu_404>.middle>span>div {
    font-size: 32px;
    color: #2b2b2b;
    line-height: 45px;
    margin-bottom: 17px;
}

.liu_404>.middle>span>p {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}

.liu_404>.middle>span>a {
    display: inline-block;
    width: 121px;
    height: 37px;
    background: #ffa160;
    border-radius: 8px;
    margin-top: 27px;
    font-size: 16px;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.liu_404>.bottom {
    height: 160px;
    background: #505152;
}