.banner{
    width: 100%;
    height:611px ;
    margin-top: -10px;
    min-width: 1200px;
    overflow: hidden;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}
@media (max-width: 1440px) {
    .banner{
        height:520px ;
    }
}
.word{
    width: 60%;
    margin:19% auto 0;
    border: 2px solid #323232;
    box-sizing: border-box;
    font-size: 23px;
    padding-bottom: 20px;
}
.word ul{
    overflow: hidden;
}
.word ul li{
    float: left;
    background: #c41a22;
    color: #fff;padding: 3px 31px;
    letter-spacing: 3px;
    margin-right:2.88%;
    font-size: 20px;
}
.word ul li:last-child{
    margin-right: 0;
}
.word div span{
    color: #c41a22;
}
.word div{
    width: 90%;
    margin: 20px auto 10px;
    overflow: hidden;
    letter-spacing: 3px;
}
.time span{
    float: left;
}
.word .time p{
   float: left;
}
.sk{
    width: 100%;
    height: 80px;
    background: #a63845;
}
.ysmk .title{
    width: 100%;
    background: #00a79d;
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;

}
.title p{
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 4px;
    width: 630px;
    margin: 30px auto;
    border-bottom: 1px dashed #f0f0f0;
    padding-bottom: 5px;
    color: #fff;
    position: relative;

}
.title span{
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;left: 50%;
    margin-left: -5px;
}
.pics li{
    float: left;
    width: 150px;
    background: url("../imgs/t1.jpg") no-repeat 0 0/100% 100%;
    height: 150px;
    margin-right:133px;
}
.pics li:nth-child(2){
    background-image: url("../imgs/t2.jpg");
}
.pics li:nth-child(3){
    background-image: url("../imgs/t3.jpg");
}
.pics li:last-child{
    margin-right: 0;
    background-image: url("../imgs/t4.jpg");

}
.pics,.infos{
    overflow: hidden;
    width: 1000px;
    margin: 20px auto;
}
.infos li{
    float: left;
    width: 150px;
    margin-right:133px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;

}
.infos li:last-child{
    margin-right: 0;
}

.ys .left{
    width: 300px;
    height: 200px;
    background: url("../imgs/pic.jpg") no-repeat 0 0/100% 100%;
float: left;
}
.ys{
    width: 1000px;
    margin: 40px auto;
    overflow: hidden;
}
.ys .right{
    background: #00a79d;
    color: #fff;
    line-height: 40px;
    font-size: 25px;
    letter-spacing: 3px;
    text-align: justify;
    width: 700px;
    height: 200px;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
.outer{
    width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}
.ysmk .tit{
    background: #c71726;
    color: #fff;
    letter-spacing: 3px;
    font-size: 30px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom:60px;

}
.outer>div{
    overflow: hidden;
}
.outer .icon{
    display: inline-block;
    width: 100px;
    height: 85px;
    margin-right: 20px;
    background: url("../imgs/icon.jpg") no-repeat 0 0/100% 100%;
    float: left;
}
.outer .zi{
    font-size:25px;
    font-weight: bolder;
    letter-spacing: 3px;
    border-bottom: 1px dashed #c71726;
    padding-bottom: 10px;
    float: left;
    margin-top: 20px;

}
.outer .zi span{
    color: #c71726;
}


.forms{
    width: 100%;
    text-align: center;
    background: #c71726;
    overflow: hidden;
    margin: 100px 0 200px 0;
}
.forms h1{
    color: #323232;
    font-size: 30px;
    letter-spacing: 2px ;
    width: 240px;
    margin: 30px auto;
    background: #fff;
    height: 50px;
line-height: 50px;
}

.forms ul{
    font-size: 30px;
    color: #4367a7;
    width:1000px;
    margin:0 auto 30px;
    text-align: center;
    position: relative;
}
.forms ul input{
    width:1000px;
    height: 50px;
    background: #fff;
    text-align: center;
    margin-top: 20px;
    color: #878787;
    border: none;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 2px;
    border-radius: 30px;

}
#submit1{
    display: block;
    font-size: 28px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 20px;
    text-align: center;
    background: #fff;
    border: none;
    outline: none;
    font-weight: bolder;    border-radius: 30px;
    box-shadow: 2px 2px 2px #4b080e;
    color: #323232;
}