*{
    font-size:0.32rem;
 
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
a,
span,
figure,
figcaption {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

fieldset,
img {
    border: none;
}

img {
    display: block;
    width: 100%;
    font-size: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input::-moz-focus-inner {
    border: none;
    padding: 0px;
}

select,
input {
    vertical-align: middle;
    display: block;
}

select,
input,
textarea {
    font-size: 13px;
    margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
    outline: none;
}

button {
    outline: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}

header,
div,
nav,
li,
input,
section,
figure,
table,
select,
figcaption,
footer,
td,
p,
a,
img {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: block;
    color: #000;
}

body {
    margin: 0 auto;
    position: relative;
}

body,
html {
    margin: 0 auto;
    max-width: 640px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left;
}

.rl {
    float: right;
}

.content {
    width: 95%;
    margin-left: 2.5%;
}
.content_p {
    width: 100%;
    padding:0 2.5%;
}
/* 公共样式结束 */
.top>span{
    float: left;
    width: 0.375rem;
    height: 1.171875rem;
    background: url('tb_03.png') 102% 70% no-repeat;
    background-size: 3rem;  
}
.top>img{
    float: left;
    width:50%;
    margin-left: 20%;
    margin-top: 2%;
}
/* 专业列表头部 */
.top_list{
    margin-top: 0.25rem;
}
.top_list>img{
    border-radius: 10px;
}
.top_ul_div{
    padding-top:0.1rem;
}
.top_ul li{
    float: left;
    width: 30%;
    padding-left:0.1rem;
}
.top_ul li:nth-child(2){
    margin:0 5%
}
.top_ul li span{
    float: left;
    width: 0.671875rem;
    height: 0.671875rem;
    border-radius: 50%;
    background-image: url("tb1_03.png");
    background-size: 3rem;
    background-repeat: no-repeat;
    /* background-position-y: .1rem; */
}
.top_ul li:nth-child(1) span{
    background-color: #ee7700;
    background-position: -6.5%;
}
.top_ul li:nth-child(2) span{
    background-color: #ff96aa;
    background-position: 35.5%;
}
.top_ul li:nth-child(3) span{
    background-color: #bf997b;
    background-position: 80%;
}
.top_ul li p{
    float: left;
    height: 0.671875rem;
    line-height: 0.671875rem;
    font-size: 0.44444rem;
    margin-left:0.25rem;
}
.top_ul{
    position: relative;
    width: 100%;
    max-width: 640px;
    padding:0.5625rem 2.5%;
    background: #fff;
    transition: all .5s;
    z-index: 10000;
   
}
.top_ul.on{
    position: fixed;
    top: 0;
    box-shadow:0px 3px  10px 2px #ddd;
}
.top_ul>span{
    content: '';
    position: absolute;
    height: 3px;
    width:27.5%;
    bottom:0;
    left: 2.5%;
    background-color: #ff7700;
    border-radius: 50px;
    transition: all .5s;
}
.hbg{
    height:0.328125rem;
    background-color: #f3f3f3; 
}
/* 专业列表 */
.zylist{
    padding-bottom: 2.5%;
}
.zylist>div{
    padding:0.4rem 0;
}
.zylist>div>h2{
    position: relative;
    float: left;
    font-size: 0.44444rem;
    padding-left:.375rem;
}
.zylist>div>h2::before{
    position: absolute;
    top:50%;
    left: 0;
    content:'';
    width:3px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #ee7700;
    border-radius: 30px;
}
.zylist>div>span{
    float: right;
    color: #adadad;
    font-size: 0.3333rem;
    background: url("xjt.jpg") 100% no-repeat;
    padding-right: 0.3rem;
}
.zylist>ul li{
    float: left;
    width: 48.5%;
    padding: .3rem;
    border-radius: 10px;
    box-shadow:0px 3px  10px 2px #ddd;
    margin-bottom: 3%;
}
.zylist>ul li:nth-child(2n){
    margin-left: 3%;
}
.lst1 ul li:nth-child(2n){
    margin-left: 0%;
}
.lst1 ul li:nth-child(2n+1){margin-left: 3%;}
.zylist>ul li>a>div>h2{
    float: left;
    font-size: 0.47rem;
    font-weight: bold;
    line-height: 0.53125rem;
}
.zylist>ul li>a>div span{
  position: relative;
  top:-0.05rem;
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 0.53125rem;
    background:#ee7700;
}
.zylist>ul li>a>div span>img{
    position: absolute;
    height: .2rem;
    width: .2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}
.zylist>ul li>a>img{
    margin-bottom: .3rem;
}
.zylist>ul li>a>p:nth-child(2){
    font-size: 0.37rem;
    color: #5b5b5b;
    margin-bottom:0.3rem;
    margin-top: 0.1rem;
}
.zylist>ul li>p:nth-child(2) a{
    float: left;
    width:48%;
    border: 2px solid #ee7700;
    text-align: center;
    color: #ee7700;
    font-size: 0.333rem;
    font-weight: bold;
    border-radius: 30px;
}
.zylist>ul li>p:nth-child(2) a:nth-child(2){
    margin-left:4%;
    background-color: #ee7700;
    color: #fff;
}
/* 底部表单 */
.bottom{
    padding:0.6875rem 0;
}
.bottom>p>img{
    border-radius: 10px;
}
.bottom>div{
    margin-top:0.671875rem;
}
.bottom form{
    padding-bottom: 0.74074rem;
    border-radius: 10px;
    box-shadow:0px 1px 10px 5px #eee;
}
.bottom form h2{
    font-size: 0.47rem;
    font-weight: bold;
    color: #ff6c00;
    text-align: center;
    padding:0.7rem;
}
.bottom form ul{
    width: 85%;
    margin:0 auto;
}
.bottom form li{
    width:100%;
    /* padding: 0 10%; */
    height:0.9740740rem;
    margin-bottom:0.333rem;
}

.bottom form li>span{
    float: left;
    width:20%;
    height:0.9740740rem;
    color:#ff6c00;
    font-size:0.37rem;
    font-weight: bold;
    line-height: 0.9740740rem;
}
.bottom form li p{
    float: left;
    height:0.9740740rem;
    width:80%;
    background-color:#f7f7f7;
    line-height: 0.9740740rem;
}
.bottom form li p span{
    float: left;
    width:0.925925rem;
    height:0.9740740rem;
    padding:0.07rem;
    line-height: 0.9740740rem;
}
.bottom form li p input,form li p select{
    float:left;
    height:0.90740740rem;
    width:70%;
    border:none;
    background: #f7f7f7;
    text-indent: 0.2rem;
    font-size: 0.37rem;
}
.bottom form li p select option{
    text-align: center;
    border: none;
    outline: none;
    padding-left: 20px;
    color:#6d6d6d;

}

.bottom form li:nth-child(1) p>span{
    background:url("ren.svg") no-repeat 0.2rem;
    background-size:.6rem;
}
.bottom form li:nth-child(2) p>span{
    background-size:.6rem;
}
.bottom form li:nth-child(3) p>span{
    background-size:.6rem;
}
.bottom form li:nth-child(3) p{
    position: relative;
}
.bottom form li:nth-child(3) p i{
    position: absolute;
    right:4px;
    top: 50%;
    transform: translateY(-50%);
    width:0.37037rem;
    height: 0.37037rem;
    background-size: 0.3rem;
    border-radius: 5px;
    box-shadow:0px 3px 3px 2px #ddd;
}
.bottom form li a{
    display:block;
    width:70%;
    height: 0.859rem;
    font-size: 0.444rem;
    color:#fff;
    border-radius: 30px;
    margin:0 auto;
    font-weight: bold;
    background: #ff6c00 url("djt_03.png") 75% no-repeat;
    background-size: 0.5rem;
    text-indent: -5%;
    text-align: center;
    line-height: 0.859rem;
}
.yqts {
    text-align: center;
    line-height: 0.55rem;
    font-weight: 300;
    font-size: 0.34444rem;
    color: #5b5b5b;
}
/* 底部说明 */
.footer ul li{
    text-align: center;
    color: #787878;
    margin-bottom:0.05rem;
}
.footer ul li span{
    color: #ff6c00
}
.footer ul{
    margin-bottom: 0.4rem;
}
/* 弹框 */
.x-fiexd {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 0.925925rem;
    line-height: 0.925925rem;
    background: url(aq.svg) no-repeat 0.74074rem center rgba(255, 46, 0, 0.8);
    background-size: 26px;
    color: #fff;
    text-align: center;
    padding-left: 0.925925rem;
    top: 15%;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: none;
    max-width: 640px;
  }
  .x-layer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 608px;
    z-index: 11;
    width: 95%;
    height: 2.777777rem;
    padding: 0 0.925925rem;
    display: none;
  }
  .x-layer .x-msg {
    position: relative;
    width: 100%;
    line-height: 1.055555rem;
    height: 1.055555rem;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(ts.svg) no-repeat 0.37037rem center rgba(255, 46, 0, 0.8);
    background-size: 20px;
    border-radius: 0.092592rem;
    padding-left: 0.37037rem;
  }
  #zy1{
	  position: absolute;
	 left: 15%;
	 width:85%;
	z-index: 100;
	background: transparent;
  }