.navbar .container ul li .xhx{position: relative;top:-25px;width: 0px;height: 6px;}
.hezuo{position: relative;margin-top:   0px;}
.hezuo-main{position: absolute;top:500px;left:20%;width:60%;margin-top:130px;}
.hezuo-main p{font-size: 43px;color: white;margin-top: 30px;}
.hezuo-main p.p4{border-bottom: 1px solid #ffffff;margin-bottom:0px;padding-bottom: 20px;}
.hezuo-main img{width:100%;position: relative;top:-70px}
.i-footer p{width: 100%;font-size:17px;color: #ff6d33;text-align: center;line-height: 80px;}
.hezuo-main>div{height:550px;}
 @media only screen and (max-width:1450px) {
    .hezuo-main { position: absolute;top: 350px;}
    .hezuo-main p{font-size:30px;margin-top:15px;}
    .hezuo-main img {width: 100%;position: relative; top:-200px;}

 }
@media only screen and (max-width:418px) {
    .hezuo{position: relative;margin-top:0px;}
    .i-footer p{width: 100%;font-size: 16px;color: #ff6d33;text-align: center;line-height:40px;}
    .hezuo-main{position: absolute;top:150px;left:20%;width:60%;margin-top:0px;}
    .hezuo-main p{font-size:16px;color: white;margin-top:10px;}
    .hezuo-main p.p4{border-bottom: 1px solid #ffffff;margin-bottom:10px;padding-bottom: 10px;}
    .hezuo-main img{width:100%;position: relative;top:0px}
    .hezuo-main>div{height: 180px;}
}
@media only screen and (max-width:375px) {
    .i-footer p{width: 100%;font-size: 14px;color: #ff6d33;text-align: center;line-height:40px;}
}
@media only screen and (max-width:320px) {
    .hezuo{position: relative;margin-top:50px;}
    .i-footer p{width: 100%;font-size: 12px;color: #ff6d33;text-align: center;line-height:40px;}
    .hezuo-main{position: absolute;top:100px;left:20%;width:60%;margin-top:0px;}
    .hezuo-main p{font-size:14px;color: white;margin-top:10px;}
    .hezuo-main p.p4{border-bottom: 1px solid #ffffff;margin-bottom:10px;padding-bottom: 10px;}
    .hezuo-main img{width:100%}
}
.imgAnimation{
    animation-name: imgAnimation;
    animation: imgAnimation 2s alternate;
    -webkit-animation: imgAnimation 2s alternate ;
    -moz-animation: imgAnimation 2s alternate infinite;
}
@-webkit-keyframes imgAnimation{
    0%{ left: -198px;top:500px;}
    100%{ top: 50px; left: 50%;
        margin-left: -95px;}
}






















