
/* .banner{
    height: 293px;
} */


h1.title{
    text-align: center;
    font-size: 40px;
    color: #ca0000;
    font-weight: 400;
    padding-bottom: 90px;
    padding-top: 90px;
    background: url("../images/shuimeng.png") no-repeat center 146px;
}

.content{ 
    font-size:16px;
    color: #797979;
    line-height: 2;
}
.content p {
    text-indent: 2em;
}

.content img{
    max-width: 100%;
    margin:10px auto;
}

.content h3{
    font-size: 18px;
    font-weight: 600;
}

.contact{display: flex; align-items: center; justify-content: space-evenly; align-items: flex-start; padding-top:50px; padding-bottom: 60px;}
.contact li{width: 550px; font-size: 40px; position: relative;}
.contact li i{width: 50px; height: 50px; display: inline-block; font-size: 30px; color:#fff; line-height: 50px; border-radius: 10px; position: absolute; top:0px; left: 0px;}
.contact li b{color: #5d5d5d; font-weight: 400; padding-left:70px;}
.contact li p{font-size:50px; color: #ca0000; font-weight: 500;}
.contact li img{width:113px; height: 113px; position: absolute; top:0px; margin-left:20px; }
.contact li:nth-child(1) i{background: url("../images/py_icon_1.png") no-repeat center;}
.contact li:nth-child(2) i{background: url("../images/py_icon_2.png") no-repeat center;}



/* 媒体查询 */
@media screen and (max-width: 1538px) {
    
}

@media screen and (max-width: 1480px) {
    
}

@media screen and (max-width: 1366px) {
    
}

@media screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    .banner{height: 5rem; overflow: hidden; display: flex; justify-content: center;}
    .banner p{display: block; font-size: 0.5rem; line-height: 1.5;}
    h1.title{
        padding:30px 0;
        font-size: 1rem;
        background: url(../images/shuimeng.png) no-repeat center 2.6rem;
    }
    .contact{
        flex-direction: column; align-items: center;
        padding-top: 0px; padding-bottom: 0px;
    }
    .contact li{width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px;}
    .contact li b{font-size: 0.8rem; padding-left:0px; padding-right: 0px;}
    .contact li p{font-size: 0.8rem;}
    .contact li i{width: 1.6rem; height:1.6rem; background-size: 90% !important; position: relative;}
    .contact li img{ position: relative; margin-right:0px; width: 1.6rem; height:1.6rem;         margin-left: 88px;}
}
@media screen and (max-width: 768px) {
}