*{
    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;
}


.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;
}


.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;
    background-size: cover;
}
.main_top{
    width: 60%;
    margin: 50px auto;
}
.main_top img{
    width: 100%;
}
.main_sjh{
    width: 70%;
    margin: 50px auto;
}
.main_sjh img{
    width: 100%;
}
.main_hxys{
    width: 1000px;
    background: #fff;
    border-radius: 25px;
    border: 2px solid #dedede;
    margin: 100px auto 0;
}
.main_title{
    width: 100%;
    margin: 0 auto;
}
.main_title img{
    display: block;
    margin: 0 auto;
    height: 70px;
}
.title1{
    margin-top: -30px;
    margin-bottom: 50px;
}
.main_sjh_line{
    width: 900px;
    height: 90px;
    margin: 15px auto;
    background: url(images/bll.png) top left no-repeat;
    background-size: 55%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_sjh_line_l{
    width: 400px;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.star{
    width: 60px;
    margin: 0 25px;
}
.main_sjh_line_r{
    width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.main_sjh_line_l p{
    font-size: 26px;
    font-weight: bold;
    color: #1250b6;
}
.main_sjh_line_r p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.main_ask{
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.main_ask a{
    display: block;
    width: 300px;
    border-radius: 50px;
    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;
}
.main_kslj{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
}
.main_kslj img{
    display: block;
    width: 650px;
}
.main_kslj a{
    display: block;
    width: 300px;
    border-radius: 50px;
    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;
}
.main_bmhz{
    width: 1200px;
    background: #fff;
    border-radius: 25px;
    border: 2px solid #dedede;
    margin: 100px auto 0;
}
.main_bmhz_title{
    width: 950px;
    margin: -30px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main_bmhz_title img{
    display: block;
    height: 55px;
}
.main_bmhz_title_line{
    width: 40px;
    height: 8px;
    background: #1250b6;
}
.main_kslj_group{
    width: 900px;
    height: 230px;
    background: #b5e5ff;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.main_kslj_group_l{
    width: 400px;
}
.main_kslj_group_r{
    width: 200px;
}
.main_xts{
    width: 1000px;
    background: #fff;
    border-radius: 25px;
    border: 2px solid #dedede;
    margin: 100px auto 0;
}
.main_xts_box{
    width: 900px;
    margin: 50px auto;
    background: url(images/line.png) top left no-repeat;
    background-size: contain;

}
.main_xts_box_one{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_xts_box_one_l{
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_xts_box_one_l img{
    margin-left: -10px;
    margin-right: 50px;
}
.main_xts_box_one_l p{
    font-size: 26px;
    font-weight: bold;
    color: #1250b6;
}
.main_xts_box_one_r{
    width: 550px;
    height: 100px;
    border-bottom: 4px solid #ddecf1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 30px;
}
.titlejd{
    margin: 50px auto;
}
.margin_jd{
    width: 1000px;
    border-radius: 25px;
    margin: 50px auto;
    background: url(images/line.png) top center no-repeat;
    background-size: contain;
    box-sizing: border-box;

}
.margin_jd_one{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0;
}
.margin_jd_one_r{
    width: 400px;
    height: 166px;
    border: 2px solid #dedede;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 30px;
    font-size: 18px;
}
.margin_jd_one_q{
    width: 400px;
}
.main_btm{
    width: 700px;
    margin: 50px auto;
}
.main_btm img{
    width: 100%;
}
.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;
}
#listbox .col-md-12{
	border-bottom:1px #e5e5e5 dashed;
	padding-bottom:20px;
	margin-bottom:20px;
}
#listbox h3 {
	font-weight:bold;
	color:#F00;
	margin-bottom:20px;
}
#listbox .col-md-12>p{
	line-height:25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#listbox .col-md-12>p>a {
	color:#666;
	text-decoration:none;	
}
#listbox .col-md-12>p>a:hover {
	color:#cc0000;
	text-decoration:none;
}
#listbox .col-md-12>p>span {
	margin-right:10px;
	color:#04a2dc;
}
.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;
}













