﻿/*公共部分*/

.wrap {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.wraps1 {
    width: 75vw;
    max-width: 100%;
    margin: 0 auto
}

.w1200 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}


/* @media (max-width:1440px){ .wrap{width:88vw} } */


/* @media (max-width:1280px){ .wrap, .w1200{width:84vw} } */

@media (max-width:1024px) {
    .w1200,
    .wrap {
        width: 100%;
        padding: 0 15px
    }
}


/* 滚动条 */


/* 滚动条滑块 */


/* 滚动条外层轨道 */


/* 全部公共 */

.head {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

.head.active {
    position: fixed;
    background-color: #fff;
}

.head.cur {
    background-color: #fff;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06)
}


/* .head .box{position:relative;z-index:3} */


/* .head:after{content:"";width:0;height:100%;background-color:#fff;position:absolute;top:0;right:0;transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s}
.head.cur:after,
.head.active:after{width:100%} */

.logoimg {
    width: 150px;
    height: 60px;
    display: block;
    margin-top: 10px;
    background-image: url(../images/logo_on.png)!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.head.cur .logoimg,
.head.active .logoimg {
    background-image: url(../images/logo.png)!important;
}

.head.active .headlan .headlanlist,
.head.cur .headlan .headlanlist {
    color: #333
}

.logo,
.searchbtn,
.headlan .headlanlist,
.navitemname {
    position: relative;
    z-index: 3
}

.logoimg img,
.searchbtn img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.navleft {
    margin-left: 5vw
}

.navleft .navitembg {
    height: 100px;
    background-color: #0d6fb8;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 2;
    display: none
}

.navitemname {
    position: relative;
    height: 100px
}

.navchildbox {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    border-top: 1px solid #ddd;
    z-index: 8;
    height: 450px;
}

.navchildbox .wrap {
    padding: 40px 0 20px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05)
}


/* .navchilditems{padding:0 12vw} */

.navchilditems {
    text-align: center
}

.navchildlist {
    width: 20%;
    margin-right: 2%;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 2%;
}


/* .navchildlist:nth-of-type(5n){margin-right:0} */

.navchildlist .img img {
    width: 100%
}

.navchildlist .title {
    font-size: 16px;
    margin-top: 10px;
    text-align: center
}

.navchildlist .text {
    color: #999;
    margin-top: 5px;
    opacity: 0;
    text-align: center
}

.navchildlist1 {
    width: 20%;
    margin-right: 2%;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    color: #777;
    font-size: 16px;
    line-height: 1.5;
    margin-left: 2%;
}


/* .navchildlist:nth-of-type(5n){margin-right:0} */

.navchildlist1 .img img {
    width: 100%
}

.navchildlist1 .title {
    font-size: 16px;
    margin-top: 10px;
    text-align: center
}

.navchildlist1 .text {
    color: #999;
    margin-top: 5px;
    opacity: 0;
    text-align: center
}


/* .navchildlist:after{content:"";width:0px;height:1px;background-color:#0d6fb8;position:absolute;left:0;bottom:-1px;transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s} */

.navchildbox .imgbox {
    width: calc(100% - 360px)
}

.navchildbox .imglis {
    margin-right: 20px
}

.navitem:nth-of-type(2) .bigbox {
    width: auto;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -42.5vw;
    display: none;
    z-index: 8
}

.navbg {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    z-index: 7
}

.navitem:nth-of-type(2) .bigbox .navchildbox {
    position: relative;
    display: block;
    top: 0
}

.navitem:nth-of-type(2) .bigbox .wrap {
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05)
}

.navitem:nth-of-type(2) .bigbox .navproitems {
    width: 300px;
    background-color: #f5f5f5
}

.navitem:nth-of-type(2) .navproitemname {
    width: 300px;
    padding: 0 54px 0 38px;
    background-image: url(../images/navproright.png);
    background-repeat: no-repeat;
    background-position: right 40px center;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.navitem:nth-of-type(2) .navproitemname a {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    display: block;
}

.navprochild {
    width: calc(100% - 300px);
    position: absolute;
    top: 0;
    left: 300px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

.navprochild::-webkit-scrollbar {
    width: 4px
}

.navprochild::-webkit-scrollbar-thumb {
    background-color: #fff
}

.navprochild::-webkit-scrollbar-track {
    background-color: #fff
}

.navprochildlist {
    width: 33.3333%;
    padding: 34px 10px 34px 50px;
    position: relative;
    border-top: 1px solid #ebebeb
}

.navprochildlist:nth-of-type(1),
.navprochildlist:nth-of-type(2),
.navprochildlist:nth-of-type(3) {
    border-top: none
}


/* .navprochildlist:before{content:"";width:1px;height:182px;background-color:#ebebeb;position:absolute;right:0;top:34px} */

.navprochildlist .box {
    border-right: 1px solid #ebebeb;
    height: 100%
}

.navprochildlist:nth-of-type(3n) .box {
    border-right: none
}

.navprochildlist .img {
    width: 120px
}

.navprochildlist .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.navprochildlist .rightbox {
    width: calc(100% - 145px);
    margin-left: 25px
}

.navprochildlist .rightbox .name {
    font-weight: bold;
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.navprochildlist .rightbox .items {
    margin-top: 8px
}

.navprochildlist .rightbox .item {
    display: block;
    margin-bottom: 8px;
    color: #666;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.headnav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.headnavbox {
    width: 504px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    background-color: #fff;
    z-index: 21;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
    -webkit-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
    -moz-transition: 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s
}

.headnavbox .top {
    height: 99px;
    border-bottom: 3px solid #004c8e
}

.headnavbox .top .entitle {
    width: calc(100% - 96px);
    color: #004c8e;
    line-height: 99px;
    font-size: 26px;
    font-family: Arial;
    padding-left: 25px
}

.headnavbox .top .close {
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    background-color: #004c8e;
    cursor: pointer
}

.headnavbox .top .close img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.headnavbox .headnavitemsb {
    width: 100%;
    height: calc(100% - 320px);
    overflow-y: auto;
    padding: 50px 50px 15px
}

.headnavitemb {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px
}

.headnavitemb:nth-last-of-type(1) {
    margin-bottom: 0
}

.headnavitemb:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 10px
}

.headnavitemb .name a {
    font-weight: bold
}

.headnavitemb .navchilditemsb {
    width: 324px;
    margin-top: 5px
}

.headnavitemb .navchilditem {
    color: #9c9c9c;
    padding-right: 24px;
    line-height: 22px;
    margin-bottom: 8px;
    display: inline-block
}

.headnavitemb .navchilditem:nth-of-type(3n) {
    padding-right: 0
}

.headnavitemb:nth-of-type(2) .navchilditem:nth-of-type(3n) {
    padding-right: 32px
}

.headnavitemb:nth-of-type(4) .navchilditem:nth-of-type(3n) {
    padding-right: 76px
}

.headnavbox .top .close:hover img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.headnavbox .bot {
    padding: 0 50px 0 80px
}

.headnavbox .bot .title {
    color: #999
}

.headnav.cur {
    z-index: 20;
    opacity: 1;
    visibility: visible
}

.headnav.cur .headnavbox {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1
}

.head.cur .navitemname .showname,
.head.active .navitemname .showname {
    color: #333
}

.nav {
    width: 100%;
    height: calc(100% - 132px);
    position: fixed;
    top: 132px;
    left: 0;
    z-index: 9;
    display: none
}

.navbox {
    width: 726px;
    height: calc(100% - 132px);
    position: fixed;
    right: -100%;
    top: 132px;
    padding: 72px 120px 0;
    z-index: 22;
    background-image: url(../images/navbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.navbox.cur {
    right: 0
}

.navbox .title {
    color: #fff;
    font-weight: bold;
    font-size: 18px
}

.navhitems {
    margin-top: 34px;
    padding-top: 98px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.navhitem {
    width: 33.3333%;
    margin-bottom: 85px
}

.navhitem .name a {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.navhitem .navcitems {
    margin-top: 28px
}

.navhitem .navcitem {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: block
}

.navhitem .navcitem:nth-last-of-type(1) {
    margin-bottom: 0
}

.navhitem .navcitem:hover {
    color: #fff
}

.navhitem:nth-of-type(1),
.navhitem:nth-of-type(2) {
    display: none
}

.headlan {
    margin-left: 2.083vw
}

.headlan .headlanlist {
    display: block;
    height: 100px;
    line-height: 100px;
    color: #fff
}

.headlan span.headlanlist {
    margin: 0 8px
}

.search {
    position: relative
}

.searchbtn {
    width: 20px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/searchbtn.png);
    background-repeat: no-repeat;
    background-position: center center
}

.head.cur .searchbtn,
.head.active .searchbtn {
    background-image: url(../images/searchbtn2.png)
}

.searchbox {
    width: 220px;
    height: 38px;
    padding: 5px 15px;
    background-color: #fff;
    position: absolute;
    top: 31px;
    right: -30px;
    z-index: 4;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #3587c4;
    border-radius: 38px
}

.searchbox .close {
    line-height: 26px;
    cursor: pointer
}

.searchbox .close:hover img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg)
}

.searchbox .searchform .input {
    width: calc(100% - 60px);
    margin: 0 10px
}

.searchbox .searchform .input input {
    width: 100%;
    height: 26px;
    font-size: 14px;
    position: relative;
    background-color: transparent;
    color: #333
}


/* .searchbox .searchform .input input:focus{border-bottom-color:#002a65} */

.searchbox .searchform .input input::-webkit-input-placeholder {
    color: #999
}

.searchbox .searchform .btn {
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer
}

.searchbox.cur {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    right: 0
}

.wapbtnbox {
    width: 24px;
    position: relative;
    display: none
}

.wapbtnbox div {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 0
}

.wapbtnbox div:nth-of-type(1) {
    top: 10px
}

.wapbtnbox div:nth-of-type(2) {
    top: 18px
}

.wapbtnbox div:nth-of-type(3) {
    top: 26px
}

.wapbtnbox.cur div:nth-of-type(1) {
    top: 18px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.wapbtnbox.cur div:nth-of-type(2) {
    opacity: 0
}

.wapbtnbox.cur div:nth-of-type(3) {
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

.head.cur .wapbtnbox div,
.head.active .wapbtnbox div {
    background-color: #666
}

.logo img,
.searchbtn img,
.searchbox .searchform .btn img,
.searchbox .close img,
.footfrienbox .icon img,
.waplpgo img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.wapsearch,
.waplpgo {
    display: none
}

.navpctel {
    margin-top: 30px;
    padding: 3px 0 3px 20px;
    border-left: 1px solid #dfdfdf;
    margin-left: 22px
}

.navpctel .tel {
    line-height: 0.8;
    margin-left: 7px;
    color: #ed7020;
    font-size: 25px;
    font-family: 'dinconreg';
    font-weight: bold
}

.navpctel .bot {
    width: 156px;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 3px;
    border-radius: 22px;
    border: 1px solid #ed7020
}

.searchformwap {
    display: none;
    width: calc(100% - 30px);
    padding: 0 20px;
    border-radius: 40px;
    height: 40px;
    background-color: #f5f5f5;
    margin: 15px auto 0;
    border: 1px solid #d6d6d6
}

.searchformwap .input {
    width: calc(100% - 40px);
    margin-right: 20px
}

.searchformwap .input input {
    width: 100%;
    height: 38px;
    background-color: transparent
}

.searchformwap .btn {
    height: 38px;
    line-height: 38px
}

.searchformwap .btn img {
    display: inline-block;
    vertical-align: middle
}

.foot {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd
}

.foot.prodetbfoot {
    border-top: none
}

.foottop {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7.5%;
}

.foottoplist {
    width: 12.5%
}


/* .foottoplist:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05)} */

.footbot {
    padding: 75px 0 60px
}

.fbotLconlist {
    margin-bottom: 16px
}

.fbotLconlist:nth-last-of-type(1) {
    margin-bottom: 0
}

.fbotLconlist .icon {
    width: 28px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px
}

.fbotLconlist .icon img {
    display: inline-block;
    vertical-align: middle
}

.fbotLconlist .text {
    color: #49565d;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px
}

.wapreturn {
    display: none;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d6d6d6;
    text-align: right
}

.wapreturn img {
    display: inline-block;
    vertical-align: middle
}

.head.pagehead {
    position: relative;
    background-color: #fff
}

.head.pagehead .searchbtn {
    background-image: url(../images/searchbtn.png)
}

@media (min-width:1024px) {
    .xiane {
        background-color: #297FB8;
        height: 5px;
        width: 100px;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }
    .titles1 {
        font-size: 36px;
        line-height: 60px;
        color: #333333;
        padding-top: 20%;
    }
    .titleas2 {
        font-size: 20px;
        line-height: 40px;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
        padding-top: 10px;
    }
    .searchbtn:hover {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg)
    }
    .searchbox .searchform .btn:hover img {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5)
    }
    .navitem:hover .navitemname:after {
        top: 0
    }
    .navitem.cur .navitemname:after {
        top: 0
    }
    .navlan:hover .navlanitems {
        visibility: visible;
        opacity: 1;
        z-index: 12;
        top: 100px
    }
    .navlan:hover .navlantop .icon img {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg)
    }
    /* .navitem.cur .showname,
    .head.cur .navitem.cur .navitemname .showname{color:#d70010} */
    /* .head.active .navitem.cur .navitemname .showname{color:#1695d4} */
    .navchildbox .navchilditem:hover a {
        color: #ed7020;
        font-weight: bold
    }
    .navchildbox .navchilditem:hover:after {
        background-color: #ed7020
    }
    .navchildbox .imglis:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05)
    }
    .navchildlist:hover,
    .navprochildlist .rightbox .item:hover {
        color: #0d6fb8
    }
    .navchildlist:hover:after {
        width: 100%
    }
    /* .navchildlist:hover{color:#d70010} */
    /* .navitem:hover .navchildbox{visibility:visible;opacity:1;top:110px;z-index:13} */
    .footewm:hover .hidebox {
        top: 72px;
        visibility: visible;
        z-index: 3;
        opacity: 1
    }
    .navchildlist:hover:after {
        border-color: #00a5e2
    }
    .footfriend:hover .footfrienitems {
        bottom: 40px;
        z-index: 9;
        visibility: visible;
        opacity: 1
    }
    .footfienitem:hover {
        color: #fff;
        background-color: #127eb3
    }
    .footnavlist:hover {
        color: #fff
    }
    .navitem.cur .navitemname .text {
        position: relative
    }
    .navitem.cur .navitemname .text:after {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: -19px;
        left: 0
    }
    .navitemname .showname:hover {
        color: #0d6fb8;
    }
    .head.cur .navitemname .showname:hover,
    .head.active .navitemname .showname:hover {
        color: #0d6fb8;
    }
    .fbsharelist:hover .weixineweima {
        z-index: 9;
        opacity: 1;
        visibility: visible
    }
    .navprochild {
        max-height: 450px;
        overflow-y: auto
    }
    .navitem:nth-of-type(2) .bigbox .navproitems {
        height: 450px
    }
    .navprochild::-webkit-scrollbar {
        width: 4px
    }
    .navprochild::-webkit-scrollbar-thumb {
        background-color: #76a8ff
    }
    .navprochild::-webkit-scrollbar-track {
        background-color: #f7faff
    }
    .navproitem.cur .navprochild {
        z-index: 9;
        opacity: 1;
        visibility: visible;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navproitem.cur .navproitemname {
        background-color: #fff;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navchildlist:hover .title {
        color: #0d6fb8
    }
    .navchildlist:hover .img img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05)
    }
    .navchildlist:hover .text {
        opacity: 1
    }
    .navitem:hover .navitemname {}
    .navitem:hover .navitemname .showname {
        color: #0d6fb8
    }
}

@media (min-width:780px) {
    .navproitemname {
        background-image: url(../images/navproright.png);
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .foot-nav {
        width: 100%;
        line-height: 1.2;
    }
    .foot-nav-txt {
        width: 100%;
        line-height: 1.2;
    }
}

@media (max-width:780px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px
    }
}

@media (max-width:1620px) {
    .navitem:nth-of-type(2) .bigbox {
        margin-left: -40.8vw
    }
    .navitemname .showname {
        padding: 0 2vw
    }
}

@media (max-width:1440px) {
    .navitemname .showname {
        padding: 0 1.6vw
    }
    .footbotcen {
        margin-left: 6vw
    }
    .footbotcenlist {
        margin-right: 2.5vw
    }
    .navprochildlist {
        padding: 20px 10px 20px 20px
    }
    .navprochildlist .img {
        width: 100px
    }
    .navprochildlist .rightbox {
        width: calc(100% - 115px);
        margin-left: 15px
    }
    /* .navitem:nth-of-type(2) .bigbox{margin-left:-43.8vw} */
    .navleft {
        margin-left: 3vw
    }
}

@media (max-width:1280px) {
    .foottop .bot .left {
        width: 380px
    }
    .footfrientop {
        width: 220px
    }
    /* .footfriend{margin-left:8vw} */
    .footbotcen {
        margin-left: 4vw
    }
    .footbotcenlist {
        margin-right: 2vw
    }
    .footbotleft {
        width: 350px
    }
    .navprochildlist .img {
        width: 85px
    }
    .navprochildlist {
        padding: 20px 10px
    }
    .navprochildlist .rightbox {
        width: calc(100% - 95px);
        margin-left: 10px
    }
    /* .navitem:nth-of-type(2) .bigbox{margin-left:-45.8vw} */
    .navitemname .showname {
        padding: 0 1.2vw
    }
    .searchbox {
        width: 180px;
        padding: 5px 10px
    }
    .navleft {
        margin-left: 2vw
    }
    .searchbox.cur {
        right: -20px
    }
}

@media (max-width:1160px) {
    .fbsharelist {
        margin-right: 10px
    }
    .footbotcen {
        margin-left: 2.5vw
    }
    .footbotcenlist {
        margin-right: 1.5vw
    }
    .navitemname .showname {
        padding: 0 1vw
    }
    .navleft {
        margin-left: 1.5vw
    }
}

@media (max-width:1024px) {
    .xiane {
        background-color: #297FB8;
        height: 5px;
        width: 100px;
        margin-top: 5px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
    .titleas2 {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
        padding-top: 0px;
    }
    .headtop .box,
    .navline,
    .navitemname a.hidename,
    .footcon,
    .footboxright,
    .navtel,
    .navchildbox .leftbox,
    .headlan,
    .navleft .navitembg {
        display: none
    }
    .wapsearch,
    .wapbtnbox,
    .waplpgo,
    .searchformwap,
    .wapreturn {
        display: block
    }
    .headtop .wrap {
        padding: 0
    }
    .headbox {
        height: 60px
    }
    .head {
        height: 60px;
        z-index: 23;
        transition: 0.5s ease-in-out 0.5s;
        -webkit-transition: 0.5s ease-in-out 0.5s;
        -moz-transition: 0.5s ease-in-out 0.5s
    }
    .head.cur {
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .logo img {
        width: 160px
    }
    .waplpgo {
        width: 120px;
        height: 60px;
        line-height: 60px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -60px
    }
    .navlantop .text,
    .navlantop .icon {
        line-height: 60px
    }
    .navpctel {
        border-left: none;
        margin-top: 5px
    }
    .navpctel .icon img {
        width: 16px;
        height: 16px
    }
    .navpctel .tel {
        font-size: 18px;
        line-height: 1
    }
    .navpctel .bot {
        letter-spacing: 1px;
        width: 114px;
        height: 18px;
        line-height: 16px
    }
    .search {
        margin-left: 0;
        position: static
    }
    .searchbtn {
        height: 60px;
        position: relative;
        z-index: 3
    }
    .wapbtnbox {
        margin-top: 11px;
        margin-left: 15px;
        position: relative;
        z-index: 3
    }
    .wapbtnbox:after {
        left: -15px
    }
    .headlan .headlanlist {
        line-height: 60px;
        height: 60px
    }
    .head .box {
        overflow: initial
    }
    .navprochildlist .box {
        border-right: none
    }
    .navprochildlist:nth-of-type(2n) .box {
        border-right: none
    }
    .navprochildlist:nth-of-type(3n) .box {
        border-right: none
    }
    .navitems {
        width: 100%;
        max-height: calc(100vh - 80px);
        overflow-y: auto
    }
    .navitem {
        padding: 0;
        width: 100%
    }
    /* .navitem.cur{border-bottom-color:#08337e} */
    .navitemname {
        height: 52px;
        border-bottom: 1px solid #f3f3f3;
        position: relative;
        padding: 0 50px 0 15px;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navitemname:after,
    .navchildlistname:after {
        content: "\e614";
        font-family: "iconfont";
        font-size: 20px;
        color: #999;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 10px;
        font-weight: bold;
        left: auto;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navchildlistname.cur:after,
    .navchildlistname.cur:before {
        background-color: #e60012;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg)
    }
    /* .navitemname.cur{background-color:#08337e} */
    /* .navitemname.cur a.showname,
    .head.cur .navitemname.cur .showname, .head.active .navitemname.cur .showname{color:#fff} */
    .navitemname .text {
        font-size: 16px
    }
    .navitemname.cur:before {
        background-color: #fff
    }
    .navitemname.cur:after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg)
    }
    .navitemname a {
        height: 52px;
        line-height: 52px;
        display: inline-block;
        font-size: 18px
    }
    .navitemname a.showname {
        display: inline-block
    }
    .navitemname a.showname,
    .navitemname a {
        font-size: 18px;
        line-height: 52px
    }
    .navitem:nth-of-type(1) .navitemname a {
        display: block
    }
    .navitem:nth-of-type(1) .navitemname:after,
    .navitem:nth-of-type(1) .navitemname:before {
        display: none
    }
    .navleft {
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        top: 60px;
        left: 100%;
        margin-left: 0;
        border-top: 1px solid #dfdfdf;
        background-color: #fff;
        z-index: 12;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navitemname .showname {
        padding: 0 0 0
    }
    .navitemname .icon {
        float: left;
        line-height: 52px
    }
    .navitemname .icon img {
        margin-bottom: 3px
    }
    .navitemname .text {
        float: left;
        margin-top: 0;
        margin-left: 10px
    }
    .navleft.cur {
        left: 0
    }
    .nav {
        top: 60px;
        height: calc(100% - 60px)
    }
    .nav .bg {
        position: relative
    }
    .navproitemname {
        background-image: url(../images/navproright.png);
        background-repeat: no-repeat;
        background-position: right 40px center;
    }
    .navbox {
        width: 77%;
        top: 60px;
        height: calc(100% - 60px);
        background-image: url(../images/navproright.png);
        padding: 0
    }
    .nav .bg:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 16px;
        left: 15%;
        opacity: 0;
        background-image: url(../images/close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .nav .bg.cur:after {
        opacity: 1
    }
    .navbox .title {
        display: none
    }
    .navhitem:nth-of-type(1),
    .navhitem:nth-of-type(2) {
        display: block
    }
    .navhitem .name a {
        display: inline-block;
        line-height: 54px;
        font-weight: normal
    }
    .navhitem:nth-of-type(1) .name a,
    .navhitem:nth-of-type(2) .name a {
        display: block
    }
    .navhitems {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }
    .navcitems {
        display: none
    }
    .navhitem {
        width: 100%;
        margin-bottom: 0
    }
    .navhitem .name {
        height: 54px;
        border-bottom: 0px solid rgba(255, 255, 255, 0.5);
        padding: 0 15px;
        position: relative
    }
    .navhitem .name:after {
        content: "";
        width: 12px;
        height: 2px;
        background-image: url(../images/navproright.png);
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -1px;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navhitem .name:before {
        content: "";
        width: 2px;
        height: 12px;
        background-image: url(../images/navproright.png);
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
        transition: 0.5s ease-in-out 0s;
        -webkit-transition: 0.5s ease-in-out 0s;
        -moz-transition: 0.5s ease-in-out 0s
    }
    .navhitem.cur .name:after,
    .navhitem.cur .name:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg)
    }
    .navhitem .navcitems {
        margin-top: 0;
        padding: 10px 0;
        background-color: rgba(255, 255, 255, 0.1)
    }
    .navhitem .navcitem {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 30px;
        padding: 0 15px
    }
    .navhitem:nth-of-type(1) .name:after,
    .navhitem:nth-of-type(2) .name:after,
    .navhitem:nth-of-type(1) .name:before,
    .navhitem:nth-of-type(2) .name:before {
        display: none
    }
    .wapsearch .searchform {
        width: 100%
    }
    .navchildbox {
        position: static;
        box-shadow: none;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        width: 100%;
        padding: 0 0 0px;
        height: auto;
        display: none;
        transition: initial;
        -webkit-transition: initial;
        -moz-transition: initial
    }
    /* .navitem:nth-of-type(3) .navchildbox, .navitem:nth-of-type(4) .navchildbox, .navitem:nth-of-type(5) .navchildbox, .navitem:nth-of-type(6) .navchildbox, .navitem:nth-of-type(7) .navchildbox{margin-left:0;width:100%}
    .navitem:nth-of-type(3) .navchildlist, .navitem:nth-of-type(4) .navchildlist, .navitem:nth-of-type(5) .navchildlist, .navitem:nth-of-type(6) .navchildlist, .navitem:nth-of-type(7) .navchildlist{padding:0} */
    .navchildlist {
        margin: 0;
        width: 100%;
        text-align: left;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        display: block;
        color: #999;
        padding: 0 15px;
        border-right: none;
        background-position: right 15px center
    }
    .navchildlist1 {
        margin: 0;
        width: 100%;
        text-align: left;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        display: block;
        color: #999;
        padding: 0 15px;
        border-right: none;
        background-position: right 15px center
    }
    .navchildlist .img,
    .navchildlist .text {
        display: none
    }
    .navchildlist1 .img,
    .navchildlist1 .text {
        display: none
    }
    .navchildlist .title {
        margin-top: 0;
        text-align: left
    }
    .navchildlist1 .title {
        margin-top: 0;
        text-align: left
    }
    .navchildlist:nth-last-of-type(1) {
        border-bottom: none
    }
    .wapsearch {
        width: 100%
    }
    /* .navchildbox .rightbox{display:none} */
    .searchbox .searchform .input input {
        height: 40px;
        text-align: left;
        font-size: 16px;
        color: #333
    }
    .searchbox .searchform .input input::-webkit-input-placeholder {
        color: #999
    }
    /* .searchbox.cur{padding:15px} */
    .searchbox {
        width: 100%;
        height: 70px;
        top: 60px;
        padding: 15px;
        right: 0;
        border-radius: 0;
        background-color: #fcfcfc;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
        border: none;
        border-top: 1px solid #002a65
    }
    .searchbox.cur {
        right: 0
    }
    .searchbox .searchform .btn {
        height: 40px;
        line-height: 40px
    }
    .searchbox .close {
        line-height: 40px
    }
    .navchildbox .navchilditems {
        width: 100%;
        background-color: #f6f6f6;
        padding: 0;
        margin-left: 0
    }
    .navchildbox .navchilditem {
        border-bottom: 1px solid #d6d6d6;
        padding: 0 15px;
        height: auto;
        margin-bottom: 0;
        background-image: url(../images/navproright.png);
        background-position: right 15px center
    }
    .navchildbox .navchilditem:nth-last-of-type(1) {
        border-bottom: 0
    }
    .navchildbox .navchilditem a {
        font-size: 16px;
        color: #666;
        line-height: 44px
    }
    .navchildbox .navchilditem:after {
        display: none
    }
    .navchildbox .wrap {
        padding: 0
    }
    .logoimg {
        width: 80px;
        height: 32px;
        margin-top: 14px
    }
    .sec-foot {
        margin-top: 20px
    }
    .headright {
        float: right;
        position: static
    }
    .navlanitems {
        left: auto;
        right: 0
    }
    .navlanitem {
        height: 40px;
        line-height: 40px;
        margin-right: 10px
    }
    /* .copybox{margin-top:10px;float:left} */
    .navitem:nth-of-type(1) .navitemname {
        padding: 0 15px
    }
    /* .navitem:nth-of-type(6) .navitemname:after, .navitem:nth-of-type(7) .navitemname:after{display:none} */
    .foottop {
        padding: 10px 0
    }
    .footmaplist {
        padding: 0 6px
    }
    .footmaplist:nth-of-type(1) {
        padding: 0 6px 0 0
    }
    .footshare {
        float: left;
        margin-top: 10px
    }
    .foottop .top {
        padding-bottom: 20px
    }
    .footsharelist {
        width: 30px;
        height: 30px;
        margin-right: 15px
    }
    .footconlist {
        width: 100%;
        margin-right: 0
    }
    .footconlist:nth-last-of-type(1) {
        margin-bottom: 0
    }
    .footconaddress,
    .foottop .bot .left .line {
        display: none
    }
    .foottop .bot {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dcdcdc
    }
    .foottop .bot .left {
        Width: 68%
    }
    .footewm {
        width: 100px;
        height: 100px;
        line-height: 98px;
        padding: 0
    }
    .footconlist .icon {
        width: 15px;
        height: 15px
    }
    .foottop .footcontitle {
        margin-bottom: 14px;
        line-height: 1
    }
    .footbot {
        height: auto;
        padding: 35px 0 25px
    }
    .copybox {
        line-height: 18px
    }
    .footnavlist {
        margin-top: 0;
        padding: 0 10px
    }
    .footwapshare,
    .wapfootbotcen {
        display: block
    }
    .fbotLconlist {
        margin-bottom: 5px
    }
    .fbotLconlist:nth-of-type(1) .icon img {
        width: 15px
    }
    .fbotLconlist:nth-of-type(2) .icon img {
        width: 20px
    }
    .fbotLconlist .icon {
        width: 20px;
        height: 16px;
        line-height: 16px
    }
    .fbotLconlist .text {
        font-size: 16px;
        line-height: 16px
    }
    .footbotleft {
        width: 100%
    }
    .footbotright,
    .footbotcen,
    .footbotcenlist .bot {
        display: none
    }
    .footbotleftcon {
        float: left
    }
    .fbsharelist .img {
        width: 30px;
        height: 30px
    }
    .fbsharelist .img[data-wx] {
        background-size: 12px auto
    }
    .fbsharelist .img[data-int] {
        background-size: 8px auto
    }
    .fbsharelist .img[data-qq] {
        background-size: 12px auto
    }
    .wapfootbotcen {
        margin: 30px 0
    }
    .footbotcenlist {
        margin-right: 25px
    }
    .footbotcenlist .top .name {
        font-size: 14px;
        line-height: 20px
    }
    .footbotcenlist .top .icon {
        height: 20px;
        margin-right: 4px;
        line-height: 20px
    }
    .footbotcenlist:nth-of-type(1) .top .icon img {
        width: 18px
    }
    .footbotcenlist:nth-of-type(2) .top .icon img {
        width: 14px
    }
    .footbotcenlist:nth-of-type(3) .top .icon img {
        width: 13px
    }
    .footmap {
        margin: 0 0 12px
    }
    .fbsharelist .weixineweima {
        top: 42px
    }
    .navchildbox .imgbox {
        display: none
    }
    .navitem:nth-of-type(2) .bigbox {
        position: static;
        margin-left: 0
    }
    .navitem:nth-of-type(2) .navproitemname {
        padding: 0 50px 0 15px;
        width: 100%;
        background-image: url(../images/navproright.png);
        background-position: right 15px center
    }
    /* .navitem:nth-of-type(2) .navproitemname.cur{background-color:#5291fe} */
    .navproitem .navproitemname {
        border-bottom: 1px solid #f3f3f3
    }
    /* .navproitem:nth-last-of-type(1){border-bottom:none} */
    .navitem:nth-of-type(2) .bigbox .navproitems {
        width: 100%;
        height: auto;
        background-color: #fff
    }
    .navitem:nth-of-type(2) .bigbox .wrap {
        background-color: #f6f6f6;
        padding: 0
    }
    .navitem:nth-of-type(2) .navproitemname a {
        color: #333;
        display: inline-block
    }
    /* .navitem:nth-of-type(2) .navproitemname.cur a{color:#fff} */
    .navitem:nth-of-type(2) .bigbox .navchildbox {
        border-top: none
    }
    .navprochild {
        width: 100%;
        position: static;
        z-index: 1;
        padding: 0 0;
        visibility: visible;
        opacity: 1;
        display: none;
        max-height: 500px;
        overflow-y: auto
    }
    .navprochildlist {
        width: 100%;
        padding: 0;
        border-top: none;
        margin-bottom: 0;
        border-bottom: 1px solid #f3f3f3
    }
    .navprochildlist:nth-last-of-type(1) {
        margin-bottom: 0;
        border-bottom: none
    }
    /* .navprochildlist:nth-of-type(6){min-height:290px}
    .navprochildlist:nth-of-type(8){min-height:264px} */
    .navprochildlist .rightbox .items {
        padding: 0 0 0 15px;
        margin-top: 0
    }
    .navprochildlist .img {
        width: 100%;
        display: none
    }
    .navprochildlist .rightbox {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding-left: 30px
    }
    .navprochildlist .rightbox .name {
        font-weight: normal;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        border-bottom: 1px solid #f3f3f3
    }
    .navprochildlist:before {
        display: none
    }
    .navprochildlist .rightbox .item {
        margin-bottom: 0;
        line-height: 42px;
        border-bottom: 1px solid #f7f7f7
    }
    .navprochildlist .rightbox .item:nth-last-of-type(1) {
        border-bottom: none
    }
    .navchildbox .wrap {
        box-shadow: none
    }
    .headnavbox .top {
        height: 59px
    }
    .headnavbox .top .entitle {
        width: calc(100% - 56px);
        line-height: 60px
    }
    .headnavbox .top .close {
        width: 56px;
        height: 56px;
        line-height: 56px
    }
    .headnavbox .headnavitemsb {
        padding: 30px 20px;
        height: calc(100% - 220px)
    }
    .headnavbox .bot {
        padding: 0 50px
    }
    .foottoplist {
        width: 25%;
        margin: 10px 0
    }
    .foottopslide .swiper-wrapper {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-box-flex: wrap;
        -ms-flex-wrap: wrap
    }
    .footfriend {
        margin-top: 0px;
        padding-bottom: 25px
    }
    .footfriendlist {
        padding: 0 8px
    }
    .footfriend .text {
        font-size: 12px
    }
    .footfriendlist {
        font-size: 12px
    }
    .titles1 {
        font-size: 36px;
        line-height: 60px;
        color: #333333;
        padding-top: 10px;
    }
}

@media (max-width:370px) {
    .footbotcenlist {
        margin-right: 15px
    }
    .fbotLconlist .text {
        font-size: 12px
    }
}


/* footer */

.footer {
    padding: 30px 0;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #313B44;
    width: 100%;
}

.footer a {
    color: #FFFFFF;
}

.foot-line {
    background-color: #313131;
    height: 1px;
}

.copyright {
    padding: 5px 0;
    opacity: .4;
}

.copyright span {
    display: inline-block;
}

.foot-link {
    padding: 5px 0;
    overflow: hidden;
    opacity: .4;
}

.foot-link li {
    float: left;
}

.flinks {
    overflow: hidden;
    padding: 20px 0;
}

.flinks li {
    float: left;
    opacity: .4;
    line-height: 1.2;
    margin-right: 10px;
}

.flinks li a {
    display: inline-block;
    line-height: 1.2;
}

.share-list {
    overflow: hidden;
}

.share-list li {
    font-size: 16px;
    float: left;
    line-height: 22px;
    text-align: center;
    margin-right: 6px;
}

.share-list li a .iconfont {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #FFFFFF;
    border-radius: 23px;
    display: block;
}

.foot-bar .back-top {
    display: inline-block;
    color: #7c7c7c;
}

.foot-bar .back-top .iconfont {
    font-size: 14px;
}

.foot-row {
    padding-top: 40px;
    padding-bottom: 30px;
}

.foot-nav {
    line-height: 1.2;
}

.foot-nav .foot-nav-txt {
    position: relative;
    font-size: 18px;
}

.foot-nav .foot-nav-txt a {
    font-size: 16px;
}

.foot-nav-list {
    position: relative;
    padding-top: 22px;
}

.foot-nav-list li {
    margin-bottom: 12px;
}

.foot-nav-list li a {
    font-size: 14px;
    opacity: .6;
}

.info-cell {
    line-height: 1;
    font-size: 16px;
}

.info-cell .info-item {
    margin-bottom: 20px;
}

.info-cell .info-item .iconfont {
    font-size: 14px;
    padding-right: 10px;
}

.foot-preview {
    padding-top: 60px;
    height: auto;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4D5760;
    padding-bottom: 35px;
    background-image: url(../images/xian.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.foot-preview .vw-title {
    font-size: 26px;
    line-height: 1;
    min-height: 50px;
}

.vw-btns .btn {
    width: 130px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    margin-right: 15px;
}


/* footer */

@media (min-width:760px) {
    .foot-preview .vw-title {
        float: left;
        font-size: 36px;
    }
    .foot-preview .vw-btns {
        float: right;
    }
    .vw-btns .btn {
        width: 150px;
        height: 50px;
        line-height: 48px;
        border-radius: 0;
    }
    .foot-logo {
        margin-right: 50px;
    }
    .foot-right-info {
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: flex;
        -webkit-box-pack: end;
        -moz-justify-content: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin-left: 40px;
    }
}

@media (min-width:1200px) {
    .foot-right-info {
        width: 480px;
    }
    .foot-row {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .copyright span:first-child {
        margin-right: 30px;
    }
    .foot-link li {
        margin-left: 20px;
    }
    .foot-nav-list {
        margin-top: 15px;
    }
    .foot-nav-list::before {
        width: 30px;
        height: 2px;
        background-color: #FFFFFF;
        opacity: .4;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:760px) {
    .foot-row {
        display: block;
    }
    .info-cell {
        font-size: 14px;
    }
    .flinks li {
        margin-bottom: 10px;
    }
    .foot-bar:last-child {
        display: block;
    }
    .foot-logo {
        margin-bottom: 30px;
    }
    .foot-nav-cells {
        display: block;
        margin-bottom: 50px;
    }
    .foot-nav-list {
        display: none;
    }
    .foot-nav {
        padding: 15px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .foot-nav .foot-nav-txt::after {
        position: absolute;
        right: 0;
        content: "\e826";
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .info-cell {
        text-align: left;
    }
    .copyright {
        font-size: 12px;
    }
    .foot-link li a {
        font-size: 12px;
    }
    .sol2nav {
        padding: 20px 0
    }
    .sol2nav .wrap {
        text-align: center
    }
    .sol2navlist {
        display: inline-block;
        margin: 0 0px 10px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
        position: relative;
        cursor: pointer;
        background-color: #808080;
        padding-right: 8px;
        padding-left: 8px;
    }
    .about {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .about1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .titles1 {
        font-size: 26px;
        line-height: 40px;
        color: #333333;
        padding-top: 20px;
    }
    .ndbotlf {
        margin-right: 0px;
        background-color: #FFFFFF;
        padding: 10px 10px;
    }
    .ndbotlr {
        width: 100%;
        margin-top: 20px;
        margin-left: 15px;
    }
    .rel-section {
        background: url(../images/scua_r4_c1.jpg) center no-repeat;
        background-size: 100%;
        height: auto;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width:1600px) {
    .foot-right-info {
        width: 580px;
    }
    .container {
        width: 100%;
    }
}


/* 子页面公共 */

.pcpagenav {
    height: 61px;
    border-top: 1px solid #ebebeb;
    box-shadow: 0px 1px 9px 0px rgba(191, 191, 191, 0.3)
}

.pcpagers {
    height: 60px
}

.pcpagers .list {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #666;
    cursor: pointer
}

.pcpagers .icon {
    margin: 0 6px
}

.pcpagers .icon img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.pcpagers .list.cur {
    color: #0d6fb8
}

.probnav {
    position: relative
}

.pcpagers .propcpagenav {
    width: 362px;
    height: auto;
    min-height: 230px;
    padding: 40px 0 0;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -128px;
    z-index: -1;
    opacity: 0;
    box-shadow: 0px 8px 9px 0px rgba(51, 51, 51, 0.1);
    visibility: hidden;
    background-image: url(../images/pcpronavbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.pcpagers .propcpagenav.cur,
.pcpagers.cur2 .propcpagenav2 {
    z-index: 9;
    opacity: 1;
    visibility: visible
}

.pcpagers .propcpagenav2 {
    width: 180px;
    height: auto;
    padding: 20px 0 0;
    position: absolute;
    top: 60px;
    left: 125px;
    z-index: -1;
    opacity: 0;
    box-shadow: 0px 8px 9px 0px rgba(51, 51, 51, 0.1);
    visibility: hidden;
    background-image: url(../images/pcpronavbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.propcpagenavlist {
    width: 50%;
    padding-left: 28px;
    margin-bottom: 16px;
    line-height: 22px;
    color: #666;
    display: block
}

.pcpagers .propcpagenav2 .propcpagenavlist {
    width: 100%
}

.propcpagenavlist:hover {
    color: #0d6fb8
}

.pcpagenavelist {
    padding: 0 20px;
    position: relative
}

.pcpagenavelist:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px
}

.pcpagenavelist:nth-last-of-type(1) {
    padding: 0 0 0 20px
}

.pcpagenavelist:nth-last-of-type(1):after {
    display: none
}

.pcpagenavelist a {
    color: #666;
    height: 60px;
    line-height: 60px;
    display: block
}

.pcpagenavelist.cur a,
.pcpagenavelist:hover a {
    color: #0d6fb8;
    font-weight: bold
}

.wappagenav {
    display: none;
    position: relative
}

.wappagenav .wappagenavname {
    display: block;
    color: #fff;
    background-color: #1695d4;
    font-size: 16px;
    line-height: 48px;
    position: relative
}

.wappagenav .wappagenavname:after {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 21.5px;
    margin-top: -7px;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.wappagenav .wappagenavname:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.wappagenav .wappagenavname.cur:after,
.wappagenav .wappagenavname.cur:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.wappagenav .wappagenavitems {
    width: 100%;
    overflow-y: auto;
    padding: 0;
    display: none;
    background-color: #fff;
    z-index: 10;
    position: absolute;
    top: 48px;
    left: 0;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.08)
}

.wappagenav .wappaganavlist {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    z-index: 99;
    background-color: #fff;
    display: block
}

.wappagenav .wappaganavlist:nth-last-of-type(1) {
    border-bottom: none
}

.wappagenav .wappaganavlist a {
    width: 100%;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    border-top: none;
    display: block
}

.pageban {
    width: 100%;
    position: relative;
    overflow: hidden
}

.pageban .textbox {
    position: absolute;
    top: 40%;
    margin-top: -58px;
    left: 50%;
    margin-left: -42vw;
    opacity: 1;
    z-index: 2
}

.pageban .textbox .title {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    font-family: "Source Han Sans CN"
}

.pageban .textbox .text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    line-height: 40px;
    font-weight: normal;
}


/* .pageban .textbox.cur{top:50%;opacity:1} */

.pageban .wapimg {
    display: none
}

.pagechildnavname {
    height: 41px;
    color: #666;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: none
}

.pagechildnavname.cur .name {
    color: #0d6fb8
}

.pagechildnavname .name {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px
}

.pagechildnavname .icon {
    height: 40px;
    line-height: 40px
}

.pagechildnavname .icon img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.pagechildnavname.cur .icon img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.pagechildnav {
    height: 80px;
    text-align: center;
    margin-top: -80px;
    background-image: url(../images/new1.png);
    position: relative;
    z-index: 3;
    background-repeat: repeat-x;
    background-position: top;
}

.pagechildnavlist {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    background-image: url(../images/xiarigh.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.pagechildnavlist:nth-last-of-type(1):before {
    display: none
}

.pagechildnavlist.cur,
.pagechildnavlist:hover {
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(../images/newlis.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.pagechildnavlist.cur:after,
.pagechildnavlist:hover:after {
    width: 100%
}

.wappager {
    width: 100%;
    height: 48px;
    background-color: #0d6fb8;
    line-height: 48px;
    color: #fff;
    text-align: center;
    ;
    display: none;
    font-size: 16px
}


/* .pagebox{background-color:#f6f6f6;padding-left:9.375vw;padding-bottom:100px} */

.pagewrap {
    padding-right: 9.375vw;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 100px
}

.pagew1200 {
    width: 1200px
}

.rightbounced {
    position: fixed;
    top: 70%;
    right: 0%;
    z-index: 99999;
}

.rightbounced.cur {
    right: 0;
    opacity: 1
}

.rightbounlist {
    width: 50px;
    height: 50px;
    background-color: #126FB7;
    margin-bottom: 10px;
    display: block;
    position: relative;
    border-radius: 50px;
    margin-right: 30px;
    z-index: 9999;
}

.rightbounlist img {
    width: 100%
}

.rightbounlist .rightbounewm {
    width: auto;
    height: auto;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}

.rightbounlist:nth-last-of-type(1) {
    margin-bottom: 0
}

.rightbounlist.cur .rightbounewm {
    right: 0px;
    opacity: 1;
    z-index: 1
}

.rightbounlist.cur {
    background-color: #0d6fb8
}

@media (min-width:1024px) {
    .rightbounlist:hover .rightbounewm {
        right: 0px;
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }
    .rightbounlist:hover {
        background-color: #0d6fb8
    }
    .contase {
        width: auto;
        padding-right: 12%;
        padding-left: 12%;
    }
}


/* 
@media (min-width:1281px){
    .rightbounlist:hover .rightbounewm{right:60px;opacity:1}

}
 */

@media (min-width:1441px) {
    .rightbounlist:hover .rightbounewm {
        right: 0px;
        opacity: 1;
        z-index: 1
    }
}

@media (max-width:1620px) {
    .pagewrap {
        padding-right: 6.875vw
    }
    .page {
        padding-left: 8vw
    }
    .pageimg {
        width: 94px
    }
    .pagecon {
        padding: 98px 8vw 0 100px
    }
    .pageban .textbox {
        margin-left: -41vw
    }
    .pagechildnavlist {
        margin: 0 0px;
        font-size: 18px
    }
    .pagechildnavlist:before {
        right: -15px
    }
}

@media (max-width:1440px) {
    .pageban .textbox {
        margin-left: -44vw;
        margin-top: -48px
    }
    .pagewrap {
        padding-right: 4.875vw
    }
    .pageban .textbox .title {
        font-size: 28px
    }
    .pageban .textbox .text {
        font-size: 16px;
        margin-top: 10px
    }
    .page {
        padding-left: 6vw;
        padding-bottom: 80px
    }
    .pagecon {
        padding: 58px 6vw 0 60px
    }
    .pcnavelist {
        margin-right: 2.2vw
    }
    .pcnav {
        padding-left: 70px
    }
    .pagebox {
        padding: 60px 0 70px 70px
    }
    .pagew1200 {
        width: 90%
    }
    .pagechildnavlist {
        margin: 0 0px;
        font-size: 16px
    }
    .pagechildnavlist:before {
        right: -10px
    }
    .rightbounlist {
        width: 40px;
        height: 40px
    }
    .pcpagenavelist {
        padding: 0 10px
    }
    .pcpagenavelist:nth-last-of-type(1) {
        padding: 0 0 0 10px
    }
    .pcpagenavelist a,
    .pcpagers .list {
        font-size: 13px
    }
}

@media (max-width:1280px) {
    .pagewrap {
        padding-right: 3.875vw
    }
    .pcpagenavbox {
        padding: 0 0 0 1vw
    }
    .pageban .textbox {
        margin-left: -46vw
    }
    .page {
        padding-left: 4vw
    }
    .pageimg {
        width: 44px
    }
    .pagernav {
        padding: 0 10vw 0 2.5vw
    }
    .pagecon {
        padding: 58px 4vw 0 60px
    }
    .pagechildnavlist {
        margin: 0 0px;
        font-size: 14px
    }
    .pagechildnavlist:before {
        right: -8px
    }
    /* .rightbounlist{width:50px;height:50px} */
    .pcpagenavelist {
        padding: 0 6px
    }
    .pcpagenavelist:nth-last-of-type(1) {
        padding: 0 0 0 6px
    }
    .pcpagenavelist a,
    .pcpagers .list {
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .pcpagenavbox,
    .pager,
    .pcpagenav,
    .pcnav,
    .pageimg,
    .pcpagers .propcpagenav {
        display: none
    }
    .wappagenav,
    .wappager,
    .pageban .wapimg {
        display: block
    }
    .pageban .wapimg img {
        width: 100%
    }
    .pageban .textbox {
        left: 0;
        margin-left: 0;
        margin-top: -12px
    }
    .pageban .textbox .cntitle {
        font-size: 16px;
        transition: 2s ease-in-out 0s;
        -webkit-transition: 2s ease-in-out 0s;
        -moz-transition: 2s ease-in-out 0s
    }
    .pageban .textbox .entitle {
        font-size: 12px;
        margin-top: 0;
        transition: 2s ease-in-out 0.3s;
        -webkit-transition: 2s ease-in-out 0.3s;
        -moz-transition: 2s ease-in-out 0.3s
    }
    .pageban .img,
    .pageban {
        height: auto;
        background-image: none
    }
    .pageban {
        margin-top: 0
    }
    .pageban .img {
        position: static
    }
    .pageban .showimg img {
        opacity: 1;
        visibility: visible
    }
    .pagewrap {
        padding: 50px 15px
    }
    .pageban .textbox {
        padding: 8px 15px
    }
    .pageban .textbox {
        left: 0;
        margin-left: 0;
        width: 100%;
        padding: 0 15px;
        margin-top: -13px
    }
    .pageban .textbox .title {
        font-size: 18px
    }
    .pageban .textbox .text {
        font-size: 12px;
        margin-top: 4px;
        display: none
    }
    .page {
        padding: 0 15px;
        background-color: #fff
    }
    .pagew1200 {
        width: 100%
    }
    .pagecon {
        padding: 25px 0
    }
    .pagebox {
        padding: 45px 0;
        border-top: none
    }
    .pagechildnav {
        margin-top: 0;
        height: auto;
        padding: 10px 5px;
        display: none
    }
    .pagechildnavlist {
        height: 36px;
        line-height: 36px;
        margin: 0;
        font-size: 14px;
        display: block
    }
    .pagechildnavlist:before {
        right: -10px;
        display: none
    }
    .rightbounlist {
        width: 33.1%;
        margin-bottom: 0;
        float: left;
        text-align: center;
        border-right: 1px solid #f0f0f0;
        height: 50px;
        background-color: #126FB7;
        margin-top: 0px;
        display: block;
        position: relative;
        border-radius: 0px;
        margin-right: 0px;
    }
    .rightbounlist:nth-last-of-type(1) {
        border-right: none
    }
    .rightbounced {
        background-color: #126FB7;
        margin-top: 0;
        top: auto;
        bottom: 0px;
        width: 100%;
        margin-bottom: 0
    }
    .pagechildnavname {
        display: block
    }
    .pagechildnavlist.cur:after {
        display: none
    }
    .rightbounlist>img {
        width: 50px;
        display: inline-block;
        vertical-align: middle
    }
    .rightbounlist .rightbounewm {
        width: 120px;
        height: 120px;
        margin-top: 0;
        top: auto;
        bottom: 60px;
        padding: 10px;
        right: auto;
        left: -20px
    }
    .rightbounlist.cur .rightbounewm {
        right: auto;
        left: 0
    }
    .foot {
        padding-bottom: 40px
    }
    .contase {
        width: auto;
        padding-right: 5%;
        padding-left: 5%;
    }
    .pageban .textbox {
        position: absolute;
        top: 30px;
        opacity: 1;
        z-index: 2
    }
    .pagetitle {
        color: #333333;
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        line-height: 40px;
        height: 40px;
        margin-top: 20px;
    }
    .foottop {
        margin-left: 5%;
    }
    sec-foot {
        padding-top: 20px
    }
}

@media (max-width:370px) {}

.dhtb {
    background-color: #126FB7;
    height: 50px;
    width: 200px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    padding-left: 30px;
    background-image: url(../images/dh1.png);
    background-repeat: no-repeat;
    background-position: right;
}

.wxxa {
    height: 100px;
    width: 100px;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin-right: 60px;
    margin-top: -20px;
}

.wxxa img {
    width: 100%;
}

.secyus {
    padding-top: 100px;
    padding-bottom: 30px;
}

.secyus1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F7F7F7;
    clear: both;
    height: auto;
    width: auto;
}

.secrew {
    padding-top: 20px;
    padding-bottom: 40px;
}

.ddw {
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.prolisttop {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EBEBEB;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.typebox li {
    font-size: 14px;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    list-style-type: none;
    color: #666666;
    padding-left: 26px;
}

.lista {
    height: 36px;
    width: 36px;
    padding-right: 8px;
    background-image: url(../images/ndshare.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.contentas {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.riwiht {
    background-color: #FFFFFF;
    height: auto;
    display: table;
    width: 100%;
}

.riw43ws {
    height: auto;
    width: 100%;
    margin-top: 20px;
}

.picalist {
    height: auto;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.picalist li {
    height: auto;
    width: auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.picalist a {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    height: auto;
    width: auto;
}

.picalist a:hover {
    color: #1065AA;
}

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

.picalist .img img {
    width: 100%;
}

.gaslu {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}


/* .swiper-slide:hover .img img{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15)} */

.entitles2 {
    background-color: #2980B9;
    height: 4px;
    width: 58px;
    margin-top: 10px;
}

.enticar {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    padding-top: 10px;
}

.pageban {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.recruititemtop .sa16 {
    font-size: 16px;
    color: #999999;
}

.recruititemtop .sa22 {
    font-size: 22px;
    color: #333333;
}

.zpp a {
    height: 40px;
    display: block;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    border: 1px solid #999999;
    color: #333333;
}

.zpp .cur,
.zpp a:hover {
    border: 1px solid #1A68B0;
    color: #FFFFFF;
    background-color: #1A68B0;
}

.zpp {
    padding-bottom: 30px;
    padding-left: 15px;
}

.pack-info-cell .line img {
    height: auto;
    width: 50px;
}

.pack-info-cell .txt {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.pack-img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.pcbanner .textbox {
    min-width: 300px;
}

@media (min-width:1200px) {
    .pagechildnav {
        width: auto;
    }
    .pagechildnav .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .nav-col {
        flex: 1;
    }
    .pcbanner .textbox {
        min-width: 520px;
    }
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }
    50%,
    100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%,
    100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%,
    100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%,
    100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}

.animate-bounce-up {
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}

@keyframes twinkling {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }
    50%,
    75% {
        transform: scale(3)
    }
    78%,
    100% {
        opacity: 0
    }
}

@keyframes scales {
    0% {
        transform: scale(1)
    }
    50%,
    75% {
        transform: scale(2)
    }
    78%,
    100% {
        opacity: 0
    }
}

.smallcircle2 {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.smallcircle2:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .4;
    background-color: #ffffff;
    animation: scale 1s infinite cubic-bezier(0, 0, .49, 2.02);
}

.bigcircle2 {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .4;
    background-color: #ffffff;
    top: 2px;
    left: 2px;
    animation: scales 1s infinite cubic-bezier(0, 0, .49, 1.02);
}

@keyframes scaless {
    0% {
        transform: scale(1)
    }
    50%,
    75% {
        transform: scale(3)
    }
    78%,
    100% {
        opacity: 0
    }
}

.foot-yqlj a {
    display: inline-block;
    margin: 0 8px;
    opacity: .6;
}

.foot-yqlj a:nth-of-type(1) {
    margin-right: 0;
    cursor: auto;
}

.foot-yqlj a:nth-of-type(2) {
    margin-left: 0;
}

.foot-yqlj a:nth-of-type(2):hover {
    opacity: 1;
}

.x-tmp {
    opacity: 1;
}

.x-tmp p {
    display: inline-block;
    opacity: 0.4;
}

.x-tmp a {
    opacity: 0.4;
}

.contentas td,
th {
    border: 1px solid #ddd;
}