.layout{
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
.min_width{
    min-width: 1200px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0;
}
*{margin: 0;padding: 0;}
ul li{list-style: none;margin: 0;padding: 0;}


.motto p{
    text-indent: 46px;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}

.p1 ul{
    display: flex;
    flex-wrap: wrap;
}
.p1 ul li{
    flex: 30%;
    margin: 0 5px 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p1 ul li span{
    flex: 1;
}
.p1 ul li span img{
    width: 100%;
}
.p1 ul li span:nth-child(2){
    font-size: 20px;
    padding: 15px;
}





.p7 {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}

.p7_bg {
    background-color: #ffc501;
    width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 40px 0;
}

.forminput {
    border-radius: 5px;
    height: 50px;
    width: 46%;
    margin: 0 auto 5%;
}

.forminput input {
    background: #fff;
    border: 0 none;
    border-radius: 5px;
    color: #ffc501;
    float: right;
    font-size: 20px !important;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    text-indent: 17px;
    width: 100%;

}

.bmbtn22 {
    background: #ff4300;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: medium none;
    text-align: center;
    width: 46%;
}

.bmbtn22 {
    font-size: 25px;
    height: 50px;
    line-height: 50px;
}

.p7_r {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    color: #ff4c00;
    margin-bottom: 60px;
}
.h30{
    height: 30px;
    width: 100%;
}
.h35{
  height: 35px;
  width: 100%;
}
.h40{
    height: 40px;
    width: 100%;
}
.h50{
    height: 50px;
    width: 100%;
}
.h80{
    height: 80px;
    width: 100%;
}