
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}

body{
    overflow-x: hidden;
    max-width: 750px;
    height: 100%;
    margin: auto;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	font-family: MicrosoftYaHei;
    font-size: .25rem;
    color: #333333;
}

ul,li,div,h1,h2,h3,span,input,select,p{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a{
    display: block;
    text-align: center;
    text-decoration: none;
}

img{
    display: block;
    border: none;
    max-width: 100%;
}

input, select, button{
    outline: none;
    display: block;
    border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 0;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
	background: url('../image/down.png') no-repeat scroll right center transparent;
	background-size: 18px 10px;
	background-position-x: 93%;
}
img,
a {
	-webkit-touch-callout: none;
}
a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder{
    color: #333333;
}
input::-moz-input-placeholder{
    color: #333333;
}
input:-o-input-placeholder{
    color: #333333;
}

button{
	width: 50%;
	color: #FFFFFF;
	font-size: .3rem;
	text-align: center;
	padding-top: .15rem;
	padding-bottom: .15rem;
    background-color: #FB6D3B;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.button_ico{
    width: .3rem;
    height: .3rem;
    display: inline-block;
    /* background-image: url(../images/button_ico.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 2px;
}
.button_ico1 {
    width: .3rem;
    height: .3rem;
    display: inline-block;
    /* background-image: url(../images/button_ico1.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 2px;
}

/* text */
.leftText{
    text-align: left;
}
.rightText{
    text-align: right;
}
.centerText{
    text-align: center;
}

/* 容器 */
.container9{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.container95{
    width: 95%;
    height: auto;
    margin: 0 auto;
}
.container8{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.container85{
    width: 85%;
    height: auto;
    margin: 0 auto;
}
.container7{
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.container75{
    width: 75%;
    height: auto;
    margin: 0 auto;
}
.container6{
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.container65{
    width: 65%;
    height: auto;
    margin: 0 auto;
}
.container5{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.container55{
    width: 55%;
    height: auto;
    margin: 0 auto;
}

/*文字*/
.textOverflow {
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}
.textOverflowS {
  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* swiper */
.swiper-button-prev {
    width: .5rem !important;
    height: .5rem !important;
    background-image: url(../image/lun_l1@2x.png) !important;
    background-size: 100% 100% !important;
    outline: none !important;
    border-radius: 50% !important;
    left: 5px !important;
}

.swiper-button-next {
    width: .5rem !important;
    height: .5rem !important;
    background-image: url(../image/lun_r1@2x.png) !important;
    background-size: 100% 100% !important;
    outline: none !important;
    border-radius: 50% !important;
    right: 5px !important;
}

.swiper-button-prev.swiper-button-disabled {
    background-image: url(../image/lun_l2@2x.png) !important;
}

.swiper-button-next.swiper-button-disabled {
    background-image: url(../image/down.png) !important;
}

.title{
    width: 100%;
    height: auto;
}
.title h2{
    font-size: .4rem;
    font-weight: 500;
}

/* nav */
.nav_wrap{
    width: 7.5rem;
    height: .8rem;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    z-index: 999;
}
.nav_item{
    width: 100%;
    height: .8rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.nav_item li {
    width: 25%;
    height: .8rem;
    line-height: .8rem;
    font-size: .33rem;
    color: #FFFFFF;
    position: relative;
}
.nav_item li span {
    width: 2px;
    height: .35rem;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    right: 0;
    top: 30%;
}

/* banner */
.banner_wrap{
    width: 100%;
    height: 5.7rem;
    background-image: url(../image/banner@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 1.5rem;
}
.banner_title{
    width: 100%;
    height: auto;
}
.banner_title h2 {
    line-height: .6rem;
    font-size: .65rem;
    text-shadow: 5px 3px rgba(0, 0, 0, .2);
    color: #FFFFFF;
}
.banner_title h1 {
    font-size: .8rem;
    text-shadow: 5px 3px rgba(0, 0, 0, .2);
    color: #FF9900;
}

.banner_list{
    width: 100%;
    height: auto;
    margin-top: .3rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.banner_list li{
    font-size: .2rem;
    color: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.banner_list li:not(:nth-child(3)) {
    margin-right: .15rem;
}
.banner_list li span{
    color: #FF9900;
    font-size: .28rem;
}
.banner_ico{
    width: .33rem;
    height: .3rem;
    display: inline-block;
    /* background-image: url(../images/banner_ico.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_btn{
    width: 100%;
    height: auto;
    margin-top: .45rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.banner_btn button{
    width: 38%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-right: .35rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.banner_btn button:nth-child(2){
    margin-right: 0;
    background-color: #5177E1;
}
.banner_btn button:active {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

/* 报�?�须�? */
.xz_wrap{
    width: 100%;
    height: auto;
    margin-top: .6rem;
}
.xz_main_box{
    margin-top: .3rem;
}
.xz_item_box{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.xz_item1{
    background-image: url(../image/xz_1@2x.png);
}
.xz_item2 {
    background-image: url(../image/xz_2@2x.png);
}
.xz_item3 {
    background-image: url(../image/xz_3@2x.png);
}
.xz_item4 {
    background-image: url(../image/xz_4@2x.png);
}
.xz_item5 {
    background-image: url(../image/xz_5@2x.png);
}
.xz_item6 {
    background-image: url(../image/xz_6@2x.png);
}
.xz_item{
    width: 48.5%;
    height: 2.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: .2rem;
}
.xz_item_title{
    width: 100%;
    height: auto;
    color: #FFFFFF;
}
.xz_item_title h3{
    font-size: .43rem;
}
.xz_item_title p {
    font-size: .22rem;
}
.xz_item_btn{
    width: 100%;
    height: auto;
    margin-top: .1rem;
}
.xz_item_btn button{
    width: 65%;
    height: .55rem;
    font-size: .25rem;
    padding: 0;
    background-color: #3C58A7;
    margin: 0 auto;
}
.xz_item_btn button:active {
    background-color: #F95731;
}

/* 自查通道 */
.zc_wrap{
    width: 100%;
    height: auto;
    background-image: url(../image/zc_bg@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: .5rem;
    padding-bottom: .3rem;
    margin-top: .7rem;
}
.zc_wrap .title h2{
    color: #FFFFFF;
}
.zc_main_box{
    margin-bottom: .1rem;
}
.zc_city_box{
    width: 100%;
    height: auto;
    
}
.zc_swiper{
    height: auto;
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
    /* border-bottom: 1px dashed #EDEDED; */
}
.zc_main_city{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

}
.zc_main_city li{
    width: 23%;
    height: .5rem;
    line-height: .5rem      ;
    background-color: #F5F5F7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: .2rem;
}
.zc_main_city li:active {
    background-color: #FB6D3B;
    color: #FFFFFF;
}

.zc_form_box{
    width: 100%;
    height: auto;
    padding-top: .35rem;
    padding-bottom: .3rem;
}
.zc_form_box form{
    width: 100%;
    height: auto;
}
.zc_form_box form input{
    width: 90%;
    height: .7rem;
    margin: 0 auto;
    margin-bottom: .2rem;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.zc_form_box form button{
    width: 60%;
    height: .75rem;
    margin: 0 auto;
    margin-top: .35rem;
    font-size: .35rem;
}
.zc_form_box form button:active {
    background-color: #ff9466;
}

/* 证书真伪 */
.zs_wrap{
    width: 100%;
    height: auto;
    margin-top: .7rem;
}
.zs_main_box{
    margin-top: .3rem;
    background-image: url(../image/zs_bg@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.zs_cont_box{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
}
.zs_cont_L,
.zs_cont_R {
    height: auto;
    padding-left: .25rem;
    padding-top: .25rem;
    padding-bottom: .3rem;
}
.zs_cont_L {
    width: 50%;
}
.zs_cont_R {
    width: 45%;
    padding-left: .2rem;
    padding-top: .5rem;
}
.zs_cont_title{
    width: 100%;
    height: auto;
}
.zs_cont_title h3 {
    font-size: .38rem;
    padding-bottom: .1rem;
    display: inline-block;
}

.zs_cont_L .zs_cont_title h3 {
    color: #FFE500;
    border-bottom: 2px solid #FFE500;
}
.zs_cont_R .zs_cont_title{
    text-align: right;
    padding-right: .25rem;
}
.zs_cont_R .zs_cont_title h3 {
    color: #656565;
    border-bottom: 2px solid #656565;
}

.zs_cont_item {
    width: 100%;
    height: 2.6rem;
    margin-top: .2rem;
}
.zs_cont_item li{
    width: 100%;
    height: auto;
    font-size: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.zs_cont_item li:not(:nth-child(4)) {
    margin-bottom: .1rem;
}
.zs_cont_item li span{
    width: 8%;
    margin-top: 2px;
}
.zs_cont_item li p {
    width: 80%;
}

.zs_cont_L .zs_cont_item li {
    color: #FFFFFF;
}
.zs_cont_R .zs_cont_item li {
    color: #656565;
}

.zs_cont_btn{
    width: 100%;
    height: auto;
}
.zs_cont_btn button{
    width: 80%;
    font-size: .22rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.zs_cont_R .zs_cont_btn{
    position: relative;
    left: -.3rem;
}
.zs_cont_R .zs_cont_btn button {
    width: 95%;
    background-color: #FFFFFF;
    color: #FD6F00;
}

.zs_cont_btn button:active {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

/* 问题解答 */
.wt_wrap{
    width: 100%;
    height: auto;
    margin-top: .7rem;
}
.wt_main_box{
    margin-top: .3rem;
}
.wt_item_box{
    width: 100%;
    height: auto;
}
.wt_item {
    width: 100%;
    height: 1.6rem;
    background-image: url(../image/wt_bg@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.wt_item_title{
    width: 15%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wt_item_title h3{
    color: #FFFFFF;
    font-size: 1.1rem;
    font-family: arial;
    font-style: italic;
    display: inline-block;
}
.wt_item_title span {
    width: 1px;
    height: 1rem;
    background-color: #FFFFFF;
    font-style: italic;
    position: absolute;
    top: 15%;
    right: 0;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
.wt_item_cont{
    width: 80%;
    height: 1.6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.wt_item_cont h4{
    font-size: .32rem;
    color: #FFFFFF;
}
.wt_item_cont button {
    width: 34%;
    height: .45rem;
    padding: 0;
    margin-top: .1rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-size: .28rem;
}
.wt_item_cont button:active {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

/* 就业无压�? */
.jy_wrap{
    width: 100%;
    height: auto;
    margin-top: .7rem;
}
.jy_main_box{
    margin-top: .3rem;
}
.jy_swiper{
    margin-bottom: .3rem;
}
.jy_item_box{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.jy_item{
    width: 32%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.jy_item_img{
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-bottom: .2rem;
}
.jy_item_cont{
    width: 100%;
    height: auto;
}
.jy_item_cont h3 {
    font-size: .3rem;
    margin-bottom: .1rem;
}
.jy_item_cont button{
    width: 90%;
    height: .5rem;
    font-size: .2rem;
    margin: 0 auto;
    padding: 0;
    background-color: #3B57A7;
}
.jy_item_cont button:active {
    background-color: #FB6D3B;
}

/* 轻松�? */
.qs_wrap{
    width: 100%;
    height: auto;
    margin-top: .7rem;
}
.qs_main_box{
    margin-top: .3rem;
}
.qs_item_box{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.qs_item{
    width: 48.5%;
    height: 5rem;
    background-color: #3B57A7;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    padding: .4rem 0rem;
    margin-bottom: .2rem;
    color: #FFFFFF;
}
.qs_item_title{
    width: 100%;
    height: auto;
    /* color: #FFFFFF; */
}
.qs_item_title h3{
    font-size: .35rem;
    margin-top: .2rem;
    margin-bottom: .3rem;
}
.qs_item_title span {
    width: 50%;
    height: 1px;
    background-color: #FFFFFF;
    display: block;
    margin: 0 auto;
}

.qs_item_cont{
    height: auto;
    margin-top: .3rem;
    /* color: #FFFFFF; */
}
.qs_item_cont p{
    font-size: .22rem;
}

.qs_active{
    background-color: #FFFFFF !important;
    color: #333333 !important;
}
.qs_active span{
    background-color: #333333 !important;
}

.qs_btn {
    width: 100%;
    height: auto;
    margin-top: .2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.qs_btn button{
    width: 40%;
    background-color: #FB6D3B;
}
.qs_btn button:nth-child(1){
    margin-right: .3rem;
}
.qs_btn button:active {
    background-color: #3B57A7;
}

.qs_ico1 {
    width: .8rem;
    height: .85rem;
    display: block;
    background-image: url(../image/qs_1-1@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.qs_ico1-1 {
    width: .8rem;
    height: .85rem;
    display: block;
    background-image: url(../image/down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.qs_ico2 {
    width: .85rem;
    height: .85rem;
    display: block;
    background-image: url(../image/qs_2-2@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.qs_ico2-2 {
    width: .85rem;
    height: .85rem;
    display: block;
    background-image: url(../image/down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.qs_ico3 {
    width: .7rem;
    height: .85rem;
    display: block;
    background-image: url(../image/qs_3-3@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.qs_ico3-3 {
    width: .7rem;
    height: .85rem;
    display: block;
    background-image: url(../image/down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.qs_ico4 {
    width: .85rem;
    height: .85rem;
    display: block;
    background-image: url(../image/qs_4-4@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.qs_ico4-4 {
    width: .8rem;
    height: .85rem;
    display: block;
    background-image: url(../image/down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

/* footer */
.footer_wrap{
	width: 100%;
    height: auto;
    background-image: url(../image/footer@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: .7rem;
}
.footer_cont {
    width: 100%;
    height: auto;
    padding-top: .6rem;
    color: #FFFFFF;
}
.footer_cont h3 {
    font-size: .4rem;
    margin-bottom: .1rem;
}
.footer_cont h2 {
    font-size: .5rem;
}
.footer_cont button {
    width: 55%;
    height: .8rem;
    padding: 0;
    margin: 0 auto;
    font-size: .35rem;
    margin-top: .3rem;
}
.footer_cont button:active {
    background-color: #ff9466;
}

/* 版权 */
.footer_bq{
	width: 100%;
	height: .6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
    align-items: center;
    margin-top: .3rem;
}
.footer_bq img{
	width: 3%;
}
.footer_bq p{
	font-size: .1rem;
	color: #B8B8B8;
}
