@charset "utf-8";
.zx_tit {
width: 100%;
height: auto;
float: left;
display: flex;
justify-content: space-between;
align-items: center;
}

.zx_tit h2 {
height: auto;
float: left;
font-size: 30px;
color: #000000;
line-height: 1.8;
font-weight: normal;
}

.zx_tit h2 i {
color: #EA4D1C;
font-style: normal;
}

.zx_tit h2 p {
width: 100%;
height: auto;
float: left;
font-size: 16px;
color: #B0A6A3;
line-height: 1.6;
font-weight: normal;
margin-top: 8px;
}

.zx_tit a {
float: right;
width: 218px;
height: 48px;
background: #000000;
border-radius: 29px;
font-size: 20px;
color: #FFFFFF;
line-height: 48px;
text-align: center;
}


.zx_tit_h3 {
width: 100%;
height: auto;
float: left;
margin-top: 30px;
margin-bottom: 25px;

}

.zx_tit_h3:before {
content: '';
float: left;
width: 10px;
height: 30px;
background: #EA4D1C;
border-radius: 3px;
margin-top: 5px;
}

.zx_tit_h3 h2 {
float: left;
font-size: 24px;
color: #000000;
line-height: 30px;
margin-left: 15px;
font-weight: normal;margin-top: 5px;

}

.zx_tit_h3 a.zx {
float: left;
margin-left: 20px;
width: 191px;
height: 40px;
background: #EA4D1C;
border-radius: 29px;
font-size: 18px;
color: #FFFFFF;
line-height: 40px;
text-align: center;

}


.zx_form {
width: 100%;
height: auto;
float: left;
}

.zx_form form {
width: 100%;
height: auto;
float: left;
}

.zx_form form ul {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.zx_form form ul li {
margin-bottom: 20px;
}

.zx_form form ul li.w49 {
width: 49%;
}

.zx_form form ul li.fl {}

.zx_form form ul li.fr {}

.zx_form form .w100 {
width: 100%;

}

.zx_form form ul li.w23 {
width: 23.5%;
}

.zx_form form ul li.w32 {
width: 32%;
}

.zx_form form ul li h3 {
width: 100%;
height: auto;
float: left;
font-size: 16px;
line-height: 1.6;
color: #2C2C2C;
margin-bottom: 10px;
padding: 0 8px;
}

.zx_form form ul li h3 i {
font-style: normal;
color: #EA4D1C;
}

.zx_form form ul li input {
width: 100%;
height: 44px;
line-height: 44px;
float: left;
background: #F3F3F3;
border-radius: 10px;
border: 1px solid #979797;
padding: 0 20px;
}

.zx_form form ul li textarea {
width: 100%;
height: 180px;
line-height: 44px;
float: left;
background: #F3F3F3;
border-radius: 10px;
border: 1px solid #979797;
padding: 0 20px;
}

.zx_form form ul li input[type="submit"] {
width: 301px;
height: 41px;
border: 1px solid #EA4D1C;
background: #EA4D1C;
border-radius: 10px;
font-weight: normal;
font-size: 18px;
color: #FFFFFF;
line-height: 25px;
float: left;
margin-bottom: 40px;
}

.zx_form input::-webkit-input-placeholder {
color: #ADADAD;
}

.zx_form input::-moz-placeholder {
color: #ADADAD;
}

.zx_form input:-moz-placeholder {
color: #ADADAD;
}

.zx_form input:-ms-input-placeholder {
color: #ADADAD;
}

.zx_form textarea::-webkit-input-placeholder {
color: #ADADAD;
font-family: "Microsoft YaHei" ! important;
}

.zx_form textarea::-moz-placeholder {
color: #ADADAD;
font-family: "Microsoft YaHei" ! important;
}

.zx_form textarea:-moz-placeholder {
color: #ADADAD;
font-family: "Microsoft YaHei" ! important;
}

.zx_form textarea:-ms-input-placeholder {
color: #ADADAD;
font-family: "Microsoft YaHei" ! important;
}

.zx_form input:hover {
border: 1px solid #EA4D1C;
}

.zx_form input:focus {
border: 1px solid #EA4D1C;
box-shadow: 0 0 0 2px #EA4D1C20;
}

.zx_form textarea:hover {
border: 1px solid #EA4D1C;
}

.zx_form textarea:focus {
border: 1px solid #EA4D1C;
box-shadow: 0 0 0 2px #EA4D1C20;
}

.zx_form form ul li.bt1pf3 {
border-top: 1px solid #F3F3F3;
padding-top: 30px;
margin-top: 20px;
}

.el-select:hover .el-input__inner {
border-color: #EA4D1C
}

.el-select .el-input.is-focus .el-input__inner {
border-color: #EA4D1C
}

.el-select {
width: 100%;
float: left;
}

.el-input {
float: left;
}

.el-select .el-input .el-select__caret {
font-size: 20px;
}

.el-radio {
color: #000;
}

.el-radio__inner {
width: 20px;
height: 20px;
background: #F3F3F3;
border-radius: 28px;
border: 1px solid #979797;
}

.el-radio__input.is-checked .el-radio__inner {
background: #F3F3F3;
border: 1px solid #979797;

}

.el-radio__inner::after {
width: 14px;
height: 14px;
background: #EA4D1C;
}

.el-radio__label {
font-size: 16px;
line-height: 30px;
}

.el-radio__input.is-checked+.el-radio__label {
font-size: 16px;
line-height: 30px;
color: #000;
}

.el-radio+.el-radio {
margin-left: 40px;
}


.zt_fw {
width: 100%;
overflow: hidden;
margin-top: -80px;
z-index: 1;
position: relative;
}








.zt_dbfw {
width: 100%;
float: left;
margin-bottom: 40px;
background: linear-gradient(334deg, #A60000 0%, #E84B1B 100%, #EA4D1C 100%);
border-radius: 12px;
padding: 36px 0;
}

.zt_dbfw ul {
width: 100%;
height: auto;
float: left;
display: flex;
justify-content: space-between;
}

.zt_dbfw ul li {
float: left;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
border-right: 2px solid #ffffff26;
padding: 22px;
}

.zt_dbfw ul li i {
width: 45px;
height: 45px;
float: left;
background: url(../images/keyan_youshi_icon.png) no-repeat center center/100% 100%;
}

.zt_dbfw ul li h3 {
width: 100%;
height: auto;
float: left;
height: 38px;
background: rgba(255, 255, 255, 0.14);
border-radius: 25px;
border: 1px solid #FFFFFF;
font-size: 20px;
line-height: 34px;
text-align: center;
color: #ffffff;
font-weight: normal;

margin-top: 20px;
margin-bottom: 15px;
}

.zt_dbfw ul li p {
width: 100%;
height: auto;
float: left;
font-size: 16px;
color: #FFFFFF;
line-height: 22px;
text-align: left;
}


.zt_fwlc {
width: 100%;
height: auto;
float: left;
margin-bottom: 80px;
margin-top: 40px;
}

.zt_fwlc ul {
width: 100%;
height: auto;
float: left;
display: flex;
justify-content: space-between;
}

.zt_fwlc ul li {
float: left;
display: flex;
flex-direction: column;
cursor: pointer;

}

.zt_fwlc ul li.line {
width: 100%;
height: auto;
float: left;
}

.zt_fwlc ul li i {
width: 101px;
height: 101px;
background: #FFF3EF;
display: flex;
justify-content: center;
align-items: center;
border-radius: 101px;
}

.zt_fwlc ul li i:before {
content: '';
width: 44px;
height: 38px;
background: url(../images/keyan_liucheng_icon_1.png) no-repeat center center / 100% 100%;

}

.zt_fwlc ul li i.iztfwlc {}

.zt_fwlc ul li h3 {
width: 100%;
height: auto;
float: left;
font-size: 18px;
color: #2C2C2C;
line-height: 25px;
text-align: center;
margin-top: 14px;
margin-bottom: 14px;
}

.zt_fwlc ul li.line {
width: 10%;
height: 101px;
float: left;
position: relative;
color: #ffffff;
}

.zt_fwlc ul li.line:after {
content: '';
width: 12px;
height: 26px;
background: url(../images/keyan_liucheng_icon_3.png) no-repeat center center/100% 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.zt_fwlc ul li:hover i {
background: #EB4E20;
}

.zt_fwlc ul li:hover i:before {
background: url(../images/keyan_liucheng_icon_2.png) no-repeat center center / 100% 100%;
}



.bgf3 {
background: #F3F3F3;
width: 100%;
overflow: hidden;
padding-top: 40px;
padding-bottom: 40px;
}


.zt_bdxt {
width: 100%;
height: auto;
float: left;
margin-bottom: 80px;
}

.zt_bdxt dl {
width: 100%;
height: auto;
float: left;
}

.zt_bdxt dl dt {
width: 100%;
float: left;
height: 42px;
background: #000000;
border-radius: 12px;
font-size: 18px;
color: #FFFFFF;
line-height: 42px;
padding: 0 10px;
display: flex;
text-align: center;

}

.zt_bdxt dl dt .w1 {
width: 14%;
margin-right: 0.5%;
}

.zt_bdxt dl dt .w2 {
width: 14%;
margin-right: 0.5%;
}

.zt_bdxt dl dt .w3 {
width: 19%;
margin-right: 0.5%;
}

.zt_bdxt dl dt .w4 {
width: 24%;
margin-right: 0.5%;
}

.zt_bdxt dl dt .w5 {
width: 14%;
margin-right: 0.5%;
}

.zt_bdxt dl dt .w6 {
width: 12%;
}


.zt_bdxt dl dd {
width: 100%;
height: auto;
float: left;
margin-top: 10px;
background: #FFFFFF;
display: flex;
justify-content: space-between;
padding: 10px;
border-radius: 10px;
}

.zt_bdxt dl dd>div {
padding: 12px 24px;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
color: #757575;
line-height: 22px;
background: #FAFAFA;
border-radius: 13px;
}

.zt_bdxt dl dd .w1 {
width: 14%;
margin-right: 0.5%;
}

.zt_bdxt dl dd .w2 {
width: 14%;
margin-right: 0.5%;
}

.zt_bdxt dl dd .w3 {
width: 19%;
margin-right: 0.5%;
}

.zt_bdxt dl dd .w4 {
width: 24%;
margin-right: 0.5%;
}

.zt_bdxt dl dd .w5 {
width: 14%;
margin-right: 0.5%;
}

.zt_bdxt dl dd .w6 {
width: 12%;
background: none;
}



.zt_bdxt dl dd .w1 {
background: #FFF3EF;
text-align: center;
padding: 15px 0;
border-radius: 12px;
}


.zt_bdxt dl dd .w1 h3 {
width: 100%;
height: auto;
float: left;
font-size: 20px;
color: #000000;
line-height: 27px;
font-weight: normal;
}

.zt_bdxt dl dd p {

font-size: 16px;
color: #757575;
line-height: 22px;
}

.zt_bdxt dl dd .w6 a {
width: 86px;
height: 26px;
border-radius: 29px;
border: 2px solid #FFF3EF;
float: left;
font-size: 14px;
color: #EA4D1C;
line-height: 22px;
text-align: center;
}

.zt_bdxt dl dd:hover {
background: #EA4D1C;
width: calc(100% + 16px);
margin-left: -8px;
}

.zt_bdxt dl dd:hover>div {
background: #FFC0AD21;
}

.zt_bdxt dl dd:hover .w1 h3 {
color: #FFFFFF;
}

.zt_bdxt dl dd:hover p {
color: #FFFFFF;
}

.zt_bdxt dl dd:hover .w6 a {
color: #FFFFFF;
}


.zt_gdfw {
width: 100%;
height: auto;
float: left;
margin-bottom: 40px;
}

.zt_gdfw ul {
width: 100%;
height: auto;
float: left;
}

.zt_gdfw ul li {
width: 23.5%;
height: auto;
float: left;
margin-right: 2%;
margin-bottom: 2%;
background: #F3F3F3;
padding: 18px;
border-radius: 12px;
border: 3px solid #F3F3F3;
padding-bottom: 0;
}

.zt_gdfw ul li:hover {
border: 3px solid #EA4D1C;
}

.zt_gdfw ul li:nth-child(4n) {
margin-right: 0
}

.zt_gdfw ul li .picbox {
width: 100%;
height: 0;
padding-bottom: 70.45%;
float: right;
position: relative;
overflow: hidden;
}

.zt_gdfw ul li .picbox img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.zt_gdfw ul li:hover .picbox img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}

.zt_gdfw ul li .info {
width: 100%;
height: auto;
float: left;
}

.zt_gdfw ul li .info h3 {
width: 100%;
height: auto;
float: left;
font-size: 20px;
color: #EA4D1C;
line-height: 29px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-weight: normal;

}

.zt_gdfw ul li .info p {
width: 100%;
height: 109px;
float: left;
font-size: 16px;
color: #B0A6A3;
line-height: 1.4;
overflow: hidden;
}

.ptb70 {
padding: 70px 0;
}

.zt_tskf {
width: 100%;
height: auto;
float: left;
margin-bottom: 40px;
}

.zt_tskf ul {
width: 100%;
height: auto;
float: left;
}

.zt_tskf ul li {
width: 32%;
height: auto;
float: left;
margin-right: 2%;
margin-bottom: 2%;
background: #F3F3F3;
overflow: hidden;
border-radius: 15px;
border: 3px solid #F3F3F3;
cursor: pointer;
}

.zt_tskf ul li:hover {
border: 3px solid #EA4D1C;
}

.zt_tskf ul li:nth-child(3n) {
margin-right: 0;
}

.zt_tskf ul li .toptit {
width: 100%;
height: auto;
float: left;
position: relative;
}

.zt_tskf ul li .toptit img {
width: 100%;
height: auto;
float: left;
}

.zt_tskf ul li .toptit h3 {
width: 100%;
height: auto;
float: left;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 20px;
font-size: 22px;
color: #FFFFFF;
line-height: 30px;
}

.zt_tskf ul li .info {
width: 100%;
height: auto;
float: left;
padding: 20px;
}

.zt_tskf ul li .info p {
width: 100%;
height: auto;
float: left;
font-size: 14px;
color: #757575;
line-height: 20px;
}

.zt_tskf ul li .info a {
margin-top: 20px;
height: auto;
float: right;
font-size: 14px;
color: #EA4D1C;
line-height: 20px;
}

.zt_tskf ul li .info a.more {}



.zt_ask {
width: 100%;
height: auto;
float: left;
margin-bottom: 80px;
}

.zt_ask * {
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
-ms-transition: all 0s ease 0s;
transition: all 0s ease 0s;
}

.zt_ask ul {
width: 100%;
height: auto;
float: left;
}

.zt_ask ul li {
width: 100%;
height: auto;
float: left;
background: #F3F3F3;
margin-bottom: 10px;
border-radius: 12px;
overflow: hidden;
}

.zt_ask ul li .ijobtitle {
width: 100%;
height: 50px;
line-height: 50px;
float: left;
font-size: 16px;
color: #000000;
cursor: pointer;
padding: 0 20px;
display: flex;
justify-content: space-between;
}

.zt_ask ul li .ijobtitle span {
float: right;
}

.zt_ask ul li .ijobtitle i.down {
width: 24px;
height: 24px;
margin-right: 0px;
float: right;
margin-top: 14px;
background: url(../images/iaskdown1.png) no-repeat center center;
}

.zt_ask ul li.on .ijobtitle i.down {
width: 24px;
height: 24px;
margin-right: 0px;
float: right;
background: url(../images/iaskup1.png) no-repeat center center;
}

.zt_ask ul li.on {}

.zt_ask ul li.on .ijobtitle {}

.zt_ask ul li .ijobcon {
width: 100%;
height: auto;
background: #F3F3F3;
float: left;
overflow: hidden;
display: none;
padding: 10px 40px;
}

.zt_ask ul li .ijobcon h3 {
width: 100%;
float: left;
font-size: 20px;
color: #000000;
line-height: 1.8;
margin-bottom: 10px;
font-weight: normal;

}

.zt_ask ul li .ijobcon p {
width: 100%;
height: auto;
float: left;
font-size: 16px;
color: #000000;
line-height: 1.6;
margin-bottom: 20px;
}

.zt_ask dl {
width: 100%;
height: auto;
float: left;
background: #000000;
padding-left: 60px;
padding-right: 60px;
display: flex;
}

.zt_ask dl dd {
width: 23.75%;
height: 59px;
line-height: 59px;
float: left;
font-size: 18px;
color: #FFFFFF;
}

.zt_ask dl dd:last-child {
width: 5%;
}



.zt_fwbz {
width: 100%;
height: auto;
float: left;
margin-bottom: 50px;
margin-top: 15px;
}

.zt_fwbz ul {
width: 100%;
height: auto;
float: left;
display: flex;
justify-content: space-between;
}

.zt_fwbz ul li {
float: left;
display: flex;
flex-direction: column;
margin-bottom: 2%;
background: #ffffff;
overflow: hidden;
border-radius: 15px;
border: 3px solid #F3F3F3;
cursor: pointer;
}

.zt_fwbz ul li:hover {
border: 3px solid #EA4D1C;margin-top: -10px;

}

.zt_fwbz ul li.line {
width: 10%;
background: none;
float: left;
position: relative;
color: #ffffff;
}

.zt_fwbz ul li.line:after {
content: '';
width: 8px;
height: 18px;
background: url(../images/keyan_liucheng_icon_3.png) no-repeat center center/100% 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.zt_fwbz ul li.line:hover {
border: 3px solid #f3f3f3;
}

.zt_fwbz ul li .date {
width: 100%;
float: left;
height: 48px;
background: #000000;
font-size: 16px;
color: #FFFFFF;
line-height: 48px;
text-align: center;

}

.zt_fwbz ul li:hover .date {
background: #EA4D1C;
color: #fff;
}

.zt_fwbz ul li .info {
width: 100%;
height: auto;
float: left;
padding: 18px 20px;
}

.zt_fwbz ul li .info h3 {
width: 100%;
height: auto;
float: left;
font-size: 18px;
color: #000000;
line-height: 25px;
text-align: center;
margin-bottom: 25px;
font-weight: normal;
}

.zt_fwbz ul li .info p {
width: 100%;
height: auto;
float: left;
font-size: 14px;
color: #757575;
line-height: 20px;
}

.zt_fwbz ul li .info h4 {
width: 100%;
height: auto;
float: left;
font-size: 14px;
color: #000000;
line-height: 20px;
margin: 15px 0 10px;
font-weight: normal;
}



.zt_fwys {
width: 100%;
height: auto;
float: left;
margin-bottom: 50px;
}

.zt_fwys ul {
width: 100%;
height: auto;
float: left;
}

.zt_fwys ul li {
width: 49%;
height: auto;
float: left;

margin-right: 2%;
margin-bottom: 2%;
background: #F3F3F3;
border-radius: 12px;
overflow: hidden;
padding: 18px;
display: flex;
cursor: pointer;
}

.zt_fwys ul li:nth-child(2n) {
margin-right: 0;
}

.zt_fwys ul li .picbox {
width: 256px;
height: auto;
float: left;
background: #00000020;
}

.zt_fwys ul li .picbox img {
width: 100%;
height: auto;
float: left;
}

.zt_fwys ul li .info {
width: 303px;
height: auto;
float: left;
padding-left: 30px;
}

.zt_fwys ul li .info h3 {
width: 100%;
height: auto;
float: left;
font-weight: normal;
font-size: 26px;
color: #EA4D1C;
line-height: 35px;
border-bottom: 1px solid #DADADA;
padding-bottom: 10px;
margin-bottom: 10px;
}

.zt_fwys ul li .info p {
width: 100%;
height: auto;
float: left;
font-size: 14px;
color: #757575;
line-height: 22px;
}

.zt_fwys ul li:hover {
background: #EA4D1C;
}

.zt_fwys ul li:hover .info h3 {
color: #ffffff;
}

.zt_fwys ul li:hover .info p {
color: #ffffff;
}




.zt_fwcase {
width: 100%;
height: auto;
float: left;
margin-bottom: 50px;
}

.zt_fwcase ul {
width: 100%;
height: auto;
float: left;
}

.zt_fwcase ul li {
width: 100%;
height: auto;
float: left;
background: #FCFCFC;
border-radius: 12px;
border: 2px solid #F3F3F3;
padding: 30px;
margin-bottom: 16px;
}

.zt_fwcase ul li .title {
width: 100%;
height: auto;
float: left;
display: flex;
align-items: center;
}

.zt_fwcase ul li .title i {
float: left;
width: 80px;
height: 30px;
background: linear-gradient(90deg, #241815 0%, #8C2F00 23.92%, #EA4D1C 100%);
border-radius: 21px;
font-size: 16px;
color: #FFFFFF;
line-height: 30px;
text-align: center;
font-style: normal;

}

.zt_fwcase ul li .title h3 {
width: 100%;
height: auto;
float: left;
color: #000000;
line-height: 30px;
padding-left: 20px;
font-weight: normal;
}

.zt_fwcase ul li .info {
width: 100%;
height: auto;
float: left;
}

.zt_fwcase ul li .info p {
width: 100%;
height: auto;
float: left;
font-weight: normal;
font-size: 14px;
color: #000000;
line-height: 30px;
margin-top: 20px;
margin-bottom: 20px;
}

.zt_fwcase ul li .info dl {
width: 100%;
height: auto;
float: left;
display: flex;
justify-content: space-between;
}

.zt_fwcase ul li .info dl dd {
width: 32%;
height: auto;
float: left;

}

.zt_fwcase ul li .info dl dd.w49 {
width: 49%;
}

.zt_fwcase ul li .info dl dd .picbox {
width: 100%;
height: 0;
padding-bottom: 63.68%;
float: right;
position: relative;
overflow: hidden;
background: #F3F3F3;
}

.zt_fwcase ul li .info dl dd .picbox img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.zt_fwcase ul li .info dl dd:hover .picbox img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}

.zt_fwcase ul li .info dl dd.line {
width: 1px;
background: #F3F3F3;
}




/*960-1279*/
@media screen and (min-width: 960px) and (max-width: 1279px) {




}

/*768-959*/
@media screen and (min-width: 768px) and (max-width: 959px) {
.zt_dbfw ul li{padding: 20px;}
.zt_dbfw ul li h3{font-size: 16px;}
.zt_fwlc ul li i{width: 90px;height: 90px;}
.zt_fwys ul li{flex-direction: column;}
.zt_fwys ul li .picbox{width: 100%;}
.zt_fwys ul li .info{width: 100%;padding-left: 0;}
.zt_fwys ul li .info h3{font-size: 20px;margin-top: 10px;}
.zt_gdfw ul li .info h3{font-size: 16px;}
}


/*480-767*/
@media only screen and (min-width: 480px) and (max-width: 767px){
.zt_dbfw ul li{padding: 20px;}
.zt_dbfw ul li h3{font-size: 16px;}
.zt_fwlc ul li i{width: 90px;height: 90px;}
.zt_fwys ul li{flex-direction: column;}
.zt_fwys ul li .picbox{width: 100%;}
.zt_fwys ul li .info{width: 100%;padding-left: 0;}
.zt_fwys ul li .info h3{font-size: 20px;margin-top: 10px;}
.zt_gdfw ul li .info h3{font-size: 16px;}
}

/*479*/
@media only screen and (max-width: 479px) {
.zt_fwbz ul{display: block;}
.bgf3{padding-top: 4%;padding-bottom: 4%;}
.zt_fwbz{margin-bottom: 4%;margin-top: 2%;}
.ptb70{padding: 5% 0;}
.zt_fwys ul li{flex-direction: column;}
.zt_fwys ul li .picbox{width: 100%;}
.zt_fwys ul li .info{width: 100%;padding-left: 0;}
.zt_fwys ul li .info h3{font-size: 20px;margin-top: 10px;}
.zt_fwcase ul li{padding: 20px;padding: 10px;}
.zt_fwcase ul li .title h3{line-height: 1.6;}
.zt_gdfw ul li{width: 49%;margin-right: 2%;}
.zt_gdfw ul li:nth-child(4n){margin-right: 2%;}
.zt_gdfw ul li:nth-child(2n){margin-right: 0%;}
.zt_gdfw ul li .info h3{font-size: 18px;margin: 15px 0;}
.zt_ask{margin-bottom: 5%;}
.zt_ask ul li .ijobtitle{line-height: 20px;height: 60px;align-items: center;padding-right: 10px;}
.zt_ask ul li .ijobtitle i.down{margin-top: 0;}
.zx_tit_h3 h2{font-size: 18px;}
.zx_tit_h3 a.zx{font-size: 16px;width: auto;padding: 0 15px;}
.zt_dbfw ul{flex-wrap: wrap;}
.zt_dbfw ul li:nth-child(1){width: 49%;margin-right: 2%;}
.zt_dbfw ul li:nth-child(2){width: 49%;}
.zt_dbfw ul li:nth-child(3){width: 49%;margin-right: 2%;}
.zt_dbfw ul li:nth-child(4){width: 49%;}
.zt_dbfw ul li:nth-child(5){width: 100%;}
.zt_fwlc ul{flex-wrap: wrap;justify-content: center;}
.zt_bdxt dl dt .w1 {}
.zt_bdxt dl dt .w2 {}
.zt_bdxt dl dt .w3 {}
.zt_bdxt dl dt .w4 {}
.zt_bdxt dl dt .w5 {}
.zt_bdxt dl dt .w6 {}
.zt_bdxt{margin-bottom: 5%;}
.zt_bdxt dl dd{flex-wrap: wrap;}
.zt_bdxt dl dd div{margin-bottom: 2%;}
.zt_bdxt dl dd .w1 {width: 49%;margin-right: 2%;}
.zt_bdxt dl dd .w2 {width: 49%;margin-right: 0%;}
.zt_bdxt dl dd .w3 {width: 100%;margin-right: 0;}
.zt_bdxt dl dd .w4 {width: 100%;margin-right: 0%;}
.zt_bdxt dl dd .w5 {width: 100%;margin-right: 0%;}
.zt_bdxt dl dd .w6 {width: 100%;}
.zt_tskf ul li{width: 49%;margin-right: 2%;}
.zt_tskf ul li:nth-child(3n){margin-right: 2%;}
.zt_tskf ul li:nth-child(2n){margin-right: 0;}
.zx_form form ul li.w23{width: 49%;}
.el-radio+.el-radio{margin-left: 0;}
.el-radio{margin: 0;margin-right: 20px;}
.el-radio-group{flex-wrap: wrap;display: flex;justify-content: left;}













}
