@charset "utf-8";
body {  background:#ffe2dc; margin: 0;background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;}
body, button, input, select, textarea { font: 14px/1.8 "Microsoft YaHei", Verdana, Helvetica, sans-serif;}



ul,li,ol{list-style:none;padding: 0;}

a:link, a:visited { text-decoration: none;}
p {
    margin: 0;
    padding: 0;
}


.banner { position: relative; overflow: hidden; z-index: -1;}
.banner img {width: 100%;}



.wp100{max-width: 1920px;width: 100%;margin: 0px auto;}
.w1400 {width: 1400px;margin: 0 auto;}
.w1200 {width: 1200px;margin: 0 auto;}
.w1100 {width: 1100px;margin: 0 auto;}
.w1134 {width: 1134px;margin: 0 auto;}
.w1050 { width: 1050px; margin: 0 auto;}
.w800 {width: 800px;margin: 0 auto;}

.w781 {width: 840px;margin: 0 auto;}
.w386 { width: 386px; margin: 0 auto;}
/*.w386 { -webkit-transition: all 0.5s; transition: all 0.5s;}
*/.w350 { width: 350px; margin: 0 auto;}
.w250 { width: 250px; margin: 0 auto;}
.w230 { width: 230px; margin: 0 auto;}
.w80 {width: 80px; margin: 0 auto;}
.w100 {  width: 100px;  margin: 0 auto;}

.wp85{width: 85%;
    margin: 0 auto;}


.font3 {
    font-size: 15px;
}
.f24 { font-size: 18px;color: #333;}
.f20 { font-size: 20px; color: #fff; font-weight: bold;}
.f20 a{ color: #fff;}
.f16 { font-size: 16px; color: #fff;}
.font16 {
    font-size: 16px;
    color: #aaa;
}
.font15 {
    font-size: 15px;
    color: #aaa;
}
.f17 {  font-size: 17px;  color: #333;}
.f17 a { font-size: 17px; color: #333;}
.f14 {
    font-size: 14px;
    color: #999999;
    border: 1px solid #d8dcf6;
    padding: 2px 10px;
    border-radius: 15px;
}
.font14 {
    font-size: 14px;
    color: #999;
}
.f18 {
    font-size: 18px;
    color: #ff524b;
    font-weight: bold;
    text-align: right;
}
.f18 a {
    font-size: 18px;
    color: #ff524b;
}

.lh55 {line-height: 55px;}
.lh40 { line-height: 40px;}
.lh36 { line-height: 36px;}
.lh34 { line-height: 34px;}


.pt6 { padding-top: 6px;}
.pt10 { padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt40 {padding-top: 40px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pad15 { padding: 15px 0;}
.pad25 { padding: 25px 0;}
.mb15 { margin-bottom: 15px;}
.mb30 { margin-bottom: 30px;}
.mb45 { margin-bottom: 45px;}



.mt5{margin-top: 5px;}
.mt15{margin-top: 15px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.now{    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}


.cor_1 {    background-color: #ff524b;}
.cor_2 {
    background-color: #fff;
    height: 210px;
}
.cor_3 { background-color: #fff;}

.cor_5{background-color: #fff;}
.bor2 { border: 1px solid #d5d5d5;}
.bor3 {border-bottom: 1px dashed #bfc9eb;}


.radiu6{border-radius: 8px 8px 0 0;}
.radiu8 { border-radius: 8px;}
.radiu10 { border-radius: 10px;}



.tal{text-align: center;}
.clearfix { zoom: 1;}
.fl{float: left;}
.fr{float: right;}
.cb{clear: both;}
.re{position: relative;}

/* 搜索 */
.zc_search1 {
    border: 1px solid #3969fe;
    border-radius: 29px;
    background: #fff;
    display: table;
    line-height: 0;
    content: "";
}
.zc_search1 .zc_input {
    width: 70%;
    border: none;
    padding-left: 8px;
    margin: 6px 0;
    outline: none;
    font-size: 16px;
    color: #444;
}
.zc_search1 .zc_btn {
    width: 108px;
    padding: 14px 0;
    text-align: center;
}





/*底部*/
.bottom1 {
    height: 45px;
    background-color: #ef4744;
    z-index: -1;
    position: absolute;
    width: 100%;
}
.copy {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}


.scroll {
    position: fixed;
    right: 0px;
    z-index: 100;
    bottom: 4%;
    cursor: pointer;
    font-size: 15px;
    padding: 6px 16px;
    border-radius: 30px 0px 0px 30px;
    background-color: #ff9c00;
    color: #fff;
}
.scroll a {
    color: #fff;
}


img {
    border: 0;
    vertical-align: middle;
}




.top {
    display: flex;
    justify-content: space-between;
}
.w1134 li {
    float: left;
    width: 16.66%;
    text-align: center;
    padding-bottom: 30px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}



#div1 img{
  cursor: pointer;
  transition: all 0.5s;
}
#div1 img:hover{
  transform: scale(1.2);
}