*{
    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;
}

.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;
  }

.top_img{
    max-width: 1920px;
    margin: 0 auto;
}
.top_img img{
    width: 100%;
}
.item_main{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background:url('images/top1.jpg') top center no-repeat #74cd9d;
    background-size: cover;
}
.item_main_img{
    width: 60%;
    margin: 50px auto 0;
} 
.item_main_img img{
    width: 100%;
}
.item_main_title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 150px;
    letter-spacing: 3px;
}
.item_main_box{
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_main_box_one{
    width: 450px;
    height: 150px;
    background: #fff;
    box-shadow: 0 3px 10px 1px #dcdcdc;
    position: relative;
    padding:100px  50px 25px 50px;
    margin-bottom: 50px;
}
.item_main_box_one_t{
    width: 150px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 50px;
    left:0;
    background: #d7ecff;
    color: #13488e;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
}
.item_main_box_one ul li{
    margin-top: 15px;
}
.item_btn{
    max-width: 1920px;
    margin: 0 auto;
    background: #74cd9d;
}
.item_main_btn{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.item_main_btn_a{
    display: block;
    width: 300px;
    height: 50px;
    font-size: 26px;
    font-weight: bold;
    background: #f4cc48;
    text-align: center;
    line-height: 50px;
    border: 2px solid rgb(238, 125, 50);
    cursor: pointer;
   
}
.item_btn_div{
    width: 1200px;
    background: #fff;
    margin: 50px auto 0;
    overflow: hidden;
}
.item_btn_div_t{
    font-size: 36px;
    font-weight: bold;
    color: #60cbab;
    text-align: center;
    margin: 50px auto;
}
.item_btn_div_box{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.item_btn_div_box ul li{
    list-style: none;
    width: 200px;
    height: 50px;
    border-bottom: 2px solid #a4a7e6;
    text-align: center;
    line-height: 50px;
    font-size: 18px;

}
.item_btn_div_box ul li:first-child{
    background: #353cc8;  
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
    border: none;
}
.item_btn_bottom{
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.item_btn_bottom a{
    display: block;
    width: 150px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    background: #f4cc48;
    text-align: center;
    line-height: 30px;
}
.item_bk{
    max-width: 1920px;
    background: #ededed;
    margin: 0 auto;
    overflow: hidden;
}
.item_bk_div{
    width: 1100px;
    height: 950px;
    margin: 50px auto;
    background: url('images/bkBg.png') top center no-repeat;
    background-size: 100%;
    position: relative;
}
.item_bk_div_p1{
    position: absolute;
    right: 200px;
    top: 100px;
}
.item_bk_div_p2{
    position: absolute;
    right: 100px;
    top: 350px;
}
.item_bk_div_p3{
    position: absolute;
    right: 140px;
    top: 620px;
}
.item_bk_div_p4{
    position: absolute;
    right: 130px;
    top: 910px;
}
.item_bk_div p{
    margin-top: 10px;
}
.item_kc{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: #60cbab;
}
.item_kc_title{
    font-size: 36px;
    font-weight: bold;
    color: #ffd965;
    text-align: center;
    margin: 50px auto 0;
}
.item_kc_title2{
    font-size: 16px;
    color: #ffd965;
    text-align: center;
    margin: 20px auto 0;
}
.item_kc_con{
    width: 700px;
    margin: 50px auto;
    padding-bottom: 15px;
}
.item_kc_con p{
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
}
.item_kc_con p:nth-child(1){
    font-size: 26px;
    font-weight: bold;
}
 .item_bk_tab2{
    width: 1200px;
    margin: 50px auto;
    background: #fff;
}
 .item_bk_tab2 tr td{
    padding:5px 2px;
	border:1px solid #bdbdbd;
}

.item_bk_kc_title3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.item_bk_kc_title3 span{
    color: #b5e26e;
}
.item_bk_kc_title3_bottom{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.item_bk_tab2 tr td a:nth-child(1){
	background: #ff6666;
    color: #fff;
	padding:2px;
}
.item_bk_tab2 tr td a:nth-child(2){
	margin-left:1%;
	background: #d32e2e;
    color: #fff;
	padding:2px;
    cursor: pointer;
}
.item_kc_div{
    width: 1200px;
    height: 350px;
    margin: 50px auto;
}
.item_kc_div_one{
    width: 500px;
    height: 300px;
    border-radius: 10px;
    float: left;
}
.item_kc_div_one_top{
    width: 100%;
    height: 60px;
    background: #206a63;
    border-radius: 10px 10px 0 0;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
}
.item_kc_div_one_bottom{
    position: relative;
    width: 100%;
    height: 240px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    background: url('images/l1.jpg') top center no-repeat #fff;
    background-size: 100%;
}
.item_kc_div_one_bottom_l1{
    width: 160px;
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 10px;
}
.item_kc_div_one_bottom_l1 p{
    margin-top: 5px; 
}
.item_kc_div_one_bottom_l2{
    width: 180px;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.item_kc_div_one_bottom_l2 p{
    margin-top: 5px; 
}
.item_kc_div_one_bottom_l2 img{
    float: left;
    margin-top: -5px;
}
.item_kc_div_one_bottom_l3{
    width: 180px;
    font-size: 14px;
    position: absolute;
    top: 110px;
    right: 10px;
}
.item_kc_div_one_bottom_l3 p{
    margin-top: 5px; 
}
.item_kc_div_one_bottom_l3 img{
    float: left;
    margin-top: -5px;
}
.item_kc_div_one2{
    float: right;
    margin-top: 50px;
}
.rr2{
    border-radius: 10px 10px 0 0;
    background: url('images/l2.jpg') top center no-repeat #fff;
    background-size: 100%;
}
.rr1{
    border-radius:0 0 10px 10px;
}
.sec2,.sec3{
    width: 150px;
}

.item_book{
    max-width: 1920px;
    margin: 0 auto;
	background:#fff;
}
.item_book_div{
    width: 1200px;
    margin: 0px auto;
    margin-top: 50px;
    border: 1px solid #51a2d1;
    border-radius: 50px 50px 0 0 ;
    background: #51a2d1;
    padding-bottom: 25px;

}
.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 #4fc0d4;
    position: relative;
	margin-top:30px
}

.item_book_div_con_buy{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #4fc0d4;
    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: 60%;
    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_kc_title3{
    font-size: 36px;
font-weight: bold;
text-align: center;
margin: 50px auto 0;
background-image: -webkit-linear-gradient(left, #5b8fd4, #367ba3, #175e6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.item_change_title{
	background-image: -webkit-linear-gradient(left, #2c9a96, #1c231f);
    -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: #62c3d2;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
	margin-left:13px;
}
.item_city_div_one:hover{
    font-size: 26px;
    background: #095856;
}
.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{
    font-size: 16px;
	margin-top:25px;
}
.item_city_con_box_city p span{
    color: #48cdb2;
    font-weight: bold;
}
.item_city_con_box_city p a{
    color: #48cdb2;
    font-weight: bold;
}
.item_bottom2{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom2 img{
    width: 100%;
}







.zhezhao{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    display:none;
    
}
.tankuang{
    position: relative;
    background: #fff;
    width: 600px;
    height:400px;
    border-radius: 5px;
    margin: 0 auto;
    top:15%;
    padding: 1px;
    
}
#header{
    height: 40px;
}
#header-right{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: red;
    color: #fff;
    right: 5px;
    top: 5px;
    text-align: center;
    cursor: pointer;
}
.form_line{
width: 80%;
height: 33px;
margin: 16px auto;

}
.form_line p{
float: left;
width: 20%;
margin-top: 7px;
}
.form_line .name,.number,.bank,.province{
width: 78%;
height: 30px;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;

}

.form_line_t{
margin-top: 60px;
}
.huoqu{
width: 30%;
height: 35px;
float: right;
background: #00cccc;
color: #fff;
font-size: 16px;
border: none;
border-radius:5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
background:linear-gradient(to right,#41ffdc,#29aaf5);/* ±ê×¼*/
background:-webkit-linear-gradient(left,#41ffdc,#29aaf5);/* Safari 5.1 - 6.0 */
background:-o-linear-gradient(right,#41ffdc,#29aaf5);/* Opera 11.1 - 12.0 */
background:-moz-linear-gradient(right,#41ffdc,#29aaf5);/* Firefox 3.6 - 15 */
}
.yanzheng{
width: 48%;
height: 30px;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
}
.baoming{
width: 60%;
height: 30px;
background: #00cccc;
color: #fff;
font-size: 16px;
border: none;
margin-left: 20%;
margin-top: 15px;
border-radius:5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
background:-webkit-linear-gradient(left,#29aaf5,#41ffdc);/* Safari 5.1 - 6.0 */
background:-o-linear-gradient(right,#29aaf5,#41ffdc);/* Opera 11.1 - 12.0 */
background:-moz-linear-gradient(right,#29aaf5,#41ffdc);/* Firefox 3.6 - 15 */
background:linear-gradient(to right,#29aaf5,#41ffdc);/* ±ê×¼*/

}
.form_line select,option{
height: 34px;
width: 78%;
float: right;
border: 1px solid #bdbdbd;
border-radius: 5px;
box-shadow: 0 3px 10px 1px #dcdcdc;
}






