﻿/*====================公共样式======================*/

* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    border: 0 none;
    vertical-align: center;
    /***vertical-align: middle;***/
}

ul, li {
    list-style-type: none;
}

body, input, select, button, textarea {
    font-family: "微软雅黑";
    outline: none;
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}

.hide {
    display: none !important;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

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;
}

header {
    max-width: 1920px;
    margin: 0 auto;
}

.header {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}

.header_logo {
    width: 160px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    padding: 10px;
    float: left;
    background-color: #ededed;
    box-shadow: 0px 0px 10px #888888;
    position: relative;
    top: 10px;
    font-size: 18px;
    overflow: hidden;
}

.header_nav {
    height: 110px;
    float: right;
}

.header_nav li {
    float: left;
    padding: 0 32px;
    font-size: 20px;
    border-right: 1px solid #ddd;
    margin-top: 40px;
}

.header_nav li span {
    padding-bottom: 40px;
}

.header_nav li:last-child {
    padding-right: 0;
    border-right: 0;
}

.header_nav li a {
    color: #333;
}

.header_nav .rus_hn a {
    color: #CC0000;
    font-weight: bold;
}

.header_nav .rus_hn span {
    border-bottom: 3px solid #CC0000;
}

.header_nav li span:hover {
    border-bottom: 3px solid #CC0000;
}

.header_nav li:hover a {
    color: #CC0000;
    font-weight: bold;
}

main {
    max-width: 1920px;
    /*margin: 0 auto 125px !important;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
}

.main_af {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #e6e5ea;
}

.ma {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    height: 350px;
    padding-top: 50px;
}

.ma_left {
    width: 312px;
    height: 342px;
    float: left;
    border: 4px solid #db214c;
    border-radius: 5px;
    background: #fff;
}

.mal_top {
    width: 312px;
    height: 86px;
    background: no-repeat url(../images/jmys-bg.jpg) center;
}

.mal_top h3 {
    font-size: 24px;
    color: #fff;
    padding-left: 90px;
    padding-top: 20px;
}

.mal_top p {
    font-size: 12px;
    color: #fff;
    line-height: 180%;
    padding-left: 90px;
}

.mal_bottom {
    padding: 15px;
}

.mal_bottom p {
    font-size: 15px;
    margin-bottom: 10px;
}

.mal_bottom p select {
    width: 80px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
}

.mal_bottom input {
    width: 258px;
    height: 30px;
    line-height: 30px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 10px;
}

.mal_bottom button {
    width: 280px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    background: #db214c;
    border: 2px solid #db214c;
    border-radius: 5px;
}

.mal_bottom button:hover {
    background: #fff;
    color: #db214c;
}

.mal_p {
    width: 280px;
    height: 30px;
    margin: 0 auto;
}

.mal_p i {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background: no-repeat url(../images/horn.png) center;
    background-size: 100%;
    margin-top: 5px;
}

.malp {
    width: 250px;
    height: 30px;
    float: right;
    overflow: hidden;
}

.malp li {
    width: 250px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    overflow: hidden;
    color: #333;
}

.ma_right {
    width: 875px;
    height: 350px;
    line-height: 343px;
    text-align: center;
    float: right;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 46px;
    background-color: #fff;
    color: #000;
}

.main_bf {
    width: 1192px;
    height: 110px;
    border: 4px solid #db214c;
    border-radius: 5px;
    margin: 20px auto;
    overflow: hidden;
}

.mb_left {
    width: 668px;
    height: 110px;
    float: left;
    padding-left: 22px;
    background: no-repeat url(../images/mb_left.jpg) center;
}

.mbl_left {
    font-size: 24px;
    line-height: 110px;
    color: #fff;
    margin-right: 28px;
    float: left;
}

.mbl_right {
    float: left;
    height: 110px;
}

.mbl_right li {
    width: 70px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 58px;
    text-align: center;
    padding-top: 72px;
    float: left;
}

.mb_right {
    width: 440px;
    float: right;
    margin-right: 15px;
    padding-top: 12px;
}

.mb_right p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    overflow: hidden;
}

.mb_right p span {
    font-size: 18px;
    color: #db214c;
    padding: 0 5px;
}

.mb_right p input {
    float: left;
    width: 288px;
    height: 44px;
    border: 1px solid #db214c;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
}

.mb_right p button {
    float: left;
    width: 136px;
    height: 46px;
    line-height: 42px;
    color: #fff;
    background: #db214c;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #db214c;
}

.main_cf {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.mc_left {
    width: 330px;
    float: left;
}

.mcl_af {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

.mcla_top {
    height: 24px;
    margin: 0 auto 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.mcla_top h3 {
    float: left;
    padding-right: 10px;
    font-size: 20px;
    color: #333;
}

.mcla_top em {
    float: left;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 30px;
}

.mcla_bottom {
    width: 280px;
    margin: 0 auto;
}

.mcla_bottom p {
    line-height: 32px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.mcla_bottom p em {
    color: #db214c;
    font-weight: bold;
}

.mcla_bottom p span {
    display: block;
    width: 124px;
    height: 36px;
    margin: 20px 0 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: 2px solid #db214c;
}

.mclab_left {
    float: left;
    color: #fff;
    background: #db214c;
    cursor: pointer;
}

.mclab_left:hover {
    color: #db214c;
    background: #fff;
}

.mclab_right {
    float: right;
    color: #db214c;
    background: #fff;
    cursor: pointer;
}

.mclab_right:hover {
    color: #fff;
    background: #db214c;
}

.mcla_bottom_1 {
    width: 280px;
    margin: -10px auto 0;
}

.mcla_bottom_1 li {
    border-bottom: 1px dashed #aaa;
    padding: 10px 0;
}

.mcla_bottom_1 li p {
    font-size: 12px;
    max-height: 48px;
    line-height: 24px;
    color: #666;
    margin-bottom: 7px;
    overflow: hidden;
}

.mcla_bottom_1 li p em {
    float: left;
    color: #999;
}

.mcla_bottom_1 li p span {
    float: right;
    color: #999;
}

.mcla_bottom_2 {
    margin: 0 auto;
    overflow: hidden;
}

.mcla_bottom_2 dt {
    float: left;
    width: 100%;
    height: 150px;
    margin-right: 0px;
    text-align: center;
}

.mcla_bottom_2 dt img {
    width: 150px;
    height: 150px;
    display: block;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.mcla_bottom_2 dd {
    float: left;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.mcla_bottom_2 dd h3 {
    font-size: 16px;
}

.mcla_bottom_2 dd p {
    font-size: 14px;
    line-height: 30px;
}

.mcla_bottom_2 dd p em {
    color: #db214c;
    font-weight: bold;
}

.mcl_af_span {
    display: block;
    width: 276px;
    height: 38px;
    line-height: 38px;
    margin: 15px auto 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #db214c;
    border-radius: 5px;
    border: 2px solid #db214c;
    cursor: pointer;
}

.mcl_af_span:hover {
    color: #db214c;
    background: #fff;
}

.mcla_bottom_3 li {
    line-height: 30px;
    font-size: 14px;
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcla_bottom_3 li i {
    float: left;
    width: 10px;
    margin-right: 7px;
    font-size: 18px;
    color: #ccc;
    vertical-align: middle;
}

.mcla_bottom_3 li em {
    width: 26px;
    height: 14px;
    margin: 8px 0 0 10px;
    background: no-repeat url(../images/mb3_em.jpg) center;
    display: inline-block;
}

.mcla_top a {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.mcla_bottom_4 {
    width: 280px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}

.mcla_bottom_4 #mb4 {
    bottom: 0;
}

.mcla_bottom_4 #mb4 span {
    width: 10px;
    height: 10px;
}

.mcla_bottom_4 #mb4 .swiper-pagination-bullet-active {
    background: #db214c;
}

.mclab4 {
    width: 280px;
}

.mclab4 li {
    width: 280px;
    background: #fff;
}

.mclab4_img {
    width: 280px;
    height: 210px;
    overflow: hidden;
}

.mclab4 li img {
    display: block;
    margin: 0 auto;
}

.mclab4 li h3 {
    width: 260px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.mcla_bottom_5 {
    overflow: hidden;
    margin: 0 auto;
}

.mclab5_top textarea {
    width: 268px;
    height: 55px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.mclab5_top span {
    display: block;
    width: 276px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #db214c;
    border: 2px solid #db214c;
    border-radius: 5px;
    cursor: pointer;
}

.mclab5_top span:hover {
    color: #db214c;
    background: #fff;
}

.mclab5_top p {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #999;
}

.mclab5_bottom {
    border-top: 1px solid #ddd;
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
}

.mclab5_bottom em {
    width: 120px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 80px;
    border: 1px solid #dedede;
    background: #f5f5f5;
    border-radius: 15px;
    font-size: 14px;
}

.mclab5_bottom li span {
    color: #666;
    cursor: pointer;
}

.mclab5_bottom li span:hover {
    color: #db214c;
}

.mcl_bf {
    background: #f5f5f5;
    border: 3px solid #ddd;
}

.mcl_bf_top {
    width: 324px;
    overflow: hidden;
    background: #ddd;
}

.mcl_bf_top li {
    width: 50%;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.mcl_bf_top .mclbt {
    background: #c2130e;
    color: #fff;
}

.mclbb {
    width: 314px;
    overflow: hidden;
    padding: 5px 5px 10px;
}

.mclbb li {
    float: left;
    width: 48%;
    line-height: 32px;
    padding-left: 2%;
    font-size: 14px;
    overflow: hidden;
}

.mclbb li a {
    margin-left: 5px;
    color: #333;
}

.mclbb li a:hover {
    color: #db214c;
}

.mc_right {
    width: 830px;
    float: right;
}

.mcr_af {
    margin-bottom: 45px;
}

.mcra_af {
    width: 830px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

.mcra_af h2, .mcra_af h1 {
    float: left;
    font-size: 20px;
    color: #333;
    border-bottom: 3px solid #db214c;
    padding-bottom: 14px;
    margin-right: 15px;
}

.mcra_af em {
    float: left;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
}

.mcra_af a {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.mcra_af a:hover {
    color: #db214c;
}

.mcra_af span {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #db214c;
    border-radius: 5px;
    color: #db214c;
    cursor: pointer;
}

.mcra_af span:hover {
    background: #db214c;
    color: #fff;
}

.mcra_bf p, .mcra_bf {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    word-break: break-word;
    text-indent: 2em;
}

.mcra_bf p strong {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.mcra_cf {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.mcra_cf:hover {
    background: #db214c;
}

.mcra_cf a {
    color: #333;
    display: block;
}

.mcra_cf a:hover {
    color: #fff;
}

.mcra_bf_1 {
    overflow: hidden;
    width: 830px;
}

.mcra_bf_1 li {
    float: left;
    margin: 0 60px 10px 0;
    width: 160px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.mcra_bf_1 li:nth-child(4n) {
    margin-right: 0;
}

.mcra_bf_1 li p {
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ccc;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcra_bf_2 li {
    margin-bottom: 20px;
    height: 135px;
    overflow: hidden;
}

.mcra_bf_2 li dt {
    width: 200px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.mcra_bf_2 li dd {
    width: 620px;
    float: right;
}

.mcra_bf_2 li dd h2 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mcra_bf_2 li dd h2 a {
    color: #333;
}

.mcra_bf_2 li dd h2 a:hover {
    color: #db214c;
}

.mcra_bf_2 li dd p:nth-child(2) {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.mcra_bf_2 li dd p:nth-child(3) {
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.mcra_bf_2 li dd p:nth-child(3) a {
    margin-left: 10px;
    padding: 3px 15px;
    color: #999;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.mcra_bf_2 li dd p:nth-child(3) a:hover {
    background: #db214c;
    border: 1px solid #db214c;
    color: #fff;
}

.mcr_bf {
    border: 10px solid #db214c;
    width: 810px;
    height: 430px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mcrb_top {
    height: 113px;
    background: #db214c;
    text-align: center;
    padding-top: 25px;
}

.mcrb_top h3 {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

.mcrb_top h3 b {
    font-weight: bold;
}

.mcrb_top h4 {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
}

.mcrb_top h4 em {
    margin: 0 5px;
}

.mcrb_top h4 em b {
    width: 24px;
    height: 34px;
    line-height: 30px;
    margin: 0 3px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat url(../images/icon_count.png) center;
}

.mcrb_bottom dt {
    float: left;
    width: 370px;
    height: 260px;
    background: #fff;
    padding: 30px 25px 0;
}

.mcrb_bottom dt p {
    margin-bottom: 15px;
    font-size: 14px;
}

.mcrb_bottom dt p select {
    width: 85px;
    height: 40px;
    padding: 0 10px 0 3px;
    margin-left: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
}

.mcrb_bottom dt p input {
    width: 282px;
    height: 38px;
    line-height: 34px;
    margin-left: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px;
    color: #666;
}

.mcrb_bottom dt button {
    width: 362px;
    height: 52px;
    margin: 10px auto 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #db214c;
    border: 2px solid #db214c;
    border-radius: 5px;
    cursor: pointer;
}

.mcrb_bottom dt button:hover {
    background: #fff;
    color: #db214c;
}

.mcrb_bottom dd {
    float: left;
    width: 365px;
    height: 270px;
    background: #f0f0f0;
    padding: 20px 0 0 25px;
    overflow: hidden;
}

.mcrbb_dd li {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcrbb_dd li em {
    padding: 0 15px;
}

.mcra_bf_3 {
    width: 830px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}

.mcra_bf_3 #mb3_span {
    bottom: 0px;
}

.mcra_bf_3 #mb3_span span {
    border-radius: 0;
    width: 10px;
    height: 10px;
}

.mcra_bf_3 #mb3_span .swiper-pagination-bullet-active {
    background: #db214c;
}

.mb3 {
    width: 830px;
    overflow: hidden;
}

.mb3 li {
    float: left;
    width: 20%;
    line-height: 28px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mcra_bf_4 {
    width: 830px;
    overflow: hidden;
}

.mcra_bf_4 li {
    width: 258px;
    border: 1px solid #ddd;
    margin: 0 25px 20px 0;
    text-align: center;
    font-size: 14px;
    float: left;
}

.mcra_bf_4 li:nth-child(3n) {
    margin-right: 0;
}

.mcra_bf_4 li:hover {
    border: 1px solid #db214c;
}

.mb4_img {
    width: 258px;
    height: 198px;
    overflow: hidden;
}
.mb4_img a img {
    width: 100%;
    transition: all .5s;
}

.mb4_img a:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.mcra_bf_4 li p {
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    margin: 10px 0;
    overflow: hidden;
}

.apply_for {
    width: 100%;
    height: 143px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: no-repeat url(../images/bc_bg.png) center;
}

.af {
    width: 1200px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin: 32px auto 0;
}

.af_left {
}

.af_right {
    width: 580px;
    height: 50px;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 50px;
    right: 0px;
}

.af_right input {
    float: left;
    width: 350px;
    height: 50px;
    font-size: 16px;
    color: #666666;
    padding: 0 20px;
    background: #fff;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.af_right button {
    float: left;
    width: 190px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0 none;
    background: #fb961c;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.communicate {
    width: 140px;
    height: 134px;
    padding-top: 190px;
    position: fixed;
    top: 160px;
    right: 5px;
    z-index: 999;
    background: no-repeat url(../images/communicate_bg.png);
}

.communicate input {
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto 10px;
    background: #fff;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
}

.communicate button {
    display: block;
    width: 120px;
    height: 30px;
    margin: 0 auto 10px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #db214c;
    cursor: pointer;
}

.communicate span {
    display: block;
    width: 140px;
    height: 55px;
    text-align: center;
    color: #0b53a4;
    line-height: 52px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.communicate span i {
    width: 18px;
    height: 15px;
    background: no-repeat url(../images/cs_i.png) center;
    position: absolute;
    top: 7px;
    right: 7px;
    animation: csi 1s infinite reverse;
    -webkit-animation: csi 1s infinite reverse;
}

@keyframes csi {
    0% {
        transform: scale(1);
    }

    20% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(10deg);
    }

    90% {
        transform: rotate(0deg);
    }

    100% {
        transform: scale(0.8);
    }
}

.bullet_frame {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.bf {
    width: 500px;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -250px;
    padding: 60px 0;
}

.bf i {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    display: block;
}

.bf h3 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
}

.bf p {
    padding: 20px 0;
    text-align: center;
    height: 30px;
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
}

.bf p em {
    color: #db214c;
}

.bf span {
    width: 336px;
    height: 46px;
    line-height: 46px;
    background: #db214c;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    border: 2px solid #db214c;
    cursor: pointer;
}

.bf span:hover {
    background: #fff;
    color: #db214c;
}

.quiz {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.quiz_box {
    width: 600px;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -250px;
    padding: 60px 0;
}

.quiz_box i {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    display: block;
    cursor: pointer;
}

.quiz_box h4 {
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.quiz_box p:nth-child(3) input {
    width: 400px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}

.quiz_box p {
    width: 422px;
    margin: 20px auto 0;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.left_p {
    width: 230px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 5px 0 0 5px;
    border-right: none;
    float: left;
    padding-left: 10px;
}

.right_p {
    width: 180px;
    height: 44px;
    line-height: 44px;
    background: #fa9e03;
    float: left;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: 0;
}

.quiz_box span {
    width: 422px;
    height: 50px;
    border-radius: 5px;
    margin: 20px auto;
    display: block;
    line-height: 50px;
    background: #db214c;
    border: 2px solid #db214c;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.housekeeper, .housekeeper1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.hk {
    width: 680px;
    height: 566px;
    background: no-repeat url(../images/bw-bg.png) center;
    margin: 20px auto 0;
    overflow: hidden;
}

.hk2 {
    background: no-repeat url(../images/bw-bg2.png) center;
}

.hk_shut, .hk_shut2 {
    width: 42px;
    height: 42px;
    float: right;
    margin-top: 10px;
    background: no-repeat url(../images/bw_close.png) center;
    cursor: pointer;
}

.hk_main {
    width: 582px;
    padding: 40px 30px 30px;
    margin: 190px auto 0;
    background: #fff;
    border-radius: 15px;
}

.hk_main_top {
    width: 528px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.hkmt_left {
    width: 105px;
    height: 105px;
    float: left;
    border-radius: 50%;
}

.hkmt_left img {
    width: 105px;
    height: 105px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
}

.hkmt_right {
    width: 400px;
    float: right;
}

.hkmt_right h2 {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #ffe0df;
    border-radius: 28px;
    line-height: 28px;
    color: #fe5850;
    margin-top: 20px;
    padding: 0 15px;
}

.hkmt_right p {
    color: #625556;
    font-size: 16px;
    padding-top: 8px;
}

.hkmt_right p b {
    font-size: 18px;
}

.hk_main_bottom {
    width: 582px;
}

.hk_main_bottom p:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
    color: #333;
}

.name {
    width: 140px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.phone {
    width: 200px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 3px;
}

.btn {
    width: 180px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    background: #dd2b54;
    border: 1px solid #dd2b54;
    box-shadow: 0 5px 10px 1px rgba(219,33,76,.4);
    cursor: pointer;
}

.hk_main_bottom p:nth-child(3) {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(0,0,0,.6);
}

.hk_main_bottom p:nth-child(3) em {
    color: #f53559;
    font-size: 24px;
    margin: 0 10px;
}

.budget {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.budget_box {
    width: 600px;
    background: #fff;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -300px;
    padding: 60px 0 30px;
}

.bb_af {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: center;
    font-size: 0;
    z-index: 99;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    cursor: pointer;
}

.bb_bf {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 30px;
    position: absolute;
    left: 0;
    top: 20px;
    width: 570px;
}

.bb_bf em {
    padding-bottom: 19px;
    border-bottom: 2px solid #db214c;
    font-size: 16px;
}

.bb_cf {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    line-height: 80px;
}

.bb_cf em {
    font-size: 30px;
    color: #fa9e03;
    font-weight: bold;
    padding: 0 10px;
}

.bb_df {
    width: 540px;
    margin: 0 auto 20px;
    border: 1px solid #ddd;
    padding: 5px 0;
    overflow: hidden;
}

.bb_df li {
    padding: 0 0 0 20px;
    font-size: 16px;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 240px;
}

.bb_df li em {
    font-size: 20px;
    color: #fa9e03;
    height: 40px;
    overflow: hidden;
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.budget_box p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    width: 422px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.bb_ff input {
    width: 400px;
    height: 42px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}

.bbg_left {
    width: 220px;
    height: 42px;
    border: 1px solid #999;
    float: left;
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding: 0 10px;
    color: #666;
}

.bbg_right {
    width: 180px;
    height: 44px;
    line-height: 44px;
    background: #fa9e03;
    float: left;
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
}

.bb_hf button {
    width: 422px;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    line-height: 48px;
    background: #db214c;
    color: #fff;
    border: 2px solid #db214c;
    font-size: 18px;
    cursor: pointer;
}

.bb_hf button:hover {
    background: #fff;
    color: #db214c;
}

.cpyname {
    float: left;
    border-bottom: 3px solid #db214c;
    margin-right: 15px;
    font-size: 20px;
}

.cpyname h1 {
    border-bottom-width: 0px;
    margin-right: 0px;
}

.iconlist img {
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.pro-item .pro-item-btn {
    height: 39px;
    line-height: 39px;
}

.pro-item .pro-item-btn a {
    padding: 5px 10px;
    background: #db214c;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 30px;
}

.pro-item .pro-item-btn a:nth-child(2) {
    background-color: #3c96ec;
    margin-left: 10px;
}

.FriendLink-list a {
    line-height: 28px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #595757;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}

.ma_right .mar_banner {
    height: 350px;
}

.ma_right .swiper-pagination {
    line-height: normal;
}

.ma_right .swiper-pagination-bullet-active {
    opacity: 1;
    background: #CC0000;
}

.focusBrand {
    width: 100%;
    height: 390px;
    overflow: hidden;
    clear: both;
    background-repeat: no-repeat;
    background-size: 100%;
}

.focusBrand a {
    display: block;
    width: 100%;
    height: 100%;
}

.mt30 {
    margin-top: 30px;
}
/*无加盟信息顶部左则信息*/
.nl_af {
    width: 312px;
    height: 342px;
    float: left;
    border: 4px solid #db214c;
    border-radius: 5px;
    background: #fff;
}

.nl_af_top {
    width: 311px;
    height: 102px;
    background: no-repeat url(/company/news/list/images/rz.gif);
}

.nl_af_bottom {
    width: 311px;
    height: 312px;
    padding: 10px 0 20px;
    color: #666;
    background: url(/company/news/list/images/rz-bg.gif);
}

.nl_af_bottom p {
    display: block;
    width: 260px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 14px;
}

.nl_af_bottom p a {
    margin-right: 10px;
    color: #333;
}

.nl_af_bottom span {
    width: 110px;
    height: 36px;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #bf1923;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    font-size: 16px;
}

.nl_af_bottom .nlab_1 {
    background: #bf1923;
    color: #fff;
}

.nl_af_bottom .nlab_1:hover {
    background: #fff;
}

.nl_af_bottom .nlab_1 a {
    color: #fff;
    display: block;
    margin-right: 0;
}

.nl_af_bottom .nlab_1 a:hover {
    color: #bf1923;
}

.nl_af_bottom .nlab_2 {
    background: #fff;
    color: #bf1923;
    margin-left: 30px;
    cursor: pointer;
}

.nl_af_bottom .nlab_2:hover {
    background: #bf1923;
    color: #fff;
}

.communicate {
    display: none;
}
