* {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input{
    outline: none;
    border: none;
    height: 66px;
    width: 376px;
    border-radius: 20px;
}
a{
    text-decoration: none;
}

body{
min-width: 1200px;
}

.banner{
    width: 100%;
    height: 622px;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.title{
    display: table;
    font-size: 37px;
    text-align: center;
    background-color: #e50103;
    margin: 47px auto;
    padding:10px 70px;
    color: #fff;
}

.fl{
    float: left;
}

.fr{
    float: right;
}
.job{
    width: 32%;
    margin-left: 1%;
    height: 345px;
}
.job p{
    text-align: center;
    color: #e40206;
    font-size: 28px;
    margin-top: 22px;
    font-weight: bold;
}
.button{
    height: 58px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 45px auto;
}
.button a{
 font-size: 32px;
 padding: 13px 50px;
 background-color: #ef8200;
 color: #fff;
 border-radius: 30px;
 line-height: 30px;
 text-decoration: none;
}
.button img{
    width: 67px;
}

.second{
    padding-top: 1px;
    background-color: #ef8200;
    height: 750px;
}

.around{
    border: 3px dashed #fff;
    height: 165px;
    border-radius: 10px;
}

.around p{
    text-align: center;
    font-size: 27px;
    color: #fff;
    margin-top: 25px;
}

.job-2{
    margin-top: 20px;
}
.job-2 img{
    width: 23.5%;
    margin-left: 1%;
}

.button-2 a {
    font-size: 32px;
    padding: 13px 50px;
    background-color: #fff;
    color: #e50103;
    border-radius: 30px;
    line-height: 30px;
    text-decoration: none;
}
.xzxdf{
    width: 44%;
    height: 253px;
    float: left;
    background-color: #f7f7f7;
    margin-bottom: 2%;
}
.xzxdf p:nth-child(1){
    font-size: 31px;
    color: #e72e00;
    font-weight: bold;
    margin-top: 30px;
}
.xzxdf p:nth-child(2){
    font-size: 28px;
}

.xzxdf:nth-child(even){
margin-left: 2%;
}
.xzxdf img{
    width: 100%;
}

.third{
    padding-top: 1px;
    background-color: #f4f4f4;
    height: 750px;
}
.fourth{
    background-color: #ef8200;
    height: 200px;
}
.fourth h2{
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.form-1{
    margin-top: 30px;
}
.username{
    background-image: url("/templets/zt/2020/1021/images/user.png");
    background-repeat: no-repeat;
    background-position: 328px 11px;
    line-height: 66px;
    font-size: 30px;
}

.usertel{
    background-image: url("/templets/zt/2020/1021/images/tel.png");
    background-repeat: no-repeat;
    background-position: 328px 11px;
    line-height: 66px;
    font-size: 30px;
    margin-left: 30px;
}
.tijiao-1{
    line-height: 66px;
    background-color:#e50103 ;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-left: 30px;
}

.fifth p{
    font-size: 37px;
    text-align: center;
    color: #e50103;
}
.major{
    width: 380px;
    height: 400px;
    background-image: url("/templets/zt/2020/1021/images/hot.png");
    background-repeat: no-repeat;
    background-size: 41px 42px;
    background-position: 315px 280px;
    text-align: center;
    margin: 30px 0px 40px 20px;
    float: left;
   
}
.major p{
    font-size: 27px;
    color: black;
    margin-top: 10px;
}
.major a{
    background-color: #ff0000;
    color: #fff;
    padding: 8px 30px;
    font-size: 22px;
}
.click{
    margin-top: 30px;
}
.click a:nth-child(2){
    margin-left: 20px;
    background-color: #ed8a3d;
}
.xuezi{
    float: left;
}
.xuezi img{
    width: 32%;
    margin-left: 1%;
}
.seventh{
    background-image: url("/templets/zt/2020/1021/images/write.png");
    background-repeat: no-repeat;
    height: 500px;
}
.seventh h3{
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
}
.seventh p{
    font-size: 22px;
    text-align: center;
}

.form-2 input{
    width: 35%;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #000000;
    display: block;
    margin: 30px auto;
}

.form-2 input:last-child{
    border-radius: 30px;
    width: 30%;
    text-align: center;
    margin-top: 150px;
    background-color: #e50103;
    color: #fff;
    border: none;
    box-shadow:grey 4px 4px 4px ;
    background-image: url("/templets/zt/2020/1021/images/point_2.png");
    background-repeat: no-repeat;
    background-position: 137px 15px;
    font-size: 30px;
}

.bottom_line{
height: 52px;
background-color: #ef8200;
margin-top: 50px;
}