html {
    -webkit-tap-highlight-color: transparent
}

body,dd,div,dl,img,li,ol,p,ul {
    margin: 0;
    padding: 0
}

body,html {
    height: 100%
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 100%
}

img {
    display: inline;
    border: 0;
    vertical-align: middle
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

dd,dl,li,ol,ul {
    list-style: none
}

input,textarea {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-family:"微软雅黑"
}

html {
    font-size: 20px
}

body {
    font-family:"微软雅黑";
    background: #fff;
    font-size: 0.6rem;
    color:#333;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #777;
    font-weight:bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #777;
    font-weight:bold;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #777;
    font-weight:bold;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #777;
    font-weight:bold;
}


.caption_con::-webkit-input-placeholder { /* WebKit browsers */
    color: #999; font-weight: normal;
}
.caption_con:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999; font-weight: normal;
}
.caption_con::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999; font-weight: normal;
}
.caption_con:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999; font-weight: normal;
}
/*首页*/
.one_bg{ width:100%}
.one_bg img{ display:block; width:100%;}
.one_btnlist{position: absolute; width:100%; top:16rem; left:0; box-sizing: border-box; padding: 0 8%;}
.one_btnlist a{ display:block; margin-bottom:1.85rem;}
.one_btnlist a:active{ opacity:0.8;}
.one_btnlist a img{ display:block; width:100%;}
.one_conle{ position: absolute; width:100%; top:24rem; left:0; box-sizing: border-box; padding: 0 8%;}
.one_conle a{ float:left; width: 46%; margin: 0 2%; font-size:0.75rem; font-weight:bold; height:1.85rem; line-height:1.85rem; text-align:center; background:#002b60; border-radius:0.3rem; color:#33bfd5}
.one_conle a:active{ background:#001939}