﻿
/*header*/
.top_s, .top_wsbm img {
    width: 35.2rem;
    height: auto;
    display: block;
    z-index: 2 !important;
}
.hd_top {
    width: 35.2rem;
    height: 4.4rem;
    padding: 0.8rem 1.1rem 0.5rem 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.hd_top .hd_logo, .hd_top .hd_logo img {
   
    height: 3.1rem;
}

/*footer*/
/* 底部固定 */
.foot_nav{
    width: 35.2rem;
    height:5.5rem;
    position: fixed;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #672a18;
    background-color: #672a18;
    padding: 0.5rem 1.1rem;
    display: flex;
    justify-content: space-between;
    z-index: 10;
	box-sizing: border-box;
}
.foot_nav .f1{
    text-align: center;
    height: 4.4rem;
	box-sizing: border-box;
}
.foot_nav .f1 img{
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 1.6rem;
}
.foot_nav .f1 div{
    width:5.5rem;
    height: 1.1rem;
    line-height: 1.1rem;
    color: white;
    text-align: center;
	box-sizing: border-box;
	margin-top: 0.5rem;
}
.foot_nav .f2{
   text-align: center;
   height: 4.4rem;
   height:5.5rem;
   box-sizing: border-box;
}
.foot_nav .f2 img{
   display: block;
   width: 4.4rem;
   height: 4.4rem;
   margin: 0 auto;
    
}
/*微信弹窗*/
.weixin {
    width: 32rem;
    height: 4rem;
    padding: 0.5rem;
    z-index: 110;
    position: fixed;
    top: -6rem;
    left: 50%;
   transform: translateX(-50%);
}
.weixin_box {
    width: 31rem;
    height: 3rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    display: flex;
    justify-content: space-between;
}
.weixin_box img {
    width: 3rem;
    height: 3rem;
}
.weixin_box>div {
    width: 26rem;
    height: 3rem;
}

.weixin_box>div p:first-child {
    width: 25rem;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.1rem;
}
.weixin_box>div p:first-child b {
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #555;
}
.weixin_box>div p:first-child span {
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #999;
}
.weixin_box>div p:last-child {
    font-size: 1.05rem;
    line-height: 1.3rem;
    color: #999;
}
/*学费弹窗 yemian*/
.xf_zx_txt{
	position: fixed;
    right: 0;
    bottom: 22rem;
    z-index: 106;
    width: 24px;
    height: 85px;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 1px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #FD6540;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*弹窗*/
.xf_tc{
    width:80%;
    height:auto;
    background-color:#fff; padding-bottom:1rem; display:none;
    position:fixed;
    left:50%;
    z-index:10002;
    top:50%;
    max-width:480px;
    border-radius:0.8rem;
    box-shadow:0 1rem 1.5rem rgba(0,0,0,.5);
    overflow:hidden;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);    
}

.xf_tc1 img{ width:100%;}
.xf_tc b{ display:block; text-align:center; color:#333; font-size:1.6rem; margin:1rem 0; height:1.6rem; line-height:1.6rem; position:relative;}
.xf_tc b i{ font-size:.5rem; width:1rem;display:inline-block; text-align:center; height:1.6rem; line-height:1.6rem; position:relative; top:-.3rem;}
.xf_tc2{ position:relative; margin:0 1rem .5rem 1rem; height:3rem; line-height:3rem; display:flex; background-color:#eee;}
.xf_tc2 span{ width:6.5rem; font-size:1.1rem; text-align:center;}
.xf_tc2_1{ flex:1;}
.xf_tc2_1 input{ width:100%; border:none; background-color:#eee; height:3rem; font-size:1.1rem; color:#666;}
.xf_tc2_1 select{ width:100%; border:none; background-color:#eee; height:3rem; font-size:1.1rem; color:#666;}
.xf_tc p{ text-align:center; font-size:1rem; color:#f25415; height:1.5rem; line-height:1.5rem;}
.xf_tc p i{ font-size:1rem; margin-right:.3rem;}
.xf_tc2_2 input{width:100%; border:none; background-color:#f42221; height:3.5rem; font-size:1.4rem; color:#fff; border-radius:.5rem;}
.xf_tc2_2{ margin:.5rem 1rem 0 1rem;}
.xf_tc_hide{
    position:absolute;
    width:2.6rem;
    line-height:2.6rem;
    height:2.6rem;
    right:0.3rem;
    top:0.3rem;
    text-align:center;
    z-index:1;
    color:#fff;
    background: url(../images/xf_tc_hide.png) 11px 0 no-repeat; 
}
/*底部*/
.pub_form {
    width: 35.2rem;
    overflow: hidden;
    margin-top: 2.2rem;
    background: #fff;
    padding: 1.1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	box-sizing: border-box;
}

.footer_tit {
    width: 32.5rem;
    height: 3rem;
    margin-top: 1.1rem;
    border-bottom: 0.1rem solid #cfcfcf;
    text-align: center;
    line-height: 3rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #672a18;
}

.footer_tit h3 {
    width: 24rem;
    height: 2.2rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #555;
    display: flex;
    justify-content: left;
    align-items: center;
}

.footer_tit h3 font {
    width: 7.8rem;
    height: 1.8rem;
    background: url(../images/tbq.png) no-repeat;
    background-size: cover;
    font-size: 1.05rem;
    line-height: 1.8rem;
    color: #fff;
    text-indent: 1.1rem;
    margin-left: 1.1rem;
}
.footer_zytj, .pub_form {
    width: 35.2rem;
    overflow: hidden;
    margin-top: 1.1rem;
    background: #fff;
    padding: 1.1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_zytj>a {
    width: 14.3rem;
    height:5.5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1.1rem;
    border: 0.1rem solid #ccc;
    padding: 0.65rem;
}

.footer_zytj>a span {
    width: 3rem;
    height: 3rem;
    display: block;
    line-height: 3rem;
    text-align: center;
    background: #fe6601;
    border-radius: 1.2rem;
}

.footer_zytj>a span i {
    font-size: 2.2rem;
    color: #fff;
}

.footer_zytj>a p {
    font-size: 1.05rem;
    line-height: 1.6rem;
    color: #555;
    margin-left: 1.1rem;
}

.footer_zytj>a p font {
    font-size: 1.25rem;
    display: block;
}

.pub_form a {
    width: 9.8rem;
    overflow: hidden;
    display: block;
    margin-top: 1.6rem;
}

.pub_form a span {
    font-weight: bold;
    display: block;
    border: 0.1rem solid #672a18;
    color: #672a18;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 auto;
    padding: 0.4rem 0.4rem 0.4rem 0.6rem;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    line-height: 1.6rem;
    letter-spacing: 0.2rem;
	box-sizing: border-box;
}

.pub_form a p {
    width: 9.8rem;
    font-size: 1.05rem;
    line-height: 1.6rem;
    text-align: center;
    margin-top: 0.5rem;
    color: #555;
}

.pub_form form {
    width: 32.5rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.pub_form form>div {
    width: 32.5rem;
    height: 3.4rem;
    margin-top: 1.2rem;
    position: relative;
}

.pub_form form>div span:first-child {
    width: 3.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border-right: 0.1rem solid #999;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.pub_form form>div span:first-child i {
    font-size: 2.2rem;
    color: #888;
}

.pub_form form>div input,
.pub_form form>div select {
    width: 32.5rem;
    height: 3.4rem;
    font-size: 1.3rem;
    border: 0.1rem solid #e4e4e4;
    background: #f4f4f4;
    border-radius: 0.3rem;
    outline: none;
    text-indent: 4.4rem;
    -webkit-appearance: none;
}

.pub_form form>div select option {
    text-align: center;
}

.pub_form form>div span:last-child {
    width: 3.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.pub_form form>div span:last-child i {
    font-size: 1.2rem;
    color: #555;
}

.pub_form form>p {
    width: 32.5rem;
    height: 1.8rem;
    margin: 0.8rem 0;
    font-size: 1.05rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9e9e9e;
}

.pub_form form>p i {
    font-size: 1.1rem;
    color: #fe6601;
    margin-right: 0.5rem;
}

.pub_form form>input {
    width: 32.5rem;
    height: 3.2rem;
    background: #672a18;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    color: white;
    outline: none;
    -webkit-appearance: none;
    border: 0;
}

a{
    text-decoration: none;
    outline: 0;
    color: #2a2a2a;
}

.copyright {
   
    overflow: hidden;
    background: #fff;
    margin-top: 1.1rem;
    padding: 1.1rem 1.2rem 2.2rem 1.2rem;
    color: #555;
    text-align: center;
}

.copyright h4 {
    
    height: 2.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    margin: 0px;
}

.copyright p {
    font-size: 1.1rem;
    line-height: 2.2rem;
    margin: 0px;
}

.copyright a {
   
    height: 2.2rem;
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright a img {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
}

.copyright a span {
    font-size: 1.1rem;
    line-height: 2.2rem;
    text-align: center;
}

.bottomdiv{
    width: 35.2rem;
    height:5.5rem;
}

/*专业表单*/
.zybd{
	width: 27rem;
	position: fixed;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	border-radius: 0.5rem;
	background: #ffffff;
	box-shadow: 0px 10px 100px 1px #555333;
	z-index: 5003;
	display: none;
	box-sizing: border-box;
}
.zybd .zybd_hide{
	position: absolute;
	width: 4rem;
	height: 4rem;
	left: 11.5rem;
	top: 36.5rem;
	padding: 0.5rem;
	z-index: 105;
	box-sizing: border-box;
}
.zybd .zybd_title{
	width: 27rem;
	height: 3rem;
	background-color: #672a18;
	color: white;
	text-align: center;
	line-height: 3rem;
	font-size: 1.2rem;
	font-weight: bold;
}
.zybd .zybd_list{
	width: 27rem;
	height: 7rem;
	display: flex;
	padding: 0.5rem;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
}
.zybd .zybd_list img{
	width:10rem ;
	height: 6rem;
	display: block;
	margin-right: 0.5rem;
}
.zybd .zybd_con{
	width: 15.5rem;
	height: 6rem;
}
.zybd .zybd_con1{
	width: 15.5rem;
	height: 2rem;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2rem;
}
.zybd .zybd_con1 span{
	font-size: 1rem;
	color: red;
}
.zybd .zybd_con2{
	width: 15.5rem;
	height: 2rem;
	line-height: 2rem;
}
.zybd .zybd_con3{
	width: 13rem;
	height: 2rem;
	display: flex;
	justify-content: space-between;
}
.zybd .zybd_con_btn1{
	width: 6rem;
	height: 1.6rem;
	margin-top: 0.2rem;
	background-color: #f5f0ed;
	text-align: center;
	line-height: 1.6rem;
	border-radius: 2rem;
	display: block;
}
.zybd .zybd_con_btn2{
	width: 6rem;
	height: 1.6rem;
	margin-top: 0.2rem;
	background-color:#672a18;
	text-align: center;
	line-height: 1.6rem;
	color: white;
	border-radius: 2rem;
	display: block;
}
.zybd .zybd_btn{
	width: 15rem;
	height: 2.5rem;
	left: 2.5rem;
	background-color: #672a18;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 1rem auto;
	border-radius: 2.5rem;
	color: white;
	display: block;
}


/* 通用表单开始*/
.ydxx{
	/* width: 32rem; */
	padding: 3vw;
	padding-bottom: 0;
	background-color:#f1f1f1;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.ydxx_box{
	display: block;
	width: 30vw;
	background-color: white;
	padding: 1vw;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
}
.ydxx_box img{
	width: 13vw;
	height: 13vw;
	margin: 0 auto  1vw auto;
	display: block;
}
.ydxx_box strong{
	
	/* line-height: 1.5rem; */
	font-size: 14px;
	font-weight: bold;
	color:  #f13935;
}


.form_bg{
	/* width: 32rem; */
	 background: #f1f1f1;
	 padding: 3vw;
}

.top_tel_form {
	/* width: 30rem; */
	overflow: hidden;
	background-color: white;
	padding: 3vw 4vw;
}
.ftitle{
	/* width: 27.6rem; */
	height: 6vw;
	line-height: 6vw;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.ftitle span{
	font-size: 18px;
	color: #f13935;
}

.hrzs{
	width: 52vw;
	height: 6vw;
	margin: 2vw auto;
	background-color: #f1f1f1;
	border-radius: 6vw;
	line-height: 6vw;
	display: flex;
	justify-content: left;
	font-size: 12px;
}
.hrzs span{
	width: 14vw;
	height: 5vw;
	display: block;
	color: red;
	
	font-weight: bold;
	color: white;
	line-height: 5vw;
	text-align: center;
	border-radius: 2vw;
	margin: 0.5vw 2vw;
	background-color: #f13935;
}
.hrzs img{
	width: 5vw;
	height: 5vw;
	margin: 0.5vw 2vw;
	margin-left: 3vw;
	
}

.top_tel_box {
	/* width: 27.6rem; */
	height: 11vw;
	background: #f1f1f1;
	margin-top: 4vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 2vw;
	border: 1px solid #d1b0b0;
}
.top_tel_box span {
	width: 12vw;
	height: 8vw;
	display: block;
	border-right: 2px solid #d1b0b0;
}
.top_tel_box span img {
	width: 7vw;
	height: 7vw;
	margin: 0.6vw 0 0 2vw;
}
.top_tel_box input {
	width: 100%;
	height: 10vw;
	display: block;
	font-size: 16px;
	line-height: 10vw;
	border: none;
	outline: none;
	text-indent: 3vw;
	border-radius: 10px;
	-webkit-appearance: none;
	background: #f1f1f1;
}
.top_tel_sub {
	width: 100%;
	height: 11vw;
	display: block;
	margin: 4vw auto 0 auto;
	font-size: 20px;
	line-height: 11vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 2vw;
	background-color: #f22b2e;
	border: 0px;
}
/*通用表单结束*/