﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
}

img {
    border: 0 none;
    vertical-align: center;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font: 12px "Microsoft YaHei", "宋体", Arial;
    outline: none;
    font-family: '微软雅黑' !important;
}

.wp_md_title,
.wp_m_title,
.wp_g_title, .wp-column-hd {
    display: none;
}

button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

.w {
    max-width: 1300px;
    margin: 0 auto;
}

aside section, .body {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.hide, header .hide {
    display: none;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.head_t {
    width: 100%;
    /**border-bottom: 1px solid #bfbfbf;**/
}

.ht_box {
    max-width: 1170px;
    margin: 0 auto;
    height: 80px;
}

.logo {
    width: 125px;
    height: 140px;
    float: left;
}

.logo img {
    width: 100%;
    display: block;
}

.head_title {
    float: left;
    margin: 1.2% 5.2% 0 5%;
}

.head_title span {
    font-size: 14px;
    color: #000000;
    display: none;
}

.head_title em {
    font-size: 14px;
    color: #000000;
    display: none;
    font-weight: bold;
    margin-top: 7px;
}

.head_input {
    float: left;
    margin-top: 2.5%;
}

.hi_l {
    height: 26px;
    border: 1px solid #bfbfbf;
    float: left;
}

.hil_button {
    width: 26px;
    height: 26px;
    border: 0;
    border-right: 1px solid #bfbfbf;
    background-color: unset;
    background-image: url(../images/hil_button.jpg);
    background-size: 100% 100%;
    float: left;
}

.hil_text {
    width: 206px;
    height: 26px;
    padding-left: 11px;
    font-size: 14px;
    border: 0;
    background-color: unset;
    float: left;
}

.hi_r {
    float: left;
    line-height: 26px;
    margin-left: 10px;
    font-size: 14px;
}

.hi_r dt {
    float: left;
    color: #000000;
}

.hi_r dd {
    float: left;
}

.hi_r dd a {
    color: #bfbfbf;
    margin: 0 4px;
    transition: all 0.5s;
}

.hi_r dd a:hover {
    color: #d00000;
}

.head_service {
    float: right;
    margin-top: 1%;
}

.head_service span {
    display: block;
    height: 19px;
    background-image: url(../images/head_service_span.png);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    padding-left: 25px;
    line-height: 22px;
}

.head_service em {
    display: block;
    font-size: 20px;
    color: #bf7c3a;
    font-weight: bold;
    margin-top: 4px;
}

.head_b {
    max-width: 1170px;
    margin: 0 auto;
}

.head_b::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.hb_box {
    max-width: 925px;
    float: right;
    height: 68px;
    display: flex;
    align-items: center;
}

.hb_box li {
    width: 105px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #000000;
    font-size: 14px;
    margin-left: 20px;
    position: relative;
}

.hb_box li:hover {
    z-index: 10;
}

.hb_box li em {
    width: 100%;
    height: 100%;
    display: block;
}

.hb_box li em a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
    transition: all 0.5s;
}

.hb_box li:hover em a {
    background-color: #4b4487;
    color: #ffffff;
}

.hb_box li:nth-child(1) {
    margin-left: 0px;
}

.hb_box li nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -2;
    opacity: 0;
    background-color: #4b4487;
    transition: all 0.5s;
    border-top: 2px solid #ffffff;
}

.hb_box li nav a {
    display: block;
    width: 100%;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #ffffff;
}

.hb_box li:hover nav {
    z-index: 1;
    opacity: 1;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
}

.join_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.join_banner img {
    width: 100%;
    display: block;
}

.main_af {
    margin: 50px 0;
}

.ma_title {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 1;
}

.ma_title em {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    background-color: #ffffff;
    padding: 0 45px;
    font-weight: bold;
}

.ma_title::after {
    width: 988px;
    height: 2px;
    background-color: #333333;
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -494px;
}

.ma_icon {
    display: flex;
    justify-content: center;
    margin: 40px 0 50px;
}

.ma_icon dl {
    margin: 0 32px;
}

.ma_icon dl dt {
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
}

.ma_icon dl dt img {
    width: 100%;
    display: block;
}

.ma_icon dl dd em {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.ma_icon dl dd span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.ma_b {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.mab_l {
    float: left;
    width: 32.307%;
}

.mabl_t {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.mabl_t img {
    width: 100%;
    display: block;
}

.mabl_b {
    overflow: hidden;
    margin-top: 7px;
}

.mabl_b dl {
    width: 48.94%;
    float: left;
    background-color: #e2e2e2;
    border-radius: 10px;
    padding: 16px 0;
    margin-right: 2.12%;
    cursor: pointer;
}

.mabl_b dl:hover {
    background-color: #ffa145;
}

.mabl_b dl:nth-child(2) {
    margin-right: 0%;
}

.mabl_b dl dt {
    width: 83px;
    margin: 0 auto;
}

.mabl_b dl dt img {
    width: 100%;
    display: block;
}

.mabl_b dl dd {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 6px;
}

.mab_r {
    width: 66.239%;
    float: right;
    background-color: #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
}

.mab_r dt {
    float: left;
    padding-top: 40px;
}

.mab_r dt p {
    padding-left: 37px;
    line-height: 33px;
    font-size: 16.6px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 13px;
}

.mab_r dt p input {
    height: 33px;
    width: 280px;
    border: 0;
    padding-left: 10px;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 25px;
}

.mab_r dt p .mabr_button {
    --background: #4b4487;
    --text: #fff;
    --font-size: 16px;
    --duration: .5s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px rgba(59, 54, 107, 0.6);
    --shadow-hover: 0 4px 20px -2px rgba(59, 54, 107, 0.6);
    font-family: 'Roboto';
    font-weight: 500;
    line-height: var(--font-size);
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    -webkit-transform: translateY(var(--y));
    transform: translateY(var(--y));
    transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    width: 155px;
    margin: 0 auto;
}

.mab_r dt p .mabr_button:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -4px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}

.mab_r dd {
    width: 45.032%;
    float: right;
}

.mab_r dd img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: all 0.5s;
}

.mab_r dd img:nth-child(2) {
    display: none;
}

.mab_r dd img:hover {
    transform: scale(1.1);
}

.main_bf {
    background-color: #f4f4f4;
    padding: 45px 0 50px;
}

.main_bf .ma_title em {
    background-color: #f4f4f4;
}

.mb_t {
    max-width: 1170px;
    margin: 35px auto;
}

.mb_t ul {
    display: flex;
    justify-content: center;
}

.mb_t ul li {
    width: 144px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.mb_t ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #4b4487;
    font-size: 14px;
}

.mb_t ul li.swiper-slide-thumb-active a {
    color: #ffffff;
    background-color: #4b4487;
}

.mb_b dl dt .slideBox {
    width: 775px;
    height: 416px;
    overflow: hidden;
    position: relative;
}

.mb_b dl dt .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 40%;
    bottom: 59px;
    z-index: 1;
}

.mb_b dl dt .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.mb_b dl dt .slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}

.mb_b dl dt .slideBox .hd ul li.on {
    background: #4b4487;
    color: #4b4487;
}

.mb_b dl dt .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.mb_b dl dt .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    background-color: #ddd;
}

.mb_b dl dt .slideBox .bd li p {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
    box-sizing: border-box;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.mb_b {
    max-width: 1170px;
    margin: 0 auto;
}

.mb_b .mb_b_banner li {
    width: 775px;
    height: 416px;
}


.mb_b dl {
    overflow: hidden;
}

.mb_b dl dt {
    width: 66.239%;
    float: left;
}

.mb_b dl dt img {
    width: 100%;
    display: block;
}

.mb_b dl dd {
    width: 32.393%;
    height: 416px;
    float: right;
    background-color: #e7f1fb;
    text-align: center;
}

.mb_b .swiper-slide:nth-child(1) dd {
    background-color: #ebeaf2;
}

.mb_b .swiper-slide:nth-child(2) dd {
    background-color: #e7f1fb;
}

.mb_b .swiper-slide:nth-child(3) dd {
    background-color: #f8f4eb;
}

.mb_b dl dd em {
    display: block;
    font-size: 26px;
    color: #4b4487;
    margin-top: 35px;
    font-weight: bold;
}

.mb_b dl dd span {
    display: block;
    font-size: 16px;
    color: #4b4487;
    margin-top: 5px;
}

.mb_b dl dd b {
    display: block;
    font-size: 12px;
    color: #4b4487;
    margin: 10px auto 25px;
}

.mb_b dl dd p {
    font-size: 12px;
    color: #4b4487;
    line-height: 22px;
}

.mb_b dl dd a {
    width: 154px;
    height: 34px;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    line-height: 34px;
    background-color: #4b4487;
    margin: 40px auto 0;
    transition: all 0.5s;
}

.mb_b dl dd a:hover {
    background-color: #5b5498;
}

.ma_title a {
    float: right;
    font-size: 12px;
    color: #363636;
    padding-right: 12px;
    background-image: url(../images/ma_title_a.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s;
}

.ma_title a:hover {
    color: #d00000;
}

.main_cf {
    margin: 45px 0;
}

.mc_b {
    max-width: 1170px;
    margin: 35px auto 0;
    overflow: hidden;
}

.mcb_l {
    width: 31.88%;
    float: left;
}

.mcb_l img {
    width: 100%;
    display: block;
}

.mcb_l img:nth-child(2) {
    display: none;
}

.mcb_r {
    width: 67.35%;
    float: right;
}

.mcbr_t {
    overflow: hidden;
    background-color: #f4f4f4;
}

.mcbr_t dt {
    float: left;
    padding: 50px 0 0 50px;
}

.mcbr_t dt em {
    display: block;
    margin-bottom: 22px;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.mcbr_t dt p {
    font-size: 12px;
    color: #000000;
    line-height: 24px;
}

.mcbr_t dd {
    width: 34.77%;
    float: right;
    background-color: #e2e2e2;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

.mcbr_b {
    width: 100%;
    height: 126px;
    background-color: #f4f4f4;
    margin-top: 10px;
    overflow: hidden;
}

.mcbr_b a {
    width: 258px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #363636;
    font-size: 12px;
    color: #363636;
    border-radius: 3px;
    margin: 49px 0 0 53px;
    display: block;
    transition: all 0.5s;
}

.mcbr_b a:hover {
    color: #ffffff;
    background-color: #4b4487;
    border-color: #4b4487;
}

.main_df {
    padding: 45px 0 50px;
    background-color: #f4f4f4;
}

.md_t {
    max-width: 1170px;
    margin: 0 auto;
}

.mdt_af {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}

.md_t .ma_title em {
    font-size: 22px;
    line-height: 30px;
    background-color: #f4f4f4;
}

.md_t .ma_title a {
    height: 30px;
    line-height: 30px;
}

.mdt_bf {
    text-align: center;
    font-size: 18px;
    color: #363636;
}

.md_li {
    text-align: center;
    margin: 20px 0 30px;
}

.md_li li, .md_li a {
    width: 144px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #4b4487;
    display: inline-block;
    transition: all 0.5s;
    margin: 0 3px;
    border-radius: 3px;
    cursor: pointer;
}

.md_li a:hover {
    background-color: #4b4487;
    color: #ffffff;
}

.md_li .mdli {
    background-color: #4b4487;
    color: #ffffff;
}

.md_p {
    text-align: center;
    color: #333333;
    font-size: 12px;
    position: relative;
}

.md_p li {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 12px;
    transition: all 0.5s;
    position: absolute;
    opacity: 0;
    top: 0;
}

.md_p li.mdp {
    opacity: 1;
    position: unset;
}

.md_dl {
    max-width: 989px;
    margin: 40px auto;
    overflow: hidden;
}

.md_dl dl {
    width: 32.307%;
    float: left;
    position: relative;
    margin-right: 1.5395%;
    overflow: hidden;
}

.md_dl dl:nth-child(3n) {
    margin-right: 0;
}

.md_dl dl dt {
    width: 100%;
}

.md_dl dl dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.md_dl dl:hover img {
    transform: scale(1.1);
}

.md_dl dl dd {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 85%;
    padding: 15% 10% 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.5s;
}

.md_dl dl:hover dd {
    opacity: 1;
}

.md_dl dl dd em {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
}

.md_dl dl dd p {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    margin: 26px 0;
}

.md_dl dl dd span {
    display: block;
    width: 43px;
    height: 17px;
    background-image: url(../images/mddl_s.png);
    background-size: 100% auto;
    transition: all 0.5s 0.5s;
    margin-left: -100px;
}

.md_dl dl:hover dd span {
    margin-left: 0px;
}

.md_more {
    width: 258px;
    height: 32px;
    display: block;
    border-radius: 3px;
    font-size: 12px;
    color: #363636;
    line-height: 32px;
    text-align: center;
    border: 1px solid #363636;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;
}

.md_more:hover {
    color: #ffffff;
    background-color: #4b4487;
    border-color: #4b4487;
}

.main_ef {
    margin: 45px 0 60px;
}

.me_b {
    max-width: 1080px;
    margin: 35px auto 0;
    overflow: hidden;
}

.meb_l {
    width: 44.444%;
    float: left;
}

.mebl_af li {
    padding-left: 40px;
    line-height: 36px;
    color: #363636;
    font-size: 16px;
    background-image: url(../images/mebl_af.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
}

.mebl_af li a {
    color: #363636;
    transition: all 0.5s;
}

.mebl_af li a:hover {
    color: #4b4487;
}

.mebl_bf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mebl_bf img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.mebl_bf img:hover {
    transform: scale(1.1);
}

.meb_l .mebl_cf {
    font-size: 12px;
    color: #363636;
    line-height: 23px;
    transition: all 0.5s;
}

.meb_l .mebl_cf:hover {
    color: #d00000;
}

.meb_r {
    width: 48.333%;
    float: right;
}

.mebr_bf {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.mebr_bf img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.mebr_bf img:hover {
    transform: scale(1.1);
}

.meb_r .mebr_cf {
    width: 99%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #363636;
    display: block;
    border-radius: 3px;
    border: 1px solid #363636;
    margin-top: 50px;
    transition: all 0.5s;
}

.meb_r .mebr_cf:hover {
    background-color: #4b4487;
    color: #ffffff;
    border-color: #4b4487;
}

.main_ff {
    padding: 45px 0 50px;
    background-color: #f4f4f4;
}

.main_ff .ma_title em {
    background-color: #f4f4f4;
}

.mf_b {
    max-width: 1170px;
    overflow: hidden;
    margin: 0 auto;
}

.mf_b .news_item {
    display: none;
}

.mf_b .news_show {
    display: block;
}

.mf_b dl {
    width: 30.59%;
    float: left;
    background-color: #ffffff;
    margin-right: 4.115%;
}

.mf_b dl:nth-child(3n) {
    margin-right: 0;
}

.mf_b dl dt {
    width: 100%;
    height: 237px;
    overflow: hidden;
}

.mf_b dl dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.mf_b dl:hover dt img {
    transform: scale(1.1);
}

.mf_b dl dd {
    padding: 20px 15px;
}

.mf_b dl dd span {
    display: block;
    font-size: 12px;
    color: #000000;
}

.mf_b dl dd em {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 2px 0 15px;
}

.mf_b dl dd p {
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mf_b dl dd .mfb_a {
    width: 152px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    border: 1px solid #363636;
    border-radius: 3px;
    margin-top: 35px;
    position: relative;
    transition: all 0.5s;
}

.mf_b dl dd .mfb_a:hover {
    background-color: #4b4487;
    color: #ffffff;
    border-color: #4b4487;
}

.mf_b dl dd .mfb_a::after {
    width: 40px;
    height: 1px;
    background-color: #363636;
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transition: all 0.5s;
}

.main_gf {
    height: 50px;
    border-top: 1px solid #c7c7c7;
}

.main_gf dl {
    max-width: 1170px;
    overflow: hidden;
    line-height: 50px;
    margin: 0 auto;
}

.main_gf dl dt {
    font-size: 14px;
    color: #000000;
    float: left;
}

.main_gf dl dd {
    float: left;
}

.main_gf dl dd a {
    font-size: 14px;
    color: #000000;
    margin-right: 10px;
}

.crumbs {
    max-width: 1170px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    margin: 0 auto;
    font-size: 14px;
    color: #505050;
}

.crumbs a {
    color: #505050;
}

.crumbs span {
    font-family: '宋体';
    margin: 0 5px;
}

.inside_page {
    max-width: 1170px;
    margin: 0 auto 40px;
}

.ip_t {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    overflow: hidden;
}

.ip_t dt {
    float: left;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.ip_t dd {
    float: left;
    margin-left: 90px;
    margin-top: 5px;
}

.ip_t dd a {
    display: inline-block;
    width: 144px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #4b4487;
    transition: all 0.5s;
    margin-right: 20px;
    font-size: 14px;
}

.ip_t dd .ipc_rus {
    background-color: #4b4487;
    color: #ffffff;
}

.ip_t dd a:hover {
    background-color: #4b4487;
    color: #ffffff;
}

.ip_b {
    width: 100%;
}

.ip_b::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.ipb_l {
    width: 75.21%;
    float: left;
    background-color: #f4f4f4;
}

.join {
    width: 91.136%;
    margin: 40px auto;
    background-color: #ffffff;
    min-height: 350px;
}

.join_bd {
    padding: 2%;
    width: 89%;
}

.join img {
    width: 100%;
    display: block;
}

.ipbl {
    width: 89.65%;
    margin: 0 auto 70px;
}

.ipbl_t {
    width: 100%;
}

.ipbl_t img {
    width: 100%;
    display: block;
}

.ipbl_b {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ipbl_b img {
    width: 100%;
    display: block;
}

.ipblb_b {
    margin-top: 15px;
    overflow: hidden;
}

.ipblb_b dt {
    height: 29px;
    width: 50%;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipblb_b dt .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #3e396f;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.5s;
    display: block;
}

.ipblb_b dt .swiper-pagination-bullet-active {
    width: 185px;
    height: 2px;
    border-radius: 0;
    background-color: #a0a0a0;
}

.ipblb_b dd {
    width: 50%;
    float: left;
    font-size: 22px;
    color: #7b7b7b;
    text-align: center;
}

.ipb_r {
    width: 23.48%;
    margin-top: 20px;
    float: right;
}

.ipbr_af {
    width: 100%;
    border: 1px solid #bfbfbf;
}

.ipbr_af dt {
    width: 100%;
}

.ipbr_af dt img {
    width: 100%;
    display: block;
}

.ipbr_af dd {
    padding-top: 30px;
    padding-bottom: 10px;
}

.ipbr_af dd p {
    text-align: center;
}

.ipbr_af dd p input {
    width: 77%;
    height: 45px;
    padding-left: 3%;
    background-color: #f6f6f6;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ipbr_af dd p .ipbraf_button {
    width: 50%;
    background-color: #ffa32d;
    color: #b6161f;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 10px;
    cursor: pointer;
}

.ipbr_af dd p .ipbraf_button:hover,
.ipbr_bf3 p .ipbr_bf3_button:hover {
    background-color: #f58b04;
}

.ipbr_af dd p span {
    font-size: 14px;
    color: #6d6d6d;
}

.ipbr_bf {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #bfbfbf;
}

.ipbr_bf1 {
    width: 100%;
}

.ipbr_bf1 img {
    width: 100%;
    display: block;
}

.ipbr_bf2 {
    padding-left: 10px;
}

.ipbr_bf2 dl {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ipbr_bf2 dl dt {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #27205e;
    margin-right: 10px;
}

.ipbr_bf2 dl dd em {
    display: block;
    font-size: 15px;
    color: #242142;
    font-weight: bold;
    line-height: 19px;
}

.ipbr_bf2 dl dd em i {
    color: #ffa32d;
}

.ipbr_bf3 {
    padding-top: 20px;
}

.ipbr_bf3 p {
    text-align: center;
}

.ipbr_bf3 p input {
    width: 77%;
    height: 45px;
    padding-left: 3%;
    background-color: #f6f6f6;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ipbr_bf3 p .ipbr_bf3_button {
    width: 60%;
    background-color: #ffa32d;
    color: #b6161f;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.ipbr_cf {
    width: 100%;
    margin-top: 15px;
}

.ipbr_cf .ipbr_cf_t {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #bfbfbf;
}

.ipbr_cf_b {
    margin-top: 15px;
    border: 1px solid #bfbfbf;
    overflow: hidden;
}

.ipbr_cf_b dt {
    width: 100%;
}

.ipbr_cf_b dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.ipbr_cf_b dt img:hover {
    transform: scale(1.1);
}

.ipbr_cf_b dd {
    padding: 10%;
}

.ipbr_cf_b dd em {
    display: block;
    font-size: 16px;
    line-height: 24px;
}

.ipbr_cf_b dd em a {
    color: #363636;
}

.ipbr_cf_b dd p {
    font-size: 12px;
    color: #363636;
    margin: 15px 0;
}

.ipbr_cf_b dd .ipbr_cf_b_more {
    display: block;
    width: 32px;
    height: 13px;
    background-image: url(../images/ipbr_cf_b_s.png);
    background-size: 100% auto;
}

.main_cf #mcb {
    max-width: 980px;
}

.main_cf #mcb .mcb_r {
    width: 72.35%;
}

.main_cf #mcb .mcb_l {
    width: 25.7%;
}

.md_wb {
    max-width: 994px;
    margin: 30px auto;
}

.md_wb p {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}



footer {
    padding-top: 30px;
    background-color: #242142;
}

.footer_t {
    max-width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.ft_af {
    float: left;
}

.ft_af ul {
    float: left;
    margin-left: 60px;
}

.ft_af ul:nth-child(1) {
    margin-left: 0px;
}

.ft_af ul li em a {
    font-size: 20px;
    color: #ffffff;
}

.ft_af ul li a {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.5s;
}

.ft_af ul li a:hover {
    color: #d00000;
}

.ft_af ul li {
    margin-bottom: 8px;
}

.ft_af ul li span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    margin: 20px 0;
}

.ft_bf {
    float: left;
    margin-left: 100px;
}

.ft_bf dt {
    width: 110px;
    height: 110px;
}

.ft_bf dt img {
    width: 100%;
    display: block;
}

.ft_bf dd {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}

.ft_cf {
    float: right;
}

.ft_cf li {
    float: left;
    margin-left: 55px;
}

.ft_cf li span {
    font-size: 22px;
    color: #ffffff;
    display: block;
    font-weight: bold;
}

.ft_cf li em {
    font-size: 16px;
    margin: 7px 0 13px;
    color: #ffffff;
    display: block;
}

.ft_cf li p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.ft_cf li b {
    display: block;
    font-size: 20px;
    color: #ffffff;
}

.ft_cf li i {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.ft_cf li i a,
.ft_cf li b a {
    color: #ffffff;
}

.footer_b {
    max-width: 1130px;
    height: 75px;
    line-height: 75px;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    margin: 50px auto 0;
}

.footer_b a {
    color: #ffffff;
}
/* 留咨窗口 */
.consultation {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    background-color: rgba(59, 54, 107, 0.6);
    z-index: 30;
    transition: all 0.5s;
}

.consultation_1 {
    bottom: -150px;
}

.consultation_box {
    max-width: 1130px;
    margin: 0 auto;
    height: 110px;
    position: relative;
}

.consultation_box .cb_af {
    width: 232px;
    height: 95px;
    /*margin-top: -28px;*/
    float: left;
}

.consultation_box .cb_af img {
    width: 100%;
    display: block;
}

.cb_bf {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
}

.cb_bf span {
    width: 30px;
    height: 33px;
    background-image: url(../images/cb_bf_span.png);
    display: inline-block;
    margin: 0 40px;
    background-size: 100% auto;
}

.cb_bf input {
    height: 30px;
    border: 2px solid #bf7c3a;
    background-color: #ffffff;
    font-size: 14px;
    margin-right: 9px;
    padding-left: 10px;
}

.cb_bf .cb_bf1, .cb_bf .cb_bf2 {
    width: 146px;
}

.cb_bf .cb_bf3 {
    width: 96px;
    text-align: center;
    padding-left: 0;
}

.cb_bf .cb_bf4 {
    padding-left: 0;
    width: 100px;
    height: 35px;
    border: 0;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #bf7c3a;
    cursor: pointer;
}

.cb_cf {
    width: 175px;
    height: 115px;
    float: left;
    margin: -28px 0 0 30px;
}

.cb_df {
    width: 17px;
    height: 17px;
    background-image: url(../images/cb_df.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -28px;
    cursor: pointer;
}
/* 在线服务导航 */
.on_line {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 50;
}

.on_line dl {
    width: 80px;
    height: 80px;
    background-color: #f0f1f1;
    margin-bottom: 5px;
    transition: all 0.5s;
    position: relative;
}

.on_line dl:nth-child(3) .online_dh {
    height: 110px;
    padding: 10px 0;
}

.online_dh {
    height: 80px;
    line-height: 80px;
    position: absolute;
    width: 0px;
    top: 0;
    right: 100%;
    transition: all 0.5s;
    background-color: #f0f1f1;
    text-align: center;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}

.on_line dl:hover .online_dh {
    width: 150px;
}

.on_line dl dt {
    height: 40px;
    padding-top: 10px;
    text-align: center;
}

.on_line dl dd {
    text-align: center;
    font-size: 14px;
    color: #363636;
    margin-top: 3px;
}

.on_line dl a {
    width: 100%;
    height: 100%;
    display: block;
}

.on_line dl:last-child {
    background-color: #4b4487;
}

.on_line dl:last-child dt {
    padding-top: 20px;
    height: 30px;
}

.on_line dl:last-child dd {
    color: #ffffff;
}
/* 弹窗 */
.Popup {
    width: 384px;
    position: fixed;
    left: 13px;
    top: 30%;
    background-color: #ffffff;
    z-index: 30;
    /*transition: all 0.5s;*/
    opacity: 1;
}

.Popup_1 {
    opacity: 0;
    z-index: -5;
}

.Popup_tc {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
    background-image: url(../images/Popup_tc.png);
}

.Popup_t {
    height: 50px;
    padding-left: 28px;
}

.Popup_t li {
    width: 162px;
    height: 50px;
    float: left;
    position: relative;
}

.Popup_t li img {
    display: block;
}

.Popup_t li:nth-child(2) img {
    margin: 7px 0 0 30px;
}

.Popup_t li:nth-child(1) img {
    position: absolute;
    z-index: 5;
}

.Popup_b {
    width: 356px;
    height: 195px;
    background-image: url(../images/Popup_b_bg.jpg);
    background-size: 100% auto;
    padding-left: 28px;
    overflow: hidden;
}

.Popup_b em {
    display: block;
    font-size: 23px;
    color: #363636;
    margin-top: 20px;
}

.Popup_b span {
    display: block;
    font-size: 16px;
    color: #363636;
}

.Popup_b p {
    font-size: 30px;
    color: #363636;
    margin: 10px 0 20px;
    padding-left: 43px;
    background-image: url(../images/Popup_b_p.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.Popup_b ul {
    overflow: hidden;
}

.Popup_b ul li {
    width: 136px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    background-color: #4b4487;
    margin-left: 6px;
    float: left;
}
/* 预算弹窗 */
.budget {
    width: 690px;
    height: 385px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -5;
    margin: -192px 0 0 -345px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.budget_1 {
    z-index: 50;
    opacity: 1;
}

.budget b {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../images/budget_b.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.budget em {
    display: block;
    margin-top: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}

.budget em i {
    color: #ffa32d;
}

.budget p input {
    width: 512px;
    height: 45px;
    border: 0;
    background-color: #ffffff;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 17px;
}

.budget p .budget_button {
    width: 150px;
    padding-left: 0;
    background-color: #ffa32d;
    color: #b6161f;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
/* 预算弹窗 */
.amount {
    width: 510px;
    height: 330px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -5;
    margin: -165px 0 0 -255px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.amount_1 {
    z-index: 50;
    opacity: 1;
}

.amount b {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(../images/budget_b.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.amount em {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}

.amount em i {
    color: #ffa32d;
}

.amount em span {
    font-size: 52px;
    color: #ffa32d;
    font-style: oblique;
    margin-right: 5px;
}

.amount p input {
    width: 345px;
    height: 45px;
    border: 0;
    background-color: #ffffff;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 17px;
}

.amount p .amount_button {
    width: 150px;
    padding-left: 0;
    background-color: #ffa32d;
    color: #b6161f;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.yd_head {
    display: none;
}

.yd_menu_bar {
    display: none;
}

.yd_submenu {
    display: none;
}

.hb_box .cur em a {
    background-color: #4b4487;
    color: #ffffff;
}

.contact_bd {
    line-height: 200%;
}

.contact_bd p {
    font-size: 18px;
    margin-bottom: 10px;
}

.aboutus_bd {
    min-height: 1200px;
    font-size: 14px;
    line-height: 30px;
    padding: 2%;
}

@media screen and (max-width:1150px ) {
    .cb_bf span {
        margin: 0 10px;
    }

    .cb_cf {
        margin-left: 0;
    }

    .ft_af ul {
        margin-left: 30px;
    }

    .hb_box li {
        margin-left: 0;
    }
}

@media screen and (max-width:1080px ) {
    .head_title {
        display: none;
    }

    .head_input {
        margin-left: 50px;
    }

    .mab_r dd {
        width: 41.032%;
    }
}

@media screen and (max-width:980px ) {
    .hb_box li {
        width: 90px;
    }

    .ma_icon dl {
        margin: 0 20px;
    }

    .ma_title::after {
        width: 500px;
        margin-left: -250px;
    }

    .mab_r dt p input {
        width: 200px;
    }

    .mab_r dt {
        padding-top: 30px;
    }

    .mcbr_t dt {
        padding-left: 20px;
    }

    .mf_b dl dt {
        height: 196px;
    }

    .ft_cf li {
        margin-left: 25px;
    }
}

@media screen and (max-width:930px ) {
    .mcbr_t dd {
        width: 29.77%;
        padding: 10px 0;
    }

    .md_li li, .md_li a {
        width: 130px;
    }

    .ft_bf {
        margin-left: 30px;
    }

    .cb_cf {
        display: none;
    }
}

@media screen and (max-width:860px ) {
    .hi_r {
        display: none;
    }

    .hb_box li {
        width: 80px;
    }

    .ma_icon dl {
        margin: 0 10px;
    }

    .mab_r dt {
        padding-top: 22px;
    }

    .mb_b dl dt {
        width: 100%;
    }

    .mb_b dl dt .slideBox {
        width: 100%;
        height: auto;
    }

    .mb_b dl dd {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .Popup {
        left: 0;
    }

    .consultation_box .cb_af {
        width: 200px;
        margin-top: 0;
    }

    .mcbr_t dd img {
        width: 100%;
        display: block;
    }

    .mcbr_t {
        position: relative;
    }

    .mcbr_t dd {
        width: 25%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

    .mcbr_t dt {
        padding: 20px 0 10px 10px;
    }

    .mcbr_b a {
        margin-top: 0;
    }

    .mcbr_b {
        height: auto;
        padding: 21px 0;
    }

    .md_li li, .md_li a {
        margin: 0;
    }

    .md_dl dl dd {
        height: 95%;
        padding-top: 5%;
    }

    .mebl_af li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .meb_r .mebr_cf {
        margin-top: 30px;
    }

    .mf_b dl dt {
        height: 170px;
    }

    .mf_b dl dd .mfb_a {
        margin-top: 15px;
    }

    .mf_b dl dd em {
        margin-bottom: 10px;
    }

    .ft_af {
        display: none;
    }

    .ft_cf li {
        margin-left: 45px;
    }

    .head_input {
        margin-left: 145px;
    }

    .ipb_r {
        display: none;
    }

    .ipb_l {
        width: 100%;
    }

    .footer_b {
        text-align: center;
    }
}

@media screen and (max-width:750px ) {
    .yd_menu_bar {
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0;
        left: 0;
        z-index: -5;
        transition: all 0.5s;
        opacity: 0;
    }

    .yd_menu_bar_1 {
        opacity: 1;
        z-index: 50;
    }

    .yd_menubar_t {
        width: 78%;
        background-color: #ffffff;
        padding: 5% 0 10%;
        margin: 20% auto 10px;
        border-radius: 20px;
    }

    .yd_menubar_t a {
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #f3f3f3;
        display: block;
    }

    .yd_menubar_b {
        width: 35px;
        height: 35px;
        background-image: url(../images/menubar_t.png);
        background-size: 100% auto;
        margin: 0 auto;
    }

    .ipbl {
        margin-bottom: 40px;
    }

    .budget {
        width: 390px;
        margin-left: -195px;
    }

    .budget p input {
        width: 212px;
        height: 40px;
    }

    .amount {
        width: 390px;
        margin-left: -195px;
    }

    .amount p input {
        width: 212px;
        height: 40px;
    }

    .Popup {
        display: none;
    }

    .head {
        display: none;
    }

    .consultation {
        display: none;
    }

    .yd_head {
        display: block;
        width: 100%;
        background-color: #ffffff;
    }

    .ydhead_t {
        height: 100px;
        padding: 0 3%;
        position: relative;
        clear: both;
    }

    .ydhead_t::before {
        content: 's';
        display: block;
        height: 0;
        overflow: hidden;
        clear: both;
        background-color: #fff;
    }

    .ydhead_t_logo {
        width: 162px;
        margin-top: 20px;
    }

    .ydhead_t_logo img {
        width: 100%;
        display: block;
        vertical-align: bottom;
    }

    .ydhead_t_menu {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -12.5px;
        background-image: url(../images/ydhead_t_menu.png);
        background-size: 100% auto;
    }

    .yd_head_nav {
        width: 100%;
        background-color: #f3f3f3;
        text-align: center;
        display: flex;
        justify-content: space-around;
        z-index: 30;
    }

    .yd_head_nav a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

    .ma_title::after {
        width: 350px;
        margin-left: -175px;
    }

    .ma_title em {
        font-size: 25px;
        padding: 0 25px;
    }

    .ma_icon {
        flex-wrap: wrap;
        margin: 30px 0 40px;
    }

    .ma_icon dl {
        width: 25%;
        margin: 10px 0;
    }

    .ma_b {
        padding: 0 3%;
    }

    .mab_l {
        width: 100%;
    }

    .mab_r {
        width: 100%;
        margin-top: 10px;
    }

    .mab_r dt p input {
        width: 250px;
    }

    .mb_b {
        padding: 0 3%;
    }

    .mb_b dl dd a {
        margin-top: 10px;
    }

    .mb_b dl dd {
        width: 94%;
        position: unset;
        text-align: left;
        padding: 0 3% 3%;
        height: 250px;
    }

    .mb_b dl dd p {
        display: inline-block;
    }

    .mb_b dl dd em {
        margin-top: 5px;
    }

    .mb_b dl dd b {
        font-size: 14px;
        margin: 5px auto 5px;
    }

    .mb_b dl dd p {
        font-size: 14px;
    }

    .main_cf {
        padding: 0 3%;
    }

    .mcb_l {
        /*display: none;*/
        width: 100%;
        margin-bottom: 20px;
    }

    .mcb_l img:nth-child(1) {
        display: none;
    }

    .mcb_l img:nth-child(2) {
        display: block;
    }

    .main_cf #mcb .mcb_l {
        width: 100%;
        margin-bottom: 30px;
    }

    .mcb_r {
        width: 100%;
    }

    .mcbr_t dd {
        position: unset;
        padding: 10px;
    }

    .mcbr_t dt {
        padding-left: 20px;
    }

    .mcbr_b a {
        margin: 0 auto;
    }

    .main_df {
        padding: 45px 3% 50px;
    }

    .md_li li, .md_li a {
        margin: 0 30px 10px;
    }

    .md_li {
        margin-bottom: 10px;
    }

    .md_p li {
        width: 90%;
        text-align: left;
        font-size: 14px;
        padding: 0 5%;
    }

    .md_dl dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        background-color: #ffffff;
    }

    .md_dl dl dd {
        width: 94%;
        height: auto;
        position: unset;
        padding: 3%;
        opacity: 1;
        background-color: unset;
    }

    .md_dl dl dd em {
        color: #333333;
        font-size: 20px;
    }

    .md_dl dl dd p {
        color: #333333;
        margin: 16px 0;
        font-size: 16px;
    }

    .md_dl dl dd span {
        margin-left: 0;
        background-image: url(../images/ipbr_cf_b_s.png);
    }

    .main_ef {
        padding: 0 3%;
    }

    .meb_l {
        width: 100%;
    }

    .meb_r {
        width: 100%;
        margin-top: 20px;
    }

    .meb_l .mebl_cf {
        width: 258px;
        height: 32px;
        display: block;
        border-radius: 3px;
        font-size: 12px;
        color: #363636;
        line-height: 32px;
        text-align: center;
        border: 1px solid #363636;
        margin: 20px auto;
        transition: all 0.5s;
    }

    .meb_r .mebr_cf {
        width: 258px;
        margin: 30px auto 0;
    }

    .main_ff {
        padding: 45px 3% 50px;
    }

    .main_gf {
        padding: 0 3%;
    }

    .footer_t {
        padding: 0 3%;
    }

    .ft_bf {
        margin-left: 0;
    }

    .mf_b dl {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .mf_b dl dt {
        height: auto;
    }

    .crumbs {
        padding: 0 3%;
        height: 40px;
        line-height: 40px;
        text-align: left;
    }

    .ip_t {
        padding: 0 3%;
    }

    .main_cf #mcb .mcb_r {
        width: 100%;
    }

    .ip_t dd {
        margin-left: 20px;
        margin-top: 7px;
    }

    .ip_t dd a {
        width: 65px;
    }
}

@media screen and (max-width:550px ) {
    .mab_r dt p {
        padding-left: 15px;
        margin-bottom: 8px;
    }

    .mab_r dt p input {
        margin-left: 15px;
        width: 200px;
    }

    .mab_r dt {
        padding-top: 12px;
    }

    .mab_r dd {
        margin-top: 12px;
    }

    .mb_b dl dd em {
        font-size: 23px;
    }

    .mcbr_t dd {
        float: left;
        margin-left: 20px;
    }

    .md_li li, .md_li a {
        margin: 0 10px 10px;
    }

    .ip_t dt {
        font-size: 20px;
    }

    .ip_t dd {
        margin-top: 0;
    }

    .ipblb_b dd {
        font-size: 14px;
    }

    .ipblb_b dt .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .ipblb_b dt .swiper-pagination-bullet-active {
        width: 140px;
        height: 2px;
    }

    .ft_cf {
        margin: 20px auto 0;
        float: none;
        display: flex;
        justify-content: center;
    }

    .ft_cf li {
        margin: 0 15px;
    }

    .ft_bf {
        float: unset;
        margin: 0 auto;
    }

    .ft_bf dt {
        margin: 0 auto;
    }

    .footer_b {
        padding: 0 3%;
        line-height: 32px;
    }

    /* .on_line {
        display: none;
    } */
    .on_line dl {
        width: 60px;
        height: 60px;
    }
    .on_line dl:nth-child(3) {
        display: none;
    }
    .on_line dl:nth-child(4) {
        display: none;
    }
    .on_line dl dt {
        height: 30px;
        padding-top:5px;
    }
    .on_line dl dt img {
        height: 100%;
    }
    .on_line dl dd {
        font-size: 12px;
    }
    .on_line dl:last-child dt {
        padding-top: 8px;
    }
    .on_line dl:last-child dt img {
        height: 90%;
    }
}

@media screen and (max-width:550px ) {
    .ip_t dd {
        margin-left: 10px;
    }

    .column_tit {
        font-size: 25px;
        margin: 20px auto 30px;
    }

    .mcbr_t dd {
        width: 35%;
    }

    .ydhead_t_logo {
        width: 145px;
        margin-top: 14px;
    }

    .ydhead_t {
        height: 80px;
    }

    .main_af {
        margin: 40px 0;
    }

    .ma_icon {
        margin: 20px 0 30px;
    }

    .mab_r dt {
        width: 100%;
    }

    .mab_r dd {
        width: 80%;
        float: none;
        margin: 0 auto 10px;
    }

    .mab_r dd img:nth-child(1) {
        display: none;
    }

    .mab_r dd img:nth-child(2) {
        display: block;
    }

    .mab_r dt p {
        text-align: center;
    }

    .main_bf {
        padding: 35px 0 20px;
    }

    .mb_t {
        margin: 20px auto;
    }

    .mb_t ul li {
        width: 120px;
    }

    .main_cf {
        margin: 35px 0;
    }

    .ma_title em {
        font-size: 22px;
        padding: 0 10px;
    }

    .ma_title::after {
        width: 200px;
        margin-left: -100px;
    }

    .mc_b {
        margin-top: 20px;
    }

    .mcbr_t dt em {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .mcbr_b a {
        width: 200px;
    }

    .main_df {
        padding: 35px 3% 40px;
    }

    .main_cf {
        margin-bottom: 40px;
    }

    .mdt_af {
        font-size: 22px;
        margin-bottom: 4px;
    }

    .md_t .ma_title em {
        font-size: 16px;
    }

    .mdt_bf {
        font-size: 14px;
    }

    .md_li li, .md_li a {
        width: 120px;
        margin: 0 0 10px;
    }

    .md_dl {
        margin: 25px 0;
    }

    .main_ef {
        margin: 35px 0 40px;
    }

    .me_b {
        margin-top: 20px;
    }

    .main_ff {
        padding: 35px 3% 40px;
    }

    .ip_t dd a {
        margin-right: 0px;
    }

    .md_dl dl dd em {
        font-size: 18px;
    }

    .md_dl dl dd p {
        margin: 10px 0;
    }

    .ip_t dd a {
        width: 65px;
    }

    .ft_cf li p {
        font-size: 12px;
    }
}

@media screen and (max-width:375px ) {
    .mb_t ul li {
        width: 110px;
        height: 26px;
        line-height: 26px;
    }

    .mb_b dl dd em {
        font-size: 20px;
    }

    .md_li li, .md_li a {
        width: 110px;
    }

    .md_dl dl dd em {
        font-size: 16px;
    }

    .md_dl dl dd p {
        font-size: 15px;
        margin: 5px 0;
    }

    .md_dl dl dd span {
        width: 30px;
        background-repeat: no-repeat;
    }

    .md_more {
        width: 200px;
    }

    .meb_l .mebl_cf {
        width: 200px;
    }

    .meb_r .mebr_cf {
        width: 200px;
    }

    .mebl_af li {
        line-height: 30px;
        font-size: 15px;
    }

    .mf_b dl dd span {
        font-size: 14px;
    }

    .mf_b dl dd p {
        font-size: 14px;
    }

    .main_gf {
        height: 40px;
    }

    .main_gf dl {
        line-height: 40px;
        font-size: 12px;
    }

    .ft_cf li {
        margin: 0 5px;
    }

    .footer_b {
        line-height: 25px;
    }

    .ip_t dt {
        font-size: 16px;
    }

    .ip_t dd a {
        width: 65px;
        height: 25px;
        line-height: 25px;
    }
}
/*手机导航*/
.m-slid-fixed .mo-fixed {
    display: none;
    width: 100%;
    height: 50px;
    padding: 8px 0;
    background-color: rgba(59, 54, 107, 0.92);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 888888;
}

@media (max-width: 767px) {
    body {
        /* padding: 0 0 86px 0 !important; */
    }

    .m-slid-fixed .mo-fixed {
        /* display: table; */
        display: none;
    }
}

.m-slid-fixed .mo-fixed li {
    display: table-cell;
    text-align: center;
    width: 25%;
    cursor: pointer;
    color: #fff;
}

/*.m-slid-fixed .mo-fixed .z-fixed-active, .m-slid-fixed .mo-fixed .z-fixed-active a, .m-slid-fixed .mo-fixed li:hover, .m-slid-fixed .mo-fixed li:hover a {
    color: #ac2925;
}*/

.m-slid-fixed .mo-fixed li a {
    text-decoration: none;
    color: #fff;
}

.iconfont, .m-ambry .ambry-first .ambry-icon li:after, .m-banner .m-slide .nextbtn:before, .m-banner .m-slide .prevbtn:before, .m-duty .duty-link .duty-link-box li.z-current:before, .u-mycheck label:after, .u-myradio label:after {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-slid-fixed .mo-fixed li i {
    font-size: 32px;
    line-height: 1;
    display: block;
    margin: 0 auto;
    width: 59px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}

.icon-home {
    background-image: url(../images/p-b-icon1.png);
}

.icon-zixun {
    background-image: url(../images/p-b-icon2.png);
}

.icon-bichi {
    background-image: url(../images/p-b-icon3.png);
}

.icon-dianhua2 {
    background-image: url(../images/p-b-icon4.png);
}
/*通用咨询*/


.ml40 {
    margin-left: 40px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

#add-main .layui-btn, #add-main .layui-btn-primary:hover {
    background: #4b4487;
    color: #fff;
    border-color: #4b4487;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #4b4487;
}

.pro_show_btn {
    margin-left: 40px;
    padding: 7px 30px;
}

.layui-layer-title {
    text-align: left;
}

.m-alert, .m-slid-fixed .pc-fixed li {
    transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
}

.m-alert {
    width: 100%;
    height: 100%;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    display: table;
    z-index: 99999;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.m-alert.z-show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.m-alert.z-show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    background-position: 8px 5px;
    opacity: 0.5;
}

.banner .swiper-button-prev {
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
