﻿/*base style*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    font-size: 14px;
    color: #333;
    background-color: #fff;
    background-attachment: fixed;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
}

a {
    color: #06f;
    text-decoration: none;
}

a:hover {
    color: #007edd;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    font-size: 16px;
}

i, em {
    font-style: normal;
}

/*address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}*/
li {
    list-style-type: none;
}

ol, ul {
    list-style: none
}

textarea {
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, textarea {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    background-color: #fff;
    margin: 0;
    padding: 0;
    outline: none;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

button {
    border: none;
    outline: none;
}

.x_left {
    float: left;
}

.x_right {
    float: right;
}

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

.x_clear {
    *zoom: 1;
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
}

section img {
    display: block;
    width: 100%;
    height: auto;
}

/*margin*/
.margin_left_10 {
    margin-left: 10px;
}

.margin_right_10 {
    margin-right: 10px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

/*padding*/
.padding_all {
    padding: 10px;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_top_30 {
    padding-top: 30px;
}

.padding_right_10 {
    padding-right: 10px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_left_10_ {
    padding-left: 5%;
}

.padding_right_10_ {
    padding-right: 5%;
}

/*swt*/
#LRfloater3 {
    clear: both;
    height: 240px;
}

#LRdiv3 .LR_yaoqing { /*height:200px;*/
}

.LR_yaoqing-form .LR_btn {
    text-indent: -4px;
}

#LR_inputform, .LR_btn {
    margin: 0;
}

/*header*/
header {
    height: 50px;
    width: 100%;
    position: relative; /*position:fixed;    top:0;    left:0;*/
    background-color: #007edd;
    z-index: 10;
}

header h3 {
    width: 60%;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}

header h3 img {
    display: block;
    /*height: 42px;*/
    width: 100%;
    padding-top: 2px;
    margin: 0 auto;
    max-height: 50px;
}

header .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
}

header .btn_left {
    left: 8px;
}

/*首页的header*/
#header {
    height: 0.8rem;
    width: 100%;
    position: relative; /*position:fixed;    top:0;    left:0;*/ /*background-color:#eee;*/
    background: linear-gradient(60deg, #2a92ff, #2e82f4);
    z-index: 10;
}

#header h3 {
    background: url("/images/header_logo_white2.png") no-repeat center 0.12rem;
    background-size: 4.3rem 0.45rem;
    width: 4.3rem;
    height: 0.8rem;
    margin: 0 auto;
}

#header .btn {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    height: 30px;
    width: 30px;
}

#header .btn_left {
    left: 8px;
}

.menu {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.menu_on .line_1 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 18px;
}

.menu_on .line_2 {
    display: none;
}

.menu_on .line_3 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu span {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 10px;
}

#header .menu span { /*background-color:#959595;*/
    background: #fff;
}

.m_aside {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    top: 50px;
    left: -200px;
    height: 100%;
    width: 200px;
    background-color: rgba(0, 0, 0, .8);
}

.m_aside_open {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
}

.m_aside ul {
    background-color: rgba(0, 0, 0, 1);
    padding: 10px 0;
}

.m_aside li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 2.4;
    text-align: center;
}

body {
    padding: 0 0 1rem;
}

/*footer*/
.xh_footer {
    text-align: center;
    padding: 0.15rem;
    line-height: 2;
    background-color: #eeeeee;
    font-size: 0.2rem;
}

.xh_footer a {
    color: #333;
}

.xh_footer img {
    width: 100%;
    height: auto;
}

.f_logo {
    width: 3.58rem;
    margin: 0 auto 20px;
}

.xh_footer .statement {
    font-size: 12px;
    line-height: 1.5;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

/*footer-2018这是底部漂浮的那玩意*/
#footer {
    background-color: #fff;
    z-index: 999;
    width: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 0.8rem;
    /* height: 0.4rem; */
}

#footer .btn {
    box-sizing: border-box;
    width: 2.12rem;
    height: 0.8rem;
    /* height: 0.4rem; */
    line-height: 0.8rem;
    /* line-height: 0.4rem; */
    text-align: center;
    background-color: #00a0e9;
    float: left;
    margin-right: 0.02rem;
    font-size: 0.2rem;
    color: #fff;
    padding-left: 0.4rem;
}

#footer .btn:first-child {
    background: #00a0e9 url("/Public/images/footer_iconsL.png") no-repeat 0.2rem -1.79rem;
    /* background: #00a0e9 url("/Public/images/footer_iconsL.png") no-repeat 0.25rem -1.15rem; */
    background-size: 0.48rem;
    /* background-size: 0.3rem; */
}

#footer .btn:nth-child(2) {
    background-image: url("/Public/images/footer_iconsL.png");
    background-size: 0.48rem;
    /* background-size: 0.3rem; */
    background-color: #e60012;
    background-repeat: no-repeat;
    background-position: 0.28rem -.49rem;
    /* background-position: 0.28rem -.35rem; */
    position: relative;
    /* -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: myanimate;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate; */
}

@-webkit-keyframes myanimate {
    0% {
        background-color: #e60012;
    }
    100% {
        background-color: #00a0e9;
    }
}

#footer .btn:last-child {
    background: #00a0e9 url("/Public/images/footer_iconsL.png") no-repeat 0.24rem 0.18rem;
    /* background: #00a0e9 url("/Public/images/footer_iconsL.png") no-repeat 0.24rem 0.07rem; */
    background-size: 0.48rem;
    /* background-size: 0.3rem; */
    margin-right: 0;
}

/*#footer .btn:last-child{    padding-left:0;    padding-top:0.5rem;    line-height: 1;    height:0.3rem;    width: 0.88rem;    background:#313131 url("/Public/images/footer_iconsL.png") no-repeat 0.22rem -1.7rem;    background-size:0.44rem 2.4rem;    margin-right:0;}*/
#footer #num {
    width: 0.4rem;
    height: 0.3rem;
    border-radius: 0.3rem;
    background-color: #fff;
    position: absolute;
    top: 0.05rem;
    right: 0.05rem;
    line-height: 0.3rem;
    text-align: center;
    color: #ff0000;
}

#footer_2018 {
    padding: 0.84rem 0.1rem 0.3rem;
    background: #eee url("/images/footerLogo.png") no-repeat center 0.34rem;
    background-size: 1.99rem 0.39rem;
    text-align: center;
}

#footer_2018 h2 {
    font-size: 0.22rem;
    color: #b6b6b6;
    font-weight: normal;
    margin-bottom: 0.1rem;
}

#footer_2018 p {
    font-size: 0.13rem;
    margin-bottom: 0.1rem;
}

#footer_2018 span {
    display: block;
    font-size: 0.16rem;
}

.footer2020{
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    height:1rem;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 2147483645;
}
.footer2020 ul{
display:flex;
flex-flow:wrap;
    justify-content: space-between;
    padding-top:.1rem;
}
.footer2020 ul li{
    width: 25%;
    text-align: center;
    font-size: .2rem;
}
.footer2020 ul li a{
    color:#040404;
}
.footer2020 ul li img{
    width: .54rem;
    margin:0 auto .05rem;
}