*{
    padding: 0;
    margin: 0;
}
img{
    width: 100%;
    vertical-align: middle;
}
a{
    cursor: pointer;
    text-decoration:none;
}
li{
    list-style: none;
}
::-webkit-scrollbar{
  display:none;
}
body{
    font-family: 'PingFang SC';
}
.tranY{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.tranX{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.f12{
    font-size: 12px;
}
.f14{
    font-size: 14px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f24{
    font-size: 24px;
}
.f32{
    font-size: 32px;
}
.f36{
    font-size: 36px;
}
@media screen and (max-width: 1400px) {
    .f14{
        font-size: 12px;
    }
    .f16{
        font-size: 14px;
    }
    .f18{
        font-size: 16px;
    }
    .f24{
        font-size: 18px;
    }
    .f32{
        font-size: 26px;
    }
    .f36{
        font-size: 30px;
    }
}
@media screen and (max-width: 900px) {
    .f14{
        font-size: 10px;
    }
    .f16{
        font-size: 12px;
    }
    .f18{
        font-size: 14px;
    }
    .f24{
        font-size: 16px;
    }
    .f32{
        font-size: 24px;
    }
    .f36{
        font-size: 20px;
    }
}
@media screen and (max-width: 1600px) {
    .f24{
        font-size: 18px;
    }
}

/*底部*/
.foot{
    height:70vh;
    position: relative;
    min-width: 1100px;
    min-height: 400px;
}
.foot_top{
    border-top: #666 solid 1px;
    border-bottom: #666 solid 1px;
    padding: 0 10%;
    height: 12vh;
    background: #fff;
}
.foot_top ul{
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.foot_top ul li{
    width:25%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    height:60px;
}
.fimg{
    width: 50px;
    height: 50px;
    margin-top: 5px;
    padding: 0;
    display: block;
    float: left;
    background:url("../images/icon_zj.jpg") no-repeat center center;
    background-size: auto 100%;
}
.fimg_2{
    background:url("../images/icon_gj.jpg") no-repeat center center;
    background-size: auto 100%;
}
.fimg_3{
    background:url("../images/icon_fj.jpg") no-repeat center center;
    background-size: auto 100%;
}
.fimg_4{
    background:url("../images/icon_hp.jpg") no-repeat center center;
    background-size: auto 100%;
}
@media screen and (max-width: 1400px){
    .fimg{
        background-size: auto 90%;
    }
}
.foot_top ul li div:last-child{
    color: #000000;
    float: left;
    letter-spacing: 3px;
    line-height: 28px;
    text-align: center;
    padding-top: 5px;
    padding-left: 15px;
    white-space: nowrap;
}
/*@media screen and (max-width: 1400px) {
    .foot{
        font-size: 12px
    }
}
@media screen and (max-width: 1400px) {
    .head{
        font-size: 12px
    }
}*/
.foot_body{
    height:41vh;
    min-height: 260px;
    background: #fff;
    overflow: hidden;
    /* border-bottom: #666 solid .5px; */
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
}
.forflex{
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -o-align-items: flex-start;
    width: 100%;
}
.totop{
    position: absolute;
    top: 57%;
    right: 0%;
    width: 10%;
    text-align: center;
    cursor: pointer;
    color: #000;
    letter-spacing: 4px;
}
.totopAnimate{
    animation:fadeInUp 1s .2s ease both;
    -webkit-animation:fadeInUp 1s .2s ease both;
    -moz-animation:fadeInUp 1s .2s ease both;
}
.totop img{
    width: 25px;
    height:25px;
    margin-bottom: 13px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
.totop:hover img{
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translateY(20px)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}

@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
.foot_bottom{
    height:17vh;
    background: #fff;
}
.foot_bottom a{
    color:#000;
    padding:0 6px;
}
.foot_bottom a:hover{
    text-decoration: underline;
}
/*.fb_top{
    margin-top: 10vh;
}*/
/*@media screen and (max-width: 1400px) {
    .fb_top{
        margin-top: 4%;
    }
}*/
.foot_left{
    width: 25%;
    float: left;
    padding-left: 6%;
    box-sizing: border-box;
}
.foot_logo{
    width: 55%;
    display: block;
    margin-bottom: 55px;
}
.contact{
    width: 24%;
    float: left;
    color: #000;
    padding-left: 3%;
    box-sizing: border-box;
    letter-spacing: 2px;
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-o-flex;
}
.gzhewm{
    width:35%;
    min-width: 115px;
    text-align: center;
    margin-right: 9%;
    line-height: 20px;
}
.contactus{
    min-width: 150px;
}
.foot_middle{
    float: left;
    width: 85%;
    padding: 0 7.5%;
    display: flex;
    display: -webkit-flex;
    /* border-right: #666 solid 1px;
    border-left: #666 solid 1px; */
    justify-content: space-around;
}
.conimg{
    width: 40px;
    opacity: .6;
    margin-right: 6.26%;
    display: inline-block;
    transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease; 
}
.conimg:hover{
    opacity: 1;
}
.conimg:last-child{
    margin-right: 0;
}
.contact p:nth-child(2){
    margin-top: 11px;
    margin-bottom: 5px;
}
/*@media screen and (max-width: 1400px) {
    .f24{
        font-size: 18px;
    }
}*/
.contact p:nth-child(3){
    margin-bottom: 55px;
    font-weight: bold;
}
.foot_body ul{
    color: #666;
    line-height: 30px;
    letter-spacing: 3px;
    width: 2000px;
}
.foot_body ul li a{
    color: #666;
}
.foot_body ul li:hover a{
    color: #000;
}
.foot_body ul li:first-child{
    /* padding-bottom: 18px; */
    /* border-bottom: 1px solid #000; */
    margin-bottom: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}
.foot_bottom{
    color: #000;
    letter-spacing: 3px;
    text-align: center;
    line-height: 28px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    background:#f6f6f6;
    padding:0 7.5%;
    padding-top:30px
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}
.popcontent{
    position: absolute;
    top: 15%;
    left: 50%;
    width: 20%;
    min-width: 240px;
    transform: translateX(-50%);
}
.mask{
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
}
.popshow{
    -webkit-animation: showBoxAnimate .35s ease;
    animation: showBoxAnimate .35s ease; 
    display: block !important;
}
@-webkit-keyframes showBoxAnimate {
    0% {
    opacity: 0
    }
    100% {
    opacity: 1
    }
}
@keyframes showBoxAnimate {
    0% {
    opacity: 0
    }
    100% {
    opacity: 1
    }
}
/*.hj_art:hover{
    animation:fade 1s  ease both;
    -webkit-animation:fade 1s  ease both;
    -moz-animation:fade 1s  ease both;
}
@keyframes fade{
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

@-webkit-keyframes fade{
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
@-moz-keyframes fade{
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}*/
