* {
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
select,
textarea,
video {
    outline: none;
}

select {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}

input,
select {
    color: #999;
}

select::-ms-expand {
    display: none;
}

option {
    color: #000;
}

input {
    border: none;
    background: none;
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
    cursor: pointer;
}

html,
body {
    --Colour: #3bb5b8;
    --HoverColour: #216c6e;
    --HoverColourThin: #3abec3;
    --ColourThin: #73d4d7;
    --Background: #f5f5f5;
    font-family: "微软雅黑";
    color: #333333;
    background: var(--Background);
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

body.active {
    position: relative;
    overflow: hidden;
}

img {
    vertical-align: middle;
}

button,
select {
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w310 {
    width: 310px;
}

.w820 {
    width: 820px;
}

.w870 {
    width: 870px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1220 {
    width: 1220px;
    margin: 0 auto;
}

.m20 {
    margin-bottom: 20px;
}

.m_b_20 {
    margin-bottom: 20px;
}

.m_r_20 {
    margin-right: 20px;
}

.copy {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pointer,
.form_btn,
.btn,
.close {
    cursor: pointer;
}

.none {
    display: none !important;
}

.show {
    display: block !important;
}

.center {
    text-align: center;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-clamp-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-clamp-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.user-select {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.border-top-blue {
    border-top: 2px solid #004196;
}

.border-top-green {
    border-top: 2px solid var(--Colour);
}

.border-top-darkslategray {
    border-top: 2px solid #006960;
}

.border-top-dark {
    border-top: 2px solid #294340;
}

.border-top-yellow {
    border-top: 2px solid #fdbd0f;
}

.ccc {
    background: #ccc !important;
}

.fff {
    background: #fff !important;
}

.nodata {
    text-align: center;
    font: 16px/50px Microsoft Yahei;
    color: #aaa
}

.swiper-button-next a,
.swiper-button-prev a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.lsc_content {
    background: #f5f5f5;
}

/*标题*/
/* 1.标题 */
.lsc_title_lg {
    height: 60px;
    text-align: center;
    background: url(../img/line_2.png) no-repeat center 36px;
}

.lsc_title_lg .tit {
    position: relative;
    font-size: 30px;
    padding: 0 36px 0px;
    line-height: 60px;
    display: inline-block;
    background-color: #f5f5f5;
}

.lsc_title_lg.white .tit {
    background-color: #fff;
}

.lsc_title_lg .tit:after {
    content: "";
    width: 29px;
    height: 3px;
    background-color: #223e96;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.lsc_title_lg .tit.darkBlue:after {
    background-color: #223e96;
}

.lsc_title_lg .tit.green:after {
    background-color: var(--Colour);
}

.lsc_title_md {
    text-align: center;
}

.lsc_title_sm {
    border-bottom: 1px solid #dddddd;
    margin: 0 20px;
    padding: 10px 0 0;
    position: relative;
    height: 40px;
}

.lsc_title_sm.border {
    border-bottom: none;
}

.lsc_title_sm .tit {
    line-height: 40px;
    vertical-align: middle;
    font-size: 18px;
}

.lsc_title_sm .tit span {
    font-weight: normal;
}

.lsc_title_sm.yellow .tit {
    border-bottom: 1px solid #f3bb00;
}

.lsc_title_sm.darkBlue .tit {
    border-bottom: 1px solid #223e96;
}

.lsc_title_sm.green .tit {
    border-bottom: 1px solid var(--Colour);
}

.lsc_title_sm.darkslategray .tit {
    border-bottom: 1px solid #006960;
}

.lsc_title_sm.dark .tit {
    border-bottom: 1px solid #294340;
}

.lsc_title_sm .more {
    color: #999999;
    font-size: 16px;
    padding: 0px 20px 0 0;
    margin: 14px 0 0 0;
    background: url(../img/more_2.png) no-repeat right 5px;
}

.lsc_title_sm .more:hover {
    text-decoration: underline;
}

.lsc_title_sm_pos {
    position: absolute;
    right: 20px;
}

.lsc_title_sm_pos .more {
    color: #999999;
    font-size: 16px;
    padding: 0px 20px 0 0;
    margin: 8px 0 0 0;
    background: url(../img/more_2.png) no-repeat right 6px;
}

.lsc_title_sm ul {
    position: absolute;
    right: 70px;
    bottom: -1px;
    line-height: 34px;
}

.lsc_title_sm ul li {
    display: inline-block;
    width: 76px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.lsc_title_sm ul li.w140 {
    width: 140px;
}

.lsc_title_sm ul li:hover,
.lsc_title_sm ul li.active {
    font-weight: bold;
    color: #f39800;
    border-bottom: 2px solid #f39800;
}

.lsc_title_sm ul li:hover::after,
.lsc_title_sm ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 4px;
    background: url(/image/icon/sprite.png) no-repeat -30px -30px;
}

.lsc_title_sm.darkslategray ul li:hover,
.lsc_title_sm.darkslategray ul li.active {
    color: #006960;
}

/* 导航顶部 */
.dhdb {
    background-color: #fff;
    height: 85px;
}

.dhdb .w1200 {
    height: 100%;
    overflow: hidden;
}

.dhdb .title {
    float: left;
    font-size: 26px;
    color: var(--Colour);
    line-height: 100px;
    font-weight: normal;
}

.dhdb .gu_search {
    margin: 30px 56px 30px 100px;
    position: relative;
    overflow: hidden;
}

.dhdb .gu_search input {
    width: 370px;
    height: 38px;
    border-radius: 20px;
    padding: 0 50px 0 20px;
    background: none;
    outline: none;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 2;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

.dhdb .gu_search .gu_btn_search {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 86px;
    height: 36px;
    background: url(../img/entrySprite.png) 0px 0;
    z-index: 3;
}

.topflex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 26px;
}

.toplogo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
}

/* 用户自主选择定位弹窗 */
.toplogo .location {
    display: flex;
    margin-left: 10px;
}

.toplogo .location .ipCity {
    margin-right: 10px;
}

.toplogo .location .ipCity:hover {
    cursor: pointer;
    color: var(--Colour);
}

.toplogo .location .ipCity_sel {
    font-size: 18px;
    color: var(--Colour);
    padding-left: 26px;
    position: relative;
}

.toplogo .location .ipCity_sel::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/location.png) no-repeat center top;
    background-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.user_choice_city_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.user_choice_city_wrap .user_choice_city {
    width: 650px;
    height: 410px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(90deg, #72cab2, var(--Colour));
    border-radius: 20px;
    overflow: hidden;
}

.user_choice_city_wrap .user_choice_city .user_city_top {
    width: 100%;
    height: 120px;
    background: #fff;
}

.user_choice_city_wrap .user_choice_city .user_city_top h4 {
    color: var(--HoverColour);
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    padding: 19px 0 0 0;
}

.user_choice_city_wrap .user_choice_city .user_city_top p {
    color: #020202;
    font-size: 14px;
    width: 200px;
    margin: 0 auto;
    line-height: 28px;
    padding: 0 0 0 24px;
    background: url("../img/location.png") no-repeat left center;
    background-size: 22px 22px;
}

.user_choice_city_wrap .user_choice_city .user_city_top p b {
    color: var(--Colour);
    font-size: 16px;
    display: inline-block;
    text-align: center;
    width: 66px;
}

.user_choice_city_wrap .user_choice_city .user_city_top p span {
    float: right;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 14px;
    background: var(--Colour);
    cursor: pointer;
}

.user_choice_city_wrap .user_choice_city .user_city_top p span:hover {
    background: var(--HoverColourThin);
}

.user_choice_city_wrap .user_choice_city .user_choice_city_list {
    padding: 26px 0;
    display: flex;
}

.user_choice_city_wrap .user_choice_city .user_choice_city_list .list {
    margin: 0 34px 0 50px;
    flex: 1
}

.user_choice_city_wrap .user_choice_city .user_choice_city_list dl {
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
}

.user_choice_city_wrap .user_choice_city .user_choice_city_list dl dt {
    width: 20px;
    line-height: 20px;
    float: left;
    color: #fff;
    font-weight: bold;
}

.user_choice_city_wrap .user_choice_city .user_choice_city_list dl dd {
    float: left;
    margin-right: 3px;
    height: 20px;
    padding: 0 8px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.user_choice_city_wrap .user_choice_city .user_choice_city_list dl dd:hover,
.user_choice_city_wrap .user_choice_city .user_choice_city_list dl dd.active {
    background: var(--HoverColour);
    color: #fff;
    border-radius: 5px;
}


.search_scroll {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 14px;
    z-index: 1;
}

.search_scroll li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #999999;
}

.dhdb .now_city {
    position: relative;
    margin-top: 22px;
}

.dhdb .now_city h2 {
    font-size: 26px;
    color: var(--Colour);
    font-weight: normal;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
}

.dhdb .now_city h2::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background: url(../img/sprite.png) no-repeat -48px top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.dhdb .now_city h2:hover::after {
    transform: rotateZ(180deg);
}

.dhdb .lxdh {
    display: table;
    height: 100%;
    position: relative;
    padding-left: 30px;
}

.dhdb .lxdh::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 26px;
    height: 22px;
    background: url(../img/sprite.png) no-repeat -90px top;
}

.dhdb .lxdh b {
    font-size: 18px;
    color: #f39800;
    display: table-cell;
    vertical-align: middle;
}

.dhdb .lxdh b a {
    color: #f39800;
}

/*新版导航*/
.menu_nav {
    background: var(--Colour);
}

.menu_nav ul li {
    line-height: 25px;
    float: left;
    padding: 13px 3.3px;
    font-size: 16px;
    margin-right: 22px;
    position: relative;
}

.menu_nav ul li a {
    color: #ffffff;
    font-size: 16px;
}

.menu_nav ul li p.syfu {
    padding-left: 25px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.menu_nav ul li p.syfu:before {
    content: '';
    width: 20px;
    height: 26px;
    display: block;
    position: absolute;
    left: 4px;
    background: url(../img/syfw.png) no-repeat center;
    background-size: 100%;
}

.menu_nav ul li a:hover {
    color: var(--HoverColour);
}

.menu_nav ul li.nav_look {
    background: #8ad5c0;
    border-radius: 8px;
    color: var(--Colour);
    padding: 2px 8px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}

.menu_nav ul li span {
    border-left: 1px solid #6cd8ba;
    margin: 0 0px 0 15px;
    float: right;
    height: 25px;
}

.menu_nav ul li:last-child {
    margin-right: 0;
}

.menu_nav ul li.hot:after {
    content: '';
    width: 20px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 6px;
    background: url(../img/hot.gif) no-repeat center center;
}

.menu_nav ul li.new:after {
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: 3px;
    background: url(../img/icon.png) no-repeat;
    background-position: 0 -96px;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

/*1920轮播*/
.w1920_banner {
    max-width: 1920px;
    width: 100%;
    min-width: 1200px;
}

.w1920_banner .swiper-container_banner {
    height: 400px;
}

.w1920_banner .swiper-container_banner .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.w1920_banner .swiper-container_banner .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
    background: #ffffff;
    margin-right: 5px;
    opacity: 0.5;
}

.w1920_banner .swiper-container_banner .swiper-pagination-bullet-active {
    background: var(--Colour);
    opacity: 1;
}

.w1920_banner .swiper-container-horizontal>.swiper-pagination_banner,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 880px;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    padding: 0 0 0 320px;
}

.w1920_banner.h400 {
    height: 400px;
}

/*banner区域侧边栏*/
.lsc_sub_info {
    position: relative;
}

.lsc_sub_info .sub_info {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 320px;
    min-height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgb(151 164 178 / 20%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.lsc_sub_info .sub_info dl {
    padding: 11px 0;
    color: #333333;
    padding-left: 25px;
    margin: 0 0 5px 0;
    position: relative;
}

.lsc_sub_info .sub_info dl dt {
    margin-right: 10px;
    margin-top: 5px;
}

.lsc_sub_info .sub_info dl dd {
    width: 245px;
    line-height: 12px;
}

.lsc_sub_info .sub_info dl dd h3 {
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.lsc_sub_info .sub_info dl dd h3 a {
    color: #333333;
}

.lsc_sub_info .sub_info dl dd h3 a:hover {
    color: var(--Colour);
}

.lsc_sub_info .sub_info dl dd span {
    display: block;
    width: 80px;
    font-size: 14px;
    float: left;
}

.lsc_sub_info .sub_info dl dd span a {
    color: #666666;
}

.lsc_sub_info .sub_info dl dd span a:hover {
    color: var(--Colour);
}

.lsc_sub_info .sub_info dl:hover {
    background: #f7f7f7;
    border-left: 4px solid var(--Colour);
}

.lsc_sub_info .sub_info .sub_md_more {
    position: absolute;
    right: -630px;
    top: 0px;
    width: 630px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    background: #f7f7f7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 5px 0px 10px 0px rgba(139, 139, 139, 20%);
    display: none;
}

.lsc_sub_info .sub_info dl:last-child .sub_md_more {
    /* top: -67px; */
}

.lsc_sub_info .sub_info .sub_md_more .rdCon {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon h3 {
    font-size: 16px;
    color: var(--Colour);
    margin-bottom: 12px;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon h3 a {
    color: var(--Colour);
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list {
    margin-bottom: 6px;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list b {
    display: block;
    width: 65px;
    float: left;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list a {
    color: #333333;
    float: left;
    width: 155px;
    height: 20px;
    margin-left: 20px;
    line-height: 20px;
    margin-top: 4px;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list a:hover {
    color: var(--Colour);
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .sub_md_more_title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .sub_md_more_title h3 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .sub_md_more_title h3 a {
    color: var(--Colour);
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .sub_md_more_title h3 a:hover {
    color: var(--Colour);
}

.lsc_sub_info .sub_info .clearfix:hover .sub_md_more {
    display: block;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list {
    position: relative;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list li {
    position: relative;
    display: inline-block;
}

.lsc_sub_info .sub_info .sub_md_more .rdCon .rd_list li a.hot::before {
    content: '';
    width: 15px;
    height: 20px;
    display: block;
    position: absolute;
    left: 4px;
    background: url(../img/entrySprite.png) no-repeat -486px 0px;
}

/*新版底部通栏*/
.lsc_newfooter_lg {
    background: #333333;
    padding-top: 35px;
    margin-top: 50px;
}

.lsc_newfooter_lg.active .footer_current_branch {
    display: none;
}

.lsc_newfooter_lg .w1200 {
    position: relative;
}

.lsc_newfooter_lg .footer_1 {
    padding-bottom: 40px;
}

.lsc_newfooter_lg .footer_1 .footerBox {
    margin-bottom: 20px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerTit {
    width: 130px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    line-height: 20px;
    padding-bottom: 10px;
    float: left;
    margin-top: 6px
}

.lsc_newfooter_lg .footer_1 .footerBox .footerTit::after {
    content: '';
    display: block;
    width: 31px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/entrySprite.png) no-repeat -469px -357px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList {
    float: left;
    width: 1070px;
    line-height: 30px;
    font-size: 14px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList a {
    font-size: 14px;
    color: #d0d0d0;
    display: inline-block;
    margin-right: 17px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList a:hover {
    color: #ffffff;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList dl {
    display: inline-block;
    margin-right: 10px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList dl dt {
    display: inline-block;
    color: #32ad8b;
    font-weight: bold;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList dl dd {
    display: inline-block;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList dl dd a {
    margin-right: 2px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footerList a img {
    width: 88px;
    height: 30px;
    border: 2px solid #6a6a6a;
    border-radius: 5px;
}

.lsc_newfooter_lg .footer_1 .footerBox .footer_logo a {
    margin-right: 7px;
    /* cursor: default; */
}

.lsc_newfooter_lg .footer_2,
.lsc_newfooter_lg .footer_2 .w1200 {
    background-color: #262626;
}

.lsc_newfooter_lg .footer_copyright {
    height: 120px;
    text-align: center;
    font-size: 12px;
    display: table;
    color: #5d5d5d;
}

.lsc_newfooter_lg .footer_copyright p {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}

.lsc_newfooter_lg .footer_copyright p a {
    color: #5d5d5d;
}

.lsc_newfooter_lg .footer_copyright p a:hover {
    color: var(--HoverColourThin);
}

.lsc_newfooter_lg .current_branch_wxcode {
    width: 310px;
    text-align: center;
    position: absolute;
    bottom: -45px;
    right: 100px;
}

.lsc_newfooter_lg .current_branch_wxcode .code_wrap div {
    width: 114px;
    margin: 0 0 0 38px;
    display: inline-block;
}

.lsc_newfooter_lg .current_branch_wxcode .code_wrap div img {
    width: 114px;
    height: 114px;
    border-radius: 5px;
}

.lsc_newfooter_lg .current_branch_wxcode .code_wrap div p {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
}

.lsc_newfooter_lg .current_branch_wxcode .code_wrap div p a {
    color: #ffffff;
}

/*弹框*/
.popC {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    display: none;
}

.popFormCon {
    position: fixed;
    z-index: 9999;
    width: 750px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -375px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}

.popFormCon .close {
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background: url(../img/close.png) no-repeat -7px -176px;
}

/** 表单 **/
.qt_popC {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    display: none;
}

.lsc_popFormCon {
    position: fixed;
    z-index: 9999;
    width: 750px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -375px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}

.lsc_popFormCon .popImg {
    width: 350px;
    position: relative;
}

.lsc_popFormCon .popImg .popLogo {
    position: absolute;
    top: 20px;
    left: 25px;
}

.lsc_popFormCon .popForm {
    position: relative;
    width: 400px;
}

.lsc_popFormCon .popForm .close {
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/close.png) no-repeat -7px -176px;
}

.lsc_popFormCon .popForm h6 {
    font-size: 24px;
    text-align: center;
    padding: 60px 0;
}

.lsc_popFormCon .popForm .lsc_form_common {
    width: 340px;
    margin: 0 auto;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .select_wrap {
    margin-bottom: 20px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .input {
    height: 40px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .Country {
    background-position-y: -43px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .Degree {
    background-position-y: -99px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .Phone {
    background-position-y: -22px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .select_wrap::after {
    right: 16px;
    top: 15px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .btn {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: normal;
    background: linear-gradient(90deg, #72cab2, #3f9594);
    border-radius: 12px;
    margin-top: 20px;
}

.lsc_popFormCon .popForm .lsc_form_common.lsc_form .btn:hover {
    background: linear-gradient(-90deg, #72cab2, #3f9594);
}

.lsc_form_common_new {
    width: 180px;
}

.lsc_form_common_new.lsc_form .select_wrap {
    float: left;
    position: relative;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.lsc_form_common_new.lsc_form .select_wrap::after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 13px;
    background: url(../img/select6.png) no-repeat center top;
}

.lsc_form_common_new.lsc_form .input {
    width: 100%;
    height: 32px;
    color: #999;
    background: url(../img/form_icon_gray.png) no-repeat 7px 3px;
    background-size: 19px;
    padding: 0 22px 0 32px;
    float: left;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.lsc_form_common_new.lsc_form .select {
    position: relative;
    z-index: 1;
}

.lsc_form_common_new.lsc_form .Country {
    background-position-y: -48px;
}

.lsc_form_common_new.lsc_form .Degree {
    background-position-y: -104px;
}

.lsc_form_common_new.lsc_form .City {
    background-position-y: -104px;
}

.lsc_form_common_new.lsc_form .Phone {
    background: #fff url(../img/form_icon_gray.png) no-repeat 7px -26px;
}

.lsc_form_common_new.lsc_form .btn {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: var(--Colour);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.lsc_form_common_new.lsc_form .SmsCode {
    width: 198px;
    height: 42px;
    background-position: 7px -128px;
}

.lsc_form_common_new.lsc_form .SmsCodeBtn {
    width: 130px;
    height: 42px;
    float: right;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #9a9a9c;
    background: #eeeeee;
    border-radius: 10px;
}

/*tab标签*/
.lsc_title_big .lsc_tab {
    font-size: 14px;
    color: #333333;
    padding: 0;
    float: right;
}

.lsc_title_big .lsc_tab li {
    float: left;
    margin: 0 10px;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.lsc_title_big .lsc_tab li.active {
    border-bottom: 2px solid var(--HoverColourThin);
    color: var(--HoverColourThin);
    font-weight: bold;
}

.lsc_title_big .lsc_tab li:hover {
    border-bottom: 2px solid var(--HoverColourThin);
    color: var(--HoverColourThin);
    font-weight: bold;
}

.lsc_title_big .lsc_tab li.active::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/entrySprite.png?we) no-repeat -170px 0;
    bottom: 6px;
    left: 50%;
    margin: -6.5px;
    width: 13px;
    height: 6px;
}

.lsc_title_big .lsc_tab li:hover::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/entrySprite.png?we) no-repeat -170px 0;
    bottom: 6px;
    left: 50%;
    margin: -6.5px;
    width: 13px;
    height: 6px;
}



.lsc_title_big {
    border-bottom: 1px solid #dddddd;
    margin: 60px auto 30px;
    padding: 0 0 0 18px;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: url(../img/entrySprite.png) no-repeat -495px -58px;
}

.lsc_title_big .tit {
    line-height: 50px;
    vertical-align: middle;
    font-size: 24px;
}

.lsc_title_big .tit i {
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    padding-left: 20px;
    font-weight: normal;
}

.lsc_title_big .more {
    color: #999999;
    font-size: 16px;
    padding: 0px 20px 0 30px;
    background: url(../img/more_2.png) no-repeat right 19px;
    line-height: 48px;
}

.lsc_title_big .more:hover {
    text-decoration: underline;
    color: var(--HoverColourThin);
    background: url(../img/more_2_green.png) no-repeat right 19px;
}

.result_wrap .result_2 {
    text-align: center;
    padding: 100px 0 50px;
}

/* 右侧固定浮窗按钮 */

.totop {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 70px;
    height: auto;
    z-index: 99999999;
    cursor: pointer;
}

.totop img {
    width: 100%;
}

/* 面包屑 */
.crumbs {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
}

.crumbs a {
    color: #666;
}

.crumbs a:last-of-type {
    color: #333;
}

.crumbs a:hover {
    color: var(--HoverColourThin);
}

/* 分页 */
.lsc_pagination {
    position: relative;
    height: 34px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.lsc_pagination p {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 4px;
}

.lsc_pagination p a {
    display: block;
    height: 100%;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
}

.lsc_pagination span input {
    width: 32px;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-align: center;
    color: #333;
}

.lsc_pagination span a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #f39200;
    border-radius: 5px;
    color: #fff;
    vertical-align: bottom;
}

.lsc_pagination p.active,
.lsc_pagination p:hover {
    color: #fff;
    background: var(--Colour);
    border: 1px solid var(--Colour);
}

.lsc_pagination p.active a,
.lsc_pagination p:hover a {
    color: #fff;
}

.lsc_pagination .lsc_pagination_val {
    width: 38px;
    height: 30px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
}

.lsc_pagination .lsc_pagination_btn {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
    background: var(--Colour);
    border: 1px solid var(--Colour);
    cursor: pointer;
    color: #ffffff;
    padding: 0 5px;
}

/*** TP分页 ***/
.pagination {
    position: relative;
    height: 34px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.pagination li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 4px;
    color: #333;
}

.pagination li span {
    display: block;
    height: 100%;
    padding: 0 12px;
    font-size: 14px;
}

.pagination li a {
    display: block;
    height: 100%;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
}

.pagination li:hover {
    background: var(--Colour);
    border: 1px solid var(--Colour);
}

.pagination li:hover a {
    color: #fff;
}

.pagination li.active {
    color: #fff;
    background: var(--Colour);
    border: 1px solid var(--Colour);
}

.pagination li.disabled {
    background: #f1f1f1;
    cursor: not-allowed;
}

.pagination li.disabled:hover {
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
}

.pagination li.disabled span {
    color: #aaa;
}

/* 筛选模块 */
.qt_title_sm {
    border-bottom: 1px solid #dddddd;
    margin: 0 20px;
    padding: 10px 0 0;
    position: relative;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.qt_title_sm.green .tit {
    line-height: 40px;
    vertical-align: middle;
    font-size: 18px;
    border-bottom: 1px solid #43bc9a;
    padding: 0 10px;
}

.filter_wrap {
    background: #fff;
}

.filter_wrap .lsc_title_sm {
    margin: 0 30px;
}

.filter_wrap .filter {
    margin: 10px 0 0 50px;
    font-size: 14px;
    padding-bottom: 20px;
}

.filter_wrap .filter dl {
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
}

.filter_wrap .filter dl dt {
    color: #666;
    float: left;
    height: 26px;
    line-height: 26px;
}

.filter_wrap .filter dl.city dt {
    /* height: 78px; */
    width: 60px;
}

.filter_wrap .filter dl dd {
    color: #333;
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.filter_wrap .filter dl dd a {
    display: block;
    padding: 0 10px;
    color: #333;
}

.filter_wrap .filter dl dd a:hover {
    color: var(--HoverColourThin);
}

.filter_wrap .filter dl dd.active a {
    background: var(--Colour);
    border-radius: 5px;
    color: #fff;
}


/* 公共右侧 */
.content .sidebar_r .tjCounselor {
    background: #fff;
}

.content .sidebar_r .tjCounselor .gwUl .gwImg {
    width: 100%;
    border-radius: 8px;
}

.content .sidebar_r .tjCounselor .gwUl {
    margin: 0 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.content .sidebar_r .tjCounselor .gwUl li {
    width: 125px;
    border-radius: 8px;
    box-shadow: 0 0 5px #e8e1e1;
    margin: 0 5px;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.content .sidebar_r .tjCounselor .gwUl li:hover .gwTxt {
    left: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.content .sidebar_r .tjCounselor .gwUl .jsPop {
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    color: #ddd;
    margin: 5px 0;
}

.content .sidebar_r .tjCounselor .gwUl .jsPop p {
    padding: 10px;
}

.content .sidebar_r .tjCounselor .gwUl .gwTxt {
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: -130px;
    width: 115px;
    height: 100%;
    border-radius: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 5px;
}


.content .sidebar_r .tjCounselor .gwUl .gwTxt h5 {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
}

.content .sidebar_r .tjCounselor .gwUl .gwTxt h5 a {
    color: #fff;
}

.content .sidebar_r .tjCounselor .gwUl .gwTxt p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.content .sidebar_r .tjCounselor .gwUl .gwTxt span {
    display: inline-block;
    border: 1px solid var(--Colour);
    border-radius: 3px;
    font-size: 10px;
    padding: 0px 2px;
    line-height: normal;
    color: var(--Colour);
    margin-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 69px;
    text-align: center;
    margin-right: 3px;
}

.content .sidebar_r .tjCounselor .gwUl .fr {
    background: var(--Colour);
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 20px;
}

.content .sidebar_r .tjCounselor .gwUl .fr a {
    font-size: 12px;
    color: #ffffff;
}

.content .sidebar_r .news_hot {
    background: #fff;
}

.content .sidebar_r .news_hot ul {
    max-height: 175px;
    overflow: hidden;
    margin: 26px 20px 10px;
    padding: 0;
}

.content .sidebar_r .news_hot ul li {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.content .sidebar_r .news_hot ul li::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--Colour);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.content .sidebar_r .news_hot ul li a {
    font-size: 14px;
}

.content .sidebar_r .news_hot ul li a.tit {
    width: 256px;
    color: #666;
    float: left;
    padding: 0 0 0 8px;
}

.content .sidebar_r .news_hot ul li a.tit:hover {
    color: var(--HoverColourThin);
    text-decoration: underline;
}

/* 留学小工具 */
.lsc_toolbar {
    height: 277px;
    background: #fff;
}

.lsc_toolbar {
    width: 310px;
    height: 290px;
    background: #fff;
}

.lsc_toolbar ul {
    padding: 24px 0 0 0;
}

.lsc_toolbar li {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin: 0 5%;
    padding: 10px 0;
}

.lsc_toolbar li.xxb {
    display: none;
}

.lsc_toolbar li a {
    color: #333;
    display: block;
    padding-top: 54px;
}

.lsc_toolbar li a::before {
    content: '';
    width: 52px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    margin: auto;
    background: url(../img/sprite.png) no-repeat -318px top;
}

.lsc_toolbar li.sqzl a::before {
    background-position-y: top;
}

.lsc_toolbar li.sqzl a::after {
    animation: qt_toolbar_list_1 0.5s infinite alternate;
    content: '';
    position: absolute;
    top: 20px;
    right: 34px;
    width: 22px;
    height: 11px;
    background: url(../img/sprite.png) no-repeat -374px -8px;
}

.lsc_toolbar li.xxb a::before {
    background-position-y: -302px;
}

.lsc_toolbar li.list_2 a::before {
    background-position-y: -52px;
}

.lsc_toolbar li.list_3 a::before {
    background-position-y: -102px;
}

.lsc_toolbar li.list_4 a::before {
    background-position-y: 0;
}

.lsc_toolbar li.list_5 a::before {
    background-position-y: -152px;
}

.lsc_toolbar li.list_6 a::before {
    background-position-y: -202px;
}

.lsc_toolbar li.list_7 a::before {
    background-position-y: -252px;
}

@keyframes qt_toolbar_list_1 {
    0% {
        right: 32px;
        opacity: 0.5;
    }

    100% {
        right: 36px;
        opacity: 1;
    }
}


/* 弹框表单 */
.unlock_form_alert_wrap {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.unlock_form_alert {
    width: 454px;
    height: 520px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid #3a539b;
}

.unlock_form_alert h5 {
    text-align: center;
    font-size: 22px;
    padding: 40px 0 0 0;
}

.unlock_form_alert h5 span {
    color: #f39800;
}

.unlock_form_alert ul {
    padding: 20px 0 0 0;
}

.unlock_form_alert li {
    line-height: 38px;
    padding: 0 20px;
    margin-bottom: 15px;
    position: relative;
}

.unlock_form_alert li span {
    width: 124px;
    text-align: right;
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding-right: 5px;
}

.unlock_form_alert li input {
    width: 238px;
    height: 36px;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid #3a539b;
    background-color: transparent;
    outline: none;
}

.unlock_form_alert li select {
    width: 280px;
    height: 36px;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid #3a539b;
    background: url(../img/select2.png) no-repeat 94% center;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.unlock_form_alert li .SmsCodeBtn {
    width: 117px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: #f2ae5e;
    border-radius: 19px;
    margin-left: 5px;
    position: absolute;
    right: 25px;
    top: 5px;
}

.unlock_form_alert .contract {
    font-size: 14px;
    color: #999999;
    width: 260px;
    margin: 0 auto;
    line-height: 20px;
}

.unlock_form_alert .contract span {
    display: inline-block;
    width: 66px;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.unlock_form_alert .contract span::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(../img/sprite.png) no-repeat 0 -468px;
}

.unlock_form_alert .contract span.active::before {
    background-position: 0 -456px;
}

.unlock_form_alert .tiaokuan {
    text-align: center;
    font-size: 14px;
    color: #999999;
    padding-top: 20px;
    line-height: 14px;
}

.unlock_form_alert .tiaokuan .checked {
    width: 14px;
    height: 14px;
    background: url(../img/sprite.png) no-repeat 32px -422px;
    display: inline-block;
    vertical-align: bottom;
}

.unlock_form_alert .tiaokuan .checked.active {
    background-position: -32px -436px;
}

.unlock_form_alert .tiaokuan a {
    color: #3a539b;
}

.unlock_form_alert .btn {
    width: 300px;
    height: 40px;
    margin: 16px auto 0;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    background: #6592d6;
    background: linear-gradient(to right, #476ba2 0%, #6592d6 50%, #476ba2 100%);
}

.unlock_form_alert .close {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url(../img/close.png) no-repeat center -29px;
    background-size: 29px auto;
}

/* 2.广告位 */
.lsc_banner {
    text-align: center;
    overflow: hidden;
}

.lsc_banner .swiper-wrapper {
    overflow: visible;
}

.lsc_banner.w900 {
    width: 900px;
    height: 350px;
}

.lsc_banner.w1000 {
    width: 1000px;
    height: 90px;
}

.lsc_banner.w310 {
    width: 310px;
    /* height:280px; */
}

.lsc_banner.w310 img {
    width: 310px;
    height: 280px;
}

.lsc_banner.w330 {
    width: 330px;
    height: 280px;
    overflow: hidden;
}

.lsc_banner.w330 img {
    width: 330px;
    height: 280px;
}

.lsc_banner.h90 {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.lsc_banner.h120 {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.lsc_banner.h220 {
    width: 1200px;
    height: 220px;
    margin: 0 auto;
}

.lsc_banner.h400 {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.lsc_banner .swiper {
    width: 100% !important;
    height: 100% !important;
}

.lsc_banner .swiper-button-prev,
.lsc_banner .swiper-button-next {
    width: 38px;
    height: 38px;
    opacity: 0.8;
    background: url(../img/swiper-button.png) no-repeat center top;
    background-size: 100% auto;
}

.lsc_banner .swiper-button-prev {
    background-position-y: top;
}

.lsc_banner .swiper-button-next {
    background-position-y: bottom;
}

.lsc_banner.button_none .swiper-button-prev,
.lsc_banner.button_none .swiper-button-next {
    display: none;
}

.lsc_banner.button_none:hover .swiper-button-prev,
.lsc_banner.button_none:hover .swiper-button-next {
    display: block;
}

.lsc_banner.r .swiper .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 9;
    width: 97.5%;
    text-align: right;
}

.lsc_banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b9b9b9;
    margin: 0 5px;
    opacity: 1;
}

.lsc_banner .swiper .swiper-pagination-bullet-active {
    background: var(--Colour);
}

.lsc_banner.blue .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #43bc9a;
}

.lsc_banner.white .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.lsc_banner_lg .swiper-button-prev,
.lsc_banner_lg .swiper-button-next {
    width: 38px;
    height: 38px;
    background-size: 38px auto;
}

.lsc_banner_sm .swiper-button-prev,
.lsc_banner_sm .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
}

/**侧边滚动offer**/
.content .sidebar_r .sidebar_offer {
    background-color: #fff;
}

.content .sidebar_r .sidebar_offer ul {
    max-height: none;
    margin: 0;
    padding: 10px 0;
}

.content .sidebar_r .sidebar_offer ul li {
    background: url(../img/offer-icon.png) 20px 10px no-repeat;
    height: auto;
    line-height: initial;
    margin-bottom: 0;
}

.content .sidebar_r .sidebar_offer ul li::before {
    display: none;
}

.content .sidebar_r .sidebar_offer ul li a {
    position: relative;
    display: block;
    height: 70px;
    padding: 10px 20px 10px 78px;
    overflow: hidden;
}

.content .sidebar_r .sidebar_offer ul li img {
    margin-right: 10px;
    float: left;
    border: 1px solid #e8e8e8;
    width: 46px;
    height: 66px;
}

.content .sidebar_r .sidebar_offer ul li h3 {
    min-height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.content .sidebar_r .sidebar_offer ul li p {
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.content .sidebar_r .sidebar_offer ul li p span {
    margin-right: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid var(--HoverColourThin);
    background: var(--HoverColourThin);
    color: #fff;
    float: left;
}

.content .sidebar_r .sidebar_offer ul li strong {
    padding: 0 4px;
    border-radius: 4px;
    background: #269dff;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 26px;
    top: 25px;
    z-index: 3;
}

.content .sidebar_r .sidebar_offer ul li a:hover {
    z-index: 3;
    border-color: #f5f5f5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/**侧边表单**/
.form-box {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 20px 20px 5px;
    margin-bottom: 20px;
    background: #f6faf2 url(../img/bg-form-box.jpg) 0 0 no-repeat;
}

.form-box .hd {
    text-align: center;
    padding-bottom: 5px;
}

.form-box .hd span {
    color: #666;
    font-size: 18px;
    display: block;
}

.form-box .hd p {
    padding-top: 5px;
    line-height: 23px;
    font-size: 26px;
    color: #e72422;
    font-weight: bold
}

.form-box .hd p b {
    color: #444;
}

.form-box .bd {
    padding-top: 15px;
}

.form-box .list {
    height: 46px;
}

.form-box .i-text {
    color: #333;
    text-indent: 10px;
    display: inline-block;
    width: 99.6%;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 1px solid #d0d0d0
}

.form-box button {
    font-size: 18px;
    background: #e72422;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 40px;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}

.form-box .bd p {
    text-align: center;
    line-height: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #999
}

.form-box .bd p a,
.form-box .bd p span {
    color: #e84c3d;
    padding: 0 3px;
}

.jc-select {
    position: relative;
}

.jc-select .text {
    height: 32px;
    line-height: 32px;
}

.jc-select .text span {
    overflow: hidden;
    padding-right: 25px;
    display: block;
    position: relative;
    z-index: 4;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #d0d0d0;
}

.jc-select .text i {
    z-index: 4;
    background-position: 0 -74px;
    position: absolute;
    right: 10px;
    height: 8px;
    width: 13px;
    top: 50%;
    margin-top: -3px;
}

.jc-select .text i.down {
    background-position: -1px -84px;
}

.jc-select ul {
    display: none;
    max-height: 255px;
    border: 1px solid #e6e6e6;
    overflow-x: hidden;
    position: absolute;
    z-index: 5;
    top: 33px;
    left: 0;
    right: 0;
    background-color: #fff;
}

.jc-select ul li {
    text-indent: 10px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    color: #666;
    font-size: 14px;
    cursor: pointer
}

.jc-select ul li:last-child {
    border-bottom: none;
}

.jc-select ul li:hover {
    background: #ddd;
    color: #333;
}

.jc-select .text.color span {
    color: #333;
}

/**侧边专业大全**/
.border-top-green.specialized {
    background: #fff;
}

.specialized-link {
    position: relative;
    background: #fff;
    height: 475px;
    margin-top: 7px;
}

/* .specialized-link:before {
    position: absolute;
    height: 100%;
    width: 1px;
    content: " ";
    left: 106px;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: #e7e7e7;
}

.specialized-link:after {
    position: absolute;
    height: 100%;
    width: 1px;
    content: " ";
    right: 106px;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: #e7e7e7;
} */

.specialized-link ul {
    display: flex;
    width: 322px;
    flex-wrap: wrap;
}

.specialized-link ul li {
    text-align: center;
    display: inline-block;
    height: 67px;
    width: 103px;
}

.specialized-link ul li a {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    display: block;
    height: 57px;
}

.specialized-link ul li i {
    background-position: 0 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../img/icon.png) no-repeat;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.specialized-link ul li a:hover {
    color: var(--Colour);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 3;
    background: #fff;
}

.specialized-link ul li .i-1 {
    background-position: -288px -40px
}

.specialized-link ul li .i-2 {
    background-position: -318px -40px
}

.specialized-link ul li .i-3 {
    background-position: -348px -40px
}

.specialized-link ul li .i-4 {
    background-position: -378px -40px
}

.specialized-link ul li .i-5 {
    background-position: -408px -40px
}

.specialized-link ul li .i-6 {
    background-position: -438px -40px
}

.specialized-link ul li .i-7 {
    background-position: -468px -40px
}

.specialized-link ul li .i-8 {
    background-position: -498px -40px
}

.specialized-link ul li .i-9 {
    background-position: -528px -40px
}

.specialized-link ul li .i-10 {
    background-position: -558px -40px
}

.specialized-link ul li .i-11 {
    background-position: -588px -40px
}

.specialized-link ul li .i-12 {
    background-position: -288px -100px
}

.specialized-link ul li .i-13 {
    background-position: -318px -100px
}

.specialized-link ul li .i-14 {
    background-position: -348px -100px
}

.specialized-link ul li .i-15 {
    background-position: -378px -100px
}

.specialized-link ul li .i-16 {
    background-position: -408px -100px
}

.specialized-link ul li .i-17 {
    background-position: -438px -100px
}

.specialized-link ul li .i-18 {
    background-position: -468px -100px
}

.specialized-link ul li .i-19 {
    background-position: -498px -100px
}

.specialized-link ul li .i-20 {
    background-position: -528px -100px
}

.specialized-link ul li .i-21 {
    background-position: -558px -100px
}

.specialized-link ul li a:hover .i-1 {
    background-position: -288px -70px
}

.specialized-link ul li a:hover .i-2 {
    background-position: -318px -70px
}

.specialized-link ul li a:hover .i-3 {
    background-position: -348px -70px
}

.specialized-link ul li a:hover .i-4 {
    background-position: -378px -70px
}

.specialized-link ul li a:hover .i-5 {
    background-position: -408px -70px
}

.specialized-link ul li a:hover .i-6 {
    background-position: -438px -70px
}

.specialized-link ul li a:hover .i-7 {
    background-position: -468px -70px
}

.specialized-link ul li a:hover .i-8 {
    background-position: -498px -70px
}

.specialized-link ul li a:hover .i-9 {
    background-position: -528px -70px
}

.specialized-link ul li a:hover .i-10 {
    background-position: -558px -70px
}

.specialized-link ul li a:hover .i-11 {
    background-position: -588px -70px
}

.specialized-link ul li a:hover .i-12 {
    background-position: -288px -130px
}

.specialized-link ul li a:hover .i-13 {
    background-position: -318px -130px
}

.specialized-link ul li a:hover .i-14 {
    background-position: -348px -130px
}

.specialized-link ul li a:hover .i-15 {
    background-position: -378px -130px
}

.specialized-link ul li a:hover .i-16 {
    background-position: -408px -130px
}

.specialized-link ul li a:hover .i-17 {
    background-position: -438px -130px
}

.specialized-link ul li a:hover .i-18 {
    background-position: -468px -130px
}

.specialized-link ul li a:hover .i-19 {
    background-position: -498px -130px
}

.specialized-link ul li a:hover .i-20 {
    background-position: -528px -130px
}

.specialized-link ul li a:hover .i-21 {
    background-position: -558px -130px
}

.specialized-link ul li:nth-child(22) {
    display: none;
}

/**条件选择**/
.condition .hd {
    height: 40px;
    border-left: 1px solid #e7e7e7
}

.condition .hd ul {
    display: flex;
}

.condition .hd li {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;

    background: #f5f5f5;
    color: #666;
}

.condition .hd li a {
    display: block;
    color: #666;
    font-size: 18px;
}

.condition .hd li a:hover {
    color: var(--Colour);
}

.condition .hd li a.current {
    font-weight: bold;
    background: #fff;
    color: var(--Colour);
}

.condition .bd {
    border: 1px solid #e7e7e7;
    padding: 15px 0 0 0;
}

.condition .bd .list {
    position: relative;
    padding: 0 0 8px 100px;
    font-size: 14px;
}

.condition .bd .list .name {
    color: #999;
    position: absolute;
    left: 22px;
    top: 1px;
    z-index: 3;
}

.condition .bd .list ul li {
    height: 22px;
    display: inline-block;
    margin-bottom: 5px;
}

.condition .bd .list ul li a {
    color: #666;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 4px;
    font-size: 12px;
}

.condition .bd .list ul li a.current,
.condition .bd .list ul li a:hover {
    background: var(--Colour);
    color: #fff;
}

/**标签**/
ul.ul-tag li {
    display: inline-block;
    margin-right: 20px;
    color: #ccc;
    font-size: 13px
}

ul.ul-tag a {
    color: #ccc
}

ul.ul-tag a:hover {
    color: #333;
}

ul.ul-tag li {
    color: #999;
    margin-right: 15px;
    display: inline-block
}

ul.ul-tag .a-tag {
    padding: 0 8px;
    border-radius: 10px;
    color: #999;
    border: 1px solid #999
}

ul.ul-tag i {
    width: 18px;
    height: 18px;
}

ul.ul-tag .i-date {
    background-position: -18px -315px;
}

ul.ul-tag .i-user {
    background-position: -18px -332px;
}

.swiperButtonPrev{
    width: 45px;
    height: 45px;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiperButtonPrev.blue{
    background-position: 0 -46px;
} 

.swiperButtonNext{
    width: 45px;
    height: 45px;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.swiperButtonNext.blue{
    background-position: 0 -139px;
} 