*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

p{
    color: #333;
}
body{
    min-width: 1200px;
}
table{border-collapse:collapse;border-spacing:0;}

.topNav{
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;

}
.logo{
    float: left;
    width: 280px;
    margin: 20px 0 0 50px;
   
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.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{
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.main{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: url(images/bg.jpg) top center no-repeat #213db3;
    background-size: 100%;
}
.main_top{
    width:1000px;
    margin: 50px auto;
}
.main_top img{
    display: block;
    width: 100%;
}
.main_msfxb{
    width: 650px;
    margin: 150px auto 80px;
    background: url(images/bgfx.png) top center no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    padding: 1px;

}
.main_msfxb_czmsf{
    width: 320px;
    height: 136px;
    background: url(images/czmsf.png) top center no-repeat;
    background-size: 100%;
    margin-top: -70px;
}
.main_msfxb_box{
    width: 90%;
    margin: 20px 0 0 25px;
    line-height: 32px;
}
.main_top_book{
    width: 800px;
    margin-left: -65px;
    margin-top: -25px;
}
.main_top_msq{
	width:100px;
	position:absolute;
    top: 255px;
    left: 95px;
}
.main_top_ps{
	color:#fff;
	position:absolute;
	top: 270px;
    left: 225px;
	font-weight:bold;
}

.main_msfxb_divz{
    width: 900px;
    height: 370px;
    margin: 0 auto;
    margin-left: -120px;
    margin-top: -220px;
    background: url(images/main_msfxb_divz.png) top center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 1px;
}
.main_msfxb_divz_ask{
    width: 650px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 260px auto 0;
}
.main_msfxb_divz_ask a{
    display: block;
    width: 300px;
    height: 50px;
    background-image: linear-gradient(-180deg, #ffef93 3%, #ffcb7e 100%);
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    box-shadow: #dedede 4px 6px 3px;
    border-radius: 30px;
    cursor: pointer;
    color: #81430f;
}
.main_title{
    width: 700px;
    margin: 50px auto 0;
}
.main_title img{
    display: block;
    width: 100%;
}
.main_msjx{
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main_msjx_l{
    width: 700px;
    background: url(images/cycle.png) top center no-repeat #f8fefd;
    background-size: 100%;
}
.main_msjx_r{
    width: 300px;
    background: #fff;
}
.main_msjx_l_t{
    font-size: 40px;
    font-weight: bold;
    color: #bce6f3;
    text-align: center;
    margin-top: 50px;
}

.main_msjx_l_box{
    width: 500px;
    height: 320px;
    border-radius: 25px;
    margin: 50px auto;
    background-image: linear-gradient(-180deg, #4a7cf8 3%, #63add8 100%);
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 50px 25px;
    position: relative;

}
.main_msjx_l_box_t{
    width: 320px;
    height: 50px;
    font-weight: bold;
    background: #f6fbff;
    color: #333;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    position: absolute;
    top: -25px;
    left: 80px;
    box-shadow: 1px 5px 9px #dedede inset;
}
.main_msjx_l_box_con{
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    line-height: 26px;
    border-radius: 25px;
}
.main_msjx_l_box_t2{
    width: 400px;
    height: 40px;
    position: absolute;
    top: 250px;
    left: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main_msjx_l_box_t2 a{
    display: block;
    width: 170px;
    height: 40px;
    background-image: linear-gradient(-180deg, #68a5ff 3%, #1975df 100%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}
.main_msjx_r_title{
    margin-top: 15px;
    font-size: 46px;
    font-weight: bold;
    color: #247efa;
    text-align: center;
    letter-spacing: 5px;
}
.main_msjx_r_box{
    width: 250px;
    height: 335px;
    border: 2px solid #247efa;
    border-radius: 25px;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 15px;
}
.main_msjx_r_title2{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
.main_msjx_r_c{
    line-height: 28px;
    margin-top: 15px;
}
.main_msjx_r_a{
    display: block;
    width: 170px;
    height: 40px;
    background-image: linear-gradient(-180deg, #68a5ff 3%, #1975df 100%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
    margin: 15px auto;
}
.main_title2{
    width: 650px;
}
.main_mstxzs{
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    background: url(images/hs.png) top center no-repeat #f8fefd;
    background-size: 100%;
    box-sizing: border-box;
    padding: 1px;
    
}
.main_mstxzs_p1{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 25px;
}
.main_mstxzs_p2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 25px;
}
.main_mstxzsbox{
    width: 800px;
    margin: 25px auto;
}
.main_mstxzsbox_title{
    width: 380px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: rgb(255, 49, 49);
    border-radius: 25px;
}
.main_mstxzsbox_p{
    margin-top: 15px;
    color: #333;
    line-height: 28px;
}
.main_mstxzsbox_p span{
    font-size: 16px;
    font-weight: bold;
}
.main_mstxzs_ask{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px auto;
}
.main_mstxzs_ask a{
    display: block;
    width:300px;
    height: 60px;
    background-image: linear-gradient(-180deg, #5ef88c 3%, #1fb63f 100%);
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    box-shadow: 3px 7px 5px #dedede;
}
.main_bkgl{
    width: 1000px;
    margin: 0 auto 25px;
    background: #fff;
    border: 1px solid;
}
.main_bkgl_box1{
    width: 1000px;
    height: 562px;
    background: url(images/mshxyz.png) top center no-repeat #f8fefd;
    background-size: 100%;
    padding-top: 1px;
}
.main_bkgl_box1 p{
    font-size: 36px;
    font-weight: bold;
    color: #213db3;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 25px;
}
.main_bkgl_title{
    font-size: 36px;
    font-weight: bold;
    color: #213db3;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
}
.main_bkgl_div{
    width: 950px;
    height: 500px;
    background: url(images/msbk2.png) top center no-repeat #f8fefd;
    background-size: 100%;
    margin: 25px auto;
    padding-top: 1px;
}
.main_bkgl_div_t{
    width: 450px;
    margin: 15px auto;
}
.main_bkgl_div_t img{
    width: 100%;
    display: block;
}
.main_bkgl_div2{
    width: 950px;
    height: 420px;
    background: url(images/bjghbg.png) top center no-repeat #f8fefd;
    background-size: 100%;
    margin: 25px auto;
    padding-top: 1px;
}
.main_bkgl_div_t2{
    width: 450px;
    margin: 15px auto;
}
.main_bkgl_div2_box{
    width: 850px;
    height: 290px;
    margin: 25px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main_bkgl_div2_box_l{
    width: 500px;
    height: 290px;
}
.main_bkgl_div2_box_r{
    width: 300px;
    height: 290px;
}
.main_bkgl_div2_box_l_t{
    width: 100%;
    height: 50px;
    background: url(images/blue.png) top center no-repeat;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
}
.main_bkgl_div2_box_r_t{
    width: 100%;
    height: 50px;
    background: url(images/blue.png) top center no-repeat;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
}
.main_bkgl_div2_box_p{
    width: 90%;
    margin: 25px auto;
    line-height: 30px;
}
.main_bkgl_div3{
    width: 950px;
    background: url(images/bjghbg.png) top center no-repeat #f8fefd;
    background-size: 100%;
    margin: 50px auto;
    padding-top: 1px;
}
.main_bkgl_div_t3{
    width: 600px;
    margin: 15px auto;
}
.main_bkgl_div_t3 img{
    width: 100%;
}
.main_bkgl_div3_box{
    width: 850px;
    height: 300px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main_bkgl_div3_box_one{
    width: 270px;
    height: 300px;
}
.main_bkgl_div3_box_one_t{
    width: 100%;
    height: 50px;
    background: url(images/blue.png) top center no-repeat;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
}
.main_bkgl_div2_box_p2{
    width: 92%;
    margin: 25px auto;
    line-height: 26px;
}
.margin_bkzn{
    width: 1000px;
    margin: 0 auto 50px;
    background: #fff;
    border: 1px solid #fff;
}
.margin_bkzn img{
    display: block;
    width: 900px;
    margin: 50px auto;
}
.main_kc{
    width: 1000px;
    background: #d9fffd;
    margin: 100px auto 50px;
    padding: 1px;
    position: relative;
}
.main_kc_t{
    display: block;
    width: 750px;
    margin: 50px auto 25px;
}
.main_kc_t2{
    width: 750px;
    position: absolute;
    top:-55px;
    left: 125px;
}
.main_kc_div{
    width: 900px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main_kc_div_pic{
    width: 290px;
}
.main_kc_div_pic2{
    width: 900px;
    margin-top: 15px;
}
.main_btm{
    width: 700px;
    margin: 50px auto;
}
.main_btm img{
    width: 100%;
}








.main_ask{
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.main_ask a{
    display: block;
    width: 300px;
    height: 50px;
    background: url(images/red.png) top left no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    box-shadow: #dedede 4px 6px 3px;
    cursor: pointer;
}

.joinus{
    width: 100%;
    background-image: -webkit-linear-gradient(left, #a1caff, #3e7089);
    -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;
}

.item_change_title{
	background-image: -webkit-linear-gradient(left, #9ccdea, #274cd2);
    -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: #51a8c3;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
	margin-left:13px;
}
.item_city_div_one:hover{
    font-size: 20px;
    background: #277289;
}
.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:22px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #3abb85;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #3abb85;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}
.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 form{
    width: 350px;
    margin: 25px auto;
}
.yhzp_tc_title{
    text-align: center;
    margin: 25px auto 0;
    font-size: 22px;
    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;
}
