<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    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;
}
html{font-size:62.5%;} 
body{

} 
p{font-size:14px;font-size:1.4rem;}

.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;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 260px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.item_main{
    max-width: 1920px;
    margin: 0 auto;
    background: url(images/mainbg.png) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.item_main_maint{
    display: block;
    width: 950px;
    margin: 50px auto;
}
.item_main_div{
    width: 950px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
}
.item_main_div a img{
    width: 450px;
}
.item_tk{
    max-width: 1920px;
    padding: 25px 0;
    margin: 50px auto 0;
    overflow: hidden;
    background: -moz-linear-gradient(bottom,  #8385f7  0%, #6142d3 100%);
    background: -webkit-linear-gradient(bottom,  #8385f7  0%,#6142d3 100%);
    background: -o-linear-gradient(bottom,  #8385f7  0%,#6142d3 100%);
    background: -ms-linear-gradient(bottom,  #8385f7  0%,#6142d3 100%);
    background: linear-gradient(to bottom,  #8385f7  0%,#6142d3 100%);
}
.item_tk_box{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.item_tk_box p{
    color: #1d2352;
    font-size: 26px;
    font-weight: bold;
}
.item_tk_box p span{
    color: #eed549;
}
.item_tk_box_a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: rgb(238, 34, 34);
    text-align: center;
    background: -moz-linear-gradient(right,  #ffbfbf  0%, #fff 100%);
    background: -webkit-linear-gradient(right,  #ffbfbf  0%,#fff 100%);
    background: -o-linear-gradient(right,  #ffbfbf  0%,#fff 100%);
    background: -ms-linear-gradient(right,  #ffbfbf  0%,#fff 100%);
    background: linear-gradient(to right,  #ffbfbf  0%,#fff 100%);
    border-radius: 10px;
    font-weight: bold;
    margin-left: 50px;
}
.item_lc{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.item_lc .item_lc_img{
	display:block;
	width:1000px;
	margin:50px auto;
	
}
.item_gw{
    max-width: 1920px;
    margin: 0 auto;
    background: url(images/gw.png) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.item_title{
    width: 1000px;
    margin: 50px auto;
}
.item_title img{
    display: block;
    width: 100%;
}
.item_rmgw{
    width: 950px;
    margin: 50px auto;
}
.item_rmgw_top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
}
.item_rmgw_top_one{
    width: 145px;
    height: 60px;
    border: 2px solid #2f3985;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #2f3985;
    font-weight: bold;
    cursor: pointer;
	border-radius:15px;
}
.item_rmgw_top_one:hover{
    background: #d14f42;
    border: 2px solid #d14f42;
    color: #fff;

}
.item_rmgw_conbox{
    width: 950px;
    margin: 25px auto;
    cursor: pointer;
}
.item_rmgw_con{
    width: 100%;
    border: 2px solid #2f3985;
    border-radius: 0 0 50px 50px;
    box-shadow:5px 5px 5px 2px #2f3985;
    margin-bottom: 25px;
}
.item_rmgw_con_top{
    width: 100%;
    height: 60px;
    background: rgb(186, 193, 255);
    line-height: 60px;
    font-size: 26px;
    text-indent: 50px;
    letter-spacing: 2px;
    color: #2f3985;
}
.item_rmgw_con_bottom{
    width: 100%;
    position: relative;
}
.item_rmgw_con_bottom_gwzz{
    width: 150px;
    margin: 25px 0 0 25px;
}
.item_rmgw_con_bottom_line{
    width: 100%;
    height: 60px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;

}
.circlediv{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: rgb(255, 77, 77);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 0 25px 0 25px;
}
.circle_p{
    font-size: 16px;
}
.item_konw{
    width: 1000px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.item_konw_l{
    width: 450px;

}
.item_konw_l img{
    width: 100%;
    margin-top: 50px;
}

.konwmore_box_one{
    width: 220px;
    height: 150px;
    background: url(images/konwmore_box_one.png) top center no-repeat;
    background-size: 100%;
    text-align: center;
}
.konwmore_box_one p{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 26px;
}
.konwmore_box_one a{
    display: block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: #5256b0;
    margin: 50px auto 0;
    color: #fff;
    border-radius: 25px;
    line-height: 30px;
}

.item_konw_r{
    width: 500px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.item_konw_r div:nth-child(3),.item_konw_r div:nth-child(4){
    margin-top: 25px;
}


.item_lessonbox{
    width: 1000px;
    margin: 50px auto;
}
.item_lessonbox_div{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.item_lessonbox_div img{
	width:150px;
}
.item_lessonbox_div_text{
    width: 400px;
    height: 100px;
    background: -moz-linear-gradient(right,  #d0d1ff  0%, #fff 100%);
    background: -webkit-linear-gradient(right,  #d0d1ff  0%,#fff 100%);
    background: -o-linear-gradient(right,  #d0d1ff  0%,#fff 100%);
    background: -ms-linear-gradient(right,  #d0d1ff  0%,#fff 100%);
    background: linear-gradient(to right,  #d0d1ff  0%,#fff 100%);
    border-radius: 100px 0 0 100px;
    line-height: 40px;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 12px;
}

.item_lessonbox_div_text p{
    font-size: 22px;
    margin-left: 50px;
}
.num2{
    margin-left: 50px;
}
.num3{
    margin-left: 100px;
}
.num4{
    margin-left: 150px;
}

.item_qxy{
    width: 1000px;
    margin: 50px auto;

}
.item_qxy img{
    width: 100%;
}



    .item_ask{
        width: 850px;
        margin: 50px auto;
        display: flex;
        justify-content: flex-end;
    }
    .item_ask a{
        display: block;
        width: 200px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: rgb(77, 191, 199);
        font-size: 18px;
        border-radius: 15px;
        font-weight: bold;
        margin-right: 50px;
    }
	.item_ask a:hover{
				color:rgb(36,154,255)
	  }
    .item_ask2{
        display: flex;
        justify-content: space-around;
    }
	.item_qrcode{
		width:600px;
		height:200px;
		margin:50px auto;
		display:flex;
		justify-content: space-around;
		align-items:center;
	}
	.item_qrcode p{
		font-size:18px;
		font-weight:bold;
		line-height:80px;
	}
	.item_qrcode img{
		width:200px;
	}
    .item_bank{
        width: 950px;
        margin: 50px auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .item_bank_one{
        width: 200px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
        text-align: center;
        margin-top: 25px;
		margin-right:35px;

    }
    .one1{
        background: url(images/bank1.png) top center no-repeat;
        background-size: 100%;
        font-weight: bold;
    }
    .one2{
        background: url(images/bank2.png) top center no-repeat;
        background-size: 100%;
        color: #fff;
    }
    .one2 a{
        color: #fff;
    }
	.one2 a:hover{
        color: rgb(36,154,255);
    }
    .item_yy{
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 50px 0;
        background: url(images/yy.png) top center no-repeat;
        background-size: cover;
    }
    .item_yy_box{
        width: 1000px;
        margin: 0 auto;
        box-shadow: 0 3px 10px 1px #f0f0f0;
        padding: 50px 0;

    }
    .item_yybox_imgdiv{
        margin-left: 30px;
        margin-bottom: 50px;
    }
    .item_yybox_img{
        display: block;
        width: 600px;
        
    } 
.item_form{
    width: 1000px;
}
    .item_yy_box input{
        width: 180px;
        height: 50px;
        outline: none;  
        margin-left: 30px;
        text-indent: 20px;
        border: 1px solid #dedede;
    }
    .item_yy_box #verCodeBtn{
        width: 120px !important;
        margin-left: 0 !important;
        text-indent: 0;
    }
    .item_yy_box_submit{
        width: 300px;
        margin:25px auto 0;
    }
    .item_yy_box_submit input{
        width: 100% !important;
        border: none;
        background: -moz-linear-gradient(right,  #fafafa  0%, #ffe75c 100%);
        background: -webkit-linear-gradient(right,  #fafafa  0%,#ffe75c 100%);
        background: -o-linear-gradient(right,  #fafafa  0%,#ffe75c 100%);
        background: -ms-linear-gradient(right,  #fafafa  0%,#ffe75c 100%);
        background: linear-gradient(to right,  #fafafa  0%,#ffe75c 100%);
        font-size: 18px;
        text-indent: 0;
        color: rgb(78, 64, 201);
        border-radius: 50px;
        font-weight: bold;
        font-size: 18px;
    }
    .item_cjwt{
        max-width: 1920px;
        margin: 0 auto;
        background: url(images/gw.png) top center no-repeat;
        background-size: 100%;
        overflow: hidden;
    }
    .item_num{
        width: 1000px;
        margin: 50px auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .item_num_box{
        width: 450px;
        height: 140px;
        position: relative;
    }
    .item_num_box_circle{
        width: 80px;
        height: 80px;
        background: url(images/circle.png) top center no-repeat;
        background-size: 100%;
        line-height: 80px;
        position: relative;
       
    }
    .item_num_box_circle i{
        font-size: 40px;
        margin-left: 10px;
        color: rgb(59, 59, 59);
    }
    .item_num_box_right{
        width: 350px;
        height: 60px;
        background: url(images/item_num_box_right.png) top center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        left: 80px;
        line-height: 60px;
        color: rgb(26, 35, 150);
        font-size: 24px;
        font-weight: bold;
        text-indent: 15px;
    }
    .item_num_box_bottom{
        width: 250px;
        height: 65px;
        background: url(images/item_num_box_bottom.png) top center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 75px;
        left: 70px;
        line-height: 65px;
        text-align: center;

    }
    .item_num_box_bottom a{
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }
    .item_num_box2{
        margin-top: 25px;
    }
    .konwmore{
        text-align: center;
        color: rgb(51, 27, 158);
        font-size: 22px;
    }
    .konwmore_box{
        width: 1000px;
        margin: 50px auto;
        display: flex;
        justify-content: space-around;
    }
    .konwmore_box_one{
        width: 220px;
        height: 150px;
        background: url(images/konwmore_box_one.png) top center no-repeat;
        background-size: 100%;
        text-align: center;
    }
    .konwmore_box_one p{
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        margin-top: 26px;
    }
    .konwmore_box_one a{
        display: block;
        width: 100px;
        height: 30px;
        font-size: 16px;
        background: #5256b0;
        margin: 50px auto 0;
        color: #fff;
        border-radius: 25px;
        line-height: 30px;
    }
	
	.item_job{
		width:1000px;
		margin:50px auto;
	}
	.item_job .item_job_title{
		font-size:46px;
		font-weight:bold;
		text-align:center;
		margin:50px 0;
	}
	.item_job ul dl dt{
		font-weight: bold;
    	color: #F00;
    	margin-bottom: 5px;
		font-size:22px;
	}
	.item_job .tbox{
		margin-top:25px;
	}
	.item_job ul{

	}
	.item_job ul li{
		width:49%;
		margin-top:10px;
		display: -webkit-inline-box;
	}
	.item_job ul li a{
		font-size:16px;
	}
	.item_job ul li a:hover{
		color:#249aff;
		font-weight:bold;
	}
	
    .item_fs{
        width: 800px;
        height: 200px;
        margin: 50px auto;
        
       
    }
    .item_fs1{
        background: url(images/fs1.png) left center no-repeat;
    }
    .item_fs2{
        background: url(images/fs2.png) left center no-repeat;
    }
    .item_fs3{
        background: url(images/fs3.png) left center no-repeat;
    }
    .item_fs_t{
        background-image: -webkit-linear-gradient(left, #527ae8, #1d2352);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 36px;
        line-height: 60px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-left: 230px;
    }
    .item_fs_c{
        margin-top: 10px;
        margin-left: 230px;
        font-size: 18px;
        font-weight: bold;
    }
  .item_bootm{
    width: 1000px;
    border: 2px solid #2f3985;
    margin: 50px auto;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
  }
  .item_bootm_l{
    width: 200px;
  }
  .item_bootm_r{
    width: 200px;
  }
  .item_bootm_sm{
    font-size: 36px;
    font-weight: bold;

  }
  .item_bootm_sm2,.item_bootm_sm3{
    font-size: 20px;
    color: rgb(128, 128, 128);
    margin-top: 10px;
  }
.item_bootm .codeimg{
    width: 150px;
    margin-top: 25px;
}

.item_job span{
	font-size:16px;
	color:rgb(36,154,255);
	margin-right:5px;
}
.foot { width:100%; background-color:#333 }
		 .dwindex_foot{
        height: auto;
        margin: 0 auto;
        background: #333;
        padding: 1px;
        }
        .dwindex_foot_div{
            width: 1100px;
            height: auto;
            margin: 30px auto;
        }
        .dwindex_foot_left{
            width: 250px;
            height: auto;
            float: left;
        }
        .dwindex_foot_right{
            width: 790px;
            height: auto;
            float: right;
            border-left: 1px solid #999;
            padding-left: 50px;
        }
        .dwindex_foot_title{
            font-size: 16px;
            font-weight: bold;
            color: #eee;
        }
		.dwindex_foot_title2{
			margin-top:20px;
		}
        .dwindex_foot_right_con{
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap;
        }
        .dwindex_foot_right_con_item{
            width: 150px;
            height: 200px;
            text-align: center;
			margin-top:15px;
        }
		.dwindex_foot_right_con_item img{
			margin-top:15px;
		}
        .dwindex_foot_right_con_item p{
            font-size: 12px;
            color: #999;
        }
        .dwindex_foot_left p a{
            text-decoration: none;
            color: #999;
        }
        .dwindex_foot_hotline{
            color: #999;
            font-weight: bold;
			margin-top:20px;
        }
		.foot_year{
		text-align:center;
		
		}
		.foot_year 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;
    width: 600px;
    height:500px;
    border-radius: 5px;
    margin: 0 auto;
    top:15%;
    padding: 1px;
	background: linear-gradient(180deg, #E1EBFD 0%, #D8DFFC 100%);
    box-shadow: 2px 3px 16px 0px rgba(138, 158, 236, 0.3);
    border-radius: 20px;
    
}
.tankuang_title{
	width:50%;
	text-align:center;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-25%;
	font-size:22px;
	font-weight:bold;
	background-image: -webkit-linear-gradient(left, #f1ba38 , #ea6821 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	letter-spacing:3px;
}
#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: 50px;
    margin: 30px auto;

}
.form_line p{
float: left;
width: 20%;
margin-top: 15px;
color: #777;
font-size:18px;
}
.form_line .name,.number,.bank,.province{
width: 78%;
height: 50px;
float: right;
border-radius: 10px;
border: 0;
box-sizing: border-box;
padding-left:20px;
}

.form_line_t{
margin-top: 75px;
}
.huoqu{
width: 30%;
height: 50px;
float: right;
background: #6A7FFD;
color: #fff;
font-size: 16px;
border: 0;
border-radius:10px;
box-shadow: 0 3px 10px 1px #dcdcdc;
}
.yanzheng{
width: 48%;
height: 50px;
float: right;
border: 0;
border-radius: 10px;
box-shadow: 0 3px 10px 1px #dcdcdc;
padding-left:20px;
box-sizing:border-box;
}
.baoming{
width: 60%;
height: 54px;
background: #f33b3b;
color: #fff;
font-size: 16px;
border: none;
margin-left: 20%;
border-radius:30px;
box-shadow: 0 3px 10px 1px #dcdcdc;
background: linear-gradient(0deg, #FFCA4B 0%, #FFEC85 100%);
    color: #80350C;
    font-weight: bold;
    font-size: 24px;

}
.form_line select,option{
height: 50px;
width: 78%;
float: right;
border:0;
border-radius: 10px;
box-shadow: 0 3px 10px 1px #dcdcdc;
color:#777;
padding-left:20px;
}
.item_titleName{
	    font-size: 42px;
        font-weight: bold;
        margin: 50px auto;
        text-align: center;
        background-image: -webkit-linear-gradient(left, #5074f7, #1c231f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
		letter-spacing:2px
}


        @media screen and (max-width: 768px) {
		.topNav{
    width:96%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
	display: flex;
    justify-content: space-between;
    align-items: center;

}
.logo{
    float: left;
    width: 130px;
    margin: 0;
   
}
.num{
    float: right;
    margin-right: 20px;
    font-weight: 100;
	font-size:12px;
}
        
            .item_main {
                max-width: 1920px;
                margin: 0 auto;
                background: url(images/mainbg.png) top center repeat;
                background-size: cover;
                overflow: hidden;
            }
            .item_main_maint {
                display: block;
                width: 90%;
                margin: 25px auto;
            }
            .item_main_div {
                width: 96%;
                margin: 25px auto;
                display: flex;
                justify-content: space-around;
            }
            .item_main_div a img{
                width: 100%;
            }
            .item_title {
                width: 96%;
                margin: 25px auto;
            }
            .item_gw_job {
                width: 96%;
                margin: 25px auto;
                box-sizing: border-box;
            }
            .item_gw_job_l {
                width: 90%;
                float: none;
                margin: 25px auto;
            }
            .item_gw_job_r {
                width: 90%;
                margin: 25px auto;
                float: none;
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
            }
			.item_lc .item_lc_img{
				width:92%;
				margin:25px auto;
			}
            .item_ask {
                width: 96%;
                margin: 25px auto;
                display: flex;
                justify-content: space-around;
            }
            .item_ask a {
                display: block;
                width: 155px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                background: rgb(77, 191, 199);
                font-size: 12px;
                border-radius: 15px;
                font-weight: bold;
				margin-right:0;
            }
			.item_ask a:hover{
				color:rgb(36,154,255)
			}
            .item_bank {
                width: 98%;
                margin: 25px auto;
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
            }
            .item_bank_one {
                width: 23%;
                height: 21px;
                line-height: 21px;
                font-size: 12px;
                text-align: center;
                margin-top: 10px;
				margin-left:1.5%;
				margin-right: 0;
            }
            .item_yy {
                width: 96%;
                margin: 25px auto;
                overflow: hidden;
                box-sizing: border-box;
                padding:  0;
                background: url(images/yy.png) top center no-repeat;
                background-size: cover;
            }
          
            .item_tk{
                max-width: 96%;
                padding: 25px 0;
                margin: 0 auto;
                overflow: hidden;
            }
            .item_tk_box{
                width: 100%;
                margin: 0 auto;
                display: flex;
            }
            .item_tk_box p{
                color: #1d2352;
                font-size: 16px;
            }
            .item_tk_box p span{
                color: #eed549;
            }
            .item_tk_box_a{
                display: block;
                width: 150px;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                color: rgb(238, 34, 34);
                text-align: center;
                background: -moz-linear-gradient(right,  #ffbfbf  0%, #fff 100%);
                background: -webkit-linear-gradient(right,  #ffbfbf  0%,#fff 100%);
                background: -o-linear-gradient(right,  #ffbfbf  0%,#fff 100%);
                background: -ms-linear-gradient(right,  #ffbfbf  0%,#fff 100%);
                background: linear-gradient(to right,  #ffbfbf  0%,#fff 100%);
                border-radius: 10px;
                font-weight: bold;
                margin-left: 20px;
            }
          
            .item_rmgw{
                width: 96%;
                margin: 25px auto;
            }
            .item_rmgw_top{
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
            }
            .item_rmgw_top_one{
                width: 30%;
                height: 40px;
                border: 1px solid #2f3985;
                line-height: 40px;
                text-align: center;
                font-size: 14px;
                color: #2f3985;
                font-weight: bold;
                cursor: pointer;
				border-radius:15px;
            }
            .item_rmgw_top_one:hover{
                background: #d14f42;
                border: 2px solid #d14f42;
                color: #fff;
            
            }
            .item_rmgw_conbox{
                width: 96%;
                margin: 25px auto;
                cursor: pointer;
            }
            .item_rmgw_con{
                width: 96%;
                margin: 0 auto;
                border: 2px solid #2f3985;
                border-radius: 0 0 50px 50px;
                box-shadow:5px 5px 5px 2px #2f3985;
                margin-bottom: 25px;
            }
            .item_rmgw_con_top{
                width: 100%;
                height: 40px;
                background: rgb(186, 193, 255);
                line-height:40px;
                font-size: 20px;
                text-indent: 30px;
                letter-spacing: 2px;
            }
            .item_rmgw_con_bottom{
                width: 100%;
                position: relative;
            }
            .item_rmgw_con_bottom_gwzz{
                width: 150px;
                margin: 25px 0 0 25px;
            }
            .item_rmgw_con_bottom_line{
                width: 100%;
                height: 60px;
                margin-top: 10px;
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
                align-items: center;
            }
            .item_konw{
                width: 96%;
                margin: 50px auto 0;
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
            }
            .item_konw_l{
                width: 100%;
            
            }
            .item_konw_l img{
                width: 100%;
                margin-top: 0;
            }

            .konwmore_box_one{
                width: 46%;
                height: 150px;
                background: url(images/konwmore_box_one.png) top center no-repeat;
                background-size: 100%;
                text-align: center;
            }
            .konwmore_box_one p{
                font-size: 20px;
                font-weight: bold;
                color: #fff;
                margin-top: 26px;
            }
            .konwmore_box_one a{
                display: block;
                width: 100px;
                height: 30px;
                font-size: 14px;
                background: #5256b0;
                margin: 40px auto 0;
                color: #fff;
                border-radius: 25px;
                line-height: 30px;
            }
            
            .item_konw_r{
                width: 500px;
                display: flex;
                justify-content: space-around;
                flex-wrap: wrap;
            }
            .item_konw_r div:nth-child(3),.item_konw_r div:nth-child(4){
                margin-top: 25px;
            }
            .item_lessonbox{
                width: 96%;
                margin: 25px auto;
            }
            .item_lessonbox_div{
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
                margin-top: 25px;
				align-items: center;
            }
            .item_lessonbox_div img{
                width: 20%;
            }
            .item_lessonbox_div_text{
                width: 200px;
                height: 100px;
                border-radius: 100px 0 0 100px;
                line-height: 30px;
                font-size: 30px;
                font-weight: bold;
                box-sizing: border-box;
                padding-top: 25px;
            }
            
            .item_lessonbox_div_text p{
                font-size: 16px;
                margin-left: 50px;
            }
            .num2{
                margin-left: 0;
            }
            .num3{
                margin-left: 0;
            }
            .num4{
                margin-left: 0;
            }
            .item_qxy{
                width: 96%;
                margin: 25px auto;
            
            }
		.item_job{
			width:94%;
			margin: 25px auto;
		}
		.item_job ul dl dt{font-size:16px;}
		.item_job ul {
			display: block;
			flex-wrap: wrap;
		}
		.item_job span{
			font-size:14px;
		}
		.item_job ul li a{
			font-size:14px;
		}
		.item_job ul li {
			width: 100%;
}
            .item_bootm{
                width: 96%;
                border: 2px solid #2f3985;
                margin: 50px auto;
                border-radius: 50px;
                display: flex;
                justify-content: space-around;
                padding: 25px 0;
              }
              .item_bootm_l{
                width: 46%;
              }
              .item_bootm_r{
                width: 46%;
              }
              .item_bootm_sm{
                font-size: 22px;
                font-weight: bold;
            
              }
              .item_bootm_sm2,.item_bootm_sm3{
                font-size: 20px;
                color: rgb(128, 128, 128);
                margin-top: 10px;
              }
            .item_bootm .codeimg{
                width: 150px;
                margin-top: 25px;
            }
				.item_qrcode{
		width:92%;
		height:160px;
		margin:25px auto;
		display:flex;
		justify-content: space-around;
		align-items:center;
	}
	.item_qrcode p{
		font-size:14px;
		font-weight:bold;
		line-height:30px;
	}
	.item_qrcode img{
		width:150px;
	}
	.circle_p{
		width:70%;
		font-size:14px;
	}
	.foot table{
	width:100% !important;
}
.dwindex_foot_div{
width:100% !important;
}
.dwindex_foot{
width:100% !important;
}
.dwindex_foot_left{
	float:none;
	text-align:center;
	margin:25px auto;
}
.dwindex_foot_right{
width:94% !important;
float:none;
disply:flex;
margin:0 auto;
padding-left: 0;
border:none;
}
.dwindex_foot_right_con{
	display: flex;
    margin: 10px auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.dwindex_foot_right_con_item{
	margin:0;
	width:45%;
	height:auto;
	padding-bottom:30px;
}
.dwindex_foot_left {
    width: 94%;
    height: 100px;
    float: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.dwindex_foot_title2 {
    margin-top: 0;
}
.dwindex_foot_right_con_item img{
	width:100%;
}
.tankuang{
	width:92%;
	height: 400px;
	
}
.tankuang_title {
    width:80%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -40%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.form_line p {
    font-size: 14px;
	width: 30%;
}
.huoqu{
font-size: 14px;
}
.baoming{
font-size: 16px;
font-weight: bold;
}
.form_line .name, .number, .bank, .province{
	padding-left: 0;
	width:68%;
}
.yanzheng{
	width: 38%;
	padding-left: 0;
}
.form_line{
	width:90%;
}


    }</pre></body></html>