@charset "UTF-8";*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0
}

body,html {
    position: relative
}

body {
    font-family: arial,"microsoft yahei";
    font-size: 14px;
    line-height: 2;
    color: #333;
    background: #fff
}

.bodyHIdden {
    overflow: hidden;
    height: 100%;
    width: 100%
}

a:link,a:visited {
    text-decoration: none;
    outline: #333;
    color: #333
}

a:active,a:focus,a:hover {
    color: #000
}

li,ul {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%
}

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

input[type=text],textarea {
    font-family: arial,"microsoft yahei";
    font-size: 14px;
    -webkit-appearance: none
}

input[type=button],input[type=radio],input[type=reset],input[type=submit] {
    cursor: pointer;
    outline: 0
}

input[type=checkbox],input[type=radio] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

input[type=date],input[type=email],input[type=password],input[type=text],textarea {
    padding: 0;
    color: #666;
    outline: 0
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.font20 {
    font-size: 20px
}

.textCenter {
    text-align: center
}

.color333 {
    color: #333
}

.hide {
    overflow: hidden
}

.rel {
    position: relative
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    transition: all .2s ease 0s
}

.middleRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.middleLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1279px) {
    .container {
        padding:0 30px
    }
}

@media screen and (max-width: 1023px) {
    .container {
        padding:0 15px
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding:0 15px
    }
}

.indent2 {
    text-indent: 2em
}

.mobile-footer-menu {
    display: none;
    height: 54px
}

@media (max-width: 1023px) {
    .mobile-footer-menu {
        display:none;
        width: 100%;
        background: #222;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        list-style: none;
        font-size: 12px
    }

    .mobile-footer-menu li {
        width: 25%;
        float: left;
        position: relative
    }

    .mobile-footer-menu li:after {
        content: "";
        position: absolute;
        height: 42px;
        width: 1px;
        background: rgba(255,255,255,.05);
        right: 0;
        top: 2px
    }

    .mobile-footer-menu li .icon {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

    .mobile-footer-menu li .bt {
        font-style: normal;
        text-align: center;
        display: block;
        color: #fff;
        height: 20px;
        line-height: 20px;
        overflow: hidden
    }

    .mobile-footer-menu li:last-child:after {
        display: none
    }
}

.indent2 {
    text-indent: 2em
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 11;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #1b9aee;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1),width .5s,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    -webkit-transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,width .5s,-webkit-transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,width .5s,-webkit-transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,transform .5s cubic-bezier(.77,.2,.05,1),width .5s,transform .5s cubic-bezier(.77,.2,.05,1);
    transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,transform .5s cubic-bezier(.77,.2,.05,1),width .5s,transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1),-webkit-transform .5s cubic-bezier(.77,.2,.05,1)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.navPhoneBtn.close,.navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10
}

.navPhoneBtn.close span,.navPhoneBtn.closeMember span {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),.navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),.navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s;
    transition: width .5s
}

.navPhoneBtn.close span:last-child,.navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0
}

@media (max-width: 1023px) {
    .navPhoneBtn {
        display:block
    }
}

#menu .mm-menu {
    background: #8e2424;
    color: rgba(255,255,255,.9)
}

#menu .mm-navbar.mm-hasbtns {
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px #dadada solid
}

#menu .mm-menu .mm-btn:after,#menu .mm-menu .mm-btn:before {
    border-color: #fff
}

#menu .mm-clear:before,#menu .mm-close:before {
    right: 14px
}

#menu .mm-clear:after,#menu .mm-close:after {
    right: 25px
}

#menu .mm-close:after,#menu .mm-close:before {
    width: 10px;
    height: 10px
}

#menu .mm-menu .mm-navbar a,#menu .mm-menu .mm-navbar>* {
    color: rgba(255,255,255,.9)
}

#menu .mSearch {
    padding: 10px 10px;
    text-align: left;
    overflow: hidden;
    height: 56px;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

#menu .mSearch .btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 15px
}

#menu .mSearch .btn .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-size: 100%;
    margin-top: 1px
}

#menu .mSearch input {
    height: 35px;
    border: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    color: #333;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .4s cubic-bezier(.11393,.8644,.14684,1);
    transition: all .4s cubic-bezier(.11393,.8644,.14684,1);
    opacity: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

#menu .other {
    padding: 10px
}

#menu .languageBtn {
    padding: 10px 20px
}

#menu .languageBtn a {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #ccc solid;
    margin-left: -1px;
    background: #fff
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    background: #fff;
    opacity: 80
}

.prompt a {
    color: #000
}

.prompt span {
    position: absolute;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #000
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer
}

.prompt_close:hover {
    background: red;
    color: #fff
}

.popupEwm {
    display: none
}

.popupEwm .transparent {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    display: none
}

.popupEwm .nr {
    background: #fff;
    border: 3px #bb825b solid;
    position: fixed;
    z-index: 9999;
    width: 50%;
    height: 60%;
    max-width: 600px;
    max-height: 400px;
    min-height: 400px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 30px 0
}

.popupEwm .title {
    color: #bb825b;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px #eee solid;
    padding-top: 15px;
    padding-bottom: 15px
}

.popupEwm .box {
    text-align: center;
    padding: 30px 0 0 0
}

.popupEwm .box img {
    max-height: 200px
}

.popupEwm .box .p-01 {
    line-height: 30px;
    margin-top: 10px
}

.popupEwm .close {
    font-size: 24px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #bb825b;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px
}

.popupEwm .close:hover {
    background: red
}

#allmap img {
    max-width: none;
    max-height: none
}

.fmBnt-01,.fmMore-01 {
    text-align: center
}

.fmBnt-01 a,.fmBnt-01 span,.fmMore-01 a,.fmMore-01 span {
    display: inline-block;
    color: #fff;
    border: 1px #1b9aee solid;
    background: #1b9aee;
    line-height: 58px;
    text-align: center;
    padding: 0 10px;
    min-width: 240px;
    font-size: 18px;
    border-radius: 60px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 0 26px rgba(227,27,28,0);
    box-shadow: 0 0 0 26px rgba(227,27,28,0);
    position: relative
}

.fmBnt-01 a:after,.fmBnt-01 span:after,.fmMore-01 a:after,.fmMore-01 span:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon/arrow-right-03.png) no-repeat center center;
    margin-left: 10px;
    vertical-align: middle
}

.fmBnt-01 a:hover,.fmBnt-01 span:hover,.fmMore-01 a:hover,.fmMore-01 span:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(227,27,28,.2);
    box-shadow: 0 0 0 6px rgba(227,27,28,.2)
}

.returnList {
    text-align: center
}

.returnList a {
    display: inline-block;
    background: #1b9aee;
    color: #fff;
    font-size: 18px;
    min-width: 240px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
    border-radius: 60px;
    position: relative;
    -webkit-box-shadow: 0 0 0 26px rgba(227,27,28,0);
    box-shadow: 0 0 0 26px rgba(227,27,28,0);
    -webkit-transition: all .5s;
    transition: all .5s
}

.returnList a:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url(../images/icon/return.png) no-repeat center center;
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -3px
}

.returnList a:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(227,27,28,.2);
    box-shadow: 0 0 0 6px rgba(227,27,28,.2)
}

@media screen and (max-width: 1023px) {
    .fmBnt-01 a,.fmBnt-01 span,.fmMore-01 a,.fmMore-01 span {
        min-width:180px;
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    .fmBnt-01 a:after,.fmBnt-01 span:after,.fmMore-01 a:after,.fmMore-01 span:after {
        width: 10px;
        height: 10px;
        background-size: 10px
    }

    .returnList a,.returnList span {
        min-width: 180px;
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    .returnList a:before,.returnList span:before {
        background-size: 80%;
        margin-right: 10px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/images/loading.jpg) center center no-repeat
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.body {
    overflow: hidden
}

@-webkit-keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0,-70px,0);
        transform: translate3d(0,-70px,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0,-70px,0);
        transform: translate3d(0,-70px,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100px,0);
        transform: translate3d(0,100px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100px,0);
        transform: translate3d(0,100px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@keyframes slide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes slideInRight2 {
    from {
        -webkit-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }
}

@keyframes slideInRight2 {
    from {
        -webkit-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }
}

.slideInRight2 {
    -webkit-animation-name: slideInRight2;
    animation-name: slideInRight2
}

@-webkit-keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }
}

@keyframes slideInLeft2 {
    from {
        -webkit-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }
}

.slideInLeft2 {
    -webkit-animation-name: slideInLeft2;
    animation-name: slideInLeft2
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes scale2 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale2 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.scale2 {
    -webkit-animation-name: scale2;
    animation-name: scale2
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Bold.woff) format("woff"),url(../fonts/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto-Bold.ttf) format("truetype"),url(../fonts/Roboto-Bold.svg#Roboto-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Regular.woff) format("woff"),url(../fonts/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto-Regular.ttf) format("truetype"),url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

.floatRigth {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 80px
}

.floatRigth li .box div.ewm {
    position: absolute;
    right: 74px;
    top: -30px;
    width: 0;
    height: 120px;
    transition: width .7s
}

.floatRigth li .box div.chat,.floatRigth li .box div.tel {
    position: absolute;
    right: 74px;
    top: 10px;
    width: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 60px;
    background-color: #1b9aee;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    transition: width .7s
}

.floatRigth li .box:hover div.tel {
    width: 200px
}

.floatRigth li .box:hover div.chat {
    width: 100px
}

.floatRigth li .box:hover div.ewm {
    width: 120px
}

.floatRigth li {
    padding-bottom: 10px
}

.floatRigth li:last-child {
    padding-bottom: 0
}

.floatRigth .box {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,73,122,.13);
    box-shadow: 0 0 7px 0 rgba(0,73,122,.13);
    position: relative
}

.floatRigth .box svg {
    fill: #1b9aee;
    width: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.floatRigth .box:hover {
    background: #1b9aee
}

.floatRigth .box:hover svg {
    fill: #fff
}

.floatRigth .returnTop {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.trialPopup {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.trialPopup .transparent {
    display: block
}

.trialPopup .bd {
    width: 548px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition: all .5s;
    transition: all .5s
}

.trialPopup .con {
    text-align: center
}

.trialPopup .close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 20px
}

.trialPopup .close:after,.trialPopup .close:before {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.trialPopup .close:before {
    width: 20px;
    height: 2px
}

.trialPopup .close:after {
    width: 2px;
    height: 20px
}

.trialPopup .close:hover:after,.trialPopup .close:hover:before {
    background: red
}

.trialPopup .nr {
    background-color: #fff;
    border-radius: 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(27,154,238,.2)),to(rgba(27,154,238,0)));
    background: linear-gradient(to bottom,rgba(27,154,238,.2),rgba(27,154,238,0));
    -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.15);
    padding: 110px 0 30px 0;
    position: relative
}

.trialPopup .nr .pic {
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.trialPopup .title {
    color: #333;
    font-size: 24px
}

.trialPopup .info {
    color: #666;
    font-size: 20px
}

.trialPopup .text {
    margin-bottom: 30px
}

.trialPopup .btn a {
    display: inline-block;
    background: #1b9aee;
    color: #fff;
    min-width: 150px;
    line-height: 42px;
    height: 42px;
    border-radius: 42px;
    font-size: 16px;
    -webkit-box-shadow: 0 8px 7px 0 rgba(0,74,123,.13);
    box-shadow: 0 8px 7px 0 rgba(0,74,123,.13)
}

.trialPopup .btn a：hover {
    background: #0472d4
}

.trialPopup.show {
    display: block
}

.trialPopup.show .bd {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

@media screen and (max-width: 1023px) {
    .trialPopup .bd {
        width:90%
    }

    .trialPopup .close {
        top: 10px;
        right: 10px
    }

    .trialPopup .nr {
        padding: 70px 10px 20px 10px
    }

    .trialPopup .nr .pic img {
        max-width: 90px
    }

    .trialPopup .title {
        font-size: 20px
    }

    .trialPopup .text {
        margin-bottom: 10px
    }

    .trialPopup .info {
        font-size: 14px
    }
}

.top {
    border-bottom: 1px rgba(255,255,255,.2) solid;
    height: 45px;
    line-height: 44px;
    font-size: 14px
}

.top .welcome {
    float: left
}

.top .other {
    float: right
}

.top .other img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    opacity: .7
}

.top .email,.top .hotTel,.top .language {
    margin-left: 30px;
    display: inline-block
}

.top .email a,.top .hotTel a,.top .language a {
    opacity: .7
}

.top .email a:hover,.top .hotTel a:hover,.top .language a:hover {
    text-decoration: underline;
    opacity: 1
}

.top .language {
    line-height: 44px;
    font-size: 16px;
    position: relative;
    display: inline-block
}

.top .language a {
    opacity: 1
}

.top .language:hover .down {
    display: block
}

.top .language .down {
    display: none;
    position: absolute;
    top: 35px;
    width: 100px;
    border-radius: 5px;
    background: rgba(0,0,0,.8);
    z-index: 999;
    left: 50%;
    margin-left: -50px;
    text-align: center
}

.top .language .down a {
    display: block
}

.top .language .down a:hover {
    background: #333
}

.top .language .a-1 {
    position: relative
}

.top .language .a-1:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px
}

.header {
    width: 100%;
    background: rgba(255,255,255,.85);
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header>.container {
    max-width: 100%;
    padding: 0 5%;
    position: relative
}

.header>.container:after {
    content: "";
    display: block;
    clear: both
}

.header img {
    vertical-align: middle
}

.header .logo {
    height: 70px;
    padding: 10px 0 0 0;
    float: left;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 5%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .logo img {
    max-height: 50px;
    vertical-align: middle;
    position: relative
}

.header .other {
    width: 400px;
    line-height: 32px;
    padding: 19px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 5%
}

.header .searchBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .searchBtn svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #999
}

.header .tel {
    color: #1b9aee;
    font-size: 18px;
    line-height: 32px;
    margin-left: 30px;
    display: table-cell;
    vertical-align: middle
}

.header .tel a {
    color: #1b9aee;
    display: inline-block;
    vertical-align: top
}

.header .tel .icon {
    background: #1b9aee;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 1px;
    position: relative
}

.header .tel .icon img {
    width: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.header .yysq {
    display: inline-block;
    width: 100px;
    height: 32px;
    background: #1b9aee;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 32px;
    margin-left: 30px
}

.header .yysq:hover {
    background: #0472d4
}

.nav {
    padding: 0 400px 0 20%
}

.nav:after {
    content: "";
    display: block;
    clear: both
}

.nav .list {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav li {
    display: inline-block;
    text-align: center
}

.nav li>a {
    font-size: 16px;
    color: #333;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav li>a span {
    display: inline-block;
    position: relative
}

.nav li>a span:after {
    content: "";
    display: none;
    width: 0;
    height: 2px;
    background: #fff;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav li:hover>a {
    color: #1b9aee
}

.nav li:hover>a span:after {
    width: 100%
}

.nav li.active>a,.nav li:hover>a {
    color: #1b9aee
}

.nav li.active>a span:after,.nav li:hover>a span:after {
    width: 100%
}

.nav .navChild {
    font-size: 14px;
    width: 100%;
    text-align: left;
    display: none;
    padding: 50px 0 20px 0;
    overflow: hidden;
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 3px 7px 0 rgba(1,94,176,.13) inset;
    box-shadow: 0 3px 7px 0 rgba(1,94,176,.13) inset;
    position: absolute;
    left: 0;
    top: 70px
}

.nav .navChild .box {
    position: relative
}

.nav .navChild .firstTitle {
    color: #333;
    font-size: 14px
}

.nav .navChild .firstTitle span {
    padding-left: 13px;
    position: relative
}

.nav .navChild .firstTitle span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #1b9aee;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.nav .navChild .second {
    padding: 20px 0 0 0
}

.nav .navChild .second .div-1 {
    width: 25%;
    float: left;
    padding-bottom: 40px
}

.nav .navChild .second .box {
    display: block
}

.nav .navChild .second .box:hover .title {
    color: #1b9aee;
    text-decoration: underline;
    margin-left: 15px
}

.nav .navChild .second .title {
    font-size: 16px;
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav .navChild .second .icon {
    height: 20px;
    margin-left: 5px
}

.nav .navChild .second .info {
    color: #666;
    font-size: 12px
}

.headerFixed {
    background: rgba(255,255,255,.8);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.05);
    box-shadow: 5px 5px 5px rgba(0,0,0,.05);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0
}

#searchPopup {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 9999
}

#searchPopup .searchBox {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 105px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

#searchPopup .searchBox.fadeIn {
    top: 95px;
    opacity: 1;
    z-index: 999
}

#searchPopup .searchBox .container {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px)
}

#searchPopup .searchBox input {
    border: 1px #fff solid;
    background: #fff;
    color: #333;
    width: 40%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 34px
}

#searchPopup .searchBox input:focus {
    color: #333
}

#searchPopup .searchBox .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 36px;
    width: 36px;
    background: #1b9aee;
    text-align: center
}

#searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto
}

#searchPopup .searchBox .btn .cls-1 {
    fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

#searchPopup .searchBox .close {
    display: none
}

#searchPopup .searchBox2.fadeIn {
    top: 95px
}

@media screen and (max-width: 1023px) {
    #searchPopup .searchBox .container {
        -webkit-transform:translateX(0);
        transform: translateX(0)
    }

    #searchPopup .searchBox input {
        width: 100%
    }

    #searchPopup .searchBox .btn {
        right: 15px
    }
}

.transparent {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3)
}

.trial {
    width: 100%;
    position: relative
}

.trial .form-input {
    border: none;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px #ddd solid;
    height: 46px;
    line-height: 44px;
    padding: 0 140px 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    width: 100%
}

.trial .form-input:focus {
    border-color: #1b9aee
}

.trial .submit {
    border: none;
    display: inline-block;
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #1b9aee;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0
}

.trial .submit:hover {
    background: #0472d4
}

.banner {
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9
}

.banner img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

.banner .pc {
    display: block
}

.banner .pc img {
    width: 100%
}

.banner .mobile {
    display: none
}

.banner .list {
    overflow: hidden;
    display: block
}

.banner li {
    float: left
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .text {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.banner .text .title {
    margin-bottom: 40px
}

.banner .text .info {
    font-size: 21px;
    color: #666;
    line-height: 40px;
    margin-bottom: 60px
}

.banner .trial {
    max-width: 300px
}

.banner .pc:after {
    content: "";
    display: block;
    padding-top: 50%
}

.banner .pc img {
    width: 100%;
    -webkit-transition: all 4s;
    transition: all 4s
}

.banner .slick-active .pc img,.banner .slick-current .pc img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.banner .slick-active .text-01,.banner .slick-current .text-01 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.banner .slick-active .text-02,.banner .slick-current .text-02 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.banner .slick-active .text-03,.banner .slick-current .text-03 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.banner .slick-dots {
    bottom: 30px;
    font-size: 0;
    z-index: 999;
    overflow: initial
}

.banner .slick-dots li {
    width: 30px;
    height: 30px;
    padding: 8px 10px;
    overflow: hidden;
    float: none
}

.banner .slick-dots li button {
    padding: 0;
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #1b9aee;
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s
}

.banner .slick-dots li button:before {
    display: none
}

.banner .slick-dots .slick-active button {
    opacity: 1;
    width: 100%
}

@media screen and (max-width: 1279px) {
    .banner .text .title {
        margin-bottom:20px
    }

    .banner .text .title img {
        max-height: 40px
    }

    .banner .text .info {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1023px) {
    .banner .pc {
        display:none
    }

    .banner .mobile {
        display: block
    }

    .banner .text {
        text-align: left
    }

    .banner .text .textBox {
        width: 70%
    }

    .banner .text .title {
        margin-bottom: 20px
    }

    .banner .text .title img {
        max-height: 30px
    }

    .banner .text .info {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .banner .slick-dots {
        bottom: 15px
    }
}

.home-title,.inside-title {
    text-align: center;
    line-height: 1;
    position: relative
}

.home-title .title,.inside-title .title {
    font-size: 36px;
    color: #333;
    font-weight: 700
}

.home-title .line,.inside-title .line {
    margin-top: 25px;
    height: 10px
}

.home-title .line:before,.inside-title .line:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #1b9aee;
    margin: 0 5px
}

.home-title .line:after,.inside-title .line:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 10px;
    border-radius: 10px;
    background: #1b9aee;
    opacity: .6;
    margin: 0 5px
}

@media screen and (max-width: 1023px) {
    .home-title .title,.inside-title .title {
        font-size:24px
    }

    .home-title .line,.inside-title .line {
        margin-top: 10px
    }

    .home-title .line:before,.inside-title .line:before {
        width: 5px;
        height: 5px;
        border-radius: 5px
    }

    .home-title .line:after,.inside-title .line:after {
        width: 40px;
        height: 5px;
        border-radius: 5px
    }
}

.moreBtn {
    text-align: center
}

.moreBtn a,.moreBtn span {
    display: inline-block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    background: #1b9aee;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px
}

.moreBtn a .icon,.moreBtn span .icon {
    width: 12px
}

.moreBtn a:hover,.moreBtn span:hover {
    background: #0472d4
}

.home-xiaolv {
    background: #f8f9fa;
    padding: 100px 0
}

.home-xiaolv .nr {
    margin-top: 60px
}

.home-xiaolv .list {
    margin-left: -22px;
    margin-right: -22px
}

.home-xiaolv .list li {
    width: 25%;
    float: left;
    padding: 0 22px;
    text-align: center
}

.home-xiaolv .list .box {
    -webkit-box-shadow: 0 0 30px 0 rgba(19,73,161,.13);
    box-shadow: 0 0 30px 0 rgba(19,73,161,.13);
    border-radius: 5px;
    padding: 50px 10px 50px 10px;
    position: relative;
    z-index: 1
}

.home-xiaolv .list .bg {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: .08;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.home-xiaolv .list .info {
    line-height: 1;
    color: #666;
    margin-bottom: 20px
}

.home-xiaolv .list .num {
    font-size: 72px;
    font-family: Roboto-Regular;
    font-weight: 700;
    color: #1b9aee
}

.home-xiaolv .list .symbol {
    font-size: 24px;
    font-family: Roboto-Regular
}

.home-xiaolv .list .icon {
    fill: #dd4b3a;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px
}

.home-xiaolv .list .title {
    font-size: 24px;
    font-weight: 700
}

.home-xiaolv .list .box:hover {
    background: #1b9aee
}

.home-xiaolv .list .box:hover .info {
    color: #fff
}

.home-xiaolv .list .box:hover .info .num {
    color: #fff
}

.home-xiaolv .list .box:hover .icon {
    fill: #fff
}

.home-xiaolv .list .box:hover .title {
    color: #fff
}

.home-advantage .list li {
    clear: both;
    position: relative;
    z-index: 1
}

.home-advantage .list li:after {
    content: "";
    display: block;
    width: 500%;
    height: 100%;
    background: url(../images/home-advantage-bg-1.png) no-repeat left top;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%
}

.home-advantage .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.home-advantage .list .text {
    width: 50%;
    float: left;
    padding-right: 40px
}

.home-advantage .list .title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px
}

.home-advantage .list .info {
    font-size: 18px;
    color: #666;
    line-height: 40px
}

.home-advantage .list .p-1 {
    padding-left: 20px;
    position: relative
}

.home-advantage .list .p-1:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1b9aee;
    position: absolute;
    top: 17px;
    left: 0
}

.home-advantage .list .pic {
    width: 50%;
    float: right;
    text-align: center
}

.home-advantage .list li:nth-child(2n):after {
    background: url(../images/home-advantage-bg-2.png) no-repeat right top;
    left: auto;
    right: 50%
}

.home-advantage .list li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.home-advantage .list li:nth-child(2n) .text {
    padding-left: 40px;
    padding-right: 0
}

.home-case {
    padding: 100px 0;
    background: #f8f9fa
}

.home-case .nr {
    margin-top: 60px
}

.home-case .list {
    margin-left: -28px;
    margin-right: -28px
}

.home-case .list li {
    width: 33.33333333%;
    float: left;
    padding: 0 28px 40px 28px
}

.home-case .list .box {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(19,73,161,.13);
    box-shadow: 0 0 30px 0 rgba(19,73,161,.13);
    border-radius: 5px;
    padding: 40px 35px 30px 35px;
    position: relative;
    z-index: 1
}

.home-case .list .pic {
    margin-bottom: 15px
}

.home-case .list .pic img {
    width: 40px;
    height: 40px
}

.home-case .list .num {
    font-size: 80px;
    color: #1b9aee;
    opacity: .08;
    line-height: 1;
    font-family: Roboto-Bold;
    position: absolute;
    right: 20px;
    top: 30px
}

.home-case .list .title {
    font-size: 20px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.home-case .list .info {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 20px
}

.home-case .list .auditionBtn {
    text-align: right;
    line-height: 20px;
    height: 20px;
    color: #1b9aee;
    font-size: 16px;
    cursor: pointer
}

.home-case .list .auditionBtn img {
    width: 20px;
    vertical-align: top;
    margin-right: 10px
}

.home-case .list .box:hover .audioBox {
    opacity: 1;
    display: block
}

.home-case .list .audioBox {
    opacity: 1;
    background: #1b9aee;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.home-case .list .audioBox .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    cursor: pointer;
    margin: auto;
    position: relative
}

.home-case .list .audioBox .btn img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home-case .list .audioBox audio {
    opacity: 0
}

.home-about {
    padding: 100px 0;
    position: relative
}

.home-about .nr {
    margin-top: 60px
}

.home-about .text {
    color: #666;
    font-size: 15px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px
}

.home-about .waves {
    width: 100%;
    height: 100%;
    opacity: .4;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0
}

.blueColor {
    color: #1b9aee
}

.home-lsdz {
    background-color: #b5b5b5;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0
}

.home-lsdz .text {
    color: #333;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 25px
}

.home-lsdz .trial {
    max-width: 430px;
    margin: auto
}

.footer {
    background: #f5f7f8;
    color: #666;
    font-size: 14px
}

.footer .tedian {
    padding: 35px 0;
    border-bottom: 1px #dcdedf solid
}

.footer .tedian .list li {
    width: 33.33333333%;
    float: left
}

.footer .tedian .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .tedian .list .pic {
    width: 48px;
    height: 48px
}

.footer .tedian .list .pic img {
    height: 100%
}

.footer .tedian .list .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 18px;
    padding-left: 16px
}

.footer .menu {
    padding: 50px 0
}

.footer .menu li {
    width: 15%;
    float: left
}

.footer .menu .footer-contact {
    width: 24%
}

.footer .menu .ewm {
    padding: 0;
    text-align: center
}

.footer .menu .title {
    color: #333;
    font-size: 18px;
    padding-left: 0;
    position: relative
}

.footer .menu .title:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #1b9aee;
    position: absolute;
    top: 6px;
    left: -10px
}

.footer .menu .title:hover {
    color: #1b9aee;
    text-decoration: underline
}

.footer .menu .title-2 {
    color: #333;
    font-size: 18px;
    position: relative
}

.footer .menu .child {
    color: #666;
    font-size: 14px;
    line-height: 30px
}

.footer .menu .child a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer .menu .child a:hover {
    color: #1b9aee;
    text-decoration: underline;
    padding-left: 10px
}

.copyright {
    border-top: 1px #dcdedf solid;
    color: #666;
    font-size: 14px;
    padding: 20px 0
}

.copyright .a-1 {
    float: right;
    color: #1b9aee
}

.copyright .a-1:hover {
    text-decoration: underline
}

@media screen and (max-width: 1279px) {
    .header .container {
        padding:0 30px
    }

    .header .logo {
        left: 30px
    }

    .header .other {
        right: 30px
    }

    .nav .list a {
        padding: 0 10px
    }

    .home-xiaolv .list .num {
        font-size: 60px
    }

    .home-xiaolv .list .title {
        font-size: 18px
    }

    .home-advantage .list .title {
        font-size: 40px
    }

    .home-advantage .list .info {
        font-size: 16px
    }
}

@media screen and (max-width: 1023px) {
    .moreBtn a,.moreBtn span {
        width:120px;
        height: 40px;
        line-height: 40px
    }

    .trial .form-input {
        padding-right: 120px
    }

    .trial .submit {
        width: 100px;
        font-size: 14px
    }

    .header {
        height: 50px;
        padding: 0;
        position: relative
    }

    .header:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eee;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .header .container {
        height: 50px;
        padding: 0 80px 0 0
    }

    .header .logo {
        height: 50px;
        padding-top: 5px;
        left: 15px
    }

    .header .logo img {
        max-height: 35px
    }

    .header .other {
        width: auto;
        right: 60px;
        height: 50px;
        padding: 10px 0
    }

    .header .other .tel {
        display: none
    }

    .header .yysq {
        margin-left: 10px
    }

    .headerFixed {
        position: fixed
    }

    .nav {
        display: none
    }

    .home-xiaolv {
        padding: 40px 0 20px 0
    }

    .home-xiaolv .nr {
        margin-top: 30px
    }

    .home-xiaolv .list {
        margin-left: -5px;
        margin-right: -5px
    }

    .home-xiaolv .list li {
        width: 25%;
        padding: 0 5px 20px 5px
    }

    .home-xiaolv .list .box {
        padding: 20px 0
    }

    .home-xiaolv .list .box .icon {
        width: 15px!important;
        height: 15px!important;
        background-size: 100%!important
    }

    .home-xiaolv .list .box .icon {
        width: 15px!important;
        height: 15px!important;
        background-size: 100%!important
    }

    .home-xiaolv .list .info {
        font-size: 12px;
        margin-bottom: 10px
    }

    .home-xiaolv .list .num {
        font-size: 18px
    }

    .home-xiaolv .list .icon {
        margin-top: 5px
    }

    .home-xiaolv .list .title {
        font-size: 12px
    }

    .home-advantage {
        padding: 20px 0 40px 0
    }

    .home-advantage .list li {
        padding-bottom: 20px;
        overflow: hidden
    }

    .home-advantage .list .box {
        display: block
    }

    .home-advantage .list .pic {
        width: 100%;
        text-align: center
    }

    .home-advantage .list .pic img {
        max-width: 240px
    }

    .home-advantage .list .text {
        width: 100%;
        padding: 0!important
    }

    .home-advantage .list .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .home-advantage .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .home-advantage .list .p-1:before {
        top: 10px;
        left: 3px
    }

    .home-case {
        padding: 40px 0 20px 0
    }

    .home-case .nr {
        margin-top: 30px
    }

    .home-case .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .home-case .list li {
        width: 50%;
        padding: 0 10px 20px 10px
    }

    .home-case .list .box {
        padding: 20px 20px
    }

    .home-case .list .num {
        font-size: 50px;
        top: 20px
    }

    .home-case .list .title {
        font-size: 18px
    }

    .home-case .list .info {
        font-size: 14px;
        line-height: 24px;
        height: auto;
        max-height: 48px
    }

    .home-about {
        padding: 40px 0
    }

    .home-about .nr {
        margin-top: 30px
    }

    .home-about .text {
        font-size: 14px;
        line-height: 24px
    }

    .home-lsdz {
        padding: 40px 0;
        background-size: 100%
    }

    .home-lsdz .home-title .title {
        font-size: 20px
    }

    .home-lsdz .text {
        font-size: 16px;
        padding-top: 20px;
        margin-bottom: 20px
    }

    .footer .tedian {
        padding: 20px 0
    }

    .footer .tedian .list li {
        width: 50%
    }

    .footer .tedian .list li:last-child {
        width: 100%
    }

    .footer .tedian .list .pic {
        width: 20px;
        height: 20px
    }

    .footer .tedian .list .title {
        font-size: 14px
    }

    .footer .menu {
        padding: 20px 0
    }

    .footer .menu li {
        display: none
    }

    .footer .menu .footer-contact {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .footer .menu .footer-contact .title:before {
        display: none
    }

    .footer .menu .ewm {
        display: block;
        width: 50%;
        text-align: left
    }
}

.inside-banner {
    position: relative;
    background-size: cover!important
}

.inside-banner:after {
    content: "";
    display: block;
    padding-top: 27.08333333%
}

.inside-banner .text {
    margin-top: 30px;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inside-banner .text a {
    color: #fff
}

.inside-banner .text a:hover {
    text-decoration: underline
}

.inside-banner .title {
    color: #fff;
    font-size: 36px;
    position: relative
}

.inside-banner .info {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
}

.inside-banner .text-2 {
    color: #333;
    text-align: left
}

.inside-banner .text-2 .title {
    color: #333
}

.inside-banner .text-2 .info {
    color: #666
}

.inside-banner .mobile {
    display: none
}

.inside-banner .bread {
    font-weight: 400;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    background: rgba(0,0,0,.4);
    height: 48px;
    line-height: 48px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.inside-banner .bread a {
    color: #fff;
    color: rgba(255,255,255,.5)
}

.inside-banner .bread a:hover {
    color: #fff;
    text-decoration: underline
}

.inside-banner .bread em {
    font-style: initial;
    color: #fff
}

.inside-banner .bread .icon {
    width: 16px;
    vertical-align: middle;
    margin-top: -4px
}

@media screen and (max-width: 1400px) {
    .inside-banner .inside-banner .title {
        font-size:30px
    }
}

@media screen and (max-width: 1023px) {
    .inside-banner {
        background-size:cover!important;
        padding: 40px 0
    }

    .inside-banner .text {
        margin-top: 0
    }

    .inside-banner .title {
        line-height: 1.5;
        font-size: 20px;
        margin-bottom: 0
    }

    .inside-banner .title:after {
        margin-top: 10px
    }

    .inside-banner .info {
        margin-top: 10px;
        font-size: 12px
    }

    .inside-banner .pc {
        display: none
    }

    .inside-banner .mobile {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .inside-banner .text-2 {
        max-width:50%
    }
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    font-family: arial
}

.page .dot {
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle
}

.page a,.page span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-align: center;
    min-width: 50px;
    line-height: 48px;
    height: 50px;
    border-radius: 5px;
    border: 1px #ddd solid;
    margin: 0 5px;
    padding: 0 5px;
    font-weight: 400;
    vertical-align: middle
}

.page a.active,.page a.cpb,.page a.cur,.page a:hover,.page span.active,.page span.cur,.page span:hover {
    border-color: #1b9aee;
    background: #1b9aee;
    color: #fff
}

.page a.next,.page a.prev,.page span.next,.page span.prev {
    padding: 0 25px
}

@media screen and (max-width: 767px) {
    .page a,.page span {
        display:none
    }

    .page a.next,.page a.prev,.page span.next,.page span.prev {
        display: inline-block
    }
}

.inside {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (max-width: 1023px) {
    .inside {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.news .nr {
    margin-top: 60px
}

.news .list {
    margin-bottom: 20px
}

.news .list li {
    width: 100%;
    clear: both;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.news .list li:last-child {
    border: none;
    margin-bottom: 0
}

.news .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news .list .pic {
    width: 370px;
    height: 250px;
    overflow: hidden;
    position: relative
}

.news .list .pic img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.news .list .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px
}

.news .list .title {
    color: #333;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news .list .info {
    color: #666;
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 25px
}

.news .list .date-more {
    position: relative;
    overflow: hidden;
    line-height: 46px
}

.news .list .date {
    color: #999;
    font-size: 14px;
    float: left
}

.news .list .more {
    float: right
}

.news .list .more a,.news .list .more span {
    display: inline-block;
    width: 150px;
    height: 46px;
    line-height: 44px;
    border: 1px #ddd solid;
    background: #fff;
    color: #666;
    border-radius: 5px;
    text-align: center;
    font-size: 16px
}

.news .list .more a .icon,.news .list .more span .icon {
    width: 12px;
    fill: #666;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px
}

.news .list .more a:hover,.news .list .more span:hover {
    border-color: #1b9aee;
    background: #1b9aee;
    color: #fff
}

.news .list .more a:hover .icon,.news .list .more span:hover .icon {
    fill: #fff
}

.news .list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news .list .box:hover .title {
    color: #1b9aee;
    text-decoration: underline;
    margin-left: 15px
}

.news .list .box:hover .more a,.news .list .box:hover .more span {
    border-color: #1b9aee;
    background: #1b9aee;
    color: #fff
}

.news .list .box:hover .more a .icon,.news .list .box:hover .more span .icon {
    fill: #fff
}

@media screen and (max-width: 1023px) {
    .news .nr {
        margin-top:30px
    }

    .news .list {
        margin-bottom: 40px
    }

    .news .list li {
        padding: 0 0 20px 0;
        margin-bottom: 20px
    }

    .news .list li:last-child {
        border-bottom: 1px #e5e5e5 solid
    }

    .news .list .box {
        display: block
    }

    .news .list .pic {
        width: 100%;
        float: none
    }

    .news .list .text {
        width: 100%;
        float: none;
        padding: 20px 0 0 0
    }

    .news .list .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .news .list .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2
    }

    .news .list .date-more {
        line-height: 38px
    }

    .news .list .more a,.news .list .more span {
        width: 120px;
        height: 38px;
        line-height: 36px;
        font-size: 14px
    }
}

.news-show {
    margin: auto;
    color: #666;
    text-align: justify
}

.news-show .show-title {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px
}

.news-show .show-info {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding: 13px 0;
    background: #f3f3f3;
    position: relative
}

.news-show .show-info span {
    display: inline-block;
    margin: 0 30px
}

.news-show .nr {
    padding: 40px 0 60px 0;
    color: #666;
    font-size: 15px;
    line-height: 2
}

@media screen and (max-width: 1023px) {
    .news-show {
        padding-bottom:0
    }

    .news-show .show-title {
        font-size: 20px
    }

    .news-show .show-info {
        font-size: 12px
    }

    .news-show .show-info span:after {
        margin: 0 5px
    }

    .news-show .nr {
        padding: 20px 0 30px 0;
        font-size: 14px;
        line-height: 30px
    }
}

.prev-next-return {
    overflow: hidden;
    position: relative;
    font-size: 16px
}

.prev-next-return a {
    color: #666;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden
}

.prev-next-return .next,.prev-next-return .prev {
    width: 50%;
    height: 36px;
    line-height: 36px;
    float: left;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

.prev-next-return .next a,.prev-next-return .prev a {
    display: inline-block;
    background-color: #eee;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.prev-next-return .next a:hover,.prev-next-return .prev a:hover {
    background-color: #1b9aee;
    color: #fff
}

.prev-next-return .next a:hover .icon,.prev-next-return .prev a:hover .icon {
    fill: #fff
}

.prev-next-return .next .icon,.prev-next-return .prev .icon {
    width: 15px;
    height: 15px;
    fill: #666;
    vertical-align: middle;
    margin: -3px 5px 0 5px
}

.prev-next-return .prev {
    text-align: left
}

.prev-next-return .next {
    text-align: right
}

.prev-next-return .return {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 110px;
    float: left
}

.prev-next-return .return a {
    display: block;
    background-color: #e3e3e3;
    height: 38px;
    line-height: 38px;
    color: #1b9aee;
    text-align: center
}

.prev-next-return .return a:hover {
    background: #1b9aee;
    color: #fff
}

@media screen and (max-width: 1023px) {
    .prev-next-return {
        font-size:14px
    }
}

.job .list {
    width: 100%;
    position: relative;
    margin-bottom: 60px
}

.job .list .item {
    -webkit-box-shadow: 0 0 15px 0 rgba(27,154,238,.1);
    box-shadow: 0 0 15px 0 rgba(27,154,238,.1);
    border-radius: 10px;
    padding: 0 60px 20px 60px;
    margin-bottom: 20px;
    position: relative
}

.job .list .item:last-child {
    margin-bottom: 0
}

.job .list .title {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #666;
    font-size: 18px;
    line-height: 40px;
    padding: 20px 0
}

.job .list .title span {
    display: block;
    margin-right: 1%
}

.job .list .title .span-1 {
    color: #333;
    font-size: 24px;
    width: 36%;
    float: left;
    overflow: hidden;
    height: 40px
}

.job .list .title .span-2 {
    width: 15%;
    float: left;
    overflow: hidden;
    height: 40px
}

.job .list .title .span-3 {
    width: 15%;
    float: left;
    overflow: hidden;
    height: 40px
}

.job .list .title .span-4 {
    width: 15%;
    float: left;
    overflow: hidden;
    height: 40px
}

.job .list .title .icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #1b9aee;
    border-radius: 50%
}

.job .list .title .icon svg {
    width: 13px;
    margin: auto;
    fill: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.job .list .title:hover .icon {
    background: #1b9aee
}

.job .list .title:hover .icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.job .list dd {
    height: 120px;
    overflow: hidden
}

.job .list dd .con {
    border-top: 1px #e5e5e5 solid;
    padding: 25px 0 30px 0;
    color: #666;
    line-height: 34px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden
}

.job .list .btns {
    padding-top: 30px
}

.job .list .btns a,.job .list .btns span {
    display: inline-block;
    width: 150px;
    height: 46px;
    line-height: 44px;
    border: 1px #1b9aee solid;
    background: #1b9aee;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px
}

.job .list .btns a .icon,.job .list .btns span .icon {
    width: 12px;
    fill: #fff;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px
}

.job .list .btns a:hover,.job .list .btns span:hover {
    background: #0472d4
}

.job .list .p-1 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px
}

.job .list .cur dt .icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.job .list .cur dd {
    height: auto
}

.job .list .cur dd .con {
    height: auto
}

@media screen and (max-width: 1023px) {
    .job .list {
        margin-bottom:40px
    }

    .job .list .item {
        padding: 0 20px 0 20px;
        margin-bottom: 10px
    }

    .job .list .title {
        padding: 10px 0;
        font-size: 14px
    }

    .job .list .title .span-1 {
        font-size: 18px
    }

    .job .list .title .icon {
        width: 30px;
        height: 30px
    }

    .job .list dd {
        height: 0
    }

    .job .list dd .con {
        font-size: 14px;
        line-height: 24px
    }

    .job .list .p-1 {
        font-size: 16px
    }

    .job .list .btns {
        padding-top: 20px
    }

    .job .list .btns a,.job .list .btns span {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

.appointment {
    background: #f8f9f9;
    padding: 130px 0 100px 0
}

.appointment .nr {
    background: #fff;
    padding: 50px 60px
}

.appointment .titleBig {
    color: #333;
    font-size: 36px;
    margin-bottom: 25px
}

.appointment .info {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px
}

.appointment .info .b-1 {
    font-size: 28px;
    font-weight: 700
}

.appointment .list li {
    margin-bottom: 30px
}

.appointment .list .title {
    color: #333;
    font-size: 18px
}

.appointment .list .red {
    color: red;
    font-size: 18px;
    margin-right: 5px
}

.appointment .list .form-input {
    width: 100%;
    border: 1px #ccc solid;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #333
}

.appointment .list .form-input:focus {
    border-color: #1b9aee
}

.appointment .list .select {
    position: relative
}

.appointment .list .select .icon {
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0
}

.appointment .list select {
    width: 100%;
    border: 1px #ccc solid;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    -webkit-appearance: none
}

.appointment .list select:focus {
    border-color: #1b9aee
}

.appointment .list .form-checkbox,.appointment .list .form-radio {
    cursor: pointer
}

.appointment .list .radio {
    color: #666;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer
}

.appointment .list .checkbox {
    color: #666;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block
}

.appointment .list .btns {
    padding-top: 20px
}

.appointment .list .submit {
    border: none;
    border-radius: 5px;
    background: #1b9aee;
    color: #fff;
    text-align: center;
    min-width: 100px;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 1023px) {
    .appointment {
        padding:40px 0
    }

    .appointment .nr {
        padding: 30px 20px
    }

    .appointment .titleBig {
        font-size: 24px;
        margin-bottom: 10px
    }

    .appointment .info {
        font-size: 14px
    }

    .appointment .info .b-1 {
        font-size: 18px
    }

    .appointment .list li {
        margin-bottom: 20px
    }

    .appointment .list .title {
        font-size: 16px
    }

    .appointment .list .form-input {
        font-size: 14px;
        height: 40px;
        line-height: 38px
    }

    .appointment .list select {
        font-size: 14px;
        height: 40px;
        line-height: 38px
    }

    .appointment .list .radio {
        font-size: 14px
    }

    .appointment .list .checkbox {
        font-size: 14px
    }

    .appointment .list .btn {
        padding-top: 0
    }
}

.jqr .gongneng {
    padding: 100px 0 100px 0
}

.jqr .gongneng .nr {
    margin-top: 60px
}

.jqr .gongneng .tabs {
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jqr .gongneng .menuTabs {
    width: 210px;
    float: left;
    border-right: 1px #ddd solid
}

.jqr .gongneng .menuTabs li {
    border-bottom: 1px #ddd solid;
    position: relative
}

.jqr .gongneng .menuTabs li:last-child {
    border-bottom: 0
}

.jqr .gongneng .menuTabs li:after {
    content: "";
    display: none;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 0
}

.jqr .gongneng .menuTabs .box {
    display: block;
    cursor: pointer;
    padding: 15px 10px 15px 25px;
    position: relative
}

.jqr .gongneng .menuTabs .box:before {
    content: "";
    display: block;
    width: 3px;
    height: 0;
    background: #1b9aee;
    margin: auto;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.jqr .gongneng .menuTabs .hover {
    display: none
}

.jqr .gongneng .menuTabs .pic {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    position: relative
}

.jqr .gongneng .menuTabs .title {
    color: #333;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jqr .gongneng .menuTabs li:hover {
    border-right: none
}

.jqr .gongneng .menuTabs li:hover:after {
    display: block
}

.jqr .gongneng .menuTabs .box:hover:before {
    height: 100%
}

.jqr .gongneng .menuTabs .box:hover .default {
    display: none
}

.jqr .gongneng .menuTabs .box:hover .hover {
    display: block
}

.jqr .gongneng .menuTabs .box:hover .title {
    color: #1b9aee
}

.jqr .gongneng .menuTabs .active {
    border-right: none
}

.jqr .gongneng .menuTabs .active:after {
    display: block
}

.jqr .gongneng .menuTabs .active .box:before {
    height: 100%
}

.jqr .gongneng .menuTabs .active .box .default {
    display: none
}

.jqr .gongneng .menuTabs .active .box .hover {
    display: block
}

.jqr .gongneng .menuTabs .active .box .title {
    color: #1b9aee
}

.jqr .gongneng .conTabs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 40px 30px 40px
}

.jqr .gongneng .conTabs .item {
    overflow: hidden;
    padding: 25px 0;
    height: 100%;
    display: none
}

.jqr .gongneng .conTabs .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jqr .gongneng .conTabs .pic {
    width: 59%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.jqr .gongneng .conTabs .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 41%;
    float: left;
    padding-left: 20px
}

.jqr .gongneng .conTabs .title {
    color: #333;
    font-size: 24px
}

.jqr .gongneng .conTabs .info {
    min-height: 186px
}

.jqr .gongneng .conTabs .p-1 {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5
}

.jqr .gongneng .conTabs .p-2 {
    color: #666;
    line-height: 34px;
    padding-left: 15px;
    font-size: 16px;
    position: relative
}

.jqr .gongneng .conTabs .p-2:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin: auto;
    background: #1b9aee;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jqr .gongneng .conTabs .btn {
    padding-top: 20px
}

.jqr .gongneng .conTabs .btn a {
    display: inline-block;
    min-width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    background: #1b9aee;
    color: #fff
}

.jqr .gongneng .conTabs .btn a:hover {
    background: #0472d4
}

.jqr .liqi {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0 60px 0
}

.jqr .liqi .nr {
    margin-top: 60px
}

.jqr .liqi .list li {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 40px
}

.jqr .liqi .list .pic {
    width: 64px;
    height: 64px;
    margin: auto auto 15px auto;
    position: relative
}

.jqr .liqi .list .title {
    color: #333;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.jqr .liqi .list .info {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px
}

.jqr .yycj {
    padding: 100px 0
}

.jqr .yycj .nr {
    margin-top: 60px
}

.jqr .yycj .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jqr .yycj .list li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    transition: all .2s ease 0s
}

.jqr .yycj .list li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#e6e6e6),to(#fff));
    background: linear-gradient(to top,#fff,#e6e6e6,#fff);
    position: absolute;
    top: 0;
    right: 0
}

.jqr .yycj .list li:nth-child(5n):after {
    display: none
}

.jqr .yycj .list .box {
    display: block;
    position: relative;
    padding: 25px 25px;
    transition: all .2s ease 0s
}

.jqr .yycj .list .box:hover {
    transform: scale(1.09)
}

.jqr .yycj .list .pic {
    width: 64px;
    height: 64px;
    margin: auto auto 10px auto;
    position: relative
}

.jqr .yycj .list .text {
    padding: 15px 0 15px 0;
    position: relative
}

.jqr .yycj .list .text:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #e5e5e5;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.jqr .yycj .list .title {
    color: #333;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px
}

.jqr .yycj .list .info {
    color: #666;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300
}

.jqr .yycj .list li:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1)
}

.jqr .tx {
    background: #f7f9fa;
    padding: 100px 0
}

.jqr .tx .nr {
    margin-top: 60px
}

.jqr .tx .list {
    margin-left: -38px;
    margin-right: -38px
}

.jqr .tx .list li {
    width: 33.33333333%;
    padding: 0 38px;
    float: left;
    text-align: center;
    position: relative
}

.jqr .tx .list .plus {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: auto;
    position: absolute;
    z-index: 999;
    top: 0;
    right: -17px;
    bottom: 0
}

.jqr .tx .list .plus:after,.jqr .tx .list .plus:before {
    content: "";
    display: block;
    margin: auto;
    background: #ddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.jqr .tx .list .plus:before {
    width: 100%;
    height: 4px
}

.jqr .tx .list .plus:after {
    height: 100%;
    width: 4px
}

.jqr .tx .list .box {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    padding: 45px 25px;
    position: relative
}

.jqr .tx .list .pic {
    width: 80px;
    height: 80px;
    margin: auto auto 10px auto;
    position: relative
}

.jqr .tx .list .text {
    padding: 10px 0 10px 0;
    position: relative
}

.jqr .tx .list .title {
    color: #333;
    font-size: 24px
}

.jqr .tx .list .info {
    color: #666;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width: 1023px) {
    .jqr .gongneng {
        padding:40px 0
    }

    .jqr .gongneng .nr {
        margin-top: 30px
    }

    .jqr .gongneng .tabs {
        display: block
    }

    .jqr .gongneng .menuTabs {
        width: 100%;
        clear: both
    }

    .jqr .gongneng .menuTabs li {
        width: 25%;
        float: left;
        border-bottom: 1px #ddd solid!important
    }

    .jqr .gongneng .menuTabs .box {
        padding: 10px 5px
    }

    .jqr .gongneng .menuTabs .box:before {
        width: 0;
        height: 2px!important;
        top: auto;
        bottom: -1px;
        left: 0;
        right: 0
    }

    .jqr .gongneng .menuTabs .title {
        font-size: 12px
    }

    .jqr .gongneng .menuTabs .box {
        display: block
    }

    .jqr .gongneng .menuTabs .pic {
        display: block;
        float: inherit
    }

    .jqr .gongneng .menuTabs .active .box:before {
        width: 100%
    }

    .jqr .gongneng .conTabs {
        width: 100%;
        clear: both;
        padding: 10px 10px
    }

    .jqr .gongneng .conTabs .item {
        padding: 0
    }

    .jqr .gongneng .conTabs .box {
        display: block
    }

    .jqr .gongneng .conTabs .pic {
        width: 100%
    }

    .jqr .gongneng .conTabs .text {
        width: 100%;
        padding: 20px 20px
    }

    .jqr .gongneng .conTabs .title {
        font-size: 16px
    }

    .jqr .gongneng .conTabs .info {
        min-height: auto
    }

    .jqr .gongneng .conTabs .p-1 {
        font-size: 14px
    }

    .jqr .gongneng .conTabs .p-2 {
        font-size: 14px;
        line-height: 24px
    }

    .jqr .gongneng .conTabs .p-2:before {
        top: 10px
    }

    .jqr .liqi {
        padding: 40px 0
    }

    .jqr .liqi .nr {
        margin-top: 30px
    }

    .jqr .liqi .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .jqr .liqi .list li {
        width: 50%;
        padding: 0 10px
    }

    .jqr .liqi .list .pic {
        width: 54px;
        height: 54px
    }

    .jqr .liqi .list .title {
        font-size: 16px
    }

    .jqr .yycj {
        padding: 40px 0
    }

    .jqr .yycj .nr {
        margin-top: 30px
    }

    .jqr .yycj .list li {
        width: 50%
    }

    .jqr .yycj .list li:nth-child(2n):after {
        display: none
    }

    .jqr .yycj .list .box {
        padding: 10px 10px
    }

    .jqr .yycj .list .title {
        font-size: 16px
    }

    .jqr .yycj .list .info {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        letter-spacing: 1px
    }

    .jqr .tx {
        padding: 40px 0
    }

    .jqr .tx .nr {
        margin-top: 30px
    }

    .jqr .tx .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .jqr .tx .list .plus {
        width: 10px;
        height: 10px;
        right: -5px
    }

    .jqr .tx .list .plus:before {
        height: 2px
    }

    .jqr .tx .list .plus:after {
        width: 2px
    }

    .jqr .tx .list li {
        padding: 0 10px
    }

    .jqr .tx .list li:nth-child(2n):after {
        display: none
    }

    .jqr .tx .list .box {
        padding: 10px 10px
    }

    .jqr .tx .list .pic {
        width: 40px;
        height: 40px
    }

    .jqr .tx .list .title {
        font-size: 16px
    }

    .jqr .tx .list .info {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width: 414px) {
    .jqr .liqi .list li {
        width:100%
    }

    .jqr .liqi .list li:last-child {
        padding-bottom: 0
    }

    .jqr .tx .list {
        margin: auto
    }

    .jqr .tx .list .plus {
        left: 0;
        right: 0;
        top: auto;
        bottom: -5px
    }

    .jqr .tx .list li {
        width: 100%;
        padding: 10px 0
    }

    .jqr .tx .list li:nth-child(2n):after {
        display: none
    }

    .jqr .tx .list .box {
        padding: 10px 10px
    }

    .jqr .tx .list .title {
        font-size: 16px
    }

    .jqr .tx .list .info {
        font-size: 14px;
        line-height: 24px
    }
}

.ypt .gongneng {
    background: #f8f9f9;
    padding: 100px 0 70px 0
}

.ypt .gongneng .nr {
    margin-top: 50px
}

.ypt .gongneng .list {
    margin-left: -30px;
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ypt .gongneng .list li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 30px 30px 30px
}

.ypt .gongneng .list .pic {
    width: 74px;
    height: 84px;
    margin: auto;
    background: url(../images/icon/hexagon.svg) no-repeat center center;
    position: relative
}

.ypt .gongneng .list .pic img {
    height: 40px
}

.ypt .gongneng .list .text {
    padding: 20px 0
}

.ypt .gongneng .list .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px
}

.ypt .gongneng .list .info {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.ypt .yycj {
    padding: 100px 0
}

.ypt .yycj .nr {
    margin-top: 60px
}

.ypt .yycj .menuTabs {
    text-align: center;
    color: #333;
    font-size: 16px;
    border-bottom: 1px #e5e5e5 solid
}

.ypt .yycj .menuTabs .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ypt .yycj .menuTabs li {
    width: 11.11111111%
}

.ypt .yycj .menuTabs .box {
    line-height: 60px;
    cursor: pointer;
    position: relative
}

.ypt .yycj .menuTabs .box:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #1b9aee;
    margin: auto;
    position: absolute;
    z-index: 999;
    bottom: -1px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ypt .yycj .menuTabs .box:hover:after {
    width: 100%
}

.ypt .yycj .menuTabs .active .box:after {
    width: 100%
}

.ypt .yycj .conTabs .item {
    display: none;
    padding: 40px 0
}

.ypt .yycj .conTabs .box {
    display: block;
    overflow: hidden
}

.ypt .yycj .conTabs .text {
    width: 60%;
    float: left;
    padding-top: 20px;
    padding-right: 50px
}

.ypt .yycj .conTabs .pic {
    width: 40%;
    float: left
}

.ypt .yycj .conTabs .title {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px
}

.ypt .yycj .conTabs .info {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px
}

.ypt .yycj .conTabs .tag {
    font-size: 0;
    margin-bottom: 50px
}

.ypt .yycj .conTabs .tag span {
    display: inline-block;
    border: 1px #ddd solid;
    line-height: 30px;
    min-width: 130px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
    position: relative
}

.ypt .yycj .conTabs .tag span:last-child {
    margin-right: 0
}

.ypt .yycj .conTabs .tag .icon {
    height: 30px;
    vertical-align: top;
    margin-right: 5px
}

.ypt .yycj .conTabs .btn a {
    display: inline-block;
    min-width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    background: #1b9aee;
    color: #fff;
    font-size: 16px
}

.ypt .yycj .conTabs .btn a:hover {
    background: #0472d4
}

.ypt .xtjc {
    background: #f8f9f9;
    padding: 100px 0 70px 0
}

.ypt .xtjc .nr {
    margin-top: 50px
}

.ypt .xtjc .list {
    margin-left: -30px;
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ypt .xtjc .list li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 30px 30px 30px
}

.ypt .xtjc .list .pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
    position: relative
}

.ypt .xtjc .list .pic img {
    height: 64px
}

.ypt .xtjc .list .circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px #1b9aee dashed;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.ypt .xtjc .list .circle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b9aee;
    position: absolute;
    top: 15px;
    right: 7px
}

.ypt .xtjc .list .text {
    padding: 20px 0
}

.ypt .xtjc .list .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px
}

.ypt .xtjc .list .info {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.ypt .xtjc .list .box:hover .circle {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.ypt .fwtx {
    padding: 100px 0
}

.ypt .fwtx .nr {
    margin-top: 60px
}

.ypt .dzhfw {
    background: #f7f9fa;
    padding: 100px 0
}

.ypt .dzhfw .nr {
    margin-top: 60px
}

.ypt .dzhfw .pic {
    width: 50%;
    float: left;
    text-align: center
}

.ypt .dzhfw .text {
    width: 50%;
    float: right;
    color: #333;
    font-size: 20px;
    padding: 40px 0 0 20px
}

.ypt .dzhfw .p-2 {
    padding: 12px 0;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ypt .dzhfw .p-2 .icon {
    height: 40px;
    float: left;
    margin-right: 10px
}

@media screen and (max-width: 1023px) {
    .ypt .gongneng {
        padding:40px 0 20px 0
    }

    .ypt .gongneng .nr {
        margin-top: 30px
    }

    .ypt .gongneng .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .ypt .gongneng .list li {
        width: 50%;
        padding: 0 10px 20px 10px
    }

    .ypt .gongneng .list .pic {
        width: 54px;
        height: 61px;
        background-size: cover
    }

    .ypt .gongneng .list .pic img {
        height: 30px
    }

    .ypt .gongneng .list .text {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ypt .gongneng .list .title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .ypt .gongneng .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .ypt .yycj {
        padding: 40px 0 20px 0
    }

    .ypt .yycj .nr {
        margin-top: 30px
    }

    .ypt .yycj .menuTabs .list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ypt .yycj .menuTabs li {
        width: 20%
    }

    .ypt .yycj .menuTabs .box {
        line-height: 40px;
        font-size: 14px
    }

    .ypt .yycj .menuTabs .active .box:after {
        width: 50%
    }

    .ypt .yycj .conTabs .item {
        padding: 20px 10px
    }

    .ypt .yycj .conTabs .text {
        width: 100%;
        padding: 0
    }

    .ypt .yycj .conTabs .pic {
        width: 100%;
        margin-top: 20px
    }

    .ypt .yycj .conTabs .title {
        font-size: 18px;
        margin-bottom: 0
    }

    .ypt .yycj .conTabs .info {
        font-size: 14px;
        line-height: 24px
    }

    .ypt .yycj .conTabs .tag {
        margin-bottom: 20px
    }

    .ypt .yycj .conTabs .tag span {
        min-width: inherit;
        margin-right: 2px;
        margin-bottom: 2px
    }

    .ypt .xtjc {
        padding: 40px 0 20px 0
    }

    .ypt .xtjc .nr {
        margin-top: 30px
    }

    .ypt .xtjc .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .ypt .xtjc .list li {
        width: 50%;
        padding: 0 10px 20px 10px
    }

    .ypt .xtjc .list .pic {
        width: 80px;
        height: 80px
    }

    .ypt .xtjc .list .pic img {
        width: 50px;
        height: 50px
    }

    .ypt .xtjc .list .circle {
        width: 80px;
        height: 80px
    }

    .ypt .xtjc .list .circle::after {
        top: 8px;
        right: 5px
    }

    .ypt .xtjc .list .pic img {
        width: 40px;
        height: 40px
    }

    .ypt .xtjc .list .title {
        font-size: 16px;
        margin-bottom: 0
    }

    .ypt .fwtx {
        padding: 40px 0 40px 0
    }

    .ypt .fwtx .nr {
        margin-top: 30px
    }

    .ypt .dzhfw {
        padding: 40px 0 40px 0
    }

    .ypt .dzhfw .nr {
        margin-top: 30px
    }

    .ypt .dzhfw .pic {
        width: 100%;
        text-align: center;
        padding: 0 50px
    }

    .ypt .dzhfw .pic img {
        max-width: 180px
    }

    .ypt .dzhfw .text {
        width: 100%;
        padding: 0 0 20px 0
    }

    .ypt .dzhfw .p-2 {
        font-size: 14px;
        line-height: 30px
    }

    .ypt .dzhfw .p-2 .icon {
        height: 30px
    }
}

.product-3 .list li {
    margin-bottom: 80px;
    position: relative
}

#dxzzfw,#khjc,#yyyzm,#yyzj {
    position: absolute;
    top: -80px;
    left: 0;
    width: 10px;
    height: 10px
}

#yyyyy1,#yyyyy2,#yyyyy3,#yyyyy4 {
    position: absolute;
    top: -80px;
    left: 0;
    width: 10px;
    height: 10px
}

.product-3 .list li:last-child {
    margin-bottom: 0
}

.product-3 .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.product-3 .list .pic {
    width: 50%;
    float: left
}

.product-3 .list .text {
    width: 50%;
    float: left
}

.product-3 .list .title {
    font-weight: 700;
    font-size: 36px;
    color: #333;
    margin-bottom: 10px
}

.product-3 .list .info {
    color: #666;
    font-size: 15px;
    line-height: 2
}

.product-3 .list .p-1 {
    margin-bottom: 20px
}

.product-3 .list .p-2 {
    color: #666;
    line-height: 40px;
    padding-left: 15px;
    font-size: 18px;
    position: relative
}

.product-3 .list .p-2:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    margin: auto;
    background: #1b9aee;
    position: absolute;
    top: 18px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-3 .list li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width: 767px) {
    .product-3 .list .pic {
        padding:0;
        text-align: center
    }

    .product-3 .list .pic img {
        max-width: 240px
    }

    .product-3 .list .title {
        font-size: 24px
    }

    .product-3 .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .product-3 .list .p-2 {
        font-size: 16px;
        line-height: 30px
    }

    .product-3 .list .p-2:after {
        top: 10px
    }
}

@media screen and (max-width: 767px) {
    .product-3 .list li {
        margin-bottom:0
    }

    #dxzzfw,#khjc,#yyyzm,#yyzj {
        top: -50px
    }

    #yyyyy1,#yyyyy2,#yyyyy3,#yyyyy4 {
        top: -50px
    }

    .product-3 .list .box {
        display: block;
        overflow: hidden
    }

    .product-3 .list .pic {
        width: 100%;
        padding: 0 2vw
    }

    .product-3 .list .text {
        width: 100%
    }

    .product-3 .list .title {
        font-size: 24px
    }

    .product-3 .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .product-3 .list .p-2 {
        font-size: 16px;
        line-height: 30px
    }

    .product-3 .list .p-2:after {
        top: 10px
    }
}

.jinrong .p-1 {
    text-align: center;
    color: #333;
    font-size: 16px
}

.jinrong .hxnl {
    padding: 100px 0
}

.jinrong .hxnl .nr {
    margin-top: 60px
}

.jinrong .hxnl .pic {
    margin-top: 40px;
    text-align: center
}

.jinrong .yycj {
    background: #f8f9f9;
    padding: 100px 0 80px 0
}

.jinrong .yycj .nr {
    margin-top: 60px
}

.jinrong .yycj .list {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.jinrong .yycj .list li {
    width: 25%;
    float: left;
    padding: 0 13px 20px 13px;
    text-align: center
}

.jinrong .yycj .list .li-1 {
    width: 50%
}

.jinrong .yycj .list .box {
    padding: 0 30px 30px 30px;
    position: relative;
    z-index: 1
}

.jinrong .yycj .list .box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    height: calc("100% - 40px");
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0
}

.jinrong .yycj .list .pic {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    border: 2px #1b9aee solid;
    margin: auto;
    position: relative;
    z-index: 1
}

.jinrong .yycj .list .pic img {
    max-height: 40px
}

.jinrong .yycj .list .title-2 {
    font-size: 18px;
    color: #333;
    padding: 10px 0
}

.jinrong .yycj .list .text {
    border-top: 1px #e5e5e5 solid;
    padding: 20px 0 0 0;
    overflow: hidden
}

.jinrong .yycj .list .div-1 {
    width: 50%;
    float: left
}

.jinrong .yycj .list .hover {
    display: none
}

.jinrong .yycj .list .title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.jinrong .yycj .list .info {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    min-height: 104px
}

.jinrong .yycj .list .box:hover:after {
    background: #1b9aee
}

.jinrong .yycj .list .box:hover .pic {
    border-color: #1b9aee
}

.jinrong .yycj .list .box:hover .pic:after {
    background: rgba(255,255,255,.15)
}

.jinrong .yycj .list .box:hover .title-2 {
    color: #fff
}

.jinrong .yycj .list .box:hover .title {
    color: #fff
}

.jinrong .yycj .list .box:hover .info {
    color: #fff
}

.jinrong .yycj .list .box:hover .text {
    border-color: rgba(255,255,255,.15)
}

.jinrong .fwlc {
    padding: 100px 0 80px 0
}

.jinrong .fwlc .nr {
    margin-top: 60px
}

.jinrong .fwlc .list {
    margin-top: 30px;
    background: url(../images/fwlc-bg-jr.png) no-repeat center center;
    height: 138px;
    max-width: 1180px;
    margin: 30px auto 0 auto
}

.jinrong .fwlc .list li {
    width: 20%;
    float: left;
    text-align: center
}

.jinrong .fwlc .list .box {
    display: inline-block;
    text-align: left;
    color: #fff;
    padding: 20px 0 0 0
}

.jinrong .fwlc .list .num {
    font-size: 24px
}

.jinrong .fwlc .list .title {
    font-weight: 700;
    font-size: 24px
}

.jinrong .axdz {
    background: #f7f9fa;
    padding: 100px 0 80px 0
}

.jinrong .axdz .nr {
    margin-top: 60px
}

.jinrong .axdz .list {
    margin-top: 30px
}

.jinrong .axdz .list li {
    width: 25%;
    display: inline-block;
    float: left
}

.jinrong .axdz .list .box {
    max-width: 240px;
    margin: auto;
    position: relative
}

.jinrong .axdz .list .bg {
    margin: auto;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.jinrong .axdz .list .text {
    color: #fff;
    margin: auto;
    text-align: center;
    padding-top: 90px;
    line-height: 30px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.jinrong .axdz .list .title {
    font-size: 18px;
    font-style: italic
}

.jinrong .axdz .list .title-2 {
    font-size: 24px;
    font-weight: 700
}

.jinrong .axdz .list li:first-child {
    margin-left: 5%
}

.jinrong .axdz .list li:nth-child(4) {
    clear: left;
    margin-left: 17.5%
}

.jinrong .sjjz {
    padding: 100px 0
}

.jinrong .sjjz .nr {
    margin-top: 60px
}

.jinrong .sjjz .pic {
    text-align: center;
    margin-top: 40px
}

@media screen and (max-width: 1023px) {
    .jinrong .p-1 {
        font-size:14px;
        line-height: 24px
    }

    .jinrong .hxnl {
        padding: 40px 0
    }

    .jinrong .hxnl .nr {
        margin-top: 30px
    }

    .jinrong .yycj {
        padding: 40px 0
    }

    .jinrong .yycj .nr {
        margin-top: 30px
    }

    .jinrong .yycj .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .jinrong .yycj .list li {
        padding: 0 10px 20px 10px;
        width: 100%!important
    }

    .jinrong .yycj .list .pic {
        width: 62px;
        height: 62px
    }

    .jinrong .yycj .list .pic img {
        height: 30px
    }

    .jinrong .yycj .list .title-2 {
        font-size: 16px
    }

    .jinrong .yycj .list .title {
        font-size: 18px
    }

    .jinrong .yycj .list .info {
        min-height: auto;
        font-size: 14px;
        line-height: 24px
    }

    .jinrong .fwlc {
        padding: 40px 0
    }

    .jinrong .fwlc .nr {
        margin-top: 30px
    }

    .jinrong .fwlc .list {
        background: no-repeat
    }

    .jinrong .fwlc .list li {
        width: 33.33333333%;
        background: #1b9aee;
        text-align: left;
        border: 1px #fff solid
    }

    .jinrong .fwlc .list .box {
        padding: 10px 20px
    }

    .jinrong .fwlc .list .num {
        line-height: 1.5
    }

    .jinrong .fwlc .list .title {
        font-size: 16px
    }

    .jinrong .fwlc .list li:nth-last-child(1),.jinrong .fwlc .list li:nth-last-child(2) {
        width: 50%
    }

    .jinrong .axdz {
        padding: 40px 0
    }

    .jinrong .axdz .nr {
        margin-top: 30px
    }

    .jinrong .axdz .list li {
        width: 50%;
        float: left!important;
        margin: auto!important;
        clear: none!important
    }

    .jinrong .axdz .list .text {
        padding: 35% 0 0 0
    }

    .jinrong .axdz .list .title {
        font-size: 14px
    }

    .jinrong .axdz .list .title-2 {
        font-size: 16px
    }

    .jinrong .sjjz {
        padding: 40px 0
    }

    .jinrong .sjjz .nr {
        margin-top: 30px
    }
}

.baoxian .p-1 {
    text-align: center;
    color: #333;
    font-size: 16px
}

.baoxian .gxhjh {
    background: #f9f9f9;
    padding: 100px 0
}

.baoxian .gxhjh .nr {
    margin-top: 60px
}

.baoxian .gxhjh .pic {
    margin-top: 40px;
    text-align: center
}

.baoxian .yycj {
    padding: 100px 0
}

.baoxian .yycj .nr {
    margin-top: 60px
}

.baoxian .yycj .pic {
    margin-top: 40px;
    text-align: center
}

.baoxian .zdyxtg {
    padding: 100px 0;
    background: #f8f9f9
}

.baoxian .zdyxtg .nr {
    margin-top: 60px
}

.baoxian .zdyxtg .pic {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center
}

.baoxian .sjjz {
    padding: 100px 0 100px 0
}

.baoxian .sjjz .nr {
    margin-top: 60px
}

.baoxian .sjjz .list li {
    width: 20%;
    float: left;
    position: relative
}

.baoxian .sjjz .list li:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #e5e5e5;
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -1px
}

.baoxian .sjjz .list .box {
    text-align: center;
    padding: 40px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,0);
    box-shadow: 0 0 15px 0 rgba(2,80,132,0);
    position: relative
}

.baoxian .sjjz .list li:last-child:after {
    display: none
}

.baoxian .sjjz .list .num {
    font-family: Roboto-Bold;
    color: #1b9aee;
    font-size: 36px
}

.baoxian .sjjz .list .title {
    color: #333;
    font-size: 24px
}

.baoxian .sjjz .list li:hover {
    z-index: 1
}

.baoxian .sjjz .list li:hover:after {
    display: none
}

.baoxian .sjjz .list li:hover .box {
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1)
}

.baoxian .sjjz .list li:hover .box:after {
    display: none
}

@media screen and (max-width: 1023px) {
    .baoxian .p-1 {
        font-size:14px;
        line-height: 24px
    }

    .baoxian .gxhjh {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .baoxian .gxhjh .nr {
        margin-top: 30px
    }

    .baoxian .yycj {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .baoxian .yycj .nr {
        margin-top: 30px
    }

    .baoxian .zdyxtg {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .baoxian .zdyxtg .nr {
        margin-top: 30px
    }

    .baoxian .sjjz {
        padding: 40px 0 40px 0
    }

    .baoxian .sjjz .nr {
        margin-top: 30px
    }

    .baoxian .sjjz .list li {
        width: 50%
    }

    .baoxian .sjjz .list li:after {
        height: 100%;
        display: none
    }

    .baoxian .sjjz .list .box {
        padding: 0
    }

    .baoxian .sjjz .list .num {
        font-size: 24px
    }

    .baoxian .sjjz .list .title {
        font-size: 14px
    }
}

.dianshang .p-1 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.dianshang .hyxq {
    background: #f8f9f9;
    padding: 100px 0 60px 0
}

.dianshang .hyxq .nr {
    margin-top: 60px
}

.dianshang .hyxq .list {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.dianshang .hyxq .list li {
    width: 50%;
    float: left;
    padding: 0 10px 40px 10px
}

.dianshang .hyxq .list .box {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    border-radius: 10px;
    padding: 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dianshang .hyxq .list .pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px #1b9aee solid;
    position: relative;
    z-index: 1
}

.dianshang .hyxq .list .pic:after {
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ddf0fc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dianshang .hyxq .list .pic img {
    height: 40px
}

.dianshang .hyxq .list .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px
}

.dianshang .hyxq .list .hover {
    display: none
}

.dianshang .hyxq .list .title {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px
}

.dianshang .hyxq .list .info {
    font-size: 15px;
    color: #666;
    line-height: 26px
}

.dianshang .hyxq .list .box:hover {
    background: #1b9aee
}

.dianshang .hyxq .list .box:hover .pic {
    border-color: #1b9aee
}

.dianshang .hyxq .list .box:hover .pic:after {
    background: rgba(255,255,255,.15)
}

.dianshang .hyxq .list .box:hover .default {
    display: none
}

.dianshang .hyxq .list .box:hover .hover {
    display: block
}

.dianshang .hyxq .list .box:hover .title {
    color: #fff
}

.dianshang .hyxq .list .box:hover .info {
    color: #fff
}

.dianshang .yycj {
    background: #fff;
    padding: 100px 0 80px 0
}

.dianshang .yycj .nr {
    margin-top: 60px
}

.dianshang .yycj .list {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.dianshang .yycj .list li {
    width: 25%;
    float: left;
    padding: 0 13px 20px 13px;
    text-align: center
}

.dianshang .yycj .list .box {
    padding: 0 30px 30px 30px;
    position: relative;
    z-index: 1
}

.dianshang .yycj .list .box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    height: calc("100% - 40px");
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0
}

.dianshang .yycj .list .pic {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    border: 2px #1b9aee solid;
    margin: auto;
    position: relative;
    z-index: 1;
    top: -41px
}

.dianshang .yycj .list .pic img {
    max-height: 40px
}

.dianshang .yycj .list .title-2 {
    font-size: 18px;
    color: #333;
    padding: 10px 0;
    margin-top: -40px
}

.dianshang .yycj .list .text {
    border-top: 1px #e5e5e5 solid;
    padding: 20px 0 0 0
}

.dianshang .yycj .list .hover {
    display: none
}

.dianshang .yycj .list .title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.dianshang .yycj .list .info {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    min-height: 104px
}

.dianshang .yycj .list .box:hover:after {
    background: #1b9aee
}

.dianshang .yycj .list .box:hover .pic {
    border-color: #1b9aee
}

.dianshang .yycj .list .box:hover .pic:after {
    background: rgba(255,255,255,.15)
}

.dianshang .yycj .list .box:hover .title-2 {
    color: #fff
}

.dianshang .yycj .list .box:hover .title {
    color: #fff
}

.dianshang .yycj .list .box:hover .info {
    color: #fff
}

.dianshang .yycj .list .box:hover .text {
    border-color: rgba(255,255,255,.15)
}

.dianshang .jjfa {
    background: #f9f9f9;
    padding: 100px 0 100px 0
}

.dianshang .jjfa .nr {
    margin-top: 60px
}

.dianshang .jjfa .pic {
    margin-top: 30px;
    text-align: center
}

.dianshang .cpys {
    padding: 100px 0 100px 0
}

.dianshang .cpys .nr {
    margin-top: 60px
}

.dianshang .cpys .menuTabs .list {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.dianshang .cpys .menuTabs .list li {
    width: 25%;
    float: left;
    padding: 0 10px 20px 10px
}

.dianshang .cpys .menuTabs .list .box {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    padding: 25px 20px;
    text-align: center;
    cursor: pointer;
    position: relative
}

.dianshang .cpys .menuTabs .list .box:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    margin: auto;
    position: absolute;
    z-index: -1;
    bottom: -13px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dianshang .cpys .menuTabs .list .box:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    margin: auto;
    position: absolute;
    z-index: 0;
    bottom: -12px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dianshang .cpys .menuTabs .list .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin: auto;
    position: relative;
    z-index: 1
}

.dianshang .cpys .menuTabs .list .pic img {
    height: 50px
}

.dianshang .cpys .menuTabs .list .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dianshang .cpys .menuTabs .list .hover {
    display: none
}

.dianshang .cpys .menuTabs .list .title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px
}

.dianshang .cpys .menuTabs .list .info {
    font-size: 15px;
    color: #666;
    line-height: 26px
}

.dianshang .cpys .menuTabs .list .box:hover {
    background: #1b9aee
}

.dianshang .cpys .menuTabs .list .box:hover:after {
    background: #1b9aee
}

.dianshang .cpys .menuTabs .list .box:hover .default {
    display: none
}

.dianshang .cpys .menuTabs .list .box:hover .hover {
    display: block
}

.dianshang .cpys .menuTabs .list .box:hover .title {
    color: #fff
}

.dianshang .cpys .menuTabs .list .box:hover .info {
    color: #fff
}

.dianshang .cpys .menuTabs .list .active .box {
    background: #1b9aee
}

.dianshang .cpys .menuTabs .list .active .box:after {
    background: #1b9aee
}

.dianshang .cpys .menuTabs .list .active .box .default {
    display: none
}

.dianshang .cpys .menuTabs .list .active .box .hover {
    display: block
}

.dianshang .cpys .menuTabs .list .active .box .title {
    color: #fff
}

.dianshang .cpys .menuTabs .list .active .box .info {
    color: #fff
}

.dianshang .cpys .conTabs .item {
    display: none;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 30px 0
}

@media screen and (max-width: 1023px) {
    .dianshang .p-1 {
        font-size:14px;
        line-height: 24px
    }

    .dianshang .hyxq {
        padding: 40px 0
    }

    .dianshang .hyxq .nr {
        margin-top: 30px
    }

    .dianshang .hyxq .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .dianshang .hyxq .list li {
        padding: 0 10px 20px 10px
    }

    .dianshang .hyxq .list .box {
        padding: 20px 20px;
        display: block
    }

    .dianshang .hyxq .list .pic {
        width: 60px;
        height: 60px
    }

    .dianshang .hyxq .list .pic:after {
        width: 40px;
        height: 40px
    }

    .dianshang .hyxq .list .pic img {
        height: 20px
    }

    .dianshang .hyxq .list .text {
        padding-left: 0
    }

    .dianshang .hyxq .list .title {
        font-size: 16px
    }

    .dianshang .hyxq .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .dianshang .yycj {
        padding: 40px 0 20px 0
    }

    .dianshang .yycj .nr {
        margin-top: 30px
    }

    .dianshang .yycj .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .dianshang .yycj .list li {
        width: 50%;
        padding: 0 10px 20px 10px
    }

    .dianshang .yycj .list .box {
        padding: 20px 20px;
        display: block
    }

    .dianshang .yycj .list .pic {
        width: 60px;
        height: 60px
    }

    .dianshang .yycj .list .pic img {
        height: 30px
    }

    .dianshang .yycj .list .text {
        padding-left: 0
    }

    .dianshang .yycj .list .title {
        font-size: 16px
    }

    .dianshang .yycj .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .dianshang .jjfa {
        padding: 40px 0
    }

    .dianshang .jjfa .nr {
        margin-top: 30px
    }

    .dianshang .cpys {
        padding: 40px 0
    }

    .dianshang .cpys .nr {
        margin-top: 30px
    }

    .dianshang .cpys .menuTabs .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .dianshang .cpys .menuTabs .list li {
        width: 50%;
        padding: 0 10px 20px 10px
    }

    .dianshang .cpys .menuTabs .list .box {
        padding: 10px 10px;
        display: block
    }

    .dianshang .cpys .menuTabs .list .pic {
        width: 60px;
        height: 60px
    }

    .dianshang .cpys .menuTabs .list .pic img {
        height: 30px
    }

    .dianshang .cpys .menuTabs .list .text {
        padding-left: 0
    }

    .dianshang .cpys .menuTabs .list .title {
        font-size: 14px;
        line-height: 24px
    }

    .dianshang .cpys .conTabs .item {
        font-size: 14px;
        line-height: 24px
    }
}

@media screen and (max-width: 414px) {
    .dianshang .hyxq .list li {
        width:100%;
        padding: 0 10px 20px 10px
    }
}

.jiaoyu img {
    vertical-align: middle
}

.jiaoyu .p-1 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.jiaoyu .hytd {
    background: #f9f9f9;
    padding: 100px 0 60px 0
}

.jiaoyu .hytd .nr {
    margin-top: 60px
}

.jiaoyu .hytd .list {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px
}

.jiaoyu .hytd .list li {
    width: 33.33333333%;
    float: left;
    padding: 0 20px 40px 20px
}

.jiaoyu .hytd .list .box {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    padding: 30px 30px;
    text-align: center
}

.jiaoyu .hytd .list .pic {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: auto auto 20px auto;
    border: 1px #1b9aee solid;
    position: relative;
    z-index: 1
}

.jiaoyu .hytd .list .pic:after {
    content: "";
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ddf0fc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.jiaoyu .hytd .list .pic img {
    height: 40px
}

.jiaoyu .hytd .list .hover {
    display: none
}

.jiaoyu .hytd .list .title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px
}

.jiaoyu .hytd .list .info {
    font-size: 15px;
    color: #666;
    line-height: 26px
}

.jiaoyu .hytd .list .box:hover {
    background: #1b9aee
}

.jiaoyu .hytd .list .box:hover .pic {
    border-color: #fff
}

.jiaoyu .hytd .list .box:hover .pic:after {
    background: rgba(255,255,255,.15)
}

.jiaoyu .hytd .list .box:hover .default {
    display: none
}

.jiaoyu .hytd .list .box:hover .hover {
    display: block
}

.jiaoyu .hytd .list .box:hover .title {
    color: #fff
}

.jiaoyu .hytd .list .box:hover .info {
    color: #fff
}

.jiaoyu .yycj {
    padding: 100px 0 60px 0
}

.jiaoyu .yycj .nr {
    margin-top: 60px
}

.jiaoyu .yycj .list {
    margin-top: 40px
}

.jiaoyu .yycj .list li {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px
}

.jiaoyu .yycj .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jiaoyu .yycj .list .pic {
    width: 45%;
    float: left
}

.jiaoyu .yycj .list .text {
    width: 55%;
    float: left;
    padding: 0 0 0 70px
}

.jiaoyu .yycj .list .title {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px
}

.jiaoyu .yycj .list .info {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px
}

.jiaoyu .yycj .list .tag span {
    display: inline-block;
    min-width: 95px;
    line-height: 36px;
    background: #bae1fa;
    color: #1b9aee;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px
}

.jiaoyu .yycj .list li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.jiaoyu .yycj .list li:nth-child(2n) .text {
    padding-left: 0;
    padding-right: 70px
}

.jiaoyu .jjfa {
    padding: 100px 0 60px 0;
    background: #f7f9fa
}

.jiaoyu .jjfa .nr {
    margin-top: 60px
}

.jiaoyu .jjfa .pic {
    text-align: center;
    margin-top: 30px
}

.jiaoyu .sjjz {
    padding: 100px 0 100px 0
}

.jiaoyu .sjjz .nr {
    margin-top: 60px
}

.jiaoyu .sjjz .list li {
    width: 25%;
    float: left;
    position: relative
}

.jiaoyu .sjjz .list li:after {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #e5e5e5;
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -1px
}

.jiaoyu .sjjz .list .box {
    text-align: center;
    padding: 40px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,0);
    box-shadow: 0 0 15px 0 rgba(2,80,132,0);
    position: relative
}

.jiaoyu .sjjz .list li:last-child:after {
    display: none
}

.jiaoyu .sjjz .list .num {
    font-family: Roboto-Bold;
    color: #1b9aee;
    font-size: 36px
}

.jiaoyu .sjjz .list .title {
    color: #333;
    font-size: 24px
}

.jiaoyu .sjjz .list li:hover {
    z-index: 1
}

.jiaoyu .sjjz .list li:hover:after {
    display: none
}

.jiaoyu .sjjz .list li:hover .box {
    -webkit-box-shadow: 0 0 15px 0 rgba(2,80,132,.1);
    box-shadow: 0 0 15px 0 rgba(2,80,132,.1)
}

.jiaoyu .sjjz .list li:hover .box:after {
    display: none
}

@media screen and (max-width: 1023px) {
    .jiaoyu .p-1 {
        font-size:14px;
        line-height: 24px
    }

    .jiaoyu .hytd {
        padding: 40px 0
    }

    .jiaoyu .hytd .nr {
        margin-top: 30px
    }

    .jiaoyu .hytd .list {
        margin-left: 0;
        margin-right: 0
    }

    .jiaoyu .hytd .list li {
        width: 100%;
        padding: 0 0 20px 0
    }

    .jiaoyu .hytd .list li:last-child {
        padding-bottom: 0
    }

    .jiaoyu .hytd .list .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .jiaoyu .hytd .list .info {
        font-size: 14px;
        line-height: 24px
    }

    .jiaoyu .yycj {
        padding: 40px 0 10px 0
    }

    .jiaoyu .yycj .nr {
        margin-top: 30px
    }

    .jiaoyu .yycj .list {
        margin-left: 0;
        margin-right: 0
    }

    .jiaoyu .yycj .list li {
        padding: 0 0 20px 0;
        margin-bottom: 20px
    }

    .jiaoyu .yycj .list .box {
        display: block!important
    }

    .jiaoyu .yycj .list .pic {
        width: 100%
    }

    .jiaoyu .yycj .list .text {
        width: 100%;
        padding: 20px 0 0 0
    }

    .jiaoyu .yycj .list .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .jiaoyu .yycj .list .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .jiaoyu .yycj .list .tag span {
        font-size: 14px;
        min-width: 80px
    }

    .jiaoyu .jjfa {
        padding: 40px 0 40px 0
    }

    .jiaoyu .jjfa .nr {
        margin-top: 30px
    }

    .jiaoyu .sjjz {
        padding: 40px 0 40px 0
    }

    .jiaoyu .sjjz .nr {
        margin-top: 30px
    }

    .jiaoyu .sjjz .list li {
        width: 50%
    }

    .jiaoyu .sjjz .list li:after {
        height: 100%;
        display: none
    }

    .jiaoyu .sjjz .list .box {
        padding: 0
    }

    .jiaoyu .sjjz .list .num {
        font-size: 24px
    }

    .jiaoyu .sjjz .list .title {
        font-size: 14px
    }
}

.about {
    color: #666;
    font-size: 15px;
    line-height: 28px
}

.about img {
    vertical-align: middle
}

.brief {
    padding: 100px 0
}

.brief .nr {
    margin-top: 60px
}

.brief .nr:after {
    content: "";
    display: block;
    clear: both
}

.brief .text {
    width: 50%;
    float: left;
    padding-right: 40px
}

.brief .titleBig {
    color: #1b9aee;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px
}

.brief .pic {
    width: 50%;
    float: left
}

.brief .pic span {
    float: right;
    display: block;
    position: relative
}

.brief .pic span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px #1b9aee solid;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 30px
}

.brief .p-1 {
    padding-left: 75px;
    margin-bottom: 40px;
    position: relative
}

.brief .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1b9aee;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.linian {
    padding: 100px 0;
    background: #f7f9fa
}

.linian .nr {
    margin-top: 60px
}

.linian .list li {
    width: 33.33333333%;
    float: left;
    text-align: center
}

.linian .list .box {
    padding: 60px 60px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.linian .list .pic {
    margin-bottom: 20px
}

.linian .list .pic img {
    height: 80px
}

.linian .list .title {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.linian .list .info {
    color: #333;
    font-size: 16px
}

.linian .list .box:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(27,154,238,.1);
    box-shadow: 0 0 20px 0 rgba(27,154,238,.1)
}

.linian .list .box:hover .title {
    color: #1b9aee
}

.honor {
    padding: 100px 0 0 0
}

.honor .nr {
    margin-top: 60px
}

.honor .hd {
    margin-bottom: 20px
}

.honor .hd .text {
    width: 40%;
    float: left;
    padding-top: 60px
}

.honor .hd .title {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    line-height: 40px
}

.honor .hd .pic {
    width: 60%;
    float: left;
    text-align: right
}

.honor .titleBig {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 40px
}

.honor .slick-list {
    padding: 10px
}

.honor .list li {
    width: 20%;
    float: left;
    padding: 0 22px
}

.honor .list .box {
    display: block;
    overflow: hidden;
    cursor: pointer
}

.honor .list .box:hover .title {
    color: #1b9aee
}

.honor .list .box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.honor .list .title {
    color: #333;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.honor .list .pic {
    overflow: hidden;
    display: block;
    position: relative;
    margin: auto
}

.honor .list .pic:after {
    content: "";
    display: block;
    padding-top: 141.46341463%
}

.honor .list .pic img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.honor .slick-next:before,.honor .slick-prev:before {
    content: ''
}

.honor .slick-next,.honor .slick-prev {
    width: 50px;
    height: 50px;
    margin-top: -30px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.honor .slick-prev {
    background: #fff url(../images/icon/prev-2.svg) no-repeat center center;
    background-size: 35px;
    left: -70px
}

.honor .slick-next {
    background: #fff url(../images/icon/next-2.svg) no-repeat center center;
    background-size: 35px;
    right: -70px
}

.honor .slick-disabled {
    cursor: inherit
}

.lxfs {
    padding: 100px 0 480px 0;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 1
}

.lxfs .nr {
    margin-top: 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}

.lxfs .list li {
    width: 33.33333333%;
    float: left;
    padding: 60px 0
}

.lxfs .list li:last-child .box {
    border-right: none
}

.lxfs .list .box {
    padding: 0 10px;
    border-right: 1px #e5e5e5 solid
}

.lxfs .list .pic {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    margin: auto auto 10px auto
}

.lxfs .list .pic .circle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all .5s;
    transition: all .5s
}

.lxfs .list .pic .circle:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1b9aee;
    opacity: .15;
    position: absolute;
    top: 0;
    right: -20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.lxfs .list .pic .circle:after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1b9aee;
    opacity: .15;
    position: absolute;
    top: 20px;
    right: -20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.lxfs .list .pic img {
    height: 60px
}

.lxfs .list .title {
    color: #333;
    font-size: 18px;
    margin: 0 0 10px 0
}

.lxfs .list .info {
    font-size: 18px;
    color: #666
}

.lxfs .list .info a {
    color: #666
}

.lxfs .list .info a:hover {
    color: #1b9aee;
    text-decoration: underline
}

.lxfs .list .a-1 {
    color: #1b9aee!important;
    font-weight: 700
}

.lxfs .list .box:hover .pic .circle {
    -webkit-transform: rotate(85deg);
    transform: rotate(85deg)
}

.lxfs .list .box:hover .pic .circle:before {
    width: 20px;
    height: 20px
}

.lxfs .list .box:hover .pic .circle:after {
    width: 55px;
    height: 55px
}

.map {
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0
}

#allmap {
    width: 100%;
    height: 600px
}

#allmap img {
    max-width: initial;
    max-height: inherit
}

#allmap .anchorBL {
    display: none
}

@media screen and (max-width: 1023px) {
    .about {
        font-size:14px;
        line-height: 24px
    }

    .brief {
        padding: 40px 0
    }

    .brief .nr {
        margin-top: 30px
    }

    .brief .text {
        width: 100%;
        padding: 0
    }

    .brief .titleBig {
        font-size: 20px;
        margin-bottom: 20px
    }

    .brief .p-1 {
        margin-bottom: 20px;
        padding-left: 55px
    }

    .brief .p-1 .icon {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .brief .icon {
        width: 40px;
        height: 40px
    }

    .brief .icon img {
        width: 20px;
        height: 20px
    }

    .brief .pic {
        width: calc("100% - 20px")
    }

    .brief .pic img {
        max-width: 100%
    }

    .brief .pic span:after {
        top: 15px;
        left: 15px
    }

    .linian {
        padding: 40px 0
    }

    .linian .nr {
        margin-top: 30px
    }

    .linian .list .box {
        padding: 10px 5px
    }

    .linian .list .pic img {
        height: 30px
    }

    .linian .list .title {
        font-size: 16px
    }

    .linian .list .info {
        font-size: 12px;
        line-height: 20px
    }

    .honor {
        padding: 40px 0
    }

    .honor .nr {
        margin-top: 30px
    }

    .honor .hd .title {
        font-size: 16px;
        margin-bottom: 20px
    }

    .honor .hd .text {
        width: 100%;
        padding: 0
    }

    .honor .hd .pic {
        width: 100%
    }

    .honor .titleBig {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    .honor .list li {
        padding: 0 10px
    }

    .honor .list .title {
        font-size: 14px
    }

    .lxfs {
        padding: 0
    }

    .lxfs .map {
        position: relative
    }

    .lxfs #allmap {
        height: 300px
    }

    .lxfs .nr {
        margin-top: 30px
    }

    .lxfs .list {
        margin-bottom: 15px
    }

    .lxfs .list li {
        width: 50%;
        border-bottom: 1px #e5e5e5 solid;
        padding: 20px 0
    }

    .lxfs .list li:last-child {
        width: 100%;
        border: none
    }

    .lxfs .list li .box {
        border: none;
        padding-top: 20px
    }

    .lxfs .list li .pic {
        width: 50px;
        height: 50px
    }

    .lxfs .list .pic img {
        width: 50px;
        height: 50px
    }

    .lxfs .list .pic .circle {
        width: 50px;
        height: 50px
    }

    .lxfs .list li .pic .circle:before {
        width: 10px!important;
        height: 10px!important
    }

    .lxfs .list li .pic .circle:after {
        width: 20px!important;
        height: 20px!important
    }

    .lxfs .list .title {
        margin-bottom: 5px
    }

    .lxfs .list li .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        overflow: hidden
    }
}

.audiojs audio {
    position: absolute;
    left: -1px
}

.audiojs {
    width: 100%;
    height: 150px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.audiojs .play-pause {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: auto auto 20px auto
}

.audiojs p {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.audiojs .play {
    display: block
}

.audiojs .scrubber {
    margin: auto;
    position: relative;
    width: 80%;
    background: rgba(255,255,255,.2);
    height: 10px;
    overflow: hidden
}

.audiojs .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0;
    background: #fff;
    z-index: 1
}

.audiojs .loaded {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 0;
    background: rgba(255,255,255,.5)
}

.audiojs .time {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0
}

.audiojs .time em {
    padding: 0 2px 0 0;
    color: #f9f9f9;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: 0
}

.audiojs .time strong {
    padding: 0 0 0 2px;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 0
}

.audiojs .error-message {
    float: left;
    display: none;
    margin: 0 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis
}

.audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap
}

.audiojs .play {
    background: url(../images/icon/play.svg) no-repeat center;
    background-size: 18px
}

.audiojs .pause {
    background: url(../images/icon/stop.svg) no-repeat center;
    background-size: 18px
}

.playing .error,.playing .loading,.playing .play {
    display: none
}

.playing .pause {
    display: block
}

.loading .error,.loading .pause {
    display: none
}

.loading .loading {
    display: block
}

.error .loading,.error .pause,.error .play,.error .scrubber,.error .time {
    display: none
}

.error .error {
    display: block
}

.error .play-pause p {
    cursor: auto
}

.error .error-message {
    display: block
}

.home-xiaolv .list .box .icon {
    display: inline-block;
    width: 30px;
    height: 30px
}

.home-xiaolv .list .box .down {
    background: url(/images/down.svg) no-repeat
}

.home-xiaolv .list .box:hover .down {
    background: url(/images/down-white.svg) no-repeat
}

.home-xiaolv .list .box .up {
    background: url(/images/up.svg) no-repeat
}

.home-xiaolv .list .box:hover .up {
    background: url(/images/up-white.svg) no-repeat
}

.home-xiaolv .list .box .icon {
    display: inline-block;
    width: 30px;
    height: 30px
}

.home-xiaolv .list .box:hover .down {
    background: url(../images/down-white.svg) no-repeat
}

.home-xiaolv .list .box:hover .up {
    background: url(../images/up-white.svg) no-repeat
}

@media (max-width: 1400px) {
    .nav li>a {
        padding:0 10px
    }

    .jqr .liqi .list .info {
        min-height: 72px
    }
}

.nav .navChild:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-box-shadow: rgba(1,94,176,.8) 0 3px 7px 0;
    box-shadow: rgba(1,94,176,.8) 0 3px 7px 0
}

.bottomFloadM {
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    text-align: center;
    -webkit-box-shadow: 0 1px 7px 6px rgba(0,0,0,.2);
    box-shadow: 0 1px 7px 6px rgba(0,0,0,.2)
}

.bottomFloadM .list {
    margin-left: -10px;
    margin-right: -10px
}

.bottomFloadM .list li {
    width: 33.33333333%;
    float: left;
    padding: 10px 10px
}

.bottomFloadM .list .box {
    display: block;
    background: #1a8cd7;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bottomFloadM .list .icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px
}

.mfsyM {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 13px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mfsyM .transparent {
    display: block
}

.mfsyM .bd {
    width: 90%;
    height: auto;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfsyM .con {
    text-align: center
}

.mfsyM .close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255,255,255,.3);
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mfsyM .close:after,.mfsyM .close:before {
    content: "";
    display: block;
    background: #333;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfsyM .close:before {
    width: 14px;
    height: 2px
}

.mfsyM .close:after {
    width: 2px;
    height: 14px
}

.mfsyM .close:hover:after,.mfsyM .close:hover:before {
    background: red
}

.mfsyM .nr {
    background-color: #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.15);
    padding: 55px 15px 30px 15px;
    position: relative
}

.mfsyM .nr .pic {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mfsyM .title {
    height: 25px
}

.mfsyM .info {
    color: #333;
    font-size: 14px
}

.mfsyM .text {
    margin-bottom: 30px
}

.mfsyM .btn a {
    display: inline-block;
    background: #1a8cd7;
    color: #fff;
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0 8px 7px 0 rgba(0,74,123,.13);
    box-shadow: 0 8px 7px 0 rgba(0,74,123,.13)
}

.mfsyM .list li {
    margin-bottom: 10px
}

.mfsyM .list li:last-child {
    margin-bottom: 0
}

.mfsyM .input-form {
    background: #eaeaea;
    color: #333;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 13px;
    padding: 0 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none
}

.mfsyM .input-form::-webkit-input-placeholder {
    color: #999
}

.mfsyM .input-form:-ms-input-placeholder {
    color: #999
}

.mfsyM .input-form:-moz-placeholder {
    color: #999
}

.mfsyM .input-form:placeholder {
    color: #999
}

.mfsyM .ys {
    text-align: left;
    font-size: 12px;
    color: #999;
    padding: 10px 0
}

.mfsyM .ys .icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px
}

.mfsyM .a-1 {
    color: #1a8cd7
}

.mfsyM.show {
    display: block
}

.mfsyM.show .bd {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

@media screen and (max-width: 1023px) {
    .footer {
        padding-bottom:60px
    }

    .bottomFloadM {
        display: block
    }
}

.mfsyMBtn {
    cursor: pointer
}

#MICHAT-MINI-BTN {
    bottom: 40px!important;
    right: 20px!important
}

#newBridge {
    display: none!important
}

.m-need-tc {
    display: none!important
}
