*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
table{border-collapse:collapse;border-spacing:0;}
body{
	min-width:1200px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.main{
    max-width: 1920px;
    margin: 0 auto;
    background-size: 100%;
    overflow: hidden;
}
.main_top{
    max-width: 1920px;
    margin: 0 auto;
    background-size: 100%;
    overflow: hidden;
}
.main_top img{
	display:block;
	width:100%;
}
.main_box{
    width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}
.main_box_title{
    width: 1000px;
    height: 80px;
    background-image: linear-gradient(-270deg, #ff4f4f 3%, #dd0000 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.main_box_mssf{
	width:960px;
	margin:50px auto;
	height:160px;
	
}
.main_box_mssfone{
	width:160px !important;
	border:1px solid #ebebeb;
	height:160px;
	box-sizing: border-box;
}
.main_box_mssfone_p1{
	text-align:center;
	font-weight:bold;
	width:100%;
	display:block;
	padding:10px 0;
	color:#333;
	font-size:18px;
    background: #ff4f4f;
    color: #fff;
}
.main_box_mssfone_p2{
	margin-top:15px;
	text-align:center;
}
.main_box_mssfone_p3{
	margin-top:15px;
	text-align:center;
}

.main_box_talbetime{
    width: 960px;
    height: 150px;
    margin: 50px auto 0;
}
.main_box_talbetime tr td{
    border: 1px solid #dedede;
    text-align: center;
    width: 160px;
    line-height: 30px;
    color: #333;
}
.main_box_talbetime_line{
    font-weight: bold;
    background: linear-gradient(45deg, #f7c77b, #f67fc2);
}
.main_box_js{
    width: 1000px;
    margin: 25px auto;
}
.main_box_js_ts{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.main_box_js p{
    color: #333;
}
.main_box_js_ts2{
    margin-top: 8px;
}
.main_boxask{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 50px auto 15px;
}
.main_boxask a{
    width: 300px;
    height: 60px;
    border-radius: 35px;
    background: url(https://www.yinhangzhaopin.com/special/2026zhczbk/images/askbg.png) top center no-repeat;
    background-size: cover;
    border: 1px solid;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    box-shadow: 10px 10px 10px #dedede;
	cursor:pointer;
}
.main_boxask a:hover{
    font-size: 22px;
}
.main_box_ms1{
    background-image: -webkit-linear-gradient(left, #fff700, #ff0505);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 25px;
}
.main_box_ms2{
    margin-top: 5px;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.main_box_msbox{
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.main_box_msbox_one{
    width: 300px;
}
.main_box_msbox_one_top{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_box_msbox_one_top img{
    width: 40px;
}
.main_box_msbox_one_top p{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.main_box_msbox_one_main{
    width: 100%;
    height: 220px;
    background: #fff5f5;
    overflow: hidden;
	box-shadow: 1px 5px 12px #ef7272;
}
.main_box_msbox_one_main p{
    width: 80%;
    margin: 25px auto;
    line-height: 30px;
}
.main_box_lc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
}
.main_box_lc_one{
    width: 160px;
    height: 100px;
    border: 3px dashed #ff5d11;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;

}
.arrow{
    width: 100px;
}
.main_box_lc_one p{
    color: #333;
}
.main_box_lc_one p:nth-child(1){
    font-weight: bold;
}
.main_box_zzt{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
   
}

.main_box_zzt img{
    width: 200px;
    margin: 0 25px;
}
.main_box_zzt p{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.main_box_zztbox{
    width: 800px;
    margin: 0 auto;
    border-bottom: 2px solid #a80909;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-bottom: 15px;
}
.main_box_ls{
    width: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px auto 0;
}
.main_box_ls div{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 330px;
    margin-bottom: 10px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_box_ls div img{
	width:26px;
	margin-right:5px;
}
.lessonTable{
    width: 100%;
    margin:25px  auto ;
    text-align: center;
    border-collapse:collapse;
}
.lessonTable tr td{
    padding: 10px;
    border: 1px solid #dedede;
}
.main_boxbtm{
	display:block;
	margin:50px auto 0;
}

   .zhezhao{
        position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    }
    .yhzp_tc{
        width: 400px;
        height: 450px;
        background: linear-gradient(to bottom, #fff, #fff, #fff);
        position: absolute;
        left: 50%;
        margin-left: -200px;
        top: 50%;
        margin-top: -225px;
    }
    .yhzp_tc_title{
        text-align: center;
        margin: 25px auto 0;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333;
    }
    .yhzp_tc_title2{
        text-align: center;
        margin: 10px auto;
        font-size: 14px;
        color: #777777;
    }
    .yhzp_tc p{
        position: relative;
    }
    .yhzp_tc p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(index.png) no-repeat;
    }
    #form1{
        width: 350px;
        margin: 25px auto;
    }.yhzp_tc_p{
        font-weight: bold;
        color: #333;
        padding-left: 25px;
    }
    .yhzp_tc input,select{
        width: 100%;
        height: 44px;
        line-height: 44px;
        border: 1px solid #e5e5e5;
        padding-left: 20px;
        margin: 2px 0 22px;
        font-size: 16px;
        border-radius: 4px;
        box-sizing: border-box;
        color: #757575;
        outline: none;
    }
    .yhzp_tc select option{
        color: #333;
    }
    .yhzp_tc_p_div{
        display: flex;
        justify-content: space-between;
    }
    .yhzp_tc_close{
        width: 35px;
        position: absolute;
        right: 5px;
        top: 5px;
		cursor:pointer;
    }







.item_change_title{
	background-image: -webkit-linear-gradient(left, #ff4f4f, #dd0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
	margin:50px auto;
}
.item3_container{
    width: 1020px;
    margin: 0 auto 50px;
    position: relative;
    background: #e3f1fe !important;
}
.item3_container_div{
    width: 100%;
    z-index: 1;
    border-radius: 0 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #fff;

}
.item_bottom{
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}
.item_city{
    max-width: 1920px;
    margin: 0 auto;
    padding: 5px 0;
}
.item_city_div{
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    background: #e31616;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
	margin-left:16px;
}
.item_city_div_one:hover{
    font-size: 22px;
    background: #c30707;
}
.item_city_con{
    width: 980px;
    margin: 0 auto;
   
}
.item_city_con_box{
    width:100%;
    height: 210px;
    margin-top: 10px;
    box-shadow: 0 3px 10px 1px #bdbdbd;

}
.item_city_con_box img{
    width: 150px;
    margin-top: 30px;
    margin-right: 150px;
}
.item_city_con_box_p{
    line-height: 180px;
    margin-left: 150px;
}
.item_city_con_box_city{
    margin-left: 100px;
}
.item_city_con_box_city p{
    margin-top:25px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #c30707;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #c30707;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}
.swiper-button-next,.swiper-button-prev{
	color:#dd0000 !important;
}