/* .fix-div{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #2784ea;
    box-shadow: 1px 3px 20px #999;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.fix-div ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.fix-div ul li{
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
} */
.fixed {
    position: fixed;
    background: #2784ea;
    z-index: 99;
    width: 100%;
    max-width: 640px;
    box-shadow: 0 0.1rem 0.5rem #999;
    bottom: 0;
    padding:0.5rem 0;
}

.fixed ul {
    width: 100%;
    margin: 0 auto;
}
.fixed ul li {
    float: left;
    width: 25%;
    height: 1.5rem;
    line-height: 1.5rem;
}
.fixed ul li a {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
    border-right: 0.1rem solid #fff;
}
.fixed ul li:last-child a{
    border: none
}

.top_tips {
    position: fixed;
    top: -60px;
    z-index: 999999;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    box-shadow: 0 0 10px rgba(10, 2, 4, 0.75);
}

.top_tips span {
    float: left;
    width: 40px;
    height: 40px;
    background: url('../images/icon_weixin.png') no-repeat center;
    margin:5px;
    background-size: 100%;
}

.top_tips ul {
    float: left;
}

.top_tips ul li {
    height: 20px;
    line-height: 20px;
    font-size: 12px !important;
    color:#ffffff;
}

.top_tips ul li b{
    color:#ff0000;
}

.top_tips ul li:first-child {
    margin-top: 5px;
}


.part1{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
}
.part1 img{
    width: 100%;
}
.part1 p{
    width: 46%;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    color: #fff;
}
.part1 p:after,.part1 p:before{
    content: '';
    position: absolute;
    top: 10px;
    width: 47px;
    height: 1px;
    background: #fff;
}
.part1 p:before {
    left: 0;
}
.part1 p:after {
    right: 0;
}
.part1 h1{
    position: absolute;
    top: 4%;
    width: 100%;
    font-size: 1.5rem;
    color: #fff;
}
.part1 .p1_btn{
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.part1 .p1_btn button{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    color: #2784ea;
    border: 0;
    border-radius: 10px;
    margin-top: 12px;
    font-size: 1rem;
    font-weight: 800;
}
.part1 .p1_model{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
}
.part1 .p1_model ul{
    display: flex;
    justify-content: center;
}
.part1 .p1_model ul li{
    margin-right: 0.5rem;
}
.part1 .p1_model ul li span{
    font-size: 0.7rem;
    margin-left: 0.2rem;
    color: #fff;
}
.part1 .p1_model ul li i img{
    width: 0.8rem;
}


.flo_pa{
    width: 90%;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 1px 5px 10px #ccc;
    margin-top: -3rem;
    z-index: 99;
    padding: 15px 0;
}
.flo_pa h1{
    width: 100%;
    text-align: center;
    background: url('../images/bt_bg1.png')center no-repeat;
    background-size: 100% 100%;
    font-size: 1rem;
    font-weight: 800;
    color: #1ca7fc;
}
.flo_pa ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.flo_pa ul li{
    width: 30%;
    text-align: center;
}
.flo_pa ul li img{
    width: 70%;
}
.flo_pa ul li button{
    width: 100%;
    border: none;
    margin-top: 7px;
    border-radius: 25px;
    background: #1ca7fc;
    color: #fff;
    padding: 4px 0;
    font-size: 0.75rem;
}

.part2{
    width: 100%;
}
.part2 h1{
    font-size: 1.1rem;
}
.deadline-wrap {
    margin-top: 0px;
}

.deadline-wrap .deadline-container div {
	width: 295px;
	height: 145px;
	background: url(../images/deadline.png) center no-repeat;
	background-size: cover;
	margin: 0px auto 13px auto;
	position: relative
}

.deadline-wrap .deadline-container div span {
	display: inline-block;
	font-size: 60px;
	font-weight: 900;
	color: #4b4b4b;
	position: absolute;
	top: 55px
}

.deadline-wrap .deadline-container div span:first-child {
	left: 32.5px
}

.deadline-wrap .deadline-container div span:nth-child(2) {
	left: 88px
}

.deadline-wrap .deadline-container div span:nth-child(3) {
	left: 167px
}

.deadline-wrap .deadline-container div span:last-child {
	left: 222px
}

.deadline-wrap .deadline-container p {
	width: 82%;
	margin: 0 auto;
	font-size: 13px;
	color: #6f7173
}

.deadline-wrap .deadline-container p span {
	color: #ca141b
}

.deadline-wrap .deadline-container p span:first-child {
	display: inline-block;
	background: url(../images/ling.png) left center no-repeat;
	background-size: 15.5px 15.5px;
	padding-left: 18px
}


.part3{

}
.part3 ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.part3 ul li{
    width: 42%;
    padding: 3%;
    box-shadow: 1px 5px 10px #ccc;
}
.part3 ul li h3{
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 5px;
}
.part3 ul li p{
    font-size: 0.7rem;
    color: #848484;
    margin-top: 5px;
}
.part3 ul li p img{
	width: 9.5px;
	height: auto;
	vertical-align: middle;
}
.part3 ul li div{
    width: 100%;
    margin-top: 5px;
    position: relative;
}
.part3 ul li div img{
    width: 100%;
}
.part3 ul li div span{
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.7rem;
    text-indent: 10px;
    position: absolute;
    bottom: 5%;
}

.part4{

}
.part4 h2{
    text-align: center;
    font-size: 1.3rem;
    color: #373737;
    font-weight: 800;
}
.part4 h2 span{
    color: #1ca7fc;
}
.part4 ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.part4 ul li{
    width: 31%;
    border: 1px solid #aab1bc;
    position: relative;
    padding-top: 30px;
}
.part4 ul li div{
    width: 40px;
    height: 40px;
    border: 1px solid #aab1bc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    background: #fff;
}
.part4 ul li div img{
        width: 85%;
        display: block;
        margin: 0 auto;
        margin-top: 2px;
}
.part4 ul li p{
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #2d68c1;
}
.part4 ul li button{
    width: 90%;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 13px auto;
    border: none;
    border-radius: 5px;
    background: #3fb6fe;
    color: #fff;
}

.part5{
}
.part5 .tab-cont {
    width: 100%;
    /* margin: 19px 16px 16px */
    margin: 0 auto;
}
.part5 .tab-cont ul{
	list-style: outside none none;
}
.part5 .tab-cont ul li {
	float: left;
	width: 81px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	/* background: #e8e8e8; */
	/* border-radius: 3px 3px 0 0; */
    margin-left: 5.5px;
    text-align: center;
    padding-bottom: 5px;
}
.part5 .tab-cont ul li:first-child {
	margin-left: 0;
	width: 82px
}
.part5 .tab-cont ul .act {
	/* background: #2f8deb; */
    /* color: #fff; */
    border-bottom: 2px solid #333;
}
.part5 .tab-cont .wrap {
	background: #fff;
	/* padding-top: 12px; */
    padding-bottom: 13px;
}
.part5 .tab-cont .wrap .school-img {
	width: 343px;
    height: 183px;
    margin: 0 auto;
	position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
}
.part5 .tab-cont .wrap .school-img div {
	width: 100%;
	height: 183px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 3;
    margin-top: 10px;
}
.part5 .tab-cont .wrap .school-img .J-school-img img{
    width: 100%;
}
.part5 .tab-cont .wrap .school-img p {
	width: 178px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	font-size: 14px;
	color: #fff;
	background: url(txt-bg.png) left center no-repeat;
	background-size: 100% 100%
}
.part5 .tab-cont .wrap .item-cont {
	width: 343px;
    height: 125px;
    margin: 0 auto;
	background: #e2f4ff
}
.part5 .tab-cont .wrap .item-cont div {
	display: none
}
.part5 .tab-cont .wrap .item-cont div img {
	width: 77.5px;
	height: 77.5px;
	float: left;
	margin-top: 16.5px;
	margin-left: 14.5px
}
.part5 .tab-cont .wrap .item-cont div dl {
	float: left;
	width: 90%;
	height: 75px;
	text-align: left;
	margin-top: 22.5px;
	margin-left: 15px
}
.part5 .tab-cont .wrap .item-cont div dl dd {
	font-size: 16px;
	font-weight: 900;
	color: #000
}
.part5 .tab-cont .wrap .item-cont div dl dd span {
	color: #98211f
}
.part5 .tab-cont .wrap .item-cont div dl dt {
	font-size: 13.5px;
	color: #000;
	margin-top: 7.5px
}
.part5 .tab-cont .wrap .item-cont div dl dt:last-child {
	font-size: 12.5px
}
.part5 .tab-cont .wrap .item-cont div:first-child {
	display: block
}
.part5 .tab-cont .wrap .item-cont div:last-child img {
	width: 78px;
	height: 85.5px
}
.part5 .tab-cont .wrap .item-cont div:last-child .last-pic {
	width: 2.066667rem;
	height: 2.066667rem
}
.part5 .tab-cont .wrap .s-btn {
	font-size: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.part5 .tab-cont .wrap .s-btn a {
	display: inline-block;
	width: 43%;
	height: 46.5px;
	line-height: 46.5px;
    /* background: url(../images/btn2.png) left top no-repeat; */
    background: #29adfd;
    border: none;
    border-radius: 25px;
    text-align: center;
	background-size: 100% 100%;
	font-size: 14px;
	color: #fff;
	margin: 0 10px
}
.part5 .tab-cont .wrap .s-btn a:last-child {
    /* background: url(../images/btn3.png) left top no-repeat; */
    background: #29adfd;
    border: none;
    border-radius: 25px;
    text-align: center;
	background-size: 100% 100%;
	color: #fff
}






.tab_box {
    display: none;
    position: relative;
}

.tab_box:after {
    content: '';
    position: absolute;
    top:0;
    left: -0.43rem;
    width: 0.05rem;
    height:0.6rem;
    background: #adadad;
}

.tab_x2:after{
    top:0.74rem;
}

.tab_x3:after{
    top:1.48rem;
}

.tab_x4:after{
    top:2.22rem;
}

.tab_x5:after{
    top:2.95rem;
}

.tab_x6:after{
    top:3.69rem;
}

.school_pic{
    width: 3.76rem;
    height:1.98rem;
}

.btn_wrap{
    width: 3.75rem;
    margin-top: 0.3rem;
    border-bottom: #a3a3a3 1px dashed;
    padding-bottom: 0.24rem;
}

.school_btna{
    background: transparent;
    width: 1.78rem;
    height:0.6rem;
    border:rgba(245,38,46,0.58) 1px solid;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    color: #2f8deb;
    float: left;
}

.school_btnb{
    background: #2f8deb;
    width: 1.78rem;
    height:0.6rem;
    border: none;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    color: #fff;
    float: right;
}


.part6{

}
.part6 .p6_model{
    width: 98%;
    margin: 0 auto;
    border: 2px dashed #3fb6fe;
    position: relative;
    border-radius: 7px;
    margin-top: 30px;
}
.part6 .p6_model img{
    position: absolute;
    width: 50%;
    left: 0;
    top: -30%;
}

.part6 .p6_model div{
    /* position: absolute; */
    width: 100%;
    /* right: 0; */
}
.part6 .p6_model div p{
    width: 50%;
    font-size: 0.7rem;
    line-height: 1.2rem;
    float: right;
    padding:9% 0 4%;
}
.part6 .p6_model button{
    width: 40%;
    height: 35px;
    line-height: 35px;
    background: #3fb6fe;
    color: #fff;
    position: absolute;
    top: -20px;
    right: 5%;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
    box-shadow: 1px 5px 10px #ccc;
}

.part6 ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.part6 ul li{
    width: 46%;
    position: relative;
    border: 2px dashed #3fb6fe;
    border-radius: 7px;
    margin-top: 40px;
    text-align: center;
}
.part6 ul li button{
    width: 80%;
    height: 35px;
    line-height: 35px;
    background: #3fb6fe;
    color: #fff;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
    box-shadow: 1px 5px 10px #ccc;
}
.part6 ul li p{
    width: 90%;
    font-size: 0.7rem;
    line-height: 1.2rem;
    margin: 0 auto;
    padding:20% 0 4%;
}


.sec1-lists{
    width: 92%;
    margin:0.5rem auto 0;
}
.lists-left{
    float: left;
    width: 27.5%;
}
.list-left-img{
    width: 100%;
}
.lists-right{
    float: left;
    width: 72.5%;
}
.list-img{
    width: 45%;
    float: left;
    margin-left: 5%;
}


.part8{
    width: 98%;
}
.questions-box {
    width: 100%;
	/* padding:0 0.6rem 0.6rem; */
	margin: 0 auto;
}
.questions {
	width:64%;
	margin-top: 3px;
	float: left;
	margin-left: 15px;
}
.questions li {
	text-align: left;
	line-height: 34px;
	/* border-bottom: 1px dashed #d7d7d7; */
}
.questions li a {
	text-align: left;
	font-size: 0.65rem;
	color: #333333;
	text-decoration: none;
}
.questions-btn2 {
	
	margin-top: 5px;
	font-size: 0.6rem;
	float: right;
	margin-right: 10px;
}
.questions-btn2 li {
	/* margin-top: 10px; */
}
.questions-btn2 li a {
	text-align:center;
	display: block;
	font-size: 0.6rem;
	color: #fff;
	background:linear-gradient(to left, #2694eb 0%,#27b2eb 100%);
	box-shadow: 1px 1px 1px #ececec;
	width: 74px;
	height: 1.4rem;
	line-height: 1.4rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}
.hz_sz {
    font-size: 0.65rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    float: left;
    line-height: 18px;
    text-align: center;
    color: #2d2d2e;
    margin-right: 7px;
}
/* .btn_r {
    background: linear-gradient(to left, #eb2626 0%,#fb3d69 100%)!important;
    border: 1px solid #f00;
} */
.questions li a img{
    width: 30px;
    vertical-align: middle;
    margin-top: -10px;
}


.part10{
 width: 95%;
}
.part10 p { margin:0px; padding:0px; overflow:hidden;margin-top: 15px;}
.part10 p a { width:31%; margin-right:1%; margin-left:1%; display:block; float:left; text-align:center;color: #000;font-size: 16px;}
.part10 p a:nth-child(3) { margin-right:0%;}
.part10 p a img { width:100%;
border:2px solid #3fb6fe
}
.part10 h3{
    color: #adadad;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 10px;
    text-align: center;
}

.part11{
    width: 100%;
    background: #3fb6fe;

}
.part11 h3{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8rem;
    text-indent: 35px;
    color: #fff;
}
.part11 .p11_form{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.part11 .p11_form input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-size: 0.7rem;
    text-indent: 20px;
}
.part11 .p11_form button{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f7b500;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 0.7rem;
    text-indent: 20px;
    margin-top: 15px;
}
.part11 .p11_form p{
    color: #b2ddff;
    text-align: center;
    font-size: 0.6rem;
    margin-top: 10px;
}

.fotter{
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background: #333;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    margin-bottom: 50px;
}