body{
    background-color: white;
}
.contactUs{
    margin-top: -30px;
}
.publicHeader {
    width: 100%;
    height: 380px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: relative;
}
.min_wrapper_1200 {
    min-width: 1200px;
    width: auto!important;
    width: 1200px;
}
.publicHeader .headerBg {
    animation: enlarge linear 8s infinite alternate;
    width: 100%;
    height: 380px;
}
.publicHeader .text {
    position: absolute;
    top: 50%;
    margin-top: -81px;
    left: 50%;
    margin-left: -600px;
}
.wrapper_1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.publicHeader .text .title {
    font-size: 32px;
    padding: 15px;
    font-weight: 700;
}
.publicHeader .text .infor {
    font-size: 18px;
    margin-top: 19px;
}
.publicHeader .text .img {
    width: 130px;
    height: 38px;
    margin: 35px auto 0;
    background-color: #fff;
    border-radius: 3px;
    color: #30a395;
    line-height: 38px;
    display: block;
}
.publicHeader .text .img a {
    color: #30a395;
}
.contactUs .contact .title {
    font-size: 26px;
    color: #282828;
    text-align: center;
    background-size: contain;
    height: 60px;
    line-height: 60px;
    margin: 50px 0 54px;
}
.wsycms_information.div1 {
    display: block;
    width: 1200px;
    margin: auto;
    background: #fff;
    margin-bottom: -30px;
}
h1 {
    display: block;
    font-size: 16px;
    color: #00a8ee;
    margin-bottom: 10px;
}
table.information_table {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    border: 0;
    border-collapse: collapse;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
}
th {
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
    height: 40px;
    color: #666;
    font-size: 16px;
}
td {
    padding: 0;
    margin: 0;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    background: #fbfbfb;
    height: 40px;
}
img {
    margin: auto;
}
@media (max-width:760px){
    .min_wrapper_1200 {
     min-width: unset; 
    width: auto!important;
     width: unset; 
}
.wrapper_1200 {
     width: unset; 
     margin: unset; 
     overflow: unset; 
}
.publicHeader .text {
    position: absolute;
    top: 50%;
    margin-top: -81px;
     left: unset; 
     margin-left: unset; 
    padding: 0 15px;
}
.wsycms_information.div1 {
    padding: 0 15px;
    display: block;
     width: unset; 
     margin: unset; 
    background: #fff;
    margin-bottom: -30px;
}
table.information_table {
     width: unset; 
    margin: 0 auto;
    text-align: center;
    border: 0;
    border-collapse: collapse;
}
.wsycms_information.div1 .information_table tbody tr th:nth-child(3){
    display: none;
}
.wsycms_information.div1 .information_table tbody tr th:nth-child(5){
    display: none;
}
.wsycms_information.div1 .information_table tbody tr td:nth-child(3){
    display: none;
}
.wsycms_information.div1 .information_table tbody tr td:nth-child(5){
    display: none;
}
}