.zt img {
    width: 100%;
    display: block;
}

.main-w {
    width: 1200px;
    margin: 0 auto;
}
.zbox {
    padding-bottom: 44px;
}
.bg_g {
    background-color: #f1f1f1;
}

.zbox ul li {
    float: left;
}
.zbox h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}
.dh ul {
    padding-top: 44px;
}
.dh ul li {
    width: 215px;
    height: 180px;
    margin: 0 42px;
    cursor: pointer;
}
.dh ul li .img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;

}
.dh ul li .img img {
    width: 80%;
    margin: 20px 10px;
}
.dh ul li p {
    font-size: 26px;
    text-align: center;
    padding: 10px 0;
}
.zbox hr {
    margin-top: 20px;
}
.zbox .hr {
    width: 52px;
    height: 5px;
    background-color: #2b6ff8;
    margin: 0 auto 30px auto;
    position: relative;
    bottom: 4px;
}
.kj img {
    width:96%;
    margin: 30px 40px;
}
.zbox .btn {
    width: 223px;
    height: 56px;
    border-radius: 30px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 20px auto 0 auto;
    background-color: #ff3c00;
    cursor: pointer;
}
.zbox p {
    font-size: 16px;
}
.fa {
    background-color: #2b6ff8;
    color: #fff;
}
.fa .hr {
    background-color: #fff;
}
.fa ul li , .cd ul li{
    width: 290px;
    margin-left: 13px;
}
.fa ul li:nth-child(1) ,.cd ul li:nth-child(1){
    margin-left: 0;
}
.fa ul li .img , .cd ul li .img{
    width: 290px;
    height: 176px;
    border-radius: 5px;
    overflow: hidden;

}
.fa ul li p,.cd ul li p {
    padding:10px 30px;
    text-align: center;
    line-height: 1.5;
}
.zbox .des {
    font-size: 26px;
    text-align: center;
    color: #7b7b7b;
    padding-bottom: 30px;
}

.zy h1 {
    margin-bottom: 20px;
}
.zy ul li{ 
    width:380px; 
    height: 378px; float:left;
    font-size: 16px;
    margin: 0 0 20px 20px ; 
    background-color: #f1f1f2;
    border-radius: 5px;
    overflow: hidden;
}

.zy ul li .img{ width: 390px; height: 226px; overflow: hidden;}
.zy ul li:nth-child(3n+1) {
    margin-left: 0;
}
.zy ul li h2 {
    font-size: 20px;
    margin-top: 10px;
    color: #222121;
}
.zy ul li p {
    padding: 10px 0;
}
.zy ul li p span {
    color: #fb342d;
}
.zy ul li .con {
    width: 90%;
    margin: auto;
}
.zy ul li .con .btns a {
    display: inline-block;
    width: 124px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fb342d;
    color: #fb342d;
    margin: 15px 0;
}
.zy ul li .con .btns a:nth-child(2) {
    color: white;
    background-color: #fb342d;
    margin-left: 20px;
}
.fl img {
    width: 985px;
    margin-left: 100px;
}
.zxsq {
    width: 100%;
    padding: 0 0 50px 0;
}
.zxsq form {
    width: 760px;
    margin: 0 auto;
}
.zxsq form div {
    width: 100%;
    font-size: 30px;
}
.zxsq form input {
    width: 595px;
    height: 60px;
    border: 0;
    margin-top: 26px;
    color: #7b7b7b;
    font-size: 18px;
    padding-left: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.zxsq form input:focus {
    outline: 0;
}

.zxsq form .sub {
    width: 310px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #ff3c00;
    color: #fff;
    font-size: 30px;
    margin: 40px auto 0 auto;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #ccc;
}