
/* CSS Document */


@media only screen and (max-width: 1200px) {
    .top {
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        height: 55px;
        position: fixed;
        z-index: 30;
        top: 0px;
        left: 0;
    }

    .top .main {
        height: 55px;
        position: relative;
    }

    .top_jg {
        height: 55px;
        width: 100%;
    }

    .logo {
        width: 230px;
        height: 30px;
        position: absolute;
        left: 3%;
        top: 12.5px;
        z-index: 31;

    }

    .logo img {
        height: 30px;
    }


    .menu {
        margin: 0px 0px 0px 0%;
        float: left;
        width: 100%;
    }

    .menu li {
        float: left;
        width: 100%;
        border-top: solid 1px #ddd;
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: left;
        padding-left: 3%;
        color: #333333;
    }

    .menu a {
        font-size: 14px;
    }

    .menu a:hover {
        COLOR: #cda14c
    }

    .menu dl {
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .menu dl dd {
        width: 50%;
        float: left;
    }

    .menu dl dd a {
        padding: 5px 0px;
        padding-left: 6%;
        font-size: 12px;
    }

    a.cd_zz {
        display: none;
    }

    .menu2 {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: 10px;
        top: 12.5px;
        z-index: 31;
    }

    .menu2 a {
        outline: none;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23cda14c'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .menu2 a.on {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23cda14c'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23cda14c'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .logo p{
        left: 60px;
        width: 200px;
        /*display: none;*/
        height: 20px;
        line-height: 20px;
        bottom:0;
        font-size: 13px;
        position: absolute;
    }

    #navk {
        width: 100%;
        display: none;
        background: #ffffff;
        position: fixed;
        padding: 0px 0px 0px 0px;
        height: calc(100vh - 55px);
        height: -moz-calc(100vh - 55px);
        height: -webkit-calc(100vh - 55px);
        overflow-y: auto;
        left: 100%;
        top: 55px;
        z-index: 29;
    }

    .ss {
        float: left;
        width: 100%;
        height: 35px;
        background: #ffffff;
        border: solid 1px #cda14c;
        position: relative;
    }

    .ss .form-control {
        height: 33px;
        line-height: 33px;
        background: none;
        color: #696969;
        font-size: 12px;
        width: 100%;
        padding-left: 10px;
        border: 0;
    }

    .an_ss {
        position: absolute;
        right: -1px;
        top: -1px;
        background: url(../image/t_ss.png) #cda14c center center no-repeat;
        background-size: auto 18px;
        width: 45px;
        height: 35px;
        text-align: center;
        cursor: pointer;

    }

    a.cd_en {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        float: left;
        text-align: center;
        background-color: #bfbfbf;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 15px;

    }

    .top_r {
        width: 100%;
        float: left;
        padding: 15px 55px 15px 15px;
        position: relative;
    }


}

@media only screen and (min-width: 1200px) {
    .top_jg {
        display: none;
    }


    .menu2 {
        display: none;
    }


    .top {
        width: 100%;
    }

    .top .main {
        position: relative;
        height: 125px;
    }

    .top_jg {
        display: none;
    }

    .logo {
        width: 350px;
        height:54px;
        font-size: 17px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -27px;
    }

    .logo img {
        height: 54px;
    }

    .logo p{
        left: 110px;
        width: 400px;
        position: absolute;
        color: #000;
        font-size:18px;
        bottom:0px;
    }


    #navk {
        width: 100%;
        background-color: #fff;
        border: solid 1px #e9e9e9;
    }

    #navk .main {
        position: relative;
        height: 60px;
        padding-right:270px;
    }

    .menu {
        width: 100%;
        height: 60px;
        position: relative;
        z-index: 15;
        font-size: 0;
    }
    .menu li {
        height: 60px;
        float: left;
        position: relative;
        text-align: center;
        margin-right: 32px;
    }

    .menu li:last-child {
        margin: 0;
    }

    .menu a.dbt {
        font-size: 17px;
        height: 60px;
        line-height: 60px;
        position: relative;
        display: inline-block;

    }

    .menu li.on a.dbt, .menu li:hover a.dbt {
        border-bottom: solid 3px #cda14c;
        color:#b18226;
    }

    .menu li dl {
        width: 200px;
        font-size: 14px;
        display: none;
        background-color:#cda14c;
        position: absolute;
        left: 0px;
        top: 57px;
    }

    .menu li:hover dl {
        display: block;
    }


    .menu dd {
        width: 100%;
        float: left;
    }

    .menu dd a {
        display: block;
        padding: 10px 15px;
        line-height: 22px;
        text-align: left;
        color: #fff;
    }

    .menu dd a:hover {
        background-color: rgba(0, 0, 0, .15);
    }
    .ss {
        position: absolute;
        height: 40px;
        width:260px;
        right:0px;
        top:10px;
    }
    .ss .form-control {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 20px;
        background-color:#cda14c;
        border: 0;
        -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:40px;
        color: #fff;
        font-size: 14px;
    }

    .ss .an_ss {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 0;
        right: 10px;
        top: 0px;
        background: url(../image/t_ss.png) center center no-repeat;
    }
    .top_tel{
        position:absolute;
        background-image:url("../image/tel.jpg");
        background-repeat: no-repeat;
        width:419px;
        height:77px;
        right:0;
        top:50%;
        margin-top: -38.5px;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
        background-image: url("../image/ban_bj.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height:auto;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
    }
    .sy_ban .swiper-slide .main{
        padding:20px;
    }
    .sy_ban .txtk{
        color:#000000;
        margin-bottom: 20px;
    }
    .sy_ban .bt1{
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .sy_ban .bt2{
        margin-bottom: 30px;
    }
    .sy_ban .imgk{

    }

    .sy_ban .swiper-slide img {
        width: auto;
        display: inline-block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 1);
        width: 10px;
        height: 10px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #b18226;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 5px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
}

@media only screen and (min-width: 1200px) {
    .swiper-container.sy_ban {
        width: 100%;
        background-image: url("../image/ban_bj.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height:460px;
    }

    .sy_ban .swiper-slide {
        text-align: center;
        width: 100%;
    }
    .sy_ban .swiper-slide .main{
        position: relative;
        height:460px;
    }
    .sy_ban .txtk{
        width:500px;
        position:absolute;
        left:0;
        height:100%;
        top:0px;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        color:#000000;
    }
    .sy_ban .bt1{
        font-size: 45px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .sy_ban .bt2{
        margin-bottom: 40px;
    }
    .sy_ban .imgk{
        width:700px;
        position:absolute;
        right:0;
        height:100%;
        top:0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 0;
    }

    .sy_ban .swiper-slide img {
        width: auto;
        display: inline-block;
    }

    .sy_ban .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 1);
        width: 14px;
        height: 14px;
        opacity: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .sy_ban .swiper-pagination-bullet-active {
        background-color: #b18226;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px;
        position: absolute;
        right: 0%;
        text-align: center;
    }

    .sy_ban.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}


.foot, .foot2 {
    width: 100%;
    padding: 40px 0;
    color:rgba(255,255,255,.6);
    background-color: #333333;
}
.foot2 {
    padding: 20px 0;
}

.foot a, .foot2 a {
    color:rgba(255,255,255,.7);
}

.foot a:hover, .foot2 a:hover {
    color:#fff;
}

.foot .d2{
    width: 130px;
    text-align: center;
    font-size: 12px;
    float: right;
}
.foot2 {
    border-top: solid 1px rgba(255, 255, 255, .2);
    text-align: center;
}
.cd_f{
    float:left;
    width:900px;
}
.cd_f li{
    float:left;
    width:20%;
    line-height: 30px;
}
.cd_f .bt{
    margin-bottom: 10px;
}
.cd_f .bt a{
    color:#fff;
}
@media only screen and (max-width: 1200px) {

    .cd_f{
        display: none;
    }
    .foot .d2 {
        width: 100%;
        text-align: center;
    }

    .foot .d2 .item {
        width: 120px;
        float: none;
        display: inline-block;
        margin: 0 10px;
    }

    .foot .d2 .item img {
        height: 80px;
    }

    .foot, .foot2 {
        padding: 15px;
    }
    .foot2{
        padding-bottom:60px;
    }
    .foot {
        text-align: center;
    }
}
a.cd_more1{
    display: inline-block;
    background-color: #cda14c;
    color:#fff;
    font-size: 17px;
    line-height: 50px;
    padding:0 30px;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    width:175px;
}
a.cd_more1:after{
    content: '';
    background-image: url("../image/more_jt.png");
    background-size:100% 100%;
    background-repeat: no-repeat;
    width:33px;
    height:10px;
    margin-left: 10px;
    display: inline-block;
    position:relative;
    top:-1px;
}
a.cd_more1:hover{
    background-color: #f1bb53;
}
.sy1{
    padding:60px 0;
}
.sy_bt1{
    text-align: center;
}
.sy_nav1{
    text-align: center;
    font-size:0;
}
.sy_nav1 a{
    display: inline-block;
    background-color: #f2f2f5;
    padding:0 20px;
    margin:5px;
    font-size: 16px;
    line-height:38px;
}
.sy_nav1 a:hover,.sy_nav1 a.on{
    background-color: #cda14c;
    color:#fff;
}
.sy_xs_gd {
    position: relative;
}

.sy_xs_gd .swiper-slide {
    width: 100%;
}
.sy_xs_gd a{
    display: block;
    width:100%;
    padding:20px;
    border: solid 1px #e9e9e9;
    text-align: center;
    background-color: #fff;
}
.sy_xs_gd a:hover{
    border-color: #cda14c;
}
.sy_xs_gd .swiper-slide .imgk {
    width: 100%;
    overflow: hidden;
    height: 220px;
    text-align: center;
    margin-bottom: 15px;
}

.sy_xs_gd .swiper-slide img {
    width:auto;
    max-height: 220px;
}
.sy_xs_gd .swiper-slide .bt{
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}

.sy_xs_gd .swiper-button-prev, .sy_xs_gd .swiper-button-next {
    color:#333;
    outline: none;
    --swiper-navigation-size: 22px;
    width:45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: -22.5px;
    background-color:#d5d5d5;
}
.sy_xs_gd .swiper-button-prev:hover, .sy_xs_gd .swiper-button-next:hover{
    background-color: #cda14c;
    color:#fff;
}

.sy_xs_gd .swiper-button-prev {
    left: -80px;
}

.sy_xs_gd .swiper-button-next {
    right: -80px;
}

.sy_xs_gd .swiper-pagination-bullet {
    background-color: #ccc;
    width: 12px;
    height: 12px;
    opacity: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0;
}

.sy_xs_gd .swiper-pagination-bullet-active {
    background-color: #02a097;
}

.sy_xs_gd.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 28px;
    position: absolute;
    right: 25px;
    left: auto;
    width: auto;
    text-align: right;
}

.sy_xs_gd.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
@media only screen and (max-width: 1200px) {
    a.cd_more1{
        font-size: 14px;
        line-height: 40px;
        padding:0 20px;
        width:auto;
        display: inline-block;
    }
    a.cd_more1:after{
        width:20px;
        height:6px;
        margin-left: 6px;
    }
    .sy1{
        padding:15px;
    }
    .sy_nav1 a{
        padding:0 5px;
        margin:0 1%;
        font-size: 14px;
        line-height:20px;
        float:left;
        width:23%;
        height:40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sy_xs_gd {
        padding:0 5px;
    }
    .sy_xs_gd a{
        padding:12px;

    }
    .sy_xs_gd .swiper-slide .imgk {
        height: auto;
        margin-bottom: 10px;
    }

    .sy_xs_gd .swiper-slide img {
        max-height:inherit;
    }

    .sy_xs_gd .swiper-button-prev, .sy_xs_gd .swiper-button-next {
        --swiper-navigation-size:18px;
        width:20px;
        height:60px;
        line-height: 60px;
        margin-top: -30px;
    }


    .sy_xs_gd .swiper-button-prev {
        left: -15px;
    }

    .sy_xs_gd .swiper-button-next {
        right: -15px;
    }
}
.bj_d{
    background-color: #f4f4f4;
}
.sy_bt1 .nr{
    color:#666;
    padding:0 300px;
}
.sy_lb1{
    width:100%;
    float:left;
    overflow: hidden;
}
.sy_lb1 ul{
    width:103%;
    float:left;
    margin-left:-1.5%;
}
.sy_lb1 li{
    width:22%;
    float:left;
    margin: 1.5%;
}
.sy_lb1 a{
    display: block;
    background-color: #fff;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    width:100%;
}
.sy_lb1 .imgk{
    height:185px;
    overflow: hidden;
}
.sy_lb1 .imgk img{
    min-height: 185px;
}
.sy_lb1 .txtk{
    padding:20px;
    text-align: center;
}
.sy_lb1 .bt{
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;

}
.sy_lb1 p{
    height:48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom: 20px;
}
.s_more{
    display: inline-block;
    line-height: 38px;
    padding:0 20px;
    background-color: #f0f0f0;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}
.s_more:hover,.sy_lb1 a:hover .s_more{
    background-color: #cda14c;
    color:#fff;
}
@media only screen and (max-width: 1200px) {
    .sy_bt1 .nr{
        padding:0 0px;
    }
    .sy_lb1 ul{
        width:102%;
        margin-left:-1%;
    }
    .sy_lb1 li{
        width:48%;
        margin: 1%;
    }
    .sy_lb1 li:nth-child(2n+1){
        clear: both;
    }
    .sy_lb1 .imgk{
        height:auto;
    }
    .sy_lb1 .imgk img{
        min-height:inherit;
    }
    .sy_lb1 .txtk{
        padding:15px;
    }
    .sy_lb1 p{
        height:40px;
        line-height: 20px;
        margin-bottom:15px;
    }
    .s_more{
        line-height: 35px;
        padding:0 15px;
    }
}
@media only screen and (max-width: 500px) {
    .sy_lb1 li{
        width:98%;
        margin-bottom: 15px;
    }
}
.sy_lb2{
    width:100%;
    float:left;
    overflow: hidden;
}
.sy_lb2 ul{
    width:103%;
    float:left;
    margin-left: -1.5%;
}
.sy_lb2 li{
    width:30.3333%;
    float:left;
    margin: 1.5%;
}
.sy_lb2 a{
    display: block;
    width:100%;
    background-color:rgba(204,204,204,.2);
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
    padding:25px 20px;
    text-align: center;
}
.sy_lb2 a:hover{
    background-color: #cda14c;
    color:#fff!important;
}
.sy_lb2 a:hover p,.sy_lb2 a:hover .bt{
    color:#fff;
}
.sy_lb2 .bt{
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    margin-bottom: 5px;
}
.sy_lb2 i{
    display: block;
    width:100%;
    height:66px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    margin-bottom: 15px;
}
.sy_lb2 i.i1{
    background-image: url("../image/c1.png");
}
.sy_lb2 a:hover i.i1{
    background-image: url("../image/c1_on.png");
}
.sy_lb2 i.i2{
    background-image: url("../image/c2.png");
}
.sy_lb2 a:hover i.i2{
    background-image: url("../image/c2_on.png");
}
.sy_lb2 i.i3{
    background-image: url("../image/c3.png");
}
.sy_lb2 a:hover i.i3{
    background-image: url("../image/c3_on.png");
}
.sy_lb2 i.i4{
    background-image: url("../image/c4.png");
}
.sy_lb2 a:hover i.i4{
    background-image: url("../image/c4_on.png");
}
.sy_lb2 i.i5{
    background-image: url("../image/c5.png");
}
.sy_lb2 a:hover i.i5{
    background-image: url("../image/c5_on.png");
}
.sy_lb2 i.i6{
    background-image: url("../image/c6.png");
}
.sy_lb2 a:hover i.i6{
    background-image: url("../image/c6_on.png");
}
.sy_lb2 p{
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.bj1{
    background-image: url("../image/bj1.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.bj2{
    background-image: url("../image/bj2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.bj2 .d1,.bj2 .d2{
    width:48%;
}
.sy_bt2 .bt{
    position:relative;
    padding-bottom:15px;
}
.sy_bt2 .bt:after{
    position:absolute;
    content: '';
    width:2em;
    height:4px;
    background-color: #cda14c;
    left:0;
    bottom:0px;
}
.sy_nr1{
    font-size: 16px;
    line-height:30px;
}
a.cd_more2{
    background-color: rgba(255,255,255,.7);
    border:solid 1px #ddd;
    padding:0 30px;
    display: inline-block;
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
    line-height: 38px;
    font-size: 16px;
}
.sy_lb3 li{
    width:100%;
    margin-bottom: 30px;
}
.sy_lb3 a{
    display: block;
    width:100%;
    min-height: 75px;
    padding-left:100px;
    position:relative;
}
.sy_lb3 .sj{
    width:75px;
    height:75px;
    border: solid 1px #ddd;
    padding:7px;
    color:#333;
    text-align: center;
    position:absolute;
    left:0;
    top:0;
}
.sy_lb3 .sj p{
    color:#999;
}
.sy_lb3 .bt{
    display: block;
    margin-bottom: 5px;
    text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
}
.sy_lb3 p{
    height:48px;
    line-height: 24px;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    .sy_lb2 ul{
        width:102%;
        margin-left: -1%;
    }
    .sy_lb2 li{
        width:48%;
        margin: 1%;
    }
    .sy_lb2 a{
        padding:15px 10px;
    }
    .sy_lb2 p{
        -o-text-overflow:inherit; overflow:hidden;  white-space: inherit;
        height:40px;
        line-height: 20px;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
    }
    .sy_lb2 i{
        height:40px;
        margin-bottom: 10px;
    }
    .bj2 .d1,.bj2 .d2{
        width:100%;
    }
    .bj2 .d1{
        margin-bottom:20px;
    }
    .sy_bt2 .bt{
        padding-bottom:10px;
    }
    .sy_bt2 .bt:after{
        height:3px;
    }
    .sy_nr1{
        font-size: 13px;
        line-height:22px;
    }
    a.cd_more2{
        padding:0 20px;
        line-height: 35px;
        font-size: 13px;
    }
    .sy_lb3 li{
        margin-bottom: 15px;
    }
    .sy_lb3 a{
        min-height: 65px;
        padding-left:80px;
    }
    .sy_lb3 .sj{
        width:65px;
        height:65px;
        padding:10px 5px;
    }
    .sy_lb3 p{
        height:40px;
        line-height: 20px;
    }
}
.p_nr1 .imgk{
    width:38%;
    float:left;
    border: solid 1px #e9e9e9;
}
.p_nr1 .txtk{
    width:57%;
    float:right;
}
.p_nr1 .btn{
    font-size: 16px;
    margin-right:15px;
    padding:0px 30px;
    line-height: 45px;
    height:45px;
}
@media only screen and (max-width: 1200px) {
    .p_nr1 .imgk{
        width:100%;
        float:left;
        border-bottom: solid 1px #e9e9e9;
        text-align: center;
        margin-bottom: 15px;
    }
    .p_nr1 .txtk{
        width:100%;
        float:right;
    }
    .p_nr1 .btn{
        font-size: 13px;
        padding:0px 20px;
        line-height: 35px;
        height:35px;
    }
    .foot_tel{
        position:fixed;
        z-index: 18;
        width:100%;
        background-color: rgba(0,0,0,.5);
        padding:10px 2%;
        left:0px;
        bottom:0px;
    }
    .foot_tel a{
        width:46%;
        line-height: 30px;
        background-color: #cda14c;
        color:#fff;
        float:left;
        text-align: center;
        margin: 0 2%;
        -moz-border-radius:35px; -webkit-border-radius:35px; border-radius:35px;
    }
    .foot_tel a span{
        margin-right: 10px;
    }
}
.ab_k .ab_nr{
    width:54%;
}
.ab_k .imgk{
    width:42%;
}
.ab_k .imgk img{
    width:100%;
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}

@media only screen and (min-width: 1200px) {
    .lx_k .ab_nr{
        font-size: 18px;
        line-height: 36px;
        width: 38%;
        float: right;
        padding: 15px 30px;
    }
    .lx_k .dt{
        width:60%;
        height:500px;
    }
    .lx_k{
        background-color: #cda14c;
        padding: 20px;
        color:#fff;
    }
}
@media only screen and (max-width: 1200px) {
    .lx_k .dt{
        width:100%;
        height:250px;
        margin-bottom: 20px;
    }
    .ab_k .ab_nr{
        width:100%;
    }
    .ab_k .imgk{
        width:100%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1200px) {

}