*{
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: #f5f6f7;
}
a{
    color: #000;
    text-decoration: none;
}
.headImg{
    width: 100%;
    height: 500px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
     background-position: center center; 
}
.content{
    width: 1160px;
    padding:30px 20px 50px 20px;
    margin:  0 auto;
    margin-bottom: 60px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.wow{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0; 
    font-size: 1rem;
    text-align: left;
}
.content .title{
    padding: 2% 0;
}
.content .title h1{
    text-align: center;
}
.content .title h2{
    text-align: center;
}
.content .cont{
    display: inline-block;
    margin-top: 40px;
}
.content .cont .aImg{
    width: 400px;
    max-width: 500px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.content .cont .aImg img{
    width: 100%;
    display: block;
    transition: all 2s;
}
.content .cont .aImg:hover img{
    transform: scale(1.2);
}
.content .cont .text{
    width: 500px;
    margin-left: 20px;
    display: inline-block;
    flex-wrap: wrap;
    vertical-align: middle;
}
.content .cont .text p{
    text-indent: 2rem;
    width: 100%;
    line-height: 1.8rem;
    text-align:justify; 
    color: #333;
    text-justify:inter-ideograph;
   
}

@media screen and (max-width: 1400px){
    .headImg{
        height: 350px;
    }
}
@media screen and (max-width: 1300px){
    .wow{
        width: 900px;
    }
   .content{
       width: 860px;
   }
   .content .cont .aImg{
       width: 350px;
   }
   .content .cont .text{
       width: 400px;
   }
}
@media screen and (max-width: 1000px){
    .wow{
        width: 700px;
    }
    .headImg{
        height: 200px;
    }
    .content{
        width: 700px;
    }
    .content .cont .aImg{
        width: 60%;
    }

    .content .cont .text{
        width: 90%;
        margin-top: 20px;
        margin-left: 0;
    }

}


@media screen and (max-width: 767px){
   
    .wow{
        display: none;
    }
    .headImg{
       margin-top: 70px;
    }
    .content{
        width: 80%;
        padding: 20px 5%;
        margin-bottom: 2rem;
    }
    .content .cont{
        margin-top: 20px;
    }
    .content .title h1{
        font-size: 1.2rem;
    }
    .content .title h2{
        font-size: 1rem;
    }
    .content .text{
        margin-top: 1rem;
    }
    .content .text p{
        font-size: .8rem
    }
    .content .text .Chinese{
        width: 100%;
        padding: 0;
        line-height: 1.2rem;
    }
    .content .text .Chinese p{
        font-size: .8rem
    }
}