dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
p,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 1vw;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
}

img {
    border: 0;
}

* {
    padding: 0;
    margin: 0;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

input,
textarea,
button,
select {
    outline: none;
}

textarea {
    resize: none;
}

i,
em,
cite {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

.hide {
    display: none;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.iconfont {
    font-family: "iconfont";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

/*头部*/
.gy_title {
    width: 100%;
    overflow: hidden;
    height: 10vw;
    line-height: 10vw;
    padding: 0 3vw;
    color: #fff;
    text-align: center;
    background-color: #ff6a1d;
}

.gy_title img {
    float: left;
    margin-top: 2vw;
}

.gy_title h2 {
    display: inline-block;
    font-size: 4.3vw;


}

/*内容部分*/
.invi_cont {
    height: 100vh;
    background: url(/Public/mobile/images/yqbj.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 52vw;

}

.invi_te {
    width: 89%;
    margin: 0 auto;
}

.invi_bj {
    height: 84vw;
    background: url(/Public/mobile/images/yqz.png) no-repeat center center;
    background-size: 100% 100%;
}

/*页面主导航*/

.main_nav {
    width: 100%;
    overflow: hidden;
    padding: 27vw 2vw 0;
}

.main_nav li {
    width: 21%;
    text-align: center;
    float: left;
    margin: 3.6vw 1.7vw 0 1.7vw;
    position: relative;
}

.ma-jt {
    width: 2vw;
    position: absolute;
    top: 4vw;
    right: -2.8vw;
}

.main_nav li a {
    color: #333;
    display: block;
    width: 100%;
    font-size: 3vw;
}

.main_nav li a img {
    display: block;
    width: 9.8vw;
    margin: 0 auto;
}

.main_nav li a span {
    width: 71%;
    text-align: center;
    display: block;
    margin: 2.2vw auto 0;
    overflow: hidden;
    font-size: 3vw;
}

/*按钮*/
.share_hy {
    width: 65%;
    display: block;
    margin: 6vw auto 0;
    text-align: center;
    color: #fff;
    font-size: 3.6vw;
    height: 10vw;
    line-height: 10vw;
    border-radius: 23px;
    background: linear-gradient(to right, #fe9c05, #ff7947);
    border: 1px solid #fe9c05;
}
