*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}
@media (max-width:1000px) {  

.pc{ display:none;}
.m{ display:block;}
 
body{
    font-size: 14px;
    font-family: "Microsoft YaHei" , 微软雅黑;
 
    color: #333333;
}

.header{
    width: 100%;
    min-width: 1360px;
    background-color: #fff;
    padding-left: 36px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); display:none;
}

.fixed-header{
    display: block !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
}

.head-logo{
    float: left;
    height: 58px;
    margin: 18px 0;
}
.head-logo a{
    display: inline-block;
    vertical-align: middle;
}
.head-logo img{
    height: 100%;
}
.head-logo div{
    border-left: 1px solid #808080;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    padding-left: 10px;
    margin-left: 10px;
}
.head-logo strong{
    display: block;
    font-size: 20px;
    color: #2e2e2e;
    font-weight: normal;
    line-height: 24px;
}
.head-logo p{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: lighter;
    line-height: 18px;
    margin-top: 4px;
}


.head-menu{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.top-menu{
    /* display: inline-block;
    vertical-align: middle; */
    position: relative;
}

.top-menu > ul {
    height: 100%;
}
.top-menu > ul > li{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
}
.top-menu > ul > li > a{
    display: block;
    color: #1c1c1c;
    font-size: 15px;
    line-height: 30px;
    padding: 12px 20px;
    position: relative;
}
/* .top-menu > ul > li:nth-child(n+2)>a::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../image/icon-arrow-down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    right: 0px;
} */
.top-menu > ul > li > a b{
    width: 10px;
    height: 10px;
    /* position: absolute;
    top: 22px;
    right: 0px; */
    display: inline-block;
    margin-left: 4px;
    background-image: url(../image/icon-arrow-down.png);
    background-size: 100% 100%;
}
.top-menu > ul > li > a:hover b{
    background-image: url(../image/icon-arrow-down-color.png);
}

.top-on{
    color: #ED688A !important;
}
.top-menu > ul > li:hover .top-on{
    color: #ED688A !important;
}

/* .top-on::before{
    background-image: url(../image/icon-arrow-down-color.png) !important;
} */
.top-on b{
    background-image: url(../image/icon-arrow-down-color.png) !important;
}

.top-menu > ul > li:hover > a{
    color: #ED688A;
}
.top-menu > ul > li:hover > a::before{
    background-image: url(../image/icon-arrow-down-color.png);
}



.top-menu > ul > li:hover > .er-menu{
    /* display: block; */
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.top-menu ul li .er-menu{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 54px;
    z-index: 99;
    width: 200px;
    /* min-height: 200px; */
    padding: 30px 20px 30px 30px;
    background-color: #fff;
    /* border-top: 2px solid #caa773; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1); */
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.top-menu ul li:nth-child(2) .er-menu{
    width: 240px;
}
.top-menu ul li:nth-child(4) .er-menu{
    width: 240px;
}

.er-menu ul{
    width: 100%;
    /* float: left; */
}
.er-menu ul li a{
    display: block;
    width: 100%;
    /* border-bottom: 1px solid rgba(0,0,0,.08); */
    color: #131313;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    background-image: url(../image/sjj.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: lighter;
    background-size: 14px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.er-menu li a:hover {
    background-image: url(../image/sjjh.png);
    color: #ED688A;
}

.er-image{
    width: 285px;
    float: right;
}
.er-image img{
    width: 100%;
}


.head-tel{
    /* display: inline-block;
    vertical-align: middle; */
    text-align: right;
    padding-top: 10px;
} 
.head-tel img{
    display: inline-block;
    vertical-align: middle;
}
.head-tel span {
    font-size: 16px;
    line-height: 30px;
    color: #626262;
    display: inline-block;
    vertical-align: middle;
}
.head-tel strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    color: #ED688A;
}

.head-right{
    float: right;
    text-align: right;
    position: relative;
}
.right-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.menu-icon{
    width: 40px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.qrcode-i{
    background-image: url(../image/qrcode-icon.png)
}
.search-i{
    background-image: url(../image/search-icon.png)
}
/* .search-i:hover{
    background-image: url(/icon/search-icon-green.png)
} */

/* qr-code弹出框 */
.qrcode-box{
    display: none;
    width: 220px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    right: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
}
.qrcode-box::before{
    content: " ";
    position: absolute;
    top: -8px;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 8px 8px 8px;
    border-color:  transparent transparent #ED688A transparent;
}
.qrcode-title{
    width: 100%;
    height: 46px;
    background-color: #ED688A;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    /* border-radius: 5px 5px 0 0; */
}
.qrcode-img{
    width: 160px;
    margin: 0 auto;
    padding: 10px 0;
}
.qrcode-img img{
    width: 100%;
}
/* search弹出框 */

/* search弹出框 */
.search-box{
    display: none;
    width: 220px;
    height: 64px;
    background-color: #fff;
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border-top: 2px solid #2467F4;
}
.search-box::before{
    content: " ";
    position: absolute;
    top: -8px;
    right: 56px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color:  transparent transparent #2467F4 transparent;
}
.search_input {
    width: 200px;
    height: 36px;
    margin: 12px auto;
    position: relative;
}
.SearchStr {
    padding-left: 10px;
    width: 200px;
    height: 36px;
    font-size: 12px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-weight: lighter;
    outline: 0;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 9px;
    background-color: transparent;
    border-left: 0;
    outline: 0;
}
.SearchStr:focus{ 
    border: 1px solid #2467F4 !important;
}
/* search弹出框 end */
/* search弹出框 end */


.swiper-slide img{ width:100%;}

/* banner */
.banner-box{
  
}
.banner-box ul li{
    width: 100%;
}
.banner-box ul li img{
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-form{
  
    margin: 0 auto;
    position: absolute;
    top: 105px;
    right: 0;
    left: 0;
    z-index: 99;
    text-align: right;
}
.form-box{
    display: inline-block;
    width: 288px;
    height: 402px;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px 20px;
}
/* banner end */
 
.title-style{
    text-align: center;
}
.title-style h3{
    font-size:20px;
    color: #0b0b0b;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.title-style b{
    width: 36px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/title-l.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 5px;  
}
.title-style b.tit-r{
    background-image: url(../image/title-r.png);
}
.title-style h5{
    width: 66%;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 6px;
} 
/* main-dljz */

/* main-dljz */
.main-dljz{
    padding:10px;
}
.dljz-box{
 
    font-size: 0;
}
.dljz-item{
    display: inline-block;
    vertical-align: top;
    width:50%;
    height:186px;
    background-color: #f9f9f9;
  
    margin-top:10px;
    padding:10px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; border-right:2px #fff solid
}
 
.dljz-item::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #d7d7d7 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.dljz-icon{
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border:0px solid #ED688A;
    background-position: center center;
    background-repeat: no-repeat; margin:auto; float:left;
}
.dljz-icon img{ width:45px; height:45px;border-radius: 50%;}
.dljz-icon1{
    background-image: url(../image/dljz1.png);
}
.dljz-icon2{
    background-image: url(../image/dljz2.png);
}
.dljz-icon3{
    background-image: url(../image/dljz3.png);
}
.dljz-icon4{
    background-image: url(../image/dljz4.png);
}
.dljz-icon5{
    background-image: url(../image/dljz5.png);
}
.dljz-icon6{
    background-image: url(../image/dljz6.png);
}
.dljz-title{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px; float:left; width:100px;
}
.dljz-title h3{
    font-size:16px;
    color: #0b0b0b;
    line-height:22px;
}
.dljz-title p{
    font-size: 15px;
    color: #0b0b0b;
    /* font-weight: lighter; */
    line-height: 25px; display:none;
}
.dljz-txt{
    font-size: 13px;
    font-weight: 400;
    color:#666;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    margin-top: 15px;
}
.dljz-item:hover{
    background-color: #fff;
    box-shadow: 0 0px 16px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, .1);
}
.dljz-item:hover::before{
    border-color: transparent transparent #f078a0 transparent;
} 

/* main-jzzz */
.main-jzzz{
    background-color: #f7f7f7;
    padding: 10px 12px;
}
.jzzz-box{
    margin-top: 6px;
    font-size: 0;
}
.jzzz-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 8px;
    margin-right: 2%;
}
.jzzz-item:nth-child(2n+2){
    margin-right: 0;
}
.jzzz-img{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.cover{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .44);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jzzz-down{
    background-color: #fff;
    padding: 10px 8px 10px 10px;
    position: relative;
}
.jzzz-down::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #ed688a;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-title{
    position: relative;
    color: #0b0b0b;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-title h3{
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jzzz-title p{
    font-size: 12px;
    line-height: 20px;
}
.jzzz-title span{ display:none;
    width: 43px;
    height: 43px;
   
    background-color: #fff;
    background-image: url(../image/jzzz-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-txt{
    font-size: 12px;
    font-weight: lighter;
    color: #3f3f3f;
    line-height: 16px;
    height: 32px;
    margin-top: 6px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* .jzzz-item:hover .cover{
    transform: translateX(-100%);
}
.jzzz-item:hover .jzzz-down::before{
    width: 100%;
}
.jzzz-item:hover .jzzz-title span{
    background-image: url(/template/pc/skin/icon/jzzz-arrow-red.png);
}
.jzzz-item:hover .jzzz-title{
    color: #fff;
}
.jzzz-item:hover .jzzz-txt{
    color: #fff;
} */
/* main-jzzz end */



/* main-why */
.main-why{
    padding: 30px 0;
    background-image: url(../image/why-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.why-title h1{
    font-size: 36px;
    line-height: 40px;
    margin: 0;
}
.why-title h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 35px;
}
.why-title b{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 3px;
    background-color: #fff;
    margin: 0 10px;
}

.why-box{
    margin-top: 30px;
    font-size: 0;
    padding: 0 10px;
}
.why-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    color: #fdfdfd;
}
.why-item:nth-child(2n+2){
    margin-right: 0;
}
.why-icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
.why-icon1{
    background-image: url(../image/why1.png);
}
.why-icon2{
    background-image: url(../image/why2.png);
}
.why-icon3{
    background-image: url(../image/why3.png);
}
.why-icon4{
    background-image: url(../image/why4.png);
}
.why-icon5{
    background-image: url(../image/why5.png);
}
.why-icon6{
    background-image: url(../image/why6.png);
}
.why-icon7{
    background-image: url(../image/why7.png);
}
.why-icon8{
    background-image: url(../image/why8.png);
}
.why-item h3{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.why-item p{
    font-size: 10px;
    line-height: 20px;
}
/* main-why end */


/* main-service */
.main-service{
    padding: 30px 0;
}
.service-box{
    margin-top: 20px;
    font-size: 0;
}
.service-item{
    display: block;
 
    width: 100%;
    text-align: center;
    background-color: #f8f8f8; padding:10px; height:250px;
} 
.service-item img{ width:40px; margin:auto;}
  
 .service-num{
    width:100%;
    height: 68px; background-color:#ED688A
}
.service-num span{ display:block;
  
    font-size: 32px;
    line-height: 68px;
    color: #fff;
    font-family: "IMPACT";
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
}
.service-down{
    width: 100%;
    height: 190px;
    padding: 20px 10px;
    color: #0b0b0b;
}
.service-down img{
    height: 32px; width:auto;
}
.service-down h3{
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
}
.service-down b{
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #d81e06;
    margin: 10px 0 15px;
}
.service-down p{
    font-size: 10px;
    line-height: 20px;
}
.service-down p span{
    color: #e01010;
    font-weight: bold;
}
/* main-news */

.main-news{
    padding:0 10px;
 
}
.news-box{
    margin-top:20px;
    margin-bottom:20px;
}
.news-left{
    width: 600px;
    float: left;
}
.news-left a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-left:hover .news-txt .news-title h3{
    color: #ED688A;
}
.news-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-img img{
    width: 100%;
}
.news-right{
    width: 640px;
    float: right;
}
.news-right ul li{
    width: 100%;
    padding-left: 120px;
    position: relative;
    margin-bottom: 50px;
}
.news-right ul li:nth-child(3){
    margin-bottom: 0;
}
.news-right ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-right ul li a:hover .news-txt .news-title h4{
    color: #ED688A;
}
.news-date{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    background-color: #ED688A;
    text-align: center;
    padding: 13px 0;
}
.news-date strong{
    display: block;
    font-size: 24px;
    line-height: 34px;
}
.news-date b{
    display: inline-block;
    width: 66px;
    height: 2px;
    background-color: #fff;
}
.news-date p{
    font-size: 18px;
    font-weight: lighter;
    line-height: 28px;
}
.news-txt{
    width: 100%;
}
.news-title{
    width: 100%;
    position: relative;
    padding-right: 100px;
    margin-bottom: 10px;
}
.news-title h3{
    font-size: 20px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-title h4{
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-title b{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
}
.news-txt p{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.news-more{
    display: block;
    width: 178px;
    height: 45px;
    font-size: 16px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a1a1a1;
    border: 1px solid #cccccc;
    padding-left: 20px;
    background-color: #fff;
    margin: 0 auto;
    background-image: url(../image/arrow-right-grey.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-more:hover{
    background-color: #ED688A;
}
.news-more:hover{
    color: #ffffff;
    background-image: url(../image/arrow-right-white.png);
}

/* main news end */


/* foot-ys */
.foot-ys{
    padding: 10px 0;
    text-align: center;
    font-size: 0;
    border-top: 0px solid #f7f7f7;
    background-color: #fff;
}
.foot-ys ul li{
    display: block; float:left;
    vertical-align: top;
    width: 50%;
 
    text-align: left; border:1px #efefef solid; height:170px; padding:5px; border-top:0px; border-left:0px;
}
.foot-ys ul li:nth-child(n+3){ border-bottom:0px;
}
.foot-ys ul li img{   width:45px;
}
.foot-ys-tit{
    display: block;  
   
   
    padding-left: 5px;
}
.foot-ys-tit strong{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}
.foot-ys-tit p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}

/* foot-ys end */

/* footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 20px;
   background-color: #ED688A; 
}
.foot-box{
    
    margin: 0 auto;
}
.foot-left{ 
    padding-top: 5px;
    
}
.foot-logo{
    width: 100%;
}
.foot-logo img{
    width: auto;
}
.foot-logo p{
    color: #fff;
    padding: 25px 0 30px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align:center;
}
.foot-contact strong{
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
}
.foot-contact h3{
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    padding-top: 6px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.foot-ewm{
    /* width: 300px; */ margin-top:10px;
 
  
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 148px;
    margin-left: 30px;
    margin-right: 30px;
}
.foot-ewm img{
    width: 100%;
}
.foot-ewm p{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-right: 10px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 60px;
}
.foot-menu-list>a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.foot-menu-list>a:hover{
    color: #F2F2F2;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #F2F2F2;
}



.copyright{
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
    margin-top: 30px;
    border-top: 1px solid #f189a4;
}
.copyright p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
}
.copyright p a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}

.zhuyunbaike{  }
.zhuyunbaike .fmimg{ overflow:hidden; display:block; width:100%; height:120px; }
.zhuyunbaike .fmimg img{ width:100%; }
.zhuyunbaike  ul{ padding:10px;}
.zhuyunbaike strong{ font-size:22px; line-height:45px; border-bottom:2px #ED688A solid; display:block; padding-left:10px; background-color:#ED688A; color:#fff;}
.zhuyunbaike  ul li{ border-bottom:1px #efefef dotted; padding:10px 0;}
.zhuyunbaike  ul li a{ color:#333;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; font-size:15px; }
  .zhuyunbaike  ul li a:hover{ color:#ED688A}
  
  .swiper-container{ width:95%; margin:auto; border-radius:5px;}
    .swiper-container img{ border-radius:5px;}
	
.bottom-fixed{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed !important;
    bottom: 0;
    z-index: 9;
}
.bottom-fixed a{
    float: left;
    display: block;
    height: 50px;
    text-align: center;
}
.bottom-fixed a.bt{
    color: #797979;
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}
.bottom-fixed a.bt span{
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
.bottom-fixed a:nth-child(1){
    border-right: 1px solid #e9e9e9;
}
.bottom-fixed a:nth-child(1) span{
    background-image: url(../image/zixun.png);
}
.bottom-fixed a:nth-child(2) span{
    background-image: url(../image/fanan.png);
}
.bottom-fixed a.bot{
    background-color:#F078A0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 50px;
}
}