.head-logo{
    display: block;
}
.head-logo img{
    width: 200px;
}



.zby-yw{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 1200px;
}
.zby-yw>li{
    float: left;
    width: 240px;
    height: 240px;
    
    background: url("../image/zby1.png") no-repeat;
    background-size: 80% 85%;
    background-position: center center;
}
.zby-yw>li:hover{
    background: url("../image/zby2.png") no-repeat;
    background-size: 80% 85%;
    background-position: center center;
}

.zby-yw>li a{
    margin: 40px 40px 25px 35px;
    background: #fff;
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    line-height: 170px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.zby-yw>li a:hover{
    text-decoration: none;
}


.product-kefu>a{
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    margin-right: 18px;
    font-size: 20px;
}
.product-kefu>a:hover{
    background: #e9280c;
    color: #fff;
}
.product-kefu>p{
    font-size: 20px;
    background: url("../image/tel_bg.jpg");
    height: 30px;
    line-height: 30px;
    background-size: 30px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 20px 0;
}
.product-kefu .tel{
    font-family: Arial;
    font-weight: 600;
    color: red;
    margin-left: 38px;
}

#banner_box{
    position: relative;
    
    margin: 0 auto;
    
    background: #007233;
}

#part1 {
    
    
    
    
    
    
    background-image: url("../image/img1.jpg"), url("../image/img2.jpg"), url("../image/img1.jpg");
    background-size: 1400px 470px, 1400px 470px, 1400px 470px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -3400px 0, center 0, 3400px 0;

    
    
    
    
    height: 470px;
    margin: auto;
    animation: mymove 15s infinite;
    -moz-animation: mymove 15s infinite;
    -webkit-animation: mymove 15s infinite;
}

@keyframes mymove {
    from {
        background-position: -3400px 0, center 0, 3400px 0;
    }
    30% {
        background-position: -3400px 0, center 0, 3400px 0;
    }

    35% {
        background-position: -3400px 0, -3400px 0, center 0;
    }
    65% {
        background-position: -3400px 0, -3400px 0, center 0;
    }

    66% {
        background-position: center 0, 3400px 0, 3400px 0;
    }
    95% {
        background-position: center 0, 3400px 0, 3400px 0;
    }

    to {
        background-position: -3400px 0, center 0, 3400px 0;
    }
}

@-webkit-keyframes mymove 
{
    from {
        background-position: -3400px 0, center 0, 3400px 0;
    }
    50% {
        background-position: -3400px 0, center 0, 3400px 0;
    }

    35% {
        background-position: -3400px 0, -3400px 0, center 0;
    }
    65% {
        background-position: -3400px 0, -3400px 0, center 0;
    }

    66% {
        background-position: center 0, 3400px 0, 3400px 0;
    }
    95% {
        background-position: center 0, 3400px 0, 3400px 0;
    }

    to {
        background-position: -3400px 0, center 0, 3400px 0;
    }
}

#about_con{
    
}
.index_title_2p{
    text-align: center;
}
#p3_ys_main{
    margin: 80px 0;
    height: 150px;
}
#p3_view_window{
    width: 95%;
    height: 100px;
    margin: 0 auto;
}
#p3_view_window>li{
    float: left;
    list-style: none;
    width: 25%;
}
@font-face {
    font-family: fzltxht;
   // src: url("/banner/font/fzltxht.ttf");
}
.p3_view_window_li__p_1{
    font-size: 80px;
    font-weight: 100;
    font-family: Arial;
    text-align: center;
}
.p3_view_window_li__p_2{
    text-align: center;
}
.p3_bottom{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#p3_view_bg{
    height: 650px;
    padding-top: 1px;
    
    background: url(../image/bg_003.jpg);
    background-position: center 0;
    
    background-size: 100% 100%;
}


#part3 {
    
    color: #fff;
    margin-top: 20px;
}
.part3_tel_sp2{
    font-family: Arial;
    font-size: 26px;
}


#footer{
    clear: both;
    height: 170px;
    background: rgb(20,26,36);
    color: rgb(220,222,222);
    padding-top: 20px;
    height: 330px;
    padding-top: 40px;
    font-size: 20px;
}
.foot-info{

}
#link_logo{
    list-style: none;
}
#link_logo>li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
#link_logo>li img{
    width: 90%;
    text-align: center;
}
.foot-logo{
    width: 180px;
}
.wx-info{
    margin-top: 40px;
}
.wx_code{
    display: block;
    width: 90%;
    margin: 10px auto;
}
.wx-info{
    text-align: center;
}
.foot-info span{
    font-weight: 600;
}
.ly-tel{
    font-family: Arial;
    font-size: 24px;
}

.content-body p>a>img{
    width: 20px !important;
}