@charset "UTF-8";

.contact{ width: 100%; margin: 0 auto;  }
.contact .contact_content{ width: 70%; margin: 90px auto 160px; display: flex; justify-content: space-between; align-items: center;}
.contact .contact_content ul{ width: calc(100% - 300px); height: 270px; }
.contact .contact_content ul li{ width: 100%; border-radius: 20px; height: 120px; display: flex; align-items: center;}
.contact .contact_content ul li img{ margin: 0 50px 0 30px;}
.contact .contact_content ul li span{ font-size: 30px; line-height: 120px;}

.wechat_ewm{ width: 250px; height: 250px; background: #fff; text-align: center; border-radius: 10px; padding-top: 14px;}
.wechat_ewm p{ line-height: 30px;}

.tip{ color: #999999; font-size: 18px; margin-top: 30px;}
.tip i{ width: 18px; height: 18px; background: url(../images/tip.png)no-repeat center center; background-size: 100% auto; display: inline-block; margin-right: 10px; vertical-align: middle;}

@media(max-width:1366px)

{
    .contact .contact_content{ width: 80%;}
}

@media(max-width:960px)

{
    .contact .contact_content{ width: 100%;margin: 30px auto 30px;}
    .contact .contact_content ul{ width: calc(100% - 30px); margin: 0 auto;}
    .contact .contact_content ul li{ width: 100%; border-radius: 10px; height: 60px; display: flex; align-items: center;}
.contact .contact_content ul li img{ width: 40px;  margin: 0 10px 0 10px;}
.contact .contact_content ul li span{ font-size: 14px; line-height: 60px;}
    .banner{ margin-top: 50px; height: 120px;}
    .banner .text h1{ color: #002c23; font-size: 24px;  position: absolute; top:50px; z-index: 2;}
    .banner .text img{ width: 30%; position: absolute; bottom: 0; z-index: 1;right: 0px; margin-right: 0;}
    .problem ul{ width: calc(100% - 30px);}
.problem ul li h4{ font-size: 14px; line-height: 28px; justify-content: flex-start; }
.problem ul li p{ font-size: 12px;  }
.tip{ color: #999999; font-size: 12px; margin-top: 10px;}
.tip i{ width: 12px; height: 12px; background: url(../images/tip.png)no-repeat center center; background-size: 100% auto; display: inline-block; margin-right: 10px; vertical-align: middle;}

.wechat_ewm{ display: none;}





}