.header {
    position: absolute;
    background: transparent;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
    color: #fff;
    overflow: hidden
}

.header .item-list>li.active>a {
    color: #fff;
    height: 66px;
    border-bottom: 4px solid #fff
}

.header .item-list>li:hover>a {
    color: #fff;
    height: 66px;
    border-bottom: 4px solid #fff
}

.header .logo .area {
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}

.header .logo .area::before {
    background: url("../images/icon-location-0.png")
}

.center-contianer {
    width: 1200px;
    margin: 0 auto
}

.banner {
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 18px;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
}

.banner .center-contianer {
    position: relative
}

.banner .classify-list {
    position: absolute;
    width: 200px;
    margin-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(315deg, #ff9518 0%, #ff7624 100%);
    background: linear-gradient(135deg, #ff9518 0%, #ff7624 100%);
    padding-top: 25px
}

.banner .classify-list>li {
    width: 100%;
    height: 54px;
    line-height: 54px
}

.banner .classify-list>li.active,
.banner .classify-list>li:hover {
    background: #ffffff;
    color: #ffa000
}

.banner .classify-list>li.active .sub-list-wrap,
.banner .classify-list>li:hover .sub-list-wrap {
    display: block
}

.banner .classify-list>li.active .icon.icon-1,
.banner .classify-list>li:hover .icon.icon-1 {
    background: url("../images/icon-b-1-1.png") no-repeat
}

.banner .classify-list>li.active .icon.icon-2,
.banner .classify-list>li:hover .icon.icon-2 {
    background: url("../images/icon-b-2-1.png") no-repeat
}

.banner .classify-list>li.active .icon.icon-3,
.banner .classify-list>li:hover .icon.icon-3 {
    background: url("../images/icon-b-3-1.png") no-repeat
}

.banner .classify-list>li.active .icon.icon-4,
.banner .classify-list>li:hover .icon.icon-4 {
    background: url("../images/icon-b-4-1.png") no-repeat
}

.banner .classify-list>li.active .icon.icon-5,
.banner .classify-list>li:hover .icon.icon-5 {
    background: url("../images/icon-b-5-1.png") no-repeat
}

.banner .classify-list>li.active .icon.icon-6,
.banner .classify-list>li:hover .icon.icon-6 {
    background: url("../images/icon-b-6-1.png") no-repeat
}

.banner .classify-list>li.active h3::after,
.banner .classify-list>li:hover h3::after {
    background: none
}

.banner .classify-list>li h3 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px
}

.banner .classify-list>li h3::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 20px;
    width: 7px;
    height: 12px;
    /*background: url("../images/icon-sj-0.png")*/
}

.banner .classify-list>li h3 .icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 18px;
    line-height: 65px;
    margin-right: 20px;
    width: 18px;
    height: 18px;
    margin-right: 15px
}

/*.banner .classify-list>li h3 .icon.icon-1 {
	background: url("../images/icon-b-1-0.png") no-repeat
}
.banner .classify-list>li h3 .icon.icon-2 {
	background: url("../images/icon-b-2-0.png") no-repeat
}
.banner .classify-list>li h3 .icon.icon-3 {
	background: url("../images/icon-b-3-0.png") no-repeat
}
.banner .classify-list>li h3 .icon.icon-4 {
	background: url("../images/icon-b-4-0.png") no-repeat
}
.banner .classify-list>li h3 .icon.icon-5 {
	background: url("../images/icon-b-5-0.png") no-repeat
}
.banner .classify-list>li h3 .icon.icon-6 {
	background: url("../images/icon-b-6-0.png") no-repeat
}*/
.banner .classify-list .sub-list-wrap {
    display: none;
    position: absolute;
    left: 200px;
    top: 0;
    width: 360px;
    height: 349px;
    background: rgba(255, 255, 255, 0.9)
}

.banner .classify-list .sub-list-wrap .sub-list {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.banner .classify-list .sub-list-wrap .sub-list>li {
    float: left;
    width: 180px;
    padding: 0 30px;
    height: 14px;
    line-height: 14px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px
}

.banner .classify-list .sub-list-wrap .sub-list>li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: 5px;
    background: #333333;
    vertical-align: top
}

.banner .classify-list .sub-list-wrap .sub-list>li:hover {
    color: #ffa000
}

.banner .classify-list .sub-list-wrap .sub-list>li:hover::before {
    background: #ffa000
}

.banner .desc {
    position: absolute;
    left: 50%;
    top: 140px
}

.miji-wrap {
    min-width: 1200px;
    overflow: hidden
}

.miji-wrap .promise-wrap {
    padding-top: 21px;
    padding-bottom: 21px;
    background: #f8f8f8
}

.miji-wrap .promise {
    overflow: hidden
}

.miji-wrap .promise>li {
    float: left;
    width: 200px
}

.miji-wrap .promise>li .icon {
    width: 47px;
    height: 50px;
    margin: 0 auto
}

.miji-wrap .promise>li .icon.icon-1 {
    background: url("../images/icon-proimse-1.png") no-repeat;
    background-size: 100% 100%
}

.miji-wrap .promise>li .icon.icon-2 {
    background: url("../images/icon-proimse-2.png") no-repeat;
    background-size: 100% 100%
}

.miji-wrap .promise>li .icon.icon-3 {
    background: url("../images/icon-proimse-3.png") no-repeat;
    background-size: 100% 100%
}

.miji-wrap .promise>li .icon.icon-4 {
    background: url("../images/icon-proimse-4.png") no-repeat;
    background-size: 100% 100%
}

.miji-wrap .promise>li .icon.icon-5 {
    background: url("../images/icon-proimse-5.png") no-repeat;
    background-size: 100% 100%
}

.miji-wrap .promise>li .icon.icon-6 {
    background: url("../images/icon-proimse-6.png") no-repeat;
    background-size: 100% 100%
}

.miji-wrap .promise>li>p {
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin-top: 10px;
    color: #666
}

.miji-wrap .module-title {
    margin-top: 50px;
    padding-bottom: 20px
}

.miji-wrap .module-title span {
    font-size: 28px;
    font-weight: 500
}

.miji-wrap .module-title i {
    font-size: 13px;
    margin-left: 20px
}

.miji-wrap .puzzle {
    overflow: hidden
}

.miji-wrap .puzzle .img-link {
    position: relative;
    width: 262px;
    height: 175px;
    overflow: hidden
}

.miji-wrap .puzzle .img-link:hover .bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.miji-wrap .puzzle .img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miji-wrap .puzzle .img-link .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.miji-wrap .puzzle .img-link .bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06)
}

.miji-wrap .puzzle .img-link h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.miji-wrap .puzzle .col-1 {
    float: left
}

.miji-wrap .puzzle .col-1 .img-link {
    width: 540px;
    height: 360px
}

.miji-wrap .puzzle .col-1 .img-link h4 {
    height: 80px;
    line-height: 80px;
    padding-left: 30px
}

.miji-wrap .puzzle .col-2 {
    float: left;
    margin-left: 10px
}

.miji-wrap .puzzle .col-2 .img-link:first-child {
    margin-bottom: 10px
}

.miji-wrap .puzzle .col-3 {
    float: left;
    margin-left: 10px;
    width: 378px;
    height: 360px;
    overflow: hidden
}

.miji-wrap .puzzle .col-3 .swpie-item {
    position: relative;
    width: 378px;
    height: 360px
}

.miji-wrap .puzzle .col-3 .swpie-item .bg {
    width: 100%;
    height: 100%
}

.miji-wrap .puzzle .col-3 .swpie-item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miji-wrap .puzzle .col-3 .swpie-item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff
}

.miji-wrap .puzzle .col-3 .swpie-item .content h4 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 100px;
    text-align: center
}

.miji-wrap .puzzle .col-3 .swpie-item .content p {
    text-align: center;
    margin-top: 60px;
    padding: 0 30px;
    line-height: 2;
    font-weight: lighter
}

.miji-wrap .classify-title {
    overflow: hidden;
    padding: 40px 0 30px
}

.miji-wrap .classify-title ul {
    float: left
}

.miji-wrap .classify-title ul li {
    float: left;
    padding-right: 25px;
    cursor: pointer;
    font-size: 14px
}

.miji-wrap .classify-title ul li::before {
    content: '·';
    margin-right: 25px
}

.miji-wrap .classify-title ul li:first-child::before {
    content: '';
    margin-right: 0
}

.miji-wrap .classify-title ul li:hover span,
.miji-wrap .classify-title ul li.active span {
    color: #ffa000
}

.miji-wrap .classify-title .btn-more {
    float: right;
    font-size: 14px;
    color: #9b9b9b
}

.miji-wrap .classify-content>li:nth-child(n+2) {
    display: none;
}

.miji-wrap .classify-content .result-list {
    overflow: hidden
}

.miji-wrap .classify-content .result-list li {
    float: left;
    width: 570px;
    margin-bottom: 30px;
    overflow: hidden
}

.miji-wrap .classify-content .result-list li:nth-child(2n) {
    float: right
}

.miji-wrap .classify-content .result-list li a {
    display: block;
    width: 570px;
    overflow: hidden
}

.miji-wrap .classify-content .result-list li .thumbnail {
    position: relative;
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden
}

.miji-wrap .classify-content .result-list li .thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.miji-wrap .classify-content .result-list li .thumbnail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06)
}

.miji-wrap .classify-content .result-list li .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.miji-wrap .classify-content .result-list li .content {
    float: left;
    width: 300px;
    margin-left: 30px
}

.miji-wrap .classify-content .result-list li .content h4 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.miji-wrap .classify-content .result-list li .content .info {
    margin-top: 16px;
    font-size: 13px;
    color: #c8c8c8
}

.miji-wrap .classify-content .result-list li .content .info .time {
    margin-left: 40px
}

.miji-wrap .classify-content .result-list li .content .desc {
    margin-top: 25px;
    font-size: 13px;
    line-height: 25px;
    max-height: 71px;
    word-break: break-all
}

.seek-help-wrap {
    min-width: 1200px;
    background: #f8f8f8;
    padding-bottom: 40px;
    padding-top: 40px
}

.seek-help-wrap .module-title {
    overflow: hidden
}

.seek-help-wrap .module-title h3 {
    float: left
}

.seek-help-wrap .module-title h3 span {
    font-size: 28px;
    font-weight: 500
}

.seek-help-wrap .module-title h3 i {
    font-size: 13px;
    margin-left: 20px
}

.seek-help-wrap .module-title .btn-more {
    float: right;
    font-size: 14px;
    color: #9b9b9b
}

.seek-help-wrap .help-banner {
    height: 180px;
    width: 100%;
    margin-top: 20px;
    background: url("../images/bg-help.png") no-repeat
}

.seek-help-wrap .help-banner .center-box {
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 100px
}

.seek-help-wrap .help-banner .center-box .text {
    float: left
}

.seek-help-wrap .help-banner .center-box .text h3 {
    font-size: 30px;
    font-weight: bold
}

.seek-help-wrap .help-banner .center-box .text p {
    font-size: 16px;
    margin-top: 30px
}

.seek-help-wrap .help-banner .center-box .btn-to-seek-help {
    position: relative;
    float: right;
    width: 180px;
    height: 60px;
    border-radius: 60px;
    background: #ffa000;
    text-align: center;
    cursor: pointer
}

.seek-help-wrap .help-banner .center-box .btn-to-seek-help:hover .help-qr-code-wrap {
    display: block
}

.seek-help-wrap .help-banner .center-box .btn-to-seek-help span {
    color: #ffffff;
    line-height: 60px;
    font-size: 18px
}

.seek-help-wrap .help-banner .center-box .btn-to-seek-help .help-qr-code-wrap {
    display: none;
    position: absolute;
    top: -240px;
    left: 0;
    height: 220px;
    width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc
}

.seek-help-wrap .help-banner .center-box .btn-to-seek-help .help-qr-code-wrap .tips {
    font-size: 13px;
    line-height: 1.4
}

.seek-help-wrap .help-banner .center-box .btn-to-seek-help .help-qr-code-wrap img {
    width: 140px;
    height: 140px;
    margin-top: 10px
}

.seek-help-wrap .help-list {
    padding-top: 30px;
    padding-bottom: 40px
}

.seek-help-wrap .help-list li {
    float: left;
    width: 270px;
    height: 335px;
    margin-left: 40px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.seek-help-wrap .help-list li:hover {
    -webkit-box-shadow: 0 5px 10px 0 #e8e8e8;
    box-shadow: 0 5px 10px 0 #e8e8e8
}

.seek-help-wrap .help-list li:first-child {
    margin-left: 0
}

.seek-help-wrap .help-list li .top-wrap {
    position: relative
}

.seek-help-wrap .help-list li .top-wrap .bg {
    height: 180px;
    background: #ccc
}

.seek-help-wrap .help-list li .top-wrap .bg img {
    width: 100%;
    height: 100%
}

.seek-help-wrap .help-list li .top-wrap .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    color: #ffffff
}

.seek-help-wrap .help-list li .top-wrap .content h3 {
    margin-top: 90px;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.seek-help-wrap .help-list li .bottom-wrap {
    width: 230px;
    margin: 0 auto
}

.seek-help-wrap .help-list li .bottom-wrap .tags {
    overflow: hidden;
    padding: 14px 0
}

.seek-help-wrap .help-list li .bottom-wrap .tags span {
    display: block;
    float: left;
    width: 66px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    margin-left: 16px;
    text-align: center;
    background: #fdf2e9;
    font-size: 12px
}

.seek-help-wrap .help-list li .bottom-wrap .tags span:first-child {
    margin-left: 0
}

.seek-help-wrap .help-list li .bottom-wrap .spilt-line {
    height: 0;
    border-top: 1px dashed #e8e8e8
}

.seek-help-wrap .help-list li .bottom-wrap .q-list .q-item {
    display: block;
    color: #666666;
    font-size: 13px;
    margin-top: 11px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.seek-help-wrap .help-list li .bottom-wrap .q-list .q-item::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: top;
    background: url("../images/icon-q.png") no-repeat
}

.counselor-wrap {
    min-width: 1200px;
    overflow: hidden
}

.counselor-wrap .module-title {
    margin-top: 50px;
    padding-bottom: 20px
}

.counselor-wrap .module-title span {
    font-size: 28px;
    font-weight: 500
}

.counselor-wrap .module-title i {
    font-size: 13px;
    margin-left: 20px
}

.counselor-wrap .classify-title {
    overflow: hidden;
    padding: 40px 0 30px
}

.counselor-wrap .classify-title ul {
    float: left;
    overflow: hidden
}

.counselor-wrap .classify-title ul li {
    float: left;
    padding-right: 25px;
    cursor: pointer;
    font-size: 14px
}

.counselor-wrap .classify-title ul li::before {
    content: '·';
    margin-right: 25px
}

.counselor-wrap .classify-title ul li:first-child::before {
    content: '';
    margin-right: 0
}

.counselor-wrap .classify-title ul li:hover span,
.counselor-wrap .classify-title ul li.active span {
    color: #ffa000
}

.counselor-wrap .classify-title .btn-more {
    float: right;
    font-size: 14px;
    color: #9b9b9b
}

.counselor-wrap .result-container .counselors {
    overflow: hidden
}

.counselor-wrap .result-container .counselors li {
    position: relative;
    float: left;
    width: 224px;
    height: 274px;
    margin-left: 20px;
    background: #ccc
}

.counselor-wrap .result-container .counselors li:first-child {
    margin-left: 0
}

.counselor-wrap .result-container .counselors li:hover .mask-box {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.counselor-wrap .result-container .counselors li:hover h3 {
    display: none
}

.counselor-wrap .result-container .counselors li a {
    display: block;
    width: 100%;
    height: 100%
}

.counselor-wrap .result-container .counselors li .bg {
    position: relative;
    width: 100%;
    height: 100%
}

.counselor-wrap .result-container .counselors li .bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1)
}

.counselor-wrap .result-container .counselors li .bg img {
    width: 100%;
    height: 100%
}

.counselor-wrap .result-container .counselors li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0))
}

.counselor-wrap .result-container .counselors li .mask-box {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 198, 0, 0.9)), to(rgba(255, 150, 0, 0.9)));
    background: -webkit-linear-gradient(bottom, rgba(255, 198, 0, 0.9), rgba(255, 150, 0, 0.9));
    background: linear-gradient(to top, rgba(255, 198, 0, 0.9), rgba(255, 150, 0, 0.9))
}

.counselor-wrap .result-container .counselors li .mask-box>h4 {
    font-size: 18px
}

.counselor-wrap .result-container .counselors li .mask-box .title {
    margin-top: 20px;
    font-size: 13px
}

.counselor-wrap .result-container .counselors li .mask-box>p {
    line-height: 21px;
    margin-top: 26px;
    font-size: 13px
}

.counselor-wrap .counselor-banner {
    height: 350px;
    background: url("../images/bg-counsoler.png") no-repeat;
    overflow: hidden
}

.counselor-wrap .counselor-banner .search-box {
    width: 365px;
    height: 290px;
    margin-top: 30px;
    margin-left: 30px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.counselor-wrap .counselor-banner .search-box h3 {
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 18px
}

.counselor-wrap .counselor-banner .search-box h3::before {
    content: '';
    position: relative;
    top: -5px;
    display: inline-block;
    width: 76px;
    margin-right: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.5)
}

.counselor-wrap .counselor-banner .search-box h3::after {
    content: '';
    position: relative;
    top: -5px;
    display: inline-block;
    width: 76px;
    margin-left: 10px;
    border-top: 1px dashed rgba(255, 255, 255, 0.5)
}

.counselor-wrap .counselor-banner .search-box ul {
    overflow: hidden
}

.counselor-wrap .counselor-banner .search-box ul li {
    float: left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin: 5px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.counselor-wrap .counselor-banner .search-box ul li:hover {
    background: #ffa000;
    color: #fff
}

.counselor-wrap .counselor-footer {
    height: 180px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url("../images/300bg.png") no-repeat;
    overflow: hidden
}

.counselor-wrap .counselor-footer .center-box {
    width: 800px;
    margin: 45px auto;
    overflow: hidden;
    padding-left: 100px
}

.counselor-wrap .counselor-footer .center-box .text {
    float: left
}

.counselor-wrap .counselor-footer .center-box .text h3 {
    font-size: 30px;
    font-weight: bold
}

.counselor-wrap .counselor-footer .center-box .text p {
    font-size: 24px;
    margin-top: 30px
}

.counselor-wrap .counselor-footer .center-box .btn-box {
    float: right
}

.counselor-wrap .counselor-footer .center-box .btn-box .btn-look {
    display: block;
    width: 180px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    border-radius: 60px;
    background: #ffa000;
    color: #ffffff;
    text-align: center;
    font-size: 18px
}

.counselor-wrap .counselor-footer .center-box .btn-box .tips {
    margin-top: 20px;
    font-size: 14px
}

.report-wrap {
    background: #fff;
    padding: 50px 0 0;
    min-width: 1200px
}

.report-wrap .title {
    position: relative
}

.report-wrap .title h2 {
    float: left;
    font-size: 24px;
    color: #333
}

.report-wrap .title h2 span {
    display: inline-block;
    width: 10px;
    height: 18px;
    margin-left: 20px;
    background: url("../images/icon-trangle-right.png") no-repeat
}

.report-wrap .title .nav {
    float: left
}

.report-wrap .title .nav .nav-btn {
    position: relative;
    top: 2px;
    font-size: 19px;
    margin-left: 50px;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.report-wrap .title .nav .nav-btn.active,
.report-wrap .title .nav .nav-btn:hover {
    color: #ffa000
}

.report-wrap .title .nav .nav-btn.active::after,
.report-wrap .title .nav .nav-btn:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    width: 20px;
    height: 4px;
    background: #ffa000;
    border-radius: 2px
}

.report-wrap .title .btn-more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
    font-size: 14px;
    color: #9b9b9b
}

.report-wrap .report-list {
    margin-top: 10px
}

.report-wrap .report-list li {
    float: left;
    width: 380px;
    height: 120px;
    margin-left: 30px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 47px;
    border-left: 2px solid #ffa000;
    -webkit-box-shadow: 0 5px 10px 0 #e8e8e8;
    box-shadow: 0 5px 10px 0 #e8e8e8
}

.report-wrap .report-list li:hover {
    -webkit-box-shadow: 0 5px 10px 0 #e8e8e8;
    box-shadow: 0 5px 10px 0 #e8e8e8
}

.report-wrap .report-list li.bg1 {
    background: url("../images/bg-report-1.png") no-repeat
}

.report-wrap .report-list li.bg2 {
    background: url("../images/bg-report-2.png") no-repeat
}

.report-wrap .report-list li.bg3 {
    background: url("../images/bg-report-3.png") no-repeat
}

.report-wrap .report-list li:first-child {
    margin-left: 0
}

.report-wrap .report-list li a {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-size: 16px;
    position: relative;
    line-height: 26px;
    max-height: 60px
}

.friend-wrap {
    background: #fff;
    padding: 40px 0;
    min-width: 1200px
}

.friend-wrap h2 {
    font-size: 24px;
    color: #333
}

.friend-wrap .friend-logo {
    margin-top: 20px;
    margin-bottom: 30px
}

.friend-wrap .friend-logo li {
    display: inline-block;
    margin-right: 20px
}

.friend-wrap .friend-link {
    margin-top: 20px
}

.friend-wrap .friend-link li {
    display: inline-block;
    margin-right: 40px;
    color: #9b9b9b;
    font-size: 14px
}

.friend-wrap .friend-link li>a {
    color: #9b9b9b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.friend-wrap .friend-link li>a:hover {
    color: #ffa000
}