﻿.gxzt {
    background-color: #fff;
}
.gxzt_banner img {
    width: 100%;
    height: auto;
}
.gxzt_int {
    overflow: hidden;
}
.gxzt_int ul {
    margin-right: -2%;
}
.gxzt_int li {
    padding-top: 35px;
    margin-top: 20px;
    float: left;
    margin-right: 1.1%;
    width: 32%;
    height: 158px;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.gxzt_int li.item4,
.gxzt_int li.item5 {
    width: 48.6%;
    margin-right: 1%;
}
.gxzt_int li.item1 {
    background: #faf9f9 url(../../static/image/bg_int1.png) 6% center no-repeat;
}
.gxzt_int li.item2 {
    background: #faf9f9 url(../../static/image/bg_int2.png) 6% center no-repeat;
}
.gxzt_int li.item3 {
    background: #faf9f9 url(../../static/image/bg_int3.png) 9% center no-repeat;
}
.gxzt_int li.item4 {
    background: #faf9f9 url(../../static/image/bg_int4.png) 18% center no-repeat;
}
.gxzt_int li.item5 {
    background: #faf9f9 url(../../static/image/bg_int5.png) 13% center no-repeat;
}
.gxzt_int li:hover {
    background-color: #f3f3f3;
}
.gxzt_int li h3 {
    margin-bottom: 10px;
    padding-left: 55%;
    font-size: 20px;
    font-weight: bold;
}
.gxzt_int li p {
    padding-left: 55%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.gxzt_int li.item4 h3,
.gxzt_int li.item5 h3 {
    padding-top: 20px;
}
.gxzt_int li.item4 h3,
.gxzt_int li.item4 p {
    padding-left: 44%;
    padding-right: 9%;
}
.gxzt_int li.item5 h3,
.gxzt_int li.item5 p {
    padding-left: 56%;
    padding-right: 9%;
}

@media (max-width: 1000px) {
    .gxzt_int li {
        width: 48.6%;
        margin-right: 1%;
    }
    .gxzt_int li.item4 {
        background-position: 9% center;
    }
    .gxzt_int li.item5 {
        background-position: 6% center;
    }
    .gxzt_int li.item4 h3,
    .gxzt_int li.item5 h3 {
        padding-top: 0;
    }
}
@media (max-width: 720px) {
    .gxzt_int li.item1,
    .gxzt_int li.item2,
    .gxzt_int li.item3,
    .gxzt_int li.item4,
    .gxzt_int li.item5 {
        background-size: auto 50%;
    }
    .gxzt_int li {
        width: 100%;
        margin-right: 0;
    }
    .gxzt_int li.item4 {
        width: 100%;
        margin-right: 0;
        background-position: 9% center;
    }
    .gxzt_int li.item5 {
        width: 100%;
        margin-right: 0;
        background-position: 6% center;
    }
    .gxzt_int li.item4 h3,
    .gxzt_int li.item5 h3 {
        padding-top: 0;
    }
    .gxzt_int li.item5 h3,
    .gxzt_int li.item5 p {
        padding-left: 44%;
    }
}
@media (max-width: 1120px) {
    .gxzt_int li.item4 h3,
    .gxzt_int li.item4 p,
    .gxzt_int li.item5 h3,
    .gxzt_int li.item5 p {
        padding-right: 4%;
    }
}
.gxzt_tit img {
    display: block;
    margin: 90px auto 40px;
} 
.gxzt_situation {
    overflow: hidden;
    padding-bottom: 80px;
}
.gxzt_situation ul {
    margin-right: -6px;
}
.gxzt_situation li {
    float: left;
    height: 300px;
    box-shadow: 0 0 3px #ddd;
    border: 1px solid #eee;
    background-color: #fff;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}
.gxzt_situation li.item1 {
    width: 47%;
    padding: 0 3%;
}
.gxzt_situation li.item1 h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 80px;
    font-weight: normal;
}
.gxzt_situation li.item1 .img {
    float: left;
    padding: 2%;
    width: 36%;
    background-color: #f0f0f0;
}
.gxzt_situation li.item1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width: 150px;
    max-width: 200px;
    height: auto;
}
.gxzt_situation li.item1 .con {
    float: left;
    margin-left: 6%;
    width: 54%;
    font-size: 14px;
    line-height: 36px;
}
.gxzt_situation li.item1 .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gxzt_situation li.item1 .con span:nth-child(2) {
    margin-left: 28px;
    color: #666;
}
.gxzt_situation li.item2 {
    padding: 0 1.5%;
    width: 18%;
    margin-left: 2%;
}
.gxzt_situation li.item2 .tit {
    margin-top: 5px;
    font-size: 14px;
    line-height: 36px;
    padding-left: 10px;
    color: #619def;
}
.gxzt_situation li.item2 .img {
    height: 140px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.gxzt_situation li.item2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width: 160px;
    max-width: 220px;
    height: auto;
}
.gxzt_situation li.item2 p {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gxzt_situation li.item2 p span:nth-child(2) {
    margin-left: 10px;
    color: #666;
}
@media (max-width: 900px) {
    .gxzt_situation li.item1 {
        width: 94%;
        padding: 0 3%;
        margin-bottom: 20px;
    }
    .gxzt_situation li.item2 {
        padding: 0 2%;
        width: 44%;
        margin-left: 3%;
    }
    .gxzt_situation li.item2:nth-child(2) {
        margin-left: 0;
    }
}
@media (max-width: 460px) {
    .gxzt_situation li.item1 .img {
        float: none;
        margin: 0 auto 10px;
        width: 100%;
        background-color: transparent;
    }
    .gxzt_situation li.item1 .con {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .gxzt_situation li.item1 {
        width: 94%;
        padding: 0 3%;
        margin-bottom: 20px;
        height: 400px;
    }
    .gxzt_situation li.item2 {
        width: 94%;
        padding: 0 3%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
.gxzt_foot {
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.gxzt_foot p a {
    color: #000;
}
.gxzt_foot p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.hd_gxzt_banner { position: relative; margin-bottom: 20px; }
.hd_gxzt_banner img { width: 100%; }
.hd_gxzt_banner .applyBtn { text-decoration: none; width: 200px; height: 60px; line-height: 60px; background-color: #FF7200; color: #fff; font-size: 22px; position: absolute; top: 120px; left: 50%; margin-left: -100px; border-radius: 10px; text-align: center; }
.hd_gxzt_banner .applyBtn:hover { text-decoration: none; background-color: #f90;  }
.hd_gxzt_int li { padding: 13px 20px; width: 537px; height: 176px; float: left; }
.hd_gxzt_int li.item1 { background: #f7f9fe url(../../static/image/bg_int1.jpg) 20px center no-repeat; }
.hd_gxzt_int li.item2 { background: #f7f9fe url(../../static/image/bg_int2.jpg) 20px center no-repeat; float: right; ; }
.hd_gxzt_int li:hover { background-color: #f3f3f3; }
.hd_gxzt_int li h3 { margin: 14px 0 10px; padding-left: 230px; font-size: 28px; color: #1b69eb; }
.hd_gxzt_int li p { padding-left: 230px; font-size: 16px; line-height: 30px; color: #666; }
.hd_gxzt_tit img { display: block; margin: 40px auto; }
.hd_gxzt_situation { overflow: hidden; padding-bottom: 30px; }
.hd_gxzt_situation ul { margin-left: -24px; }
.hd_gxzt_situation li { float: left; height: 300px; margin-left: 24px; margin-bottom: 20px; padding: 0 20px;  box-shadow: 0 0 3px #ddd; border: 1px solid #eee; }
.hd_gxzt_situation li.item1 { width: 536px; }
.hd_gxzt_situation li.item1 h3 { margin-top: 10px; font-size: 18px; line-height: 80px; font-weight: normal; }
.hd_gxzt_situation li.item1 .img { float: left; padding: 2%; width: 36%; background-color: #f0f0f0; }
.hd_gxzt_situation li.item1 img { display: block; margin: 0 auto; width: 100%; min-width: 150px; max-width: 200px; height: auto; }
.hd_gxzt_situation li.item1 .con { float: left; margin-left: 6%; width: 54%; font-size: 14px; line-height: 36px; }
.hd_gxzt_situation li.item1 .con p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd_gxzt_situation li.item1 .con span:nth-child(2) { margin-left: 28px; color: #666; }
.hd_gxzt_situation li.item2 { width: 235px; }
.hd_gxzt_situation li.item2 .tit { margin-left: -20px; font-size: 14px; line-height: 36px; color: #fff; overflow: hidden; width: 100px; text-align: center; background-color: #ec6941; border-radius: 0 0 20px 0; }
.hd_gxzt_situation li.item2 .img { height: 140px; overflow: hidden; margin: 0 auto 20px; }
.hd_gxzt_situation li.item2 img { display: block; margin: 0 auto; width: 100%; min-width: 160px; max-width: 220px; height: auto; }
.hd_gxzt_situation li.item2 p { font-size: 14px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hd_gxzt_situation li.item2 p span:nth-child(2) { margin-left: 10px; color: #666; }

