@charset "utf-8";

/* CSS Document */

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

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #333;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#LRdiv0,#LRdiv1,#LRdiv2,#LRfloater0,#LRdiv3,#LRdiv4{ display: none;}
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%;
}
table th,td{border:1px solid #ccc; text-align:center;}
fieldset,
img {
    border: 0;
}

img,
object {
    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: #666;
}

a:hover {
    color: #7f167b;
    text-decoration: none;
}

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

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;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.fpx16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fpx18 {
    font-size: 18px;
}

.fpx20 {
    font-size: 20px;
}

.fpx24 {
    font-size: 24px;
}

.fpx30 {
    font-size: 30px;
}

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
}

.mode {
    width: 1600px;
    margin: 0 auto;
}

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

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

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

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}

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

.imgResponsive img:hover {
    transform: scale(1.05);
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    25% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }

    50% {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
    }

    75% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    25% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }

    50% {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
    }

    75% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }

    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}


/*头部样式*/

.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 990;
    position: absolute;
    top: 0;
    left: 0;
}

.header-border {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #fafafa;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    top0;
    left: 0;
}


/* .black_bg01,.mobile_bg02{position: fixed;background-color:#000;opacity: 0.7;width:100%;height:100%;display: none;filter: alpha(opacity=70);z-index: 90;} */

.top {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 232px;
    float: left;
    transition: all 0.3s ease-in-out;
    padding: 20px 0 0;
}

.logo img {
    width: 100%;
}

.top-rt {
    float: right;
    padding-top: 38px;
}

.topNav {
    width: auto;
    float: left;
    padding-top: 10px;
    margin-right: 50px;
    ;
}

.topNav a {
    color: #fff;
    margin: 0 15px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.35s ease-in-out;
}

.topNav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ser {
    width: 200px;
    height: 40px;
    line-height: 34px;
    position: relative;
    float: left;
    border-radius: 25px;
}

.ser>i {
    content: '';
    width: 198px;
    height: 38px;
    background-color: #000;
    border: 1px solid #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    border-radius: 25px;
    display: block;
    pos-bottom: absolute;
    top: 0;
    left: 0;
}

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

.search input.notxt {
    color: #a4a4a4;
    padding: 0 0 0 18px;
    width: 83%;
}

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

.nav {
    width: 1600px;
    margin: 0 auto
}

.nav>ul {
    width: 100%;
}

.nav>ul>li {
    float: left;
    height: 50px;
    position: relative;
    width: auto;
    width: 7.69%;
}

.nav>ul>li>a {
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a {
    background: url(../images/subnav_bg.png) repeat;
    border-left: 3px solid #7b3dae;
    color: #7b3dae;
    text-shadow: none;
}

.nav>ul>li.on .subNav {
    display: block;
}

.nav>ul>li .subNav {}

.subNav {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    width: 100%;
    font-size: 16px;
    padding-top: 1px;
}

.subNav dl {
    background: url(../images/subnav_bg.png) repeat;
}

.subNav:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #7b3dae;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.subNav dd>a {
    padding: 8px 10px;
    display: block;
    line-height: 1.5;
}

.subNav dd {
    text-align: center;
}

.subNav a:hover {
    color: #7b3dae
}

.subNav2 {
    width: 1600px;
    margin-left: -371px;
}

.subNav2:before {
    display: none;
}

.subNavList {
    overflow: hidden;
    background: url(../images/subnav_bg.png) repeat;
}

.subNavList>li {
    width: 15.3%;
    float: left;
    overflow: hidden;
}
.subNavList>li.navCur1,
.subNavList>li.navCur2{
    width: 19.4%;
}

/*.subNavList>li.navCur3,
.subNavList>li.navCur4,
.subNavList>li.navCur5,
.subNavList>li.navCur7,
.subNavList>li.navCur8,
.subNavList>li.navCur9 {
    width: 9%;
}*/

.subNavList h4 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 0 10px;
    color: #7b3dae;
}

.subNavListInner {
    height: 163px;
    font-size: 14px;
    padding: 0 15px;
}

.subNavListInner>li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.subNavListInner>li>a {
    font-size: 14px;
    ;
}

.subNavList>li>div {
    border-right: 1px solid #d3d3d3;
    padding-bottom: 20px;
    height: 250px;
}

.subNavListInner02 li {
    width: 100%;
    text-align: center;
}

.header.currents {
    height: 100px;
    background: none;
    position: fixed;
}

.header.currents .header-border {
    height: 100%;
    background: #6510ad;
    background: -webkit-linear-gradient(left, #6510ad, #7f167b);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6510ad, #7f167b);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #6510ad, #7f167b);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6510ad, #7f167b);
    /* 标准的语法 */
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.header.currents .top {
    clear: none
}

.header.currents .top-rt {
    display: none;
}

.header.currents .logo {
    width: 190px;
    padding: 29px 0 0;
    height: auto;
}

.header.currents .nav {
    height: 100px;
    width: auto;
    padding-top: 0;
    clear: nonep;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    margin-left: -800px;
}

.header.currents .nav>ul {
    clear: none;
    margin-left: 220px;
}

.header.currents .nav>ul>li {
    background: none;
    height: 100px;
    width: auto;
}

.header.currents .nav>ul>li>a {
    height: 100px;
    line-height: 100px;
    padding: 0 22px;
    ;
}

.header.currents .nav>ul>li>a:hover,
.header.currents .nav>ul>li.on>a {
    border: none
}

.header.currents .subNav {
    top: 100px;
}

.header.currents .subNav2 {
    margin-left: -410px;
}

.header.currents .nav ul li>a {}

.header.currents {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

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

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: none;
    top: 10px;
    right: 0;
    z-index: 99
}

.mobile-inner-header {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2
}

.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) / 3);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon-click {
    right: 10%;
}

.mobileLink {
    display: none;
    padding: 10px 0;
}

.mobileLink dd {
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    padding: 0 35px;
}

.mobileLink dd a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    width: auto;
    position: relative;
    line-height: 24px;
    font-size: 12px;
}

.mobileLink a:before {
    opacity: 0.2;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    text-align: left;
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.mobileLink a:last-child:before {
    display: none;
}

.mobile-inner-header-icon-out span {
    display: none;
}

.mobile-inner-header-icon-out i {
    font-size: 30px;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    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 i {
    display: none;
}

.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%;
    position: absolute;
    top: -90px;
    left: 0px;
    padding-top: 120px;
    padding-bottom: 25px;
    display: none;
    background: -webkit-linear-gradient(left, #7f167b, #6510ad);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #7f167b, #6510ad);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #7f167b, #6510ad);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #7f167b, #6510ad);
    /* 标准的语法 */
}

.mobile_bg02 {
    background: #00a2e6;
    background: -webkit-linear-gradient(left, #00a2e6, #f9a74a);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00a2e6, #f9a74a);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00a2e6, #f9a74a);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00a2e6, #f9a74a);
    /* 标准的语法 */
    ;
    opacity: 1;
    top: 0
}

.mobile-inner-nav li>a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    color: #fff;
}

.mobile-inner-nav li>a:before,
.mobile_search:before,
.mobile_subNav>dd>a:before {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    border-bottom: 1px dashed #ac41d1
}

.mobile-inner-nav ul {
    margin: 0 auto;
    width: 80%;
}

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

.twoArrow {
    color: #b67be6;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.5rem;
    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;
}

.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;
    padding-left: 10px;
    opacity: 0.5
}

.mobile_subNav>dd {
    position: relative;
}

.threeArrow {
    color: #b67be6;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_threeNav {
    padding: 5px 0;
    overflow: hidden;
    display: none;
}

.mobile_threeNav>dd {
    width: 50%;
    float: left;
}

.mobile_threeNav>dd>a {
    font-size: 12px;
    padding: 5px 0 5px 12px;
    color: #fff;
    display: inline-block;
}

.mobile-inner-nav li>dl>dd>a {
    font-size: 1.4rem;
    opacity: 0.8;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
    display: block;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px auto 0;
    overflow: hidden;
    width: 80%;
    display: none;
}

.mobile_search input.notxt {
    width: 90%;
    color: #fff;
    padding-left: 55px;
    border: none;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(../images/search.svg) no-repeat center center;
    border: none;
}


/*footer*/

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

.footer {
    padding: 30px 0
}

.footer_logo {
    width: 15.25%;
    padding-top: 45px;
}

.friendLink {
    width: 32.5%;
    padding-left: 3%;
    border-left: 1px solid #8a3391;
    border-right: 1px solid #8a3391;
    min-height: 220px;
}

.friendLink li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.35s ease-in-out;
}

.friendLink a {
    color: #fff;
}

.footer_title {
    color: #fff;
    font-weight: normal;
    padding: 13px 0 10px;
}

.friendLink li:hover,
.contact p:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.contact {
    padding-left: 3%;
    min-height: 220px;
    border-right: 1px solid #8a3391;
    width: 19%;
}

.contact p {
    line-height: 22px;
    padding: 3px 0;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.3s ease-in-out;
}

.codeList {
    /* float: right; */
    font-size: 0;
    text-align: center;
    padding-top: 35px;
    /* margin-right: 50%; */
}

.codeList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 72px;
}

.codeList li:first-child {
    margin-left: 0
}

.codeList li span {
    display: block;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}

.registercode {
    padding-left: 3%;
    min-height: 220px;
    border-right: 1px solid #8a3391;
    width: 19%;
}

.registercode p {
    line-height: 22px;
    padding: 3px 0;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    transition: all 0.3s ease-in-out;
}


/*侧边栏*/

.sideBar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 880;
    margin-top: -162px;
    display: none;
    transition: all 0.35s ease-in-out;
}

.sideBarList {
    width: 80px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
    float: right;
}

.sideBar li {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    transition: all 0.35s ease-in-out;
}

.sideBar i {
    font-size: 36px;
    color: #ccc;
}

.sideBar span {
    display: none;
    padding: 20px 20px 0;
    line-height: 20px;
}

.sideBar li:hover {
    background: #a3239c;
}

.sideBar li:hover i {
    display: none;
}

.sideBar li:hover span {
    color: #fff;
    display: block;
}

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

    .friendLink li:hover,
    .contact p:hover {
        margin-top: -5px;
        margin-bottom: 5px;
    }
}

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

    .top,
    .nav,
    .mode,
    .header.currents .nav {
        width: 1400px;
    }

    .subNav2 {
        width: 1400px;
        margin-left: -322px;
    }

    .subNavListInner li>a {
        font-size: 13px;
    }

    .subNavList>li.navCur3 {
        width: 10%;
    }

    .subNavList>li.navCur1 {
        width: 15%;
    }

    .header.currents .nav>ul>li>a {
        padding: 0 16px
    }

    .header.currents .nav {
        margin-left: -700px;
    }

    .header.currents .nav>ul {
        margin-left: 170px;
    }
}

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

    .top,
    .nav,
    .mode,
    .header.currents .nav {
        width: 1200px;
    }

    .header.currents .nav {
        margin-left: -600px;
    }

    .logo {
        padding: 15px 0 12px
    }

    .header.currents .nav>ul>li>a {
        padding: 0 9px
    }

    .subNav2 {
        width: 1200px;
        margin-left: -277px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .subNavList {
        padding: 0 15px
    }

    .subNavList>li {
        width: 25% !important;
    }

    .subNavList>li.navCur1,
    .subNavList>li.navCur2,
    .subNavList>li.navCur3,
    .subNavList>li.navCur4 {
        border-bottom: 1px solid #d3d3d3;
    }

    .subNavList>li.navCur4>div,
    .subNavList>li.navCur8>div {
        border-right: none;
    }

    .subNavList>li>div {
        padding: 0 15px
    }

    .subNavListInner>li {
        height: 24px;
        line-height: 24px;
    }

    .subNavList>li>div {
        height: 230px;
    }

    .subNavList>li.navCur5>div,
    .subNavList>li.navCur6>div,
    .subNavList>li.navCur7>div,
    .subNavList>li.navCur8>div {
        height: 205px;
    }

    .footer_logo img {
        width: 80%;
    }

    .codeList li {
        margin-left: 20px;
        width: 100px;
    }

    .friendLink,
    .contact {
        padding-left: 2%;
    }

    .friendLink {
        width: 38.5%;
    }

    .contact {
        width: 21.5%;
    }

    .fpx30 {
        font-size: 28px;
        ;
    }

    .fpx24 {
        font-size: 22px;
    }

    .fpx18 {
        font-size: 16px;
    }

    .fpx20 {
        font-size: 18px;
    }

    .sideBarList {
        width: 60px;
    }

    .sideBar li {
        width: 60px;
        height: 60px;
        line-height: 60px;
        ;
    }

    .sideBar li i {
        font-size: 25px;
    }

    .sideBar li span {
        padding: 10px 10px 0
    }
}

@media screen and (max-width:1220px) {
    .fpx16 {
        font-size: 15px;
    }

    .fpx18 {
        font-size: 16px;
    }

    .fpx20 {
        font-size: 17px;
    }

    .top,
    .nav,
    .mode,
    .header.currents .nav {
        width: 1000px;
    }

    .nav>ul>li>a {
        font-size: 14px;
    }

    .header.currents .nav {
        margin-left: -500px;
    }

    .header.currents .logo {
        width: 110px;
        padding-top: 12px;
    }

    .header.currents .nav>ul {
        margin-left: 125px;
    }

    .header.currents .nav>ul>li>a {
        padding: 0 7px;
    }

    .subNav {
        width: 100px;
    }

    .subNav2 {
        width: 1000px;
        margin-left: -231px;
    }

    .footer_logo {
        width: 13%;
    }

    .codeList li {
        width: 78px;
    }

    .contact {
        width: 23%;
    }

    .friendLink {
        width: 41%;
    }

    .fpx30 {
        font-size: 26px;
    }

    .fpx24 {
        font-size: 20px;
    }

    .subNavList h4,
    .subNav {
        font-size: 15px;
    }

    .nav>ul>li>a {
        font-size: 16px;
    }
}

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

    .top,
    .nav,
    .mode {
        width: auto;
    }

    .subNav2 {
        width: 992;
        margin-left: -228px;
    }

    .top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fpx24 {
        font-size: 18px;
    }

    .mode {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sideBar {
        top: auto;
        margin: 0;
        bottom: 50px;
    }

    .sideBar.bottom {
        bottom: 200px;
    }

    .erweima.bottom {
        bottom: 500px;
    }

    .sideBar li {
        display: none;
    }

    .sideBar li.goTop {
        display: block;
    }
}

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

    .nav,
    .ser {
        display: none;
    }

    .top-rt {
        padding: 5px 0 0;
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 800;
    }

    .topNav {
        margin: 0
    }

    .topNav a {
        display: none;
    }

    .topNav a:first-child {
        display: block;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 200px;
        position: relative;
        z-index: 880;
    }

    .open .logo img {
        position: static;
    }

    .mobile,
    .mobile_search,
    .mobileLink {
        display: block;
    }

    .footer_logo {
        display: none;
    }

    .codeList {
        width: 100%;
        clear: both;
        text-align: center;
    }

    .contact {
        width: 30%;
        float: right;
        border-right: none;
    }

    .friendLink {
        width: 65%;
    }
}

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

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

@media screen and (max-width:767px) {
    .topNav a:first-child{margin: 0;}

    .fpx16 {
        font-size: 14px;
        overflow-y: ;
    }
}

@media screen and (max-width:640px) {
    .friendLink {
        width: 100%;
        padding-left: 0;
        border: none;
        float: none;
    }

    .contact {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .registercode {
        width: 100%;
        float: none;
        padding: 0px;
    }
}

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

    .mobile-inner-nav ul,
    .mobile_search {
        width: 90%;
    }

    .mobile-inner-header-icon-click {
        right: 5px
    }

    .logo img {
        width: 120px;
    }
}

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

@media screen and (max-width:380px) {
    .logo img {
        width: 90px;
    }
}


/*页面增加二维码20221121*/
.erweima {
    /* position: fixed;
        right: 0px;
        top: calc(50% - 350px);
       
        z-index: 999;
        display: none; */
    margin: 0 0 10px 0;
    background: #fff;
    max-width: 130px;
}

.erweimaIn {
    padding: 10px 5px;
}

.erweimaIn h5 {
    padding: 0 0 0 30px;
    background: url(../images/icon-weixin.png) no-repeat 5px center;
}

.erweimaIn p {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width:1020px) {
    .erweima.bottom {
        bottom: 500px;
    }
}


 /* 默认全部隐藏，避免首次加载时闪烁 */
.Bannerwap{
  display: none;
}

/* 屏幕小于 980px，显示 Bannerwap，隐藏 Banner */
@media screen and (max-width: 979px) {
  .Bannerwap {
    display: block;
  }
  .Banner {
    display: none;
  }
  
  .linlik li{ width:100%; float:left;}
  
}

/* 屏幕大于等于 980px，显示 Banner，隐藏 Bannerwap */
@media screen and (min-width: 980px) {
  .Banner {
    display: block;
  }
  .Bannerwap {
    display: none;
  }
  .linlik li{ width:50%; float:left;}
}
.flex-direction-nav {
  display: none;
}




/*右側按鈕*/
@-webkit-keyframes pan-ripple {
    0% {-webkit-transform:scale(1);opacity:0;}
    30% {-webkit-transform:scale(1.1);opacity:1;}
    100% {-webkit-transform:scale(1.4);opacity:0;}
}
.wrap-rippla{z-index:99999999;position:fixed;width:50px;height:50px;padding:8px;}
/*.s-ripple{z-index:99999;width:50px;height:50px;padding:8px}*/


.wrap-rippla .s-ripple i {
    position:absolute;
    width:45px;
    height:45px;
    line-height:normal;
    border-radius:50%;
    border:1px solid #ff7800;
    box-sizing:border-box;
}
.wrap-rippla .ripple {
    background:#ff7800;
    color:#fff;
    font-size:13px;
    text-align:center;
    font-style:normal;
    padding-top:8%;
    opacity:.8;
}
.wrap-rippla .ripple-a {
    opacity:0;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation:pan-ripple 2s linear infinite;
    animation:pan-ripple 2s linear infinite;
}
.wrap-rippla .ripple-b {
    opacity:0;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation:pan-ripple 1s linear infinite;
    animation:pan-ripple 1s linear infinite;
}
.wrap-rippla .s-ripple {
    z-index:99999;
    /*position:fixed;*/
    width:50px;
    height:50px;
    display:block;
    transform-origin: 0px 0px 0px;
    transform: scale(1, 1);
    top: 40%;
    right:15px;
}

.wrap-rippla .s-ripple span.num1{ display:block; height:17px; width:17px; border-radius:17px; position:absolute; top:0; right:-5px; background:#FF0000; z-index:100; color:#FFFFFF; text-align:center; line-height:17px; font-size:12px; border:1px solid #fff;}
.wrap-rippla .tada {-webkit-animation-name: tada;animation-name: tada;}
.wrap-rippla .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada;}