* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style-type: none;
}
img {
    border: 0;
    display: block;
}
input, select, textarea, li{
    vertical-align: middle;
}
body{
    background: #f1f1f1;
}
.w12{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.ys_list{
   margin-top: 60px;
}
.ys_list ul li{
    float: left;
    margin-left:16px;
    background: #dda842;
    width: 288px;
    height: 168px;
    box-sizing: border-box;
    padding: 35px 40px;
    text-align: center;
    color: #FFFFFF;
}
.ys_list ul li:first-child{
    margin-left: 0;
}
.ys_list ul li p:nth-child(1){
    font-weight: bold;
    font-size: 24px;
}
.ys_list ul li p:nth-child(2){
    border: 1px solid #FFFFFF;
    margin: 15px 0;
}
.ys_list ul li p:nth-child(3){
    font-size: 22px;
}
.kfyp_tit{
    position: relative;
    margin:60px auto 30px auto;
}
.kfyp_tit h2{
    width: 100%;
    font-size: 60px;
    color: #020202;
    letter-spacing: 10px;
    opacity: 0.2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.kfyp_tit h3 {
    width: 100%;
    color: #170201;
    line-height:33px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top:45px;
    left: 0;
    z-index: 5;
}
.kfyp_tit p {
    color: #776358;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 12px;
}
.qj_list ul li{
    width: 584px;
    height: 316px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    margin-left: 32px;
}
.qj_list ul li:nth-child(2n+1){
    margin-left: 0;
}
.qj_list ul li p{
    font-size: 24px;
    color: #dda842;
    font-weight: bold;
    margin: 10px 0;
}
.kfkc ul li{
    width: 390px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
}
.kfkc ul li:nth-child(3n+1){
    margin-left: 0;
}
.kfkc ul li p{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    background: #dda842;
    font-weight: bold;
    color: #FFFFFF;
}
.kfkc ul li p i{
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.kfkc ul li span{
    display: block;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    text-align: justify;
}
.zx{
    display: block;
    margin: 40px auto 0 auto;
    width: 638px;
    height: 58px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #170201;
}
.zx span{
    position: relative;
    top: -6px;
    left: -6px;
    z-index: 5;
    display: block;
    width: 640px;
    line-height: 60px;
    background-color: #dda842;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.zx:hover span{
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    -o-transform: translate(5px,5px);
    transform: translate(5px,5px);
}
.hj_list{
    width: 1200px;
    height: 660px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
}
.hj_list ul{
    overflow: hidden;
}
.hj_list ul li{
    float: left;
}
.cy_list ul li{
    float: left;
    margin-left:16px;
    margin-bottom: 20px;
    width: 288px;
    height: 168px;
    background: #dda842;
    box-sizing: border-box;
    padding: 30px 10px;
    text-align: center;
}
.cy_list ul li:nth-child(4n+1){
    margin-left: 0;
}
.cy_list ul li img{
    display: block;
    margin: 0 auto;
}
.cy_txt{
    position: relative;
    margin-top: 10px;
}
.cy_txt p{
    color: #ebce9f;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
.cy_txt span{
    width: 100%;
    color: #fff;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 5;
    letter-spacing: 2px;
}
.ban_form { height: 118px; background: #e0dbdb; }
.ban_form form { width: 1200px; margin: 0 auto; }
.ban_form form input, .ban_form form button { width: 364px; height: 56px; margin-top: 30px; font-size: 18px; box-sizing: border-box; padding-left: 14px; outline: none; border: none; }
.ban_form form button { padding-left: 0; background: #dda842; color: #fff; }
.flex { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }