@charset "utf-8";

/* CSS Document */

html {
    background: #fff;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    /* 14÷10=1.4 */
    color: #333;
    font-family: "微软雅黑", sans-serif, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    width: 100%;
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1953aa;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

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

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

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*! font-size:100%; */
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.lf {
    float: left;
}

.md {
    float: left;
}

.rt {
    float: right;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    display: block;
    background-color: #d2d2d2;
    position: relative;
    z-index: 0;
}

.imgResponsive img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.imgResponsive img:hover {
    transform: scale(1.03);
    opacity: 0.85;
}

.fpx18 {
    font-size: 18px;
}

.fpx16 {
    font-size: 16px;
}

.fpx15 {
    font-size: 15px;
}

.ul-inline {
    font-size: 0;
}

.ul-inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}


/*头部样式*/

.header {
    background: url(../images/headerbg.jpg) no-repeat top center;
    position: relative;
    z-index: 99;
    height: 236px
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.top a {
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.3s ease-in-out;
    vertical-align: top;
}

.top a:hover {
    opacity: 1;
    filter: alpha(opacity=60);
}

.top_lf {
    float: left;
    padding-left: 36px;
}

.top_rt {
    padding-right: 36px;
    position: absolute;
    top: 65px;
    right: 0;
    height: 25px;
    line-height: 25px;
}

.top_lf a {
    margin-right: 14px;
}

.top_rt a {
    margin-left: 30px;
    color: #fff;
    font-size: 1.6rem;
}

.nav-wrapper {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.logo {
    width: 590px;
    height: auto;
    position: relative;
    z-index: 99992;
    /*! transition: all 0.3s ease; */
    float: left;
    overflow: hidden;
    margin: 37px 0;
}

.logo span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    z-index: 10
}

.logo .logo_bg {
    display: none;
    position: absolute;
    width: 213px;
    height: 91px;
    left: 50%;
    top: 38px;
    z-index: 0;
    margin-left: -106.5px;
}

.logo_01 {
    width: 267px;
}

.nav {
    background: #fff;
    overflow: visible !important;
}

.nav ul {
    max-width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    height: 76px;
    /*! transition: all 0.3s ease; */
    position: relative;
}

.nav ul>li {
    position: relative;
    padding: 0 3.1%;
    *padding: 0 3%;
    padding: 0 3%\9;
    /*! transition: all 0.3s ease-in-out; */
}

.nav ul>li:before {
    transition: all 0.3s ease-in-out;
}

.nav ul>li.on:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #336bbf;
    transition: all 0.35s ease-in-out;
}

.nav ul li>a {
    padding: 0;
    text-align: center;
    line-height: 76px;
    height: 76px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    /*! transition: all 0.3s ease; */
}

.nav ul li .subNav {
    background: rgba(29, 91, 184, 0.9);
    *background: #1953aa;
    background: #1953aa\9;
}

.nav ul>li.li-rt .subNav {
    left: auto;
    right: 0;
}

.nav-wrapper>div {
    position: relative;
    overflow: hidden;
}

.headerFix-menu {
    position: absolute;
    right: -30px;
    top: 3px;
    cursor: pointer;
    display: none;
}

.headerFix-menu i {
    color: #fff;
    font-size: 30px;
}

.headerFix-close {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.headerFix-close i {
    color: #ccd2de;
    font-size: 24px;
}

.subNav {
    width: 360px;
    padding: 25px;
    position: absolute;
    left: 0;
    top: 76px;
    display: none;
    z-index: 9;
}

.subNav .ImgLf {
    width: 110px;
    height: 62px;
    float: left;
}

.subNav .ImgLf img {
    width: 110px;
    height: 62px;
}

.subNav dl {
    display: block;
    margin-left: 128px;
}

.subNav dl dd {}

.subNav a {
    color: #fff;
    padding: 7px;
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.subNav a:hover {
    color: #d0e2fd;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.serBtn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 25px;
    color: #fff;
    margin-left: 25px;
    text-align: center;
    position: relative;
    z-index: 99992
}

.serBtn:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #4a7dc8;
    position: absolute;
    left: -10px;
    top: 5px;
}

.serBtn i {
    font-size: 19px;
    *display: inline;
    *zoom: 1;
    *width: 30px;
    *background: url(../images/search.png) no-repeat center;
    *height: 40px;
}

.serBtn i:before {
    display: inline-block;
    vertical-align: middle;
}

.ser {
    width: 0;
    height: 30px;
    line-height: 28px;
    float: left;
    margin: 5px 10px 0 0;
    position: relative;
    overflow: hidden;
}

.search input {
    position: absolute;
    height: 28px;
    line-height: 28px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #cfdef4;
    padding: 0 0 0 10px;
    width: 78%;
    right: 0;
    border: 1px solid #4a7dc8;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    height: 28px;
    left: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #bbbdc3;
    border: none;
    background: url(../images/search.svg) no-repeat center;
}


/*导航置顶*/

body.current {
    height: 236px;
}

.header.current .logo {
    transition: width 0.3s ease 0s;
    max-width: 290px;
    height: 40px;
    margin: 15px 0 0 0;
    float: left;
}

.header.current .ser {
    display: none;
}

.header.current {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
    box-shadow: 0 0 13px 0 #333;
    background: #1751a5;
}

.header.current .nav {
    height: 70px;
    line-height: 70px;
    background: none;
    position: absolute;
    left: 35%;
    top: 0;
    width: 100%;
}

.header.current .nav li {
    height: 70px;
    padding: 0 2%;
}

.header.current .nav ul {
    height: 70px;
    margin: 0;
}

.header.current .nav li a {
    color: #fff;
}

.header.current .nav li a:hover {
    font-weight: normal;
}

.header.current .nav li .subNav {
    display: none;
    top: 70px;
}

.header.current .nav ul>li.on:before {
    border-bottom: 10px solid #679ce6;
}

.header.current .top_rt {
    display: none;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #4b9ef7;
}

.goTop i {
    font-size: 32px;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 63px;
    display: none;
    top: 5px;
    left: 0;
    z-index: 99991;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: right;
    width: 35px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right: 15px;
    text-align: center;
    line-height: 31px;
    font-size: 30px;
    margin-top: 12px;
    display: none;
}

.mobile-inner-header-icon-out i {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    display: none;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
    height: 0;
    background-color: #246dd6;
    background: -webkit-linear-gradient(top, #246dd6, #174ea0);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #246dd6, #174ea0);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #246dd6, #174ea0);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #246dd6, #174ea0);
    /* 标准的语法 */
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: solid 1px #3977d3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
    font-family: Lustria;
}

.mobile-inner-nav li:first-child a {
    border-top: 2px solid #4f87db;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li.on {
    background-color: #3677d5;
}

.mobile-inner-nav li.on a {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui-copy {
    color: #fff;
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.4rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
}

.mobile-inner-nav dd {
    position: relative;
}

.mobile-inner-nav dd strong {
    right: -13px;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.mobile-inner-nav dd .mobile_subNav a {
    padding-left: 34px;
}

.mobile-inner-nav dd a {
    height: 38px;
    line-height: 38px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4rem;
}

.mobile-inner-nav dd a:hover {
    background-color: #448aca;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    margin: 0 20px;
    overflow: hidden;
    height: 37px;
    position: relative;
}

.mobile_search input.notxt {
    width: 100%;
    color: #fff;
    border: none;
    padding-right: 38px;
    height: 38px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-family: Lustria;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 0;
    background: url(../fonts/search.svg) no-repeat center;
    border: none;
    height: 37px;
    left: auto;
}

.mobile-links {
    width: auto;
    margin: 0 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
    position: relative;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 12px;
}

.nav-open .mobile-inner-nav {
    width: 80%;
    display: block;
    position: fixed;
    right: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 100px 0 20px;
    transition: all 0.3s ease;
}

.mobile-links span:before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #668ec8;
    position: absolute;
    right: 0;
    top: 11px;
}

.mobile-headbg {
    width: 107px;
    float: right;
    margin: 20px 0 0 0;
}


/*footer*/

.wrap_footer {
    background: url(../images/footerbg.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
}

.footer {
    overflow: hidden;
    padding: 40px 0 50px 0;
    position: relative;
}

.footerLf {
    width: 25.9%;
    float: left;
    overflow: hidden;
}

.address {
    margin: 30px 3% 0 0;
    overflow: hidden;
}

.address p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.address .iconfont {
    display: block;
    width: 30px;
    height: 30px;
    border: #4d87da 1px solid;
    background: #1a5dba;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    float: left;
}

.address span {
    display: block;
    margin-left: 45px;
}

.address strong {
    float: left;
}

.address .mail2 {
    display: block;
    width: 88px;
    height: 18px;
    float: left;
    margin-top: 3px;
}

.footerMd {
    width: 37.8%;
    float: left;
    border-left: #3471c4 1px solid;
    border-right: #3471c4 1px solid;
}

.footerMd a {
    display: block;
    max-width: 383px;
    margin: 40px auto;
}

.footerRt {
    width: 36%;
    float: right;
}

.footerLinks {
    margin: 46px 0 46px 5%;
    position: relative;
}

.footerLinks a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 2%;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    float: left;
}

.footerLinks .icon-weixin0 {
    font-size: 27px;
    color: #3cb035;
}

.footerLinks .icon-sina {
    display: block;
    width: 26px;
    height: 21px;
    background: url(../images/sina.png) no-repeat;
    margin: 7px;
}

.footerLinks .icon-facebook {
    font-size: 24px;
    color: #3b5999;
}

.footerLinks .icon-in {
    font-size: 22px;
    color: #0277b5;
}

.footerLinks .icon-ins {
    font-size: 24px;
    color: #913bb8;
}

.footerLinks .icon-twitter {
    font-size: 24px;
    color: #28a9e0;
}

.footerLinks .icon-medium {
    font-size: 30px;
    color: #002d69;
    text-indent: 9999px;
    background: url(../images/toutiao.png) no-repeat center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}
.footerLinks .icon-medium:before{ display:none;}
.code {
    display: none;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -8px;
    bottom: 0px;
}

.Copyright {
    padding: 8px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
}

.Copyright p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 24px;
    opacity: 0.5;
}

@media screen and (min-width:1020px) {}

@media screen and (max-width:1600px) {
    .header.current .nav li {
        padding: 0 1.4%;
    }
}

@media screen and (max-width:1386px) {
    .container,
    .nav ul {
        width: 1000px;
    }
    .nav ul>li {
        padding: 0 2.8%;
    }
    .footerLinks a {
        margin: 2% 1.6%;
    }
    .footerMd {
        width: 34.8%;
    }
    .footerMd a {
        max-width: 300px;
    }
    .footerRt {
        width: 39%;
    }
}

@media screen and (max-width:1200px) {
    .fpx15 {
        font-size: 1.5rem;
    }
    .fpx16 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1050px) {}

@media screen and (max-width:1024px) {
    .logo {
        width: 300px;
        margin: 7px 0px;
    }
    .nav {
        display: none;
    }
    .top {
        display: none;
    }
    .top_rt {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile-inner-header-icon {
        display: block;
    }
    .nav-open .mobile {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
    }
    .header {
        height: 60px;
        position: static;
        background-size: cover;
    }
    .container {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
    .footerLf {
        width: 30%;
    }
    .footerMd {
        width: 29%;
    }
    .footerMd a {
        max-width: 260px;
    }
    .footerLinks {
        margin: 0 auto;
        max-width: 400px;
    }
    .footerLinks a {
        margin: 3%;
    }
}

@media screen and (max-width:768px) {
    .mobile-inner-header-icon {
        margin-left: 0;
    }
    .footer {
        padding: 25px 0;
    }
    .footerLf {
        width: auto;
        float: none;
    }
    .footerMd {
        width: auto;
        float: none;
        border-left: none;
        border-right: none;
        border-top: #3471c4 1px solid;
        border-bottom: #3471c4 1px solid;
        margin: 10px auto;
    }
    .footerMd a {
        max-width: 383px;
        margin: 24px auto;
    }
    .footerRt {
        width: auto;
        float: none;
    }
    .footerLinks a {
        margin: 8px;
    }
    .Copyright p {
        font-size: 1.2rem;
    }
    .address {
        margin: 0;
    }
}

@media screen and (max-width:640px) {
    .logo {
        max-width: 255px;
    }
}

@media screen and (max-width:414px) {
    .footerLinks a {
        margin: 8px 15px;
    }
    .code {
        left: 0;
    }
}
