@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #505050;
    outline: none;
}

A:visited {
    color: #505050
}

A:active {
    color: #505050
}

A:hover {
    COLOR: #4a0048
}

BODY {
    margin: 0px;
    font-family: Arial, "微软雅黑";
    background: #ffffff;
    color: #323333;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, button, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input ,button {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 1200px) {

    img {
        border: 0px;
        vertical-align: middle;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        max-width: 100%;
        height: auto;
    }

}


li {
    list-style: none;
}

a, i, p ,h1, h2, h3, h4, h5, h6,span,:before,:after{
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

i {
    font-style: normal;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}


/* swiper */
.swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    height: 14PX;
    width: 14PX;
}
.swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 40px;
    border-radius: 7px;
}
/* 公共title */
@media only screen and (max-width: 1200px) {
    .title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    .title span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 0 auto;
        margin-top: 10px;
        background-color: #4a0048;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    
}

@media only screen and (min-width: 1200px) {
    .title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
    .title span {
        display: block;
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-top: 15px;
        background-color: #4a0048;
    }
    .main {
        width: 1200px;
        margin: 0 auto;
    }
    .container {
        padding-right: 0px !important;
        padding-left:  0px !important;
        width: 1200px !important;
    }
}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

/* nav2 */
@media only screen and (max-width: 1200px) {
    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f2f2f2;
    }

    .lm1 li a:hover {
        background: #4a0048;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #f5f5f5;
        font-size: 16px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        color:#4a0048;
    }
    .lm1_bt a:before{
        content: '';
        position:absolute;
        width:40px;
        height:40px;
        right:5px;
        top:0px;
        background: url(../images/jt_xx.png) center no-repeat;
        background-size: auto 8px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }
    .lm1k h3{
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        color:#fff;
        float:left;
        padding:10px 0 60px 15px;
        background: url(../images/aside.jpg) #4a0048 no-repeat;
        background-position: bottom right;
    }
    .lm1k h3{
        width:100%;
        float:left;
        text-align: center;
        font-size:28px;
        line-height: 70px;
    }

    .lm1 {
        width: 100%;
        float:left;
        background-color: #f0f4f8;
        padding: 0 14px;
    }


    .lm1 li {
        float: left;
        border-bottom: dashed 1px #ddd;
        width:100%;
        position: relative;
    }
    .lm1 li:last-child {
        border-bottom: 0px solid #000;
    }
    .lm1 li a::after {
        content: "";
        width:  6px;
        height: 6px;
        position: absolute;
        top: 27px;
        left: 5px;
        background: url(../images/dian.png) no-repeat center;
    }
    .lm1 li a.on::after {
        background: url(../images/dian-1.png) no-repeat center;

    }

    .lm1 li a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 60px;
        padding-left: 25px;
        width:100%;
        position:relative;
    }

    .lm1 li a.on,.lm1 li a:hover {
        color: #4a0048;
    }
    .lm1 li a.on:before{
        content: '';
        width:8px;
        height:100%;
        background-color: #4a0048;
        position:absolute;
        top:0px;
        right: -14px;
    }

}


/* 分页 */ 
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
    }
    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }
    .fy1 a.cd_sx {
        display: block;
        width: 45%;
        margin: 0px 2.5%;
        text-align: center;
        padding: 8px 0px;
    }
    #baidu_map {
        position: absolute;
        overflow: hidden;
        width: 96%;
        height:300px;
        margin: 0;
        font-family: "微软雅黑";
    }




}
.fy1 a {
    background-color: #fff;
}
@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
        text-align: center;
    }
    .fy1 a {
        display: inline-block;
        border: solid 1px #dddddd;
        padding: 0px 15px;
        margin: 0px 1px;
    }





}
.fy1 a:hover, .fy1 a.on {
    background: #4a0048;
    color: #ffffff;
    border: solid 1px #4a0048;
}

.xtiper_btn_success li.active button, .xtiper_btn_hello li.active button, .xtiper_btn_success .xtiper_btnbor, .xtiper_btn_hello .xtiper_btnbor{
       background-color: #4a0048!important;
}
.xtiper_btn1 li.active button {
    background-color: #fff!important;
    color: #222;
}

@media only screen and (min-width: 1200px) {
    #baidu_map {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: 0;
        font-family: "微软雅黑";
    }
}