@charset "gb2312";
/* CSS Document */

body {
    background: white;
}
.cgzs1 p {
    text-align: center;
    padding: 2%;
}
@font-face { 
  font-family: HYZHUZIMUTOURENW; /*这里是说明调用来的字体名字*/ 
  src: url(../HYZHUZIMUTOURENW-2_0.TTF); /*这里是字体文件路径*/ 
} 
.cgzs1 h3 {
    font-family: HYZHUZIMUTOURENW;
    color: #de5013;
    letter-spacing: 2px;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 1.5rem;
}
.zx_a span img {
    width: 75%;
}
.zx_a a {
    position: relative;
    color: #313131;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 2px;
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
}
.zx_a a span {
    position: absolute;
    top: 40%;
    right: -25%;
}
.zx_a {
    display: block;
    width: 54%;
    margin: 3% auto;
}
.tel a {
    background: #de5013;
    display: block;
    color: white;
    position: relative;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    padding-left: 4rem;
}
.tel a span {
    position: absolute;
    top: 8%;
    left: 7%;
}
.tel {
    margin: 3% 0;
}
.form h3 {
    text-align: center;
    color: #8a0700;
    letter-spacing: 2px;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}
.form input {
    display: block;
    border: 1px solid #959595;
    width: 95%;
    height: 3.5rem;
    text-indent: 1rem;
    border-radius: .7rem;
    margin: 3% auto;
}
#submit {
    border-radius: 0;
    text-indent: 0;
    background: #8a0700;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 2px;
    border-color: white;
}
.cgzs2 h3 {
    font-family: HYZHUZIMUTOURENW;
    color: #de5013;
    letter-spacing: 2px;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: .5rem;
}
.cgzs2 p {
    text-align: center;
    color: #de5013;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding-bottom: .4rem;
}
.cgzs2 ul li {

    float: left;
    width: 31%;
    margin-left: 2.2%;

}
.cgzs2 ul {

    width: 97%;
    overflow: hidden;

}
.jd a img {

    width: 90%;
    margin: 3% auto;
    display: block;

}
.zy ul {

    width: 90%;
    overflow: hidden;
    margin: 0 auto;

}
.zy ul li {

    float: left;
    width: 46%;
    margin-left: 2.5%;

}