/*******index******/

a,
.index .bd li,
#banner .ms-bullets .ms-bullet,
#header,
.h_right {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@-webkit-keyframes slideBg_fn {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    100% {
        transform: translateY(-20px);
        -webkit-transform: translateX(-20px);
    }
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.animation {
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation2 {
    -webkit-animation: twinkling 2.1s 0.2S infinite ease-in-out;
    animation: twinkling 2.1s 0.2S infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.3;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0.3;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

.masterslider_box {
    position: relative;
    max-width: 1920px;
}

#banner,
#banner li {
    position: relative !important;
    background: #fff no-repeat center;
    overflow: hidden;
}

#banner .w1200 {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    margin-left: -600px;
    z-index: 8;
}

#banner .ms-nav-prev,
#banner .ms-nav-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 70px;
    height: 61px;
    background: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

#banner .ms-nav-prev {
    left: 100px;
    background-image: url("../images/left.png");
    background-position: left center;
}

#banner .ms-nav-next {
    right: 100px;
    background-image: url("../images/right.png");
    background-position: right center;
}

#banner .ms-nav-prev:hover {
    background-image: url("../images/left_on.png");
    transition: all .5s;
}

#banner .ms-nav-next:hover {
    background-image: url("../images/right_on.png");
    transition: all .5s;
}

#banner:hover .ms-nav-next {
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .ms-bullets {
    position: absolute;
    left: 50%;
    width: 1200px !important;
    margin-left: -60px;
    z-index: 10;
}

#banner .ms-bullets .ms-bullets-count {
    left: 0;
    right: auto;
}

#banner .ms-bullets .ms-bullet {
    width: 20px;
    height: 6px;
    margin: 0 8px 0 0 !important;
    background: #fff;
}

#banner .ms-bullets .ms-bullet-selected {
    width: 36px;
    background: #d9261c;
}

#banner ul li .txt1 {
    position: absolute;
    top: 0% !important;
    margin-top: 338px !important;
    right: 320px!important;
    margin-right: 68px !important;
}

#banner ul li .txt1 h3 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 21px;
}

#banner ul li .txt1 h4 {
    font-size: 20px;
    color: #5d5e65;
    margin-top: 10px;
    font-weight: bold;
}

#banner ul li .txt2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 190px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

#banner ul li .txt2 h4 {
    font-size: 46px;
    color: #fff;
    margin-top: 39px;
}

#banner ul li .txt2 p {
    font-size: 20px;
    color: #5d5e65;
    margin-top: 20px;
    font-weight: bold;
}

#banner ul li .txt3 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 233px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

#banner ul li .txt3 h4 {
    font-size: 46px;
    color: #d9261c;
    margin-top: 39px;
}

#banner ul li .txt3 p {
    font-size: 20px;
    color: #5d5e65;
    margin-top: 20px;
    font-weight: bold;
}

#banner ul li .txt4 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 223px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

#banner ul li .txt4 h4 {
    font-size: 46px;
    color: #ffffff;
    margin-top: 39px;
}

#banner ul li .txt4 p {
    font-size: 20px;
    color: #5d5e65;
    margin-top: 20px;
    font-weight: bold;
}

.index .content {
    background: url(../images/ct_bg.jpg) no-repeat center;
    height: 371px;
    width: 100%;
}

.content nav {
    float: left;
}

.index .content nav ul li {
    position: relative;
    background: #e2d2b7;
    width: 124px;
    height: 61px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
}

.index .content nav ul li.tab {
    width: 155px;
    background: url(../images/nav.png) no-repeat center;
}

.index .content nav ul li span {
    line-height: 61px;
    font-size: 14px;
    color: #9d8761;
}

.index .content nav ul li.tab span {
    color: #fff;
    background: url(../images/icon.png) no-repeat center left;
    padding-left: 25px;
    padding-top: 2px;
}

.index .content .nv_ct .ct.div_show {
    display: block;
}

.index .content .nv_ct .ct {
    display: none;
}

.index .content .nv_ct .ct .map {
    position: relative;
    background: url(../images/map.png) no-repeat center;
    float: left;
    width: 341px;
    height: 319px;
    margin-left: 49px;
    margin-top: 53px;
}

.index .content .nv_ct .ct .map span {
    color: #897269;
    font-size: 14px;
}

@-webkit-keyframes pad {
    0% {
        padding: 0;
    }
    100% {
        margin: 20px;
    }
}

.index .content .nv_ct .ct .hn {
    position: absolute;
    top: 190px;
    left: 187px;
}

.index .content .nv_ct .ct .hn.dw .dots .circle {
    cursor: default;
    width: 34px;
    height: 45px;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/hn.png) no-repeat center;
}

.index .content .nv_ct .ct .tj {
    position: absolute;
    top: 116px;
    left: 187px;
}

.index .content .nv_ct .ct .tj.dw .dots .circle {
    cursor: default;
    width: 34px;
    height: 31px;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/tj.png) no-repeat center;
}

.index .content .nv_ct .ct .js {
    position: absolute;
    top: 154px;
    left: 261px;
}

.index .content .nv_ct .ct .js.dw .dots .circle {
    cursor: default;
    width: 34px;
    height: 31px;
    z-index: 999;
    text-align: center;
    top: 0;
    left: -56px;
    position: absolute;
    background: url(../images/js.png) no-repeat center;
}

.index .content .nv_ct .ct .sh {
    position: absolute;
    top: 164px;
    left: 274px;
}

.index .content .nv_ct .ct .sh.dw .dots .circle {
    cursor: default;
    width: 34px;
    height: 31px;
    z-index: 999;
    text-align: center;
    top: 0;
    left: -56px;
    position: absolute;
    background: url(../images/sh.png) no-repeat center;
}

.index .content .nv_ct .ct .gd {
    position: absolute;
    top: 208px;
    left: 168px;
}

.index .content .nv_ct .ct .gd.dw .dots .circle {
    cursor: default;
    width: 51px;
    height: 68px;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/gd.png) no-repeat center;
}

.index .content .nv_ct .ct .dw .dots {
    position: relative;
    cursor: default;
    float: right;
}

.index .content .nv_ct .ct .dw .dots .circle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
}

.index .content .nv_ct .ct .dw .circle_bottom {
    background-color: #d9261c;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    filter: alpha(opacity=40);
    z-index: 998;
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0.4;
}

.index .content .nv_ct .ct .dw .dots .circle_bottom2 {
    background-color: #ffc0d6;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    filter: alpha(opacity=20);
    z-index: 997;
    position: relative;
    opacity: 0.2;
    top: -19px;
    left: -19px;
}

.index .content .nv_ct .ct_rt {
    float: right;
    width: 587px;
    padding-top: 77px;
}

.content .nv_ct .ct_rt h3 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 13px;
}

.index .content .nv_ct .ct_rt h4 {
    font-size: 14px;
    color: #888888;
    margin-bottom: 38px;
}

.index .content .nv_ct .ct_rt ul li {
    float: left;
    margin-right: 45px;
}

.index .index .content .nv_ct .ct_rt ul li img {
    margin-bottom: 7px;
}

.index .index.content .nv_ct .ct_rt ul li p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    opacity: .7;
}

.index .content .nv_ct .ct_rt ul li span {
    font-size: 24px;
    color: #d9261c;
    font-family: 'Montserrat-Regular';
}

.index .box3 {
    padding-top: 46px;
    height: 388px;
    width: 100%;
    background: url(../images/box3_bg.jpg) no-repeat center;
}

.index .box3 .tp h3 {
    font-size: 30px;
    color: #fff;
    opacity: .5;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'BRANDONGROTESQUE-REGULAR';
    margin-bottom: 12px;
}

.index .box3 .tp h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}

.index .box3 .li1 {
    background-image: url(../images/box1.png);
}

.index .box3 .li2 {
    background-image: url(../images/box2.png);
}

.index .box3 .li3 {
    background-image: url(../images/box3.png);
    margin-right: 0;
}

.index .box3 ul li {
    padding-top: 71px;
    padding-left: 30px;
    padding-right: 36px;
    overflow: hidden;
    float: left;
    transition: all .5;
    width: 388px;
    height: 196px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 18px;
    transition: all 1s linear;
}

.index .box3 ul li:hover .lf img {
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transition: all 1s;
}

.index .box3 ul li:hover .rt {
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transition: all 1s;
}

.index .box3 ul li .lf {
    float: left;
}

.index .box3 ul li .rt {
    margin-left: 68px;
    padding-top: 5px;
}

.index .box3 ul li h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.index .box3 ul li h4 {
    font-size: 14px;
    color: #fff;
    opacity: .7;
    line-height: 22px;
}

.index .box4 {
    padding-top: 30px;
    padding-bottom: 70px;
    height: 100%;
    overflow: hidden;
}

.index .box4 .lf ul li:hover h3 {
    color: #d9261c;
    transition: all .3s linear;
}

.index .box4 .lf ul li:hover h4 {
    color: #d9261c;
    transition: all .3s linear;
}

.index .box4 .lf {
    float: left;
    width: 791px;
}

.index .box4 .lf ul li {
    padding-right: 29px;
    padding-top: 17px;
    padding-left: 28px;
    width: 100%;
    height: 155px;
    border: 2px solid #e7e7e7;
    margin-right: 18px;
    margin-bottom: 18px;
    transition: all .3s;
}

.index .box4 .lf ul li:hover p {
    opacity: 1;
}

.index .box4 .lf ul li h3 {
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    color: #97969d;
    margin-bottom: 12px;
}

.index .box4 .lf ul li h4 {
    font-size: 18px;
    color: #656577;
    font-weight: bold;
    margin-bottom: 12px;
}

.index .box4 .lf ul li p {
    font-size: 14px;
    color: #636363;
    opacity: .7;
    margin-bottom: 8px;
}

.index .box4 .lf ul li span {
    font-size: 14px;
    color: #e0e0e0;
    font-family: 'Montserrat-Regular';
    background: url(../images/eye.png) no-repeat center left;
    padding-left: 27px;
}

.index .box4 .rt {
    padding-left: 41px;
    padding-top: 363px;
    float: right;
    width: 388px;
    height: 498px;
    background: url(../images/girl.png) no-repeat center;
}


/*             
            .index .box4 .rt:hover h3 {
                transform: translate(-10px, 0px);
                -webkit-transform: translate(-10px, 0px);
                -moz-transform: translate(-10px, 0px);
                -o-transform: translate(-10px, 0px);
                -ms-transform: translate(-10px, 0px);
                transition: all .7s;
            }
            
            .index .box4 .rt:hover h4 {
                transform: translate(-10px, 0px);
                -webkit-transform: translate(-10px, 0px);
                -moz-transform: translate(-10px, 0px);
                -o-transform: translate(-10px, 0px);
                -ms-transform: translate(-10px, 0px);
                transition: all .7s;
            } */

.index .box4 .rt h3 {
    text-transform: uppercase;
    font-family: 'BRANDONGROTESQUE-REGULAR';
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    opacity: .3;
    margin-bottom: 14px;
}

.index .box4 .rt h4 {
    font-size: 24px;
    color: #fff;
}

.banner {
    overflow: hidden;
    margin-top: 90px;
    height: 280px;
    width: calc(100%);
}

.breadcrumb {
    height: 72px;
    line-height: 72px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid #f0f0f0;
}

.breadcrumb span {
    font-size: 14px;
    color: #7f7c7b;
}

.breadcrumb a {
    font-size: 14px;
    color: #7f7c7b;
}

.breadcrumb .bd_lf {
    float: left;
}

.breadcrumb .bd_lf span {
    background: url(../images/about/logo.png)no-repeat center left;
    padding: 10px 0 10px 36px;
}

.breadcrumb .bd_rt {
    float: right;
}

.breadcrumb .bd_rt ul li {
    float: left;
    line-height: 68px;
    margin-right: 32px;
}

.breadcrumb .bd_rt ul li.on a {
    color: #d9261c;
}

.breadcrumb .bd_rt ul li.on {
    border-bottom: 3px solid #d9261c;
}


/* about */

.ab .banner {
    background: url(../images/about/banner.jpg) no-repeat center;
}

.about .content {
    height: 100%;
    width: 100%;
    padding-top: 70px;
}

.about .content .w1200 {
    position: relative;
}

.about .content .ct_box {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 58px;
    padding-left: 31px;
    padding-right: 45px;
    height: 480px;
    width: 360px;
    background: url(../images/about/ct.png);
}

.about .content .ct_box h3 {
    font-size: 18px;
    color: #b8663d;
    font-family: 'Montserrat-Regular';
    margin-bottom: 10px;
}

.about .content .ct_box h4 {
    font-size: 34px;
    color: #d9261c;
    font-family: 'BRANDONGROTESQUE-REGULAR';
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.about .content .ct_box h4 em {
    color: #bfa161;
    font-family: 'BRANDONGROTESQUE-REGULAR';
    font-weight: bold;
}

.about .content .ct_box h5 {
    font-size: 24px;
    color: #6f5d4d;
    margin-bottom: 78px;
}

.about .content .ct_box p {
    font-size: 14px;
    color: #777777;
    opacity: .7;
    margin-bottom: 20px;
}

.about .content .ct_rt {
    margin-left: 440px;
    padding-top: 58px;
    margin-bottom: 98px;
}

.about .content .ct_rt h3 {
    font-size: 26px;
    color: #bfa161;
    margin-bottom: 35px;
}

.about .content .ct_rt p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 7px;
    line-height: 24px;
}

.about .content .bt {
    background: url(../images/about/bt_ban.jpg)no-repeat center;
    height: 487px;
    width: 100%;
}

.about2 .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 539px;
    background: url(../images/about2/ab2_ban.jpg) no-repeat center;
    padding-top: 62px;
}

.about2 .content h3 {
    font-size: 26px;
    color: #bfa161;
    margin-bottom: 10px;
}

.about2 .content h4 {
    font-family: 'PAINTING_WITH_CHOCOLATE';
    font-size: 30px;
    color: #bfa161;
    text-transform: uppercase;
}

.about2 .content p {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -216px;
    margin-top: 266px;
    font-size: 36px;
    line-height: 54px;
    color: #cf2018;
}


/* new */

.new .banner {
    background: url(../images/new/banner.jpg) no-repeat center;
}

.new .content {
    padding-top: 68px;
}

.new .content .ct_tp {
    height: 557px;
}

.new .content .ct_tp ul li {
    float: left;
    margin-right: 20px;
}

.new .content .ct_tp ul li a {
    display: block;
    height: 458px;
    width: 380px;
}

.new .content .ct_tp ul li a:hover h3 {
    color: #d9261c;
}

.new .content .ct_tp .box {
    margin-top: -10px;
    padding: 30px;
    height: 230px;
    width: 380px;
    border: 2px solid #e4e4e4;
}

.new .content .ct_tp .box h3 {
    font-size: 20px;
    color: #615c5c;
    font-weight: bold;
    margin-bottom: 11px;
}

.new .content .ct_tp .box h4 {
    font-size: 14px;
    color: #888;
    margin-bottom: 9px;
}

.new .content .ct_tp .box li span {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    background-repeat: no-repeat;
    padding-top: 2px;
    background-position: center left;
    padding-left: 32px;
    color: #e0e0e0;
}

.new .content .ct_bt ul {
    margin-bottom: 30px;
}

.new .content .ct_bt ul li a {
    display: block;
    height: 148px;
    border-top: 2px solid #e4e4e4;
    padding-top: 38px;
}

.new .content .ct_bt ul li:last-child {
    border-bottom: 2px solid #e4e4e4;
}

.new .content .ct_bt ul li a h3 {
    font-size: 18px;
    height: 148px;
    margin-right: 45px;
    color: #d9261c;
    float: left;
    font-family: 'Montserrat-Regular';
}

.new .content .ct_bt ul li a h4 {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 11px;
}

.new .content .ct_bt ul li a p {
    font-size: 14px;
    color: #777777;
}

.new.content .ct_bt ul li a:hover h3 {
    font-size: 22px;
}

.new .content .ct_bt ul li a:hover h4 {
    color: #d9261c;
}

.new .content .more {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/new/more.png) no-repeat center;
    margin-bottom: 70px;
}

.new .content .more a {
    display: block;
    width: 200px;
    height: 60px;
    font-size: 14px;
    color: #e3403d;
}

.partner .banner {
    background: url(../images/partner/banner.jpg) no-repeat center;
}

.partner1 .content {
    padding-top: 118px;
    padding-bottom: 71px;
    height: 100%;
    overflow: hidden;
}

.partner1 .content ul {
    text-align: center;
    font-size: 0;
}

.partner1 .content ul li {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    width: 167px;
    height: 192px;
    line-height: 251px;
    text-align: center;
    background: url(../images/partner/ban.png) no-repeat center;
    transition: all .5s;
}

.partner1 .content .line2 {
    /* margin-left: 83px; */
}

.partner1 .content ul li {
    margin-top: -47px;
}

.partner2 .content {
    width: 930px;
    height: 625px;
    margin: 63px auto;
}


/* contact */

.contact .banner {
    background: url(../images/contact/banner.jpg) no-repeat center;
}

.contact .content {
    padding-top: 70px;
}

.contact .content .box {
    position: relative;
    overflow: hidden;
    height: 325px;
    width: 100%;
    background: url(../images/new/bg.jpg);
    padding-top: 60px;
    padding-left: 61px;
}

.contact .content .box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #d9261c;
}

.contact .content .box ul li {
    float: left;
    width: 155px;
    height: 183px;
    text-align: center;
    margin-top: 59px;
    margin-right: 98px;
}

.contact .content .box ul li:last-child {
    margin-top: 63px;
    margin-right: 0;
}

.contact .content .box ul li:last-child img {
    margin-bottom: 17px;
}

.contact .content .box ul li img {
    margin-bottom: 13px;
}

.contact .content .box ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #c8ab6c;
    margin-bottom: 6px;
}

.contact .content .box ul li h4 {
    font-size: 14px;
    color: #716e67;
    font-family: 'Montserrat-Regular';
    line-height: 18px;
}

.contact .content .box ul li.on h4 {
    font-size: 20px;
    color: #d9261c;
}

.contact .content #allmap {
    width: 100%;
    height: 430px;
}

.contact .content #allmap .BMap_cpyCtrl span {
    display: none !important;
}

.contact .content #allmap .anchorBL {
    display: none;
}

.contact .content #allmap img {
    max-width: none;
}


/* business */

.business .banner {
    background: url(../images/business//banner.jpg) no-repeat center;
    height: 660px;
}

.business .content {
    position: relative;
    height: 440px;
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
    background: url(../images/business/content.jpg) no-repeat center;
}

.business .content .right {
    float: left;
    width: 630px;
    right: 65px;
    margin-top: -14px;
    height: 440px;
    margin-left: 123px;
}

.business .content h3 {
    font-size: 20px;
    color: #d9261c;
    font-weight: bold;
}

.business .content .maps {
    float: left;
}

.business .content .map {
    position: relative;
    float: left;
    display: none;
    margin-top: 5px;
    width: 447px;
    height: 319px;
    background: url(../images/business/map.png) no-repeat center;
}

.business .content .map.hn {
    background: url(../images/business/hn.png) no-repeat center;
}

.business .content .map.tj {
    background: url(../images/business/tj.png) no-repeat center;
}

.business .content .map.js {
    background: url(../images/business/js.png) no-repeat center;
}

.business .content .map.sh {
    background: url(../images/business/sh.png) no-repeat center;
}

.business .content .map.gd {
    background: url(../images/business/gd.png) no-repeat center;
}

.business .content .map .dw .dots {
    position: relative;
    cursor: default;
    float: right;
    margin-top: 10px;
    margin-left: 7px;
}

.business .content .map .dw .dots .circle_bottom2,
.business .content .map .dw .dots .circle_bottom {
    background: #d9261c;
}

.business .content .map .dw .dots .circle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
}

.business .content .map .dw .circle_bottom {
    background-color: #d9261c;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    filter: alpha(opacity=40);
    z-index: 998;
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0.4;
}

.business .content .map .dw .dots .circle_bottom2 {
    background-color: #d9261c;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    filter: alpha(opacity=20);
    z-index: 997;
    position: relative;
    opacity: 0.2;
    top: -5px;
    left: -5px;
}

.business .content .map.div_show {
    display: block;
}

.business .content .nav {
    float: left;
    height: 262px;
}

.business .content nav {
    margin-left: 22px;
}

.business .content nav ul li {
    margin-left: -37px;
    float: left;
    width: 138px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: url(../images/business/black.png) no-repeat center;
    margin-bottom: 50px;
}

.business .content nav ul li.tab {
    background: url(../images/business/red.png) no-repeat center;
    transition: .5s;
}

.business .content nav ul li span {
    font-weight: bold;
    color: #888888;
}

.business .content nav ul li.tab span {
    color: #d9261c;
}

.business .content .nav h4 {
    display: inline-block;
    margin-bottom: 30px;
    width: 622px;
    font-weight: bold;
    color: #888888;
}

.business .content .nv_ct .ct_rt {
    float: right;
    width: 587px;
    padding-top: 77px;
}

.business .ct_rt h3 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 13px;
}

.business .content .ct_rt h4 {
    font-size: 14px;
    color: #888888;
    margin-bottom: 38px;
}

.business .content .ct_rt ul li {
    float: left;
    margin-right: 45px;
}

.business .content .ct_rt ul li img {
    margin-bottom: 7px;
}

.business .content .ct_rt ul li p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.business .content .ct_rt ul li span {
    font-size: 24px;
    color: #d9261c;
    font-family: 'Montserrat-Regular';
}

.business .bus {
    padding-top: 70px;
}

.business .bus .bus_bt {
    height: 100%;
    padding-top: 60px;
}

.business .bus .bus_tp ul {
    margin-right: -146px;
}

.business .bus .bus_tp ul li {
    float: left;
    width: 600px;
    height: 60px;
    line-height: 60px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 16px;
}

.business .bus .bus_tp ul li span {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.business .bus .bus_tp ul li.bs {
    height: 80px;
    background-color: #bfa161;
    margin-top: -20px;
    line-height: 80px;
    transition: .7s;
}

.business .bus .bus_tp ul li.bs.ot {
    height: 80px;
    background-color: #d9261c;
    margin-top: -20px;
    line-height: 80px;
    transition: .7s;
}

.business .bus .bus_tp ul li.bs.ot span {
    background: url(../images/business/fw.png) no-repeat center left;
}

.business .bus .bus_tp ul li.bs span {
    font-size: 18px;
    background: url(../images/business/shubao.png) no-repeat center left;
    color: #ffffff;
    padding: 9px 0 9px 54px;
}

.business .bus .bus_bt ul li {
    display: none;
    margin-top: 70px;
}

.business .bus .bus_bt ul li:last-child {
    padding-bottom: 70px;
}

.business .bus .lbw {
    height: 689px;
    padding-left: 35px;
    margin-right: -147px;
}

.business .bus .lbx {
    position: relative;
    float: left;
    width: 70px;
    height: 118px;
    line-height: 148px;
    text-align: center;
    background-color: #eeeeee;
    margin-right: 147px;
    margin-bottom: 100px;
}

.business .bus .lbx:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

.business .bus .lbx span {
    position: absolute;
    bottom: -101px;
    left: -12px;
    width: 90px;
    font-weight: bold;
    font-size: 18px;
    color: #6e6a61;
}

.business .bus .lbx:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 70px;
    border-width: 58.3px 35px;
    border-style: solid;
    border-color: transparent #eeeeee transparent transparent;
}

.business .bus .lbx:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 70px;
    border-width: 58.3px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #eeeeee;
    top: 0;
}

.business .bus .bus_bt ul li.div_show {
    display: block;
}

.business .bus_bt ul li .fw {
    position: relative;
}

.business .bus_bt ul li .fw .hd {
    display: none;
}

.business .bus_bt ul li .fw .hd.block {
    display: block;
}

.business .bus_bt ul li .fw .hd .next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/business/rt.png) no-repeat center;
    margin-right: -80px;
}

.business .bus_bt ul li .fw .hd .next:hover {
    background: url(../images/business/rt_on.png) no-repeat center;
}

.business .bus_bt ul li .fw .hd .prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/business/left.png) no-repeat center;
    margin-left: -80px;
}

.business .bus_bt ul li .fw .hd .prev:hover {
    background: url(../images/business/lf_on.png) no-repeat center;
}

.business .bus_bt ul li .fw .bd ul {
    height: 380px;
    overflow: hidden;
    margin-right: -30px;
}

.business .bus_bt ul li .fw .bd ul li {
    float: left;
    display: block;
    position: relative;
    float: left;
    height: 350px;
    width: 380px;
    margin-top: 0;
    text-align: center;
    margin-right: 30px;
}

.business .bus_bt ul li .fw .bd ul li h4 {
    display: block;
    height: 90px;
    line-height: 90px;
    margin-top: -7px;
    width: 380px;
    font-size: 20px;
    color: #a17d59;
    background-color: #f4eee0;
}

.business .bus_bt ul li .fw .bd ul li .box h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}

.business .bus_bt ul li .fw .bd ul li .box p {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #fff;
    opacity: .7;
}


/* .business .bus_bt ul li .fw .bd ul li:hover .box {
                opacity: 1;
                transition: all 1s;
            }
             */

.business .bus_bt ul li .fw .bd ul li .box {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 350px;
    width: 380px;
    padding-top: 183px;
    padding-left: 31px;
    padding-right: 31px;
    top: 0;
    left: 0;
    opacity: 0;
}


/*  */

.new_inside .content {
    height: 100%;
    overflow: hidden;
}

.new_inside .content .lf {
    float: left;
    width: 800px;
}

.new_inside .content .lf .lf_tp {
    padding-bottom: 20px;
}

.new_inside .content .lf .lf_tp h3 {
    font-size: 20px;
    color: #444444;
    margin-bottom: 13px;
}

.new_inside .content .lf .lf_tp p {
    font-size: 14px;
    color: #b7b7b7;
}

.new_inside .content .lf .lf_tp p .red {
    font-size: 24px;
    color: #d9261c;
}

.new_inside .content .lf .lf_tp p span {
    margin-right: 37px;
}

.new_inside .content .lf .lf_bt {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 70px;
}

.new_inside .content .lf .lf_bt p {
    font-size: 14px;
    text-align: left;
    color: #444444;
}

.new_inside .content .lf .lf_bt img {
    margin-top: 36px;
    margin-bottom: 36px;
}

.new_inside .content .rt {
    float: right;
    width: 400px;
    padding-left: 50px;
}

.new_inside .content .rt .box {
    width: 350px;
    height: 375px;
    padding-top: 41px;
    padding-left: 32px;
    background: #f7f7f7;
    padding-right: 30px;
}

.new_inside .content .rt .box .box_tp {
    border-bottom: 2px solid #ebebeb;
}

.new_inside .content .rt .box .box_tp h3 {
    font-size: 18px;
    color: #d9261c;
    margin-bottom: 17px;
    font-weight: bold;
}

.new_inside .content .rt .box .box_tp h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat-Regular';
    color: #c8c8c8;
    margin-bottom: 8px;
}

.new_inside .content .rt .box .box_tp span {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}

.new_inside .content .rt .box .box_tp p {
    font-size: 13px;
    color: #777777;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 24px;
}

.new_inside .content .rt .box .box_bt {
    padding-top: 20px;
}

.new_inside .content .rt .box .box_bt ul li a {
    background: url(../images/new/fk.png) no-repeat center left;
    padding-left: 14px;
    font-size: 13px;
    color: #777777;
}

.new_inside .content .rt .next {
    padding-top: 20px;
}

.new_inside .content .rt .box span:hover {
    color: #d9261c;
}

.new_inside .content .rt .box ul li a:hover {
    color: #d9261c;
}

.new_inside .content .rt .next a:hover {
    color: #d9261c;
}

.new_inside .content .rt .next .shang a {
    float: left;
    display: block;
    width: 171px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-right: 8px;
    margin-bottom: 5px;
}

.new_inside .content .rt .next .fanhui a {
    float: left;
    display: block;
    width: 350px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.new_inside .content .rt .bshare-custom {
    margin-top: 139px;
}

.new_inside .content .rt .bshare-custom a {
    width: 50px !important;
    height: 50px !important;
}

.new_inside .content .rt .bshare-custom .bshare-weixin:hover {
    background: url(../images/new/wx_on.png) no-repeat center !important;
}

.new_inside .content .rt .bshare-custom .bshare-sinaminiblog:hover {
    background: url(../images/new/wb_on.png) no-repeat center !important;
}

.new_inside .content .rt .bshare-custom .bshare-qzone:hover {
    background: url(../images/new/kj_on.png) no-repeat center !important;
}

.new_inside .content .rt .bshare-custom .bshare-qqim:hover {
    background: url(../images/new/qq_on.png) no-repeat center !important;
}

.searchlist .banner {
    background: url(../images/new/banner.jpg) no-repeat center;
}

.searchlist .content {
    height: 100%;
    overflow: hidden;
}

.searchlist .content .serch {
    text-align: left;
    padding-top: 70px;
}

.searchlist .content .serch h3 {
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 14px;
}

.searchlist .content .serch p {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.searchlist .content .ser_lf {
    float: right;
    margin-top: -20px;
}

.searchlist .content .ser_lf p {
    font-size: 16px;
    color: #414141;
    font-weight: bold;
}

.searchlist .content .serch p span {
    color: #d9261c;
}

.searchlist .content .ct_bt {
    margin-top: 24px;
}

.searchlist .content .ct_bt ul {
    margin-bottom: 30px;
}

.searchlist .content .ct_bt ul li a {
    display: block;
    height: 148px;
    border-top: 2px solid #e4e4e4;
    padding-top: 38px;
}

.searchlist .content .ct_bt ul li:last-child a {
    border-bottom: 2px solid #e4e4e4;
}

.searchlist .content .ct_bt ul li a:hover h3 {
    font-size: 22px;
}

.searchlist .content .ct_bt ul li a:hover h4 {
    color: #d9261c;
}

.searchlist .content .ct_bt ul li a h3 {
    font-size: 18px;
    height: 148px;
    margin-right: 45px;
    color: #d9261c;
    float: left;
    transition: all .7s;
    font-family: 'Montserrat-Regular';
}

.searchlist .content .ct_bt ul li a h4 {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin-bottom: 11px;
}

.searchlist .content .ct_bt ul li a p {
    font-size: 14px;
    color: #777777;
}

.searchlist .content .more {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/new/more.png) no-repeat center;
    margin-bottom: 70px;
}

.searchlist .content .more a {
    display: block;
    width: 200px;
    height: 60px;
    font-size: 14px;
    color: #e3403d;
}

.maps ul li {
    font-size: 12px;
    color: #897269;
}

.sp1 {
    position: absolute;
    top: 246px;
    left: 53px;
}

.sp2 {
    position: absolute;
    top: 261px;
    left: 53px;
}

.sp3 {
    position: absolute;
    top: 261px;
    left: 118px;
}

.sp4 {
    position: absolute;
    top: 263px;
    left: 273px;
}

.sp5 {
    position: absolute;
    top: 263px;
    left: 350px;
}

.sp6 {
    position: absolute;
    top: 243px;
    left: 350px;
}

.sp7 {
    position: absolute;
    top: 220px;
    left: 350px;
}

.sp8 {
    position: absolute;
    top: 187px;
    left: 350px;
}

.sp9 {
    position: absolute;
    top: 167px;
    left: 350px;
}

.sp10 {
    position: absolute;
    top: 185px;
    left: 286px;
}

.sp11 {
    position: absolute;
    top: 164px;
    left: 274px;
}

.sp12 {
    position: absolute;
    top: 156px;
    left: 301px;
}

.sp13 {
    position: absolute;
    top: 122px;
    left: 272px;
}

.sp14 {
    position: absolute;
    top: 211px;
    left: 251px;
}