*{
    padding: 0;
    margin: 0;
}
.clear{
    clear: both;
}
a{
    text-decoration: none;
    color: #333;
}
p{
    color: #333;
}
body{
    min-width: 1200px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.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;
  }
.container{
    max-width: 1920px;
    padding: 1px 0;
    background:url("bg1.jpg") 0 0 no-repeat,
               url("bg2.jpg") 0 410px no-repeat,
               url("bg3.jpg") 0 817px no-repeat #10c6bd;
    
}
.topImg{
    width: 1020px;
    margin: 0px auto;
    margin-top: 100px;
}
.topImg_p{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #1bd5da;
    letter-spacing: 2px;
}
.topImg_img{
    width: 100%;
    margin-top: 40px;
    margin-left: 50px;
}
.item1_container{
    width: 1020px;
	height:650px;
    margin: 0px auto;
    margin-top: 200px;
	position:relative;
}
.item_yy_p{
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #ffe169;
    margin:150px 0 50px 0;

}
.item_darkred_inputdiv{
	border-radius: 0 20px 20px 20px;
    width: 100%;
	height:550px;
    margin:0px auto ;
    text-align: center;
	background:#6369e5;
	position:relative;
	top:-100px;
	border:1px solid #6369e5;
}
.item_darkred_inputdiv_line{
	width:90%;
	border:1px solid #fff;
	margin:0 auto;
	margin-bottom:50px;
	padding:50px 0 1px 0;
	border-radius:20px;
}
.phone1,.province1,.name,.bank2{
    height: 35px;
    border: 1px solid #bdbdbd;
	box-shadow:0 3px 10px 1px #dcdcdc;
    width: 170px;
    margin-right: 15px;
    
}
.inputDiv{
    width: 100%;
    margin: 25px auto;
    text-align: center;
}

.yanzheng1{
    width: 145px;
    height: 35px;
    border: 1px solid #bdbdbd;
    box-shadow: 0 3px 10px 1px #dcdcdc;

}

.huoqu1{
    width: 110px;
    height: 35px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to right, #d7d8f1, rgb(121, 138, 235));
    color: #fff;
}

.yuyue {
    display: block;
    width: 250px;
    height: 35px;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #d7d8f1, rgb(121, 138, 235));
    border: none;
    font-size: 20px;
    font-weight: bold;
	cursor:pointer;
	border-radius:25px;
}
.yuyue:hover{
font-size: 22px;
}
.item2_container{
    width: 1020px;
    height: 480px;
    margin: 50px auto;
    position: relative;
}
.item2_img{
    position: relative;
    z-index: 2;
}
.item2_purple{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    top: -100px;
    border-radius: 0 20px 20px 20px;
    background-color: #6369e5;
    border: 1px solid #6369e5;

}
.item2_purple_div{
    width: 80%;
    margin: 0 auto;
    height: 250px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 120px;
    padding: 0 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.qqgroup{
    width: 180px;    
}
.item2_purple_div_box{
    width:35%;
    height: 200px;
}
.correct{
    float: left;
    width: 24px;
    margin-right: 5px;
}
.item2_purple_div_box p{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.item3_container{
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.item3_container_div{
    width: 100%;
    position: relative;
    z-index: 1;
    top: -100px;
    border-radius: 0 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #fff;

}
.item_bottom{
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    margin-top: 120px;
}
.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: #48cdb2;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #069679;
}
.item_city_con{
    width: 980px;
    margin: 0 auto;
   
}
.item_city_con_box{
    width:100%;
    height: 180px;
    margin-top: 10px;
    box-shadow: 0 3px 10px 1px #bdbdbd;

}
.item_city_con_box img{
    width: 150px;
    margin-top: 15px;
    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: #48cdb2;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #48cdb2;
    font-weight: bold;
}
.item4_container{
    max-width: 1920px;
    height: 150px;
    background: #fff;
    margin-bottom: 50px;
    border: 1px solid #fff;
}
.item_bgw_title{
    width: 580px;
    margin: 0 auto;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 50px;
}
.item_bgw_title img{
    width: 10px;
}
.item_bgw_title p{
    background-image: -webkit-linear-gradient(left, #5b8fd4, #367ba3, #175e6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
.item_sys_div{
    width: 1020px;
    height: 300px;
    margin: 50px auto;
    margin-top: 50px;
    border: 3px solid #abc0ef;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px;
}
.item_sys_div_one{
    width: 260px;
}
.item_sys_div_one img{
    width: 100%;
	border-radius:10px;
}
.item5_container{
    max-width: 1920px;
    background: #fff;
    border: 1px solid #fff;
}
.item_book_div{
    width: 1200px;
    margin: 0px auto;
    margin-top: 50px;
    border: 1px solid #10c6bd;
    border-radius: 50px 50px 0 0 ;
    background: #10c6bd;
    padding-bottom: 25px;
    margin-bottom: 50px;

}
.item_book_div_t{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}.item_book_div_con{
    width: 95%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}
.item_book_div_con_box{
    width: 260px;
    height: 300px;
    border: 1px solid #10c6bd;
    position: relative;
	margin-top:30px
}

.item_book_div_con_buy{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #10c6bd;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 260px;

}
.item_book_div_con_box p{
	text-align:center;
	font-size:14px;
}
.item_book_div_con_box img{
    width: 100%;
    display: block;
    margin: 15px auto;
}
.item_book_div_ewm{
    width: 95%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 30px 0;
}
.item_book_div_ewm_img{
    width: 280px;
    text-align: center;
}
.item_book_div_ewm img{
    width: 240px;
    
}
.item_book_div_ewm_w{
    width: 810px;
    margin-left: 50px;
}
.correct_img{
    width: 26px !important;
    margin-right: 10px;
}
.item_book_div_ewm_w p{
    font-weight: bold;
    margin-top: 15px;
}
.item_book_div_ewm_w p:nth-child(1){
    font-size: 26px;
}

.item_book_div_ewm_w p:nth-child(3){
    margin-top: 35px;
}
.item_book_div_ewm_w span{
    display: block;
    float: left;
margin-right: 25px;}
.item_botom{
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}
.item_bottom1{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom1 img{
    width: 100%;
    display: block;
}
