*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
color: #6cb5e3;
}
.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_container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: url('bg1.jpg') no-repeat top center    #fb8e89;
    background-size: 100%;
    border-top: 1px solid #eb5056;
    padding-bottom: 50px;
    
}
.item_spring{
    width: 850px;
    padding: 50px 0;
    margin: 50px auto;
    background: url('sprbg.png') top center no-repeat #fff;
    background-size: 100%;
    margin-top: 32%;
    border-radius: 15px;
}
.item_spring_t{
    font-size: 46px;
    font-weight: bold;
    margin-left: 120px;
    color: #0f0a05;
}
.item_spring_t span{
    color: #00cccc;
}
.item_spring_c{
    color:#0c0b0a ;
    margin:15px 0 0 50px;
}
.item_adv{
    width: 850px;
    height: 900px;
    padding: 50px 0 0 0;
    margin: 50px auto;
    background: url('advbg.png') top center no-repeat;
    background-size: 100%;
    border-radius: 15px;
    position: relative;
}
.item_adv_one p{
    font-size: 14px;
    color:#0c0b0a;;
    margin-top: 5px;
}
.item_adv_one{
    position: absolute;
    left: 470px;
    top: 160px;
}
.item_adv_two p{
    font-size: 14px;
    color:#0c0b0a;;
    margin-top: 5px;
}
.item_adv_two{
    position: absolute;
    left: 340px;
    top: 375px;
}
.item_adv_three p{
    font-size: 14px;
    color:#0c0b0a;;
    margin-top: 5px;
}
.item_adv_three{
    position: absolute;
    left: 260px;
    top: 560px;
}  
.item_adv_four p{
    font-size: 14px;
    color:#0c0b0a;;
    margin-top: 5px;
}
.item_adv_four{
    position: absolute;
    left: 170px;
    top: 770px;
}  

.item_adv .item_adv_left_t{
    font-size: 46px;
    font-weight: bold;
}
.item_adv_left .act{
    color: #00cccc;
}
.item_adv_left{
    position: absolute;
    top: 220px;
    left: 70px;
}
.item_bk{
    width: 850px;
    padding: 50px 0 0 0;
    margin: 50px auto;
    background: url('bkbg.png') top center no-repeat #fff;
    background-size: 100%;
    border-radius: 15px;
    position: relative;
}
.item_bk_topL{
    position: absolute;
    top: 50px;
    left: 130px;
}
.item_bk_topL_p{
    font-size: 46px;
    font-weight: bold;
}
.item_bk_topL_p1{
    color: #00cccc;
}
.item_bk_topR{
    width: 380px;
    height: 100px;
    padding:10px 20px;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 15px;
    position: absolute;
    left: 350px;
    top: 52px;
}
.item_bk_topR p{
    font-size: 14px;
    margin-top: 5px;
}
.item_bk_tab{
    width: 95%;
    margin: 0 auto;
    border: 5px solid #00cccc;
    margin-top: 200px;
    background: #fff;
    border-collapse:collapse;  
	border-radius:15px;
    
}
.item_bk_tab td,th{
    border: 1px solid #bdbdbd;
    font-size: 12px;
    padding: 5px;
}
.item_bk_tab th{
    font-size: 14px;
    background: #fee4d7;
}
.item_bk_kc{
    width: 95%;
    margin: 50px auto;
    font-size: 14px;
    
    background-size: 100%;
    border-top: 1px solid #eaedf5;
    border-top: 1px solid #fff;

}
.item_bk_kc .item_bk_tab2{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 50px;
}
.item_bk_kc .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_bk_bottom{
    width: 700px;
    position: absolute;
    top: 500px;
    left: 50px;
    
}
.item_bk_bottom_l{
    float: left;
}
.item_bk_bottom_r{
    float: right;
    margin-top: 15px;
    color: #f72d2d;
    font-weight: bold;
    font-size: 28px;
}
.item_yjs{
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0;
}
.item_yjs .item_yjs_t{
    font-size: 46px;
    font-weight: bold;
    color: #0f0a05;
    text-align: center;
}
.item_yjs .item_yjs_t span{
    color: #00cccc;
}
.item_yjs_c{
    width: 850px;
    margin: 50px auto;
    font-size: 14px;
    line-height: 26px;
}
.item_yjs_other{
    width: 850px;
    margin: 0 auto;
}
.item_yjs_other_l{
    width: 60%;
    float: left;
}
.item_yjs_other_r{
    width: 39%;
    float: right;
}
.item_yjs_other_r img{
    width: 100%;
}
.item_yjs_other_l p{
    margin-top: 10px;
}
.item_yjs_other_l p:nth-child(1){
    color: #00cccc;
    font-weight: bold;
    font-size: 20px;
}
.item_yjs_other_l p:nth-child(2){
    margin-top:50px;
}
.item_yjs_other_l p:nth-child(4){
    width: 65%;
    background: #00cccc;
    font-weight: bold;
}
.item_bottom{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom 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;
        }
		