*{
    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;
}
.item_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;
}
.item_main{
    max-width: 1920px;
    margin: 0 auto;
    background: url(mainbg.jpg) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.item_main img{
    display: block;
    margin: 50px auto;
    width: 60%;
}
.item_black{
    max-width: 1920px;
    margin: 0 auto;
    background: #000;
    overflow: hidden;
}
.item_black img{
    display: block;
    width: 1000px;
    margin: 25px auto;
}
.item_qc{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #bdf0fd, #ecfbff, #fff);
}
.item_qc_box{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.item_qc_box_r{
    width: 520px;
    margin-left: 80px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
}
.item_gw{
    max-width: 1920px;
    height: 200px;
    margin: 0 auto;
    background: url(yw.png) top center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.item_gw_box{
    width: 850px;
    height: 100px;
    border: 2px solid #333;
    margin: 25px auto;
    line-height: 100px;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-indent: 25px;
}
.item_gw_box span{
    color: #f95dcf;
}
.item_gw_box_r{
    width: 35px;
    height: 100px;
    background: #333;
    float:right;
}
.item_title{
    width: 1000px;
    margin: 50px auto 25px;
    box-sizing: border-box;
}
.item_title .num1{
    width: 140px;
    display: block;
}
.item_title_box{
    width: 1000px;
    margin-top: 15px;
}
.item_title_box img{
    display: block;
    height: 50px;
}
.item_gwsj{
    width: 1000px;
    margin: 25px auto 0;
    font-size: 20px;
    line-height: 36px;
}
.pinkbg{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: -webkit-linear-gradient(top, #fff, #fce6f5, #f8cdeb);
}
.item_gwxz{
    width: 800px;
    margin: 25px auto 50px;
    display: flex;
    justify-content: space-around;
}
.item_gwxz p{
    padding: 10px;
    border: 2px solid #333;
    font-size: 22px;
}
.item_title_box_num{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: right;
    margin-right: 125px;
}
.item_zx{
    width: 1000px;
    margin: 50px auto 200px;
    display: flex;
    justify-content: space-around;
}
.item_zx_box{
    width: 400px;
}
.item_zx_box_top{
    width: 100%;
    height: 55px;
    background: url(arr.png) top left no-repeat;
}
.item_zx_box_top_p1{
    font-size: 20px;
    color: #0084b0;
    font-weight: bold;
    text-indent: 50px;
}
.item_zx_box_top_p2{
    font-size: 20px;
    color: #333;
    text-indent: 50px;
}
.item_zx_box_qrcode{
    width: 200px;
    margin: 25px auto;
}
.item_zx_box_qrcode img{
	width:100%;
}
.item_pinkbg{
    max-width: 1920px;
    height:250px;
    background: url(pk.png) top center no-repeat;
    background-size: cover;
    margin-top: -150px;
}
.item_title_box_num2{
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    color: #333;
}
.item_lc{
    width: 1000px;
    margin: 50px auto;
}
.item_lc img{
    width: 100%;
}



.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}
.title_r{
    width: 90%;
    display: block;
    margin: 25px auto;
}
.item_pt_box_div_r{
    box-sizing: border-box;
    border: 5px solid rgb(230, 230, 230);
    border-radius: 25px;
}
.item_pt_box_div_r_group{
    display: block;
    width: 230px;
    margin: 25px auto;
}



.item_change{
    max-width: 1920px;
    margin:0 auto;
	overflow:hidden;
    background: rgb(228 254 246);
}
.item_change_title{
	background-image: -webkit-linear-gradient(left, #77eee8, #235fe5);
    -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: 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: space-around;
    flex-wrap: nowrap;
}
.item_city_div_one{
    width: 105px;
    border: 1px solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    background: #4ca9c5;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #0b93bc;
}
.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: 17px;
    font-size: 16px;
}
.item_city_con_box_city p span{
    color: #4ca9c5;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #4ca9c5;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}
#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_hzt{
	font-size:36px;
	font-weight:bold;
	margin:50px auto;
	text-align:center;
	color:#333;
}
