﻿* {
    box-sizing: border-box;
    outline: 0
}

@font-face {
    font-family: "myfont";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Oswald-Regular";
    src: url("../fonts/Oswald-Regular.ttf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.ttf');
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.woff');
    src: url('../fonts/Oswald-Bold.woff2');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "OPPOSANS-B";
    src: url("../fonts/OPPOSANS-B.TTF");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

*,*:before,*:after {
    box-sizing: border-box;
    outline: 0
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
    margin: 0;
    padding: 0
}

div,p,span,i,em {
    white-space: inherit !important
}

a {
    color: #666;
    outline: none;
    text-decoration: none
}

a:hover {
    color: #073190
}

ol,ul {
    list-style: none
}

img {
    border: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'],input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
    padding: 0;
    color: #ca8189;
    outline: none
}

html {
    font-size: 100px
}

@media (max-width: 1600px) {
    html {
        font-size:80px !important
    }
}

@media (max-width: 1450px) {
    html {
        font-size:75px !important
    }
}

@media (max-width: 1400px) {
    html {
        font-size:72px !important
    }
}

@media (max-width: 1300px) {
    html {
        font-size:68px !important
    }
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.vcenter {
    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
}

.hid {
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.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
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-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 fadeInUp3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp3 {
    -webkit-animation-name: fadeInUp3;
    animation-name: fadeInUp3
}

@-webkit-keyframes fadeInDown2 {
    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 fadeInDown2 {
    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)
    }
}

.fadeInDown3 {
    -webkit-animation-name: fadeInDown3;
    animation-name: fadeInDown3
}

@-webkit-keyframes fadeInDown3 {
    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 fadeInDown3 {
    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)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 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
}

.scrollArrow {
    -webkit-animation-name: scrollArrow;
    animation-name: scrollArrow
}

.scrollArrow1 {
    -webkit-animation-name: scrollArrow1;
    animation-name: scrollArrow1
}

@-webkit-keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scrollArrow {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scrollArrow {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scrollArrow1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scrollArrow1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes xuanzhuan {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes xuanzhuan {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.xuanzhuan {
    -webkit-animation-name: xuanzhuan;
    animation-name: xuanzhuan
}

@-webkit-keyframes xuanzhuan2 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes xuanzhuan2 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.xuanzhuan {
    -webkit-animation-name: xuanzhuan2;
    animation-name: xuanzhuan2
}

body {
    color: #666;
    background: #fff;
    margin: 0 auto;
    font-size: .16rem;
    position: relative;
    line-height: 1.5;
    font-family: "å¾®è½¯é›…é»‘","arial"
}

@media (max-width: 1023px) {
    body {
        font-size:14px
    }
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-thumb {
    height: 0;
    opacity: .5;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.3)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0,0,0,0.3)
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    max-width: 14.4rem;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .container {
        padding:0 50px
    }
}

@media (max-width: 1023px) {
    .container {
        max-width:640px;
        padding: 0 10px
    }
}

@media (max-width: 640px) {
    .container {
        width:100%
    }
}

.dw {
    top: -1rem;
    z-index: -1;
    position: absolute
}

.button {
    color: #fff;
    font-size: .16rem;
    display: inline-block;
    height: .48rem;
    padding: 0 .35rem;
    line-height: .48rem;
    min-width: 2.38rem;
    background: #073190;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button a {
    z-index: 2;
    color: #fff;
    display: block;
    position: relative
}

.button span {
    float: right;
    display: inline-block
}

.button img {
    margin-bottom: .03rem;
    vertical-align: middle;
    max-height: .24rem
}

@media (max-width: 1023px) {
    .button {
        font-size:14px
    }
}

.button:hover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.button:hover::before {
    -webkit-animation: shine 1.5s ease-out infinite;
    animation: shine 1.5s ease-out infinite
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: -webkit-linear-gradient(330deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.8), rgba(255,255,255,0) 70%);
    background-image: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.8), rgba(255,255,255,0) 70%);
    top: 0;
    left: -100px;
    opacity: .6
}

@-webkit-keyframes shine {
    0% {
        left: -100px
    }

    60% {
        left: 100%
    }

    to {
        left: 100%
    }
}

@keyframes shine {
    0% {
        left: -100px
    }

    60% {
        left: 100%
    }

    to {
        left: 100%
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    width: 100%;
    height: .84rem;
    
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .logo {
    left: 0;
    top: .2rem;
    position: absolute;
    display: inline-block
}

.header .logo img {
    max-height: .4rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.header .logo-2 {
    display: none
}

.header .logo-2 img {
    max-height: .41rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.header .button {
    float: right;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    display: inline-block;
    min-width: 1.44rem;
    margin-top: .18rem
}

.header .header-search {
    margin-top: .26rem;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding-left: .4rem;
    padding-right: .4rem
}

.header .header-search a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.header .header-search a:hover {
    opacity: .7
}

.header .header-search img {
    vertical-align: middle;
    max-height: .32rem
}

.header .language {
    float: right;
    color: #9d9d9d;
    position: relative;
    margin-top: .28rem; font-size:.25rem;
}

.header .language img {
    vertical-align: middle;
    margin-right: 0;
    max-height: .32rem
}

.header .language a {
    color: #fff;
    line-height: .3rem;
    border-radius: .3rem;
    padding: 0 .1rem;
    text-align: center;
    display: inline-block;
    height: .3rem;
    background: #00aa09;
    min-width: 0.7rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.header .language a:hover {
    color: #fff;
    background: #073190
}

.header .language i {
    width: .08rem;
    height: .08rem;
    margin-bottom: .04rem;
    margin-left: .05rem;
    vertical-align: middle;
    display: inline-block;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header .nav li {
    height: .84rem;
    padding-top: .27rem;
    font-size: .18rem
}

.header .nav li .menu-item>a {
    padding-right: .1rem;
    padding-left: .4rem;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.header .nav li .menu-item>a:after {
    content: "";
    width: 1px;
    right: 0;
    top: -0.27rem;
    background: #fff;
    height: .53rem;
    position: absolute;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.header .nav li:hover .menu-item>a {
    color: #333 !important
}

.header .nav li:hover .menu-item>a:after {
    opacity: 1;
    background: #333
}

.header .nav li:hover .menu-item>a:before {
    opacity: 1;
    height: .53rem
}

.header .nav .active .menu-item>a {
    color: #fbc304 !important
}

.header .nav .active .menu-item>a:after {
    opacity: 1;
    background: #fbc304 !important
}

.header .nav .active .menu-item>a:before {
    opacity: 1;
    height: .53rem
}

.header .nav .subnav {
    left: 80px;
    width: 100%;
    z-index: 8;
    display: none;
    font-size: .16rem;
    line-height: .3rem;
    top: .8rem;
    padding: .8rem 0 .5rem 0;
    position: absolute;
    background: rgba(255,255,255,0.9)
}

.header .nav .subnav .container {
    display: block;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    max-width: 12.4rem
}

.header .nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .nav .list .leftbox {
    width: 66%
}

.header .nav .list .leftbox .tit {
    color: #333;
    font-weight: 700;
    font-size: .22rem
}

.header .nav .list .leftbox .txt {
    margin: .2rem 0
}

.header .nav .list .leftbox .more a {
    color: #073190
}

.header .nav .list .leftbox .more a:hover {
    text-decoration: underline
}

.header .nav .list .leftbox .more img {
    margin-bottom: .02rem;
    margin-left: .1rem;
    vertical-align: middle;
    max-height: 2.3rem
}

.header .nav .list .drop {
    padding-top: .2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header .nav .list .drop span {
    width: 33.333%;
    margin-top: .1rem
}

.header .nav .list .drop span img {
    margin-bottom: .03rem;
    margin-right: .05rem;
    vertical-align: middle;
    max-height: 2.3rem
}

.header .nav .list .drop a:hover {
    color: #073190
}

.header .nav .list .pic {
    width: 29.5%
}

.header .nav .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.header .nav .list-2 dl:first-child {
    padding-left: 0
}

.header .nav .list-2 dl {
    width: auto;
    padding-left: .6rem;
    min-height: 100%;
    padding-right: .1rem;
    border-right: dashed 1px #d7d8d9;
    padding-right: 0.6rem;
}

.header .nav .list-2 dt {
    padding-bottom: .2rem
}

.header .nav .list-2 dt .icon {
    display: block;
    margin-bottom: .2rem
}

.header .nav .list-2 dt .icon img {
    max-height: .41rem
}

.header .nav .list-2 dt h3 a {
    color: #333;
    font-size: .22rem;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease
}

.header .nav .list-2 dt h3 a:hover {
    color: #073190;
    text-decoration: underline
}

.header .nav .list-2 dd span {
    display: block;
    padding-left: .13rem;
    margin-top: .08rem;
    position: relative
}

.header .nav .list-2 dd span:before {
    left: 0;
    top: .12rem;
    content: "";
    width: .04rem;
    height: .04rem;
    position: absolute;
    background: #073190
}

.header .nav .list-2 dd a {
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease
}

.header .nav .list-2 dd a:hover {
    color: #073190;
    text-decoration: underline
}

@media (max-width: 1023px) {
    .header {
        top:0;
        height: 60px;
        width: 100%;
        z-index: 99;
        line-height: 60px;
        position: fixed;
        background: #fff;
        border-bottom: 0;
        padding: 0 0;
        box-shadow: 0 0 15px rgba(0,0,0,0.1)
    }

    .header .container {
        max-width: 640px;
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .nav {
        display: none
    }

    .header .logo {
        display: none
    }

    .header .logo-2 {
        left: 10px !important;
		top: 5px !important;
        position: absolute;
        display: inline-block
    }

    .header .logo-2 img {
        max-height: 56px !important
    }

    .header .language,.header .header-search {
        float: none;
        margin-top:0;
        padding-left: 10px;
        padding-right: 0
    }
}

.header:hover {
    background: #fff
}

.header:hover .nav li>.menu-item>a {
    color: #333
}

.header:hover .nav li>.menu-item>a:after {
    background: #333
}

.header:hover .logo {
    display: none
}

.header:hover .logo-2 {
    left: 0;
    top: .2rem;
    position: absolute;
    display: inline-block
}

.header:hover .logo-2 img {
    max-height: .41rem
}

.fp-viewing-section1 .header {
    background: #fff
}

.fp-viewing-section1 .header .logo {
    display: none
}

.fp-viewing-section1 .header .logo-2 {
    top: .2rem;
    left: 0;
    display: block;
    position: absolute
}

.fp-viewing-section1 .header .nav li>.menu-item a {
    color: #333
}

.fp-viewing-section1 .header .nav li>.menu-item a:after {
    background: #727272
}

.fp-viewing-section1 .header .nav li:hover>.menu-item a:after {
    background: #333
}

.header-pro {
    background: #fff
}

.header-pro .logo {
    display: none
}

.header-pro .logo-2 {
    top: .2rem;
    left: 0;
    display: block;
    position: absolute
}

@media (max-width: 1023px) {
    .header-pro .logo-2 {
        left:20px
    }
}

.header-pro .nav li>.menu-item a {
    color: #333
}

.header-pro .nav li>.menu-item a:after {
    background: #727272
}

.header-pro .nav li:hover>.menu-item a:after {
    background: #333
}

.fp-viewing-section8 .header {
    background: rgba(255,255,255,0.9)
}

.fp-viewing-8 .header {
    display: none
}

.fp-viewing-section2 .logo,.fp-viewing-section4 .logo,.fp-viewing-section5 .logo,.fp-viewing-section6 .logo,.fp-viewing-7 .logo,.fp-viewing-section8 .logo,.fp-viewing-section7 .logo {
    display: none
}

.fp-viewing-section2 .logo-2,.fp-viewing-section4 .logo-2,.fp-viewing-section5 .logo-2,.fp-viewing-section6 .logo-2,.fp-viewing-7 .logo-2,.fp-viewing-section8 .logo-2,.fp-viewing-section7 .logo-2 {
    top: .2rem;
    left: 0;
    position: absolute;
    display: block
}

.fp-viewing-section2 .logo-2 img,.fp-viewing-section4 .logo-2 img,.fp-viewing-section5 .logo-2 img,.fp-viewing-section6 .logo-2 img,.fp-viewing-7 .logo-2 img,.fp-viewing-section8 .logo-2 img,.fp-viewing-section7 .logo-2 img {
    max-height: .41rem
}

.fp-viewing-section2 .nav li>.menu-item a,.fp-viewing-section4 .nav li>.menu-item a,.fp-viewing-section5 .nav li>.menu-item a,.fp-viewing-section6 .nav li>.menu-item a,.fp-viewing-7 .nav li>.menu-item a,.fp-viewing-section8 .nav li>.menu-item a,.fp-viewing-section7 .nav li>.menu-item a {
    color: #333
}

.fp-viewing-section2 .nav li>.menu-item a:after,.fp-viewing-section4 .nav li>.menu-item a:after,.fp-viewing-section5 .nav li>.menu-item a:after,.fp-viewing-section6 .nav li>.menu-item a:after,.fp-viewing-7 .nav li>.menu-item a:after,.fp-viewing-section8 .nav li>.menu-item a:after,.fp-viewing-section7 .nav li>.menu-item a:after {
    background: #727272
}

.fp-viewing-section3 .header:hover .logo {
    display: none
}

.fp-viewing-section3 .header:hover .logo-2 {
    top: .2rem;
    left: .9rem;
    position: absolute;
    display: block
}

.fp-viewing-section3 .header:hover .logo-2 img {
    max-height: .41rem
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: fixed;
    background: #fff
}

.fixed .nav li>.menu-item a {
    color: #333
}

.fixed .nav li>.menu-item a:after {
    background: #727272
}

.fixed .logo {
    display: none
}

.fixed .logo-2 {
    top: .2rem;
    left: 0;
    display: block;
    position: absolute
}

.header-search a {
    display: block;
    width: .32rem;
    height: .32rem;
    text-align: center;
    border-radius: 50%;
    background: url("../images/search.png") no-repeat center center #fbc304;
    background-size: cover
}

.header .header-search .search {
    z-index: 9;
    position: relative
}

.header-search .search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}

.header-search .search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}

.header-search .search .search-main {
    top: 0;
    right: -20px;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 20px;
    position: absolute
}

@media (max-width: 640px) {
    .header-search .search .search-main {
        right:-140px;
        width: 280px
    }
}

.header-search .search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    height: 42px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}

.header-search .search-container .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 42px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff
}

.header-search .search-container .btn {
    top: 0;
    right: 0;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    background: #073190
}

.header-search #search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}


.index-title .cn {
    color: #00aa09;
    font-weight: 700;
    line-height: .5rem;
    font-size: .3rem
}
.index-title .cn_1 {
    color: #fff;
    font-weight: 700;
    line-height: .5rem;
    font-size: .2rem
}

.index-title .cn img {
    max-height: .2rem;
    margin: .1rem 0 0 .15rem
}

.index-title .en {
    margin-top: .1rem;
    font-size: .18rem;
    font-family: arial;text-transform: uppercase;
}
.index-title .en_1 {
    margin-top: .1rem; color:#fff;
    font-size: .18rem;
    font-family: arial;text-transform: uppercase;
}

.index-more {
    padding-top: .1rem
}

.index-more a {
    display: inline-block
}

.index-more i {
    color: #fff;
    line-height: .4rem;
    text-align: center;
    width: .4rem;
    height: .4rem;
    font-style: normal;
    display: inline-block;
    background: #00aa09;
    border-radius: 50%;
    font-family: "å®‹ä½“";
    font-size: .2rem;
    margin-right: .1rem
}

.index-more:hover a {
    color: #00aa09
}

.index-product {
    background-color: #f6f9fe
}

.index-product .container {
    overflow: hidden
}

.index-product .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-product .promenu {
    width: 50%;
    float: right;
    z-index: 9;
    position: relative;
    margin-bottom: .7rem
}

.index-product .promenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.index-product .promenu li {
    cursor: pointer;
    text-align: center
}

.index-product .promenu li .tit {
    font-size: .18rem;
    margin-top: .1rem
}

.index-product .promenu .icon {
    margin: 0 auto;
    width: .8rem;
    height: .8rem;
    position: relative;
    border-radius: 50%;
    background: #d8ebf9
}

.index-product .promenu .icon img {
    max-height: .8rem
}

.index-product .promenu .ic2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute
}

.index-product .promenu .cur .icon {
    background: #073190
}

.index-product .promenu .cur .ic1 {
    opacity: 0
}

.index-product .promenu .cur .ic2 {
    opacity: 1
}

.index-product .promenu .cur .tit {
    color: #073190
}

.index-product .listbox {
    overflow: initial !important;
    margin: 1.0rem 0;
    margin-top: .3rem
}

.index-product .leftbox {
    width: 68%;
    float: left;
    position: relative
}

.index-product .leftbox .arrow {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-8%)
}

.index-product .leftbox .arrow img {
    max-height: 5.2rem
}

.index-product .leftbox .tabbox {
    width: 100%;
    overflow: hidden
}

.index-product .leftbox .tancot {
    display: none
}

.index-product .leftbox .tancot.show {
    display: block
}

.index-product .leftbox .pic {
    background: #fff;
    width: 60%;
    float: right;
    margin-right: .45rem;
    max-width: 4.3rem;
    border-radius: 100%
}

.index-product .leftbox .pic img {
    border-radius: 50%;
}

.index-product .leftbox .text {
    float: left;
    width: 40%; font-size:16px;
    padding-top: .3rem;
    line-height: .32rem
}

.index-product .leftbox .tit {
    color: #00aa09;
    font-weight: 700;
    font-size: .26rem;
    line-height: .3rem;
    padding-bottom: .3rem;
    position: relative
}

.index-product .leftbox .tit:after {
    content: "";
    bottom: 0;
    left: 0;
    width: .48rem;
    height: .02rem;
    position: absolute;
    background: #00aa09
}

.index-product .leftbox .txt {
    padding-top: .3rem
}

.index-product .rightbox {
    width:100%;
}
.index-product .rightbox ul{
    width:30%; float:right;
}
.index-product .rightbox li {
    margin-top: .15rem;
    padding-right: 24px
}

.index-product .rightbox span {
    display: block;
    cursor: pointer;
    text-align: center;
    padding-right: .15rem;
    padding-left: .15rem;
    height: .5rem;
    line-height: .48rem;
    background: #fff;
    border-radius: .3rem
}

.index-product .rightbox .active span,.index-product .rightbox .active a {
    color: #fff;
    background: #00aa09; font-size:0.14rem;
}

@media (max-width: 1023px) {
    .index-product {
        padding:50px 0
    }

    .index-product .box {
        display: block
    }

    .index-product .promenu {
        width: 100%;
        float: none;
        margin: 30px 0
    }

    .index-product .listbox {
        display: none;
    }

    .index-product .leftbox {
        width: 100%; height:760px;
        float: none; 
    }
	.index-product .leftbox .pic img{border-radius:0px; padding:5%;}

    .index-product .leftbox .arrow { position: inherit;
    }
	.index-product .leftbox .arrow img{ display:none;} 
	.index-product .leftbox .txt{height:auto; overflow:hidden;}
	.index-product .rightbox{ width:100%; }
	.index-product .rightbox ul{width:95%;}
	

    .index-product .leftbox .pic {
        width: 100%;
        float: none;
        text-align: center;
        margin-right: 0;
        border-radius: 0;
        max-width: 100%
    }

    .index-product .leftbox .text {
        width: 100%;
        float: none;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 30px;
        line-height: 24px
    }

   
}

.index-jjfa {
    position: relative
}

.index-jjfa .index-title {
    color: #00aa09
}

.index-jjfa .index-title .cn {
    color: #00aa09
}

.index-jjfa .item {
    width: 56%;
    line-height: .32rem
}

.index-jjfa .tit {
    line-height: .4rem;
    font-size: .28rem;
    font-weight: 700;color: #00aa09;
    padding-top: .5rem
}
.index-jjfa .tit_1 {
    line-height: .4rem;
    font-size: .28rem;
    font-weight: 700;color: #fff;
    padding-top: .5rem
}

.index-jjfa .txt {
    opacity: .8;
    padding-top: .3rem; font-size:20px;
}

.index-jjfa .index-more a {
    color: #00aa09
}

.bgcloro{width:40%; height:auto; padding:40px; background: rgba(255,255,255,.5); overflow:hidden;}
.index-jjfa .tabcot {
    color: #00aa09;
    height: 100vh;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: .9rem
}

.index-jjfa .tablist {
    bottom: 1.2rem;
    left: 0;
    width: 100%;
    color: #00aa09;
    position: absolute
}

.index-jjfa .tablist ul {
    width: 110%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateX(-6%);
    -ms-transform: translateX(-6%);
    transform: translateX(-6%);
    position: relative
}

.index-jjfa .tablist ul:after {
    content: "";
    width: 83%;
    height: 1px;
    bottom: .04rem;
    left: 8%;
    position: absolute;
    background: rgba(255,255,255,0.2)
}

.index-jjfa .tablist li {
    width:150px; height:150px;border-radius:180px;background: rgba(0,0,0,0.7); padding:5px; padding-top:25px; margin-left:5%; margin-right:1%;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-bottom: .4rem
}

.index-jjfa .tablist li:after {
    content: "";
    bottom: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: .1rem;
    width: .1rem;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: background .5s;
    transition: background .5s
}

.index-jjfa .tablist li:before {
    content: "";
    bottom: -0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: rgba(251,192,4,0.3)
}

.index-jjfa .tablist li:hover:after {
    background: #00aa09
}

.index-jjfa .tablist li:hover:before {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.index-jjfa .tablist li:hover .ic2 {
    opacity: 1;
    top: 0
}

.index-jjfa .tablist li:hover .ic1 {
    opacity: 0
}

.index-jjfa .tablist li:hover .bt {
    color: #00aa09
}

.index-jjfa .tablist .icon {
    margin: 0 auto;
    max-width: .4rem;
    width: 100%;
    position: relative
}

.index-jjfa .tablist .icon img {
    max-height: .4rem
}

.index-jjfa .tablist .ic2 {
    top: .2rem;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-jjfa .tablist .bt {
    margin-top: .0rem;
    font-size: .15rem; font-weight:bold;
}

@media (max-width: 1023px) {
    .index-jjfa .tabcot {
        height:60vh;
        padding: 15px 0
    }

    .index-jjfa .index-title {
       
    }

    .index-jjfa .item {
        width: 100%;
        line-height: 24px
    }

    .index-jjfa .index-more {
        display: none
    }

    .index-jjfa .txt {
        padding-top: 10px
    }
}

@media (max-width: 480px) {
    .index-jjfa .tablist .bt {
        margin-top:.4rem
    }
}

.index-about .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: .30rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-about .leftbox {
    width: 50%;
}

.index-about .leftbox .tit {
    color: #333;
    padding-top: .2rem;
    font-size: .20rem;
    line-height: .38rem;
    font-weight: 700
}

.index-about .leftbox .tit span {
    color: #00aa09;
    padding-right: .1rem
}

.index-about .leftbox .txt {
    padding-top: .3rem; font-size:15px;
}

.index-about .leftbox .tag {
    color: #333;
    padding-top: .2rem;
    font-size: .16rem
}

.index-about .leftbox .tag p {
    padding-left: .24rem;
    position: relative;
    margin-top: .1rem
}

.index-about .leftbox .tag p:before {
    content: "";
    top: .1rem;
    left: 0;
    width: .14rem;
    height: .14rem;
    position: absolute;
    border-radius: 50%;
    border: solid 1px #073190;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.index-about .leftbox .tag p:after {
    top: .15rem;
    left: .05rem;
    content: "";
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    background: #073190;
    position: absolute
}

.index-about .leftbox .tag p:hover:before {
    width: .16rem;
    height: .16rem
}

.index-about .leftbox .tag p:hover:after {
    left: .06rem;
    top: .16rem
}

.index-about .numlist {
    width: 50%;
    padding-top: .5rem;
    font-size: .18rem;
}

.index-about .numlist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-about .numlist .counter {
    line-height: .64rem;
    font-size: .64rem;
    color: #073190;
    font-family: "Oswald-Bold"
}

.index-about .numlist i,.index-about .numlist em {
    display: inline-block;
    font-style: normal
}

.index-about .numlist i {
    color: #fff;
    line-height: .24rem;
    font-size: .14rem;
    text-align: center;
    width: .26rem;
    height: .26rem;
    vertical-align: top;
    background: #073190;
    border-radius: 50%;
    margin-top: .1rem
}

@media (max-width: 1023px) {
    .index-about {
        padding:50px 0
    }

    .index-about .item {
        display: block;
        line-height: 24px
    }

    .index-about .leftbox {
        width: 100%;
        padding-right: 0;
    }

    .index-about .numlist {
        width: 100%;
        font-size: 14px
    }

    .index-about .leftbox .tit {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px
    }

    .index-about .leftbox .tag {
        font-size: 15px
    }

    .index-about .leftbox .tag p:before {
        width: 10px;
        height: 10px;
        top: 8px
    }

    .index-about .leftbox .tag p:after {
        width: 4px;
        height: 4px;
        top: 11px;
        left: 3px
    }
}

@media (max-width: 640px) {
    .index-about .numlist .counter {
        font-size:24px;
        line-height: 30px
    }
}

.index-youshi {
    background-color: #f3f6fb
}

.index-youshi .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-youshi .leftbox {
    width: 30%;
    padding-top: 1rem;
    line-height: .32rem
}

.index-youshi .leftbox .text {
    padding-top: .5rem
}

.index-youshi .leftbox .tel {
    color: #fff;
    font-size: .32rem;
    font-family: arial;
    text-align: center;
    margin-top: 1rem;
    height: .7rem;
    display: inline-block;
    line-height: .7rem;
    min-width: 3.25rem;
    border-radius: .6rem;
    background: #00aa09
}

.index-youshi .leftbox .tel img {
    vertical-align: top;
    max-height: .36rem;
    margin-right: .05rem;
    margin-top: .14rem
}

.index-youshi .rightbox {
    width: 60%
}

.index-youshi .rightbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.index-youshi .rightbox li:hover .item {
    color: #fff;
    background: #00aa09
}

.index-youshi .rightbox li:hover .tit {
    color: #fff
}

.index-youshi .rightbox li:hover .icon {
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.02), rgba(255,255,255,0.1));
    background: linear-gradient(to right, rgba(255,255,255,0.02), rgba(255,255,255,0.1))
}

.index-youshi .rightbox li:hover .ic2 {
    opacity: 1;
    top: 0
}

.index-youshi .rightbox li:hover .ic1 {
    opacity: 0
}

.index-youshi .rightbox li:hover .ic3 {
    display: block
}

.index-youshi .rightbox li:hover .num {
    color: #fff
}

.index-youshi .rightbox li {
    width: 42%;
    margin-top: .6rem
}

.index-youshi .rightbox li:first-child,.index-youshi .rightbox li:nth-child(3) {
    margin-top: 0
}

.index-youshi .rightbox .item {
    overflow: hidden;
    background: #fff;
    position: relative;
    line-height: .28rem;
    padding: .4rem .3rem;
    border-radius: .3rem;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.index-youshi .rightbox .num {
    color: #999;
    right: .4rem;
    top: .5rem;
    font-family: arial;
    font-size: .28rem;
    position: absolute
}

.index-youshi .rightbox .icon {
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #fbfeff, #edf8fd);
    background: linear-gradient(to right, #fbfeff, #edf8fd);
    width: 1rem;
    height: 1rem;
    position: relative
}

.index-youshi .rightbox .icon img {
    max-height: 1rem
}

.index-youshi .rightbox .icon:before,.index-youshi .rightbox .icon:after {
    content: "";
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    position: absolute
}

.index-youshi .rightbox .icon:before {
    top: .16rem;
    right: .06rem;
    background: #00aa09;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}
.index-youshi .rightbox:hover .icon:before {
    
    background: #fff;
}

.index-youshi .rightbox .icon:after {
    bottom: .16rem;
    left: .06rem;
    background: #d8f3ff;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-youshi .rightbox .ic2 {
    top: .2rem;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-youshi .rightbox .ic3 {
    right: 0;
    bottom: 0;
    opacity: .05;
    display: none;
    position: absolute;
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5)
}

.index-youshi .rightbox .tit {
    color: #00aa09;
    font-weight: 700;
    font-size: .24rem;
    padding-top: .3rem
}

.index-youshi .rightbox .txt {
    margin-top: .2rem
}

@media (max-width: 1023px) {
    .index-youshi {
        padding-bottom:50px
    }

    .index-youshi .container {
        display: block;
        padding-top: 50px
    }

    .index-youshi .leftbox {
        width: 100%;
        padding-top: 0;
        line-height: 24px
    }

    .index-youshi .leftbox .text {
        padding-top: 20px
    }

    .index-youshi .leftbox .tel {
        margin-top: 30px
    }

    .index-youshi .rightbox {
        margin-top: 20px;
        width: 100%
    }

    .index-youshi .rightbox li {
        width: 46%;
        margin-top: 20px !important
    }

    .index-youshi .rightbox li .item {
        min-height: 100%;
        line-height: 24px
    }
}

@media (max-width: 420px) {
    .index-youshi .rightbox li {
        width:100%
    }
}

.index-news .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-news .leftbox {
    width: 19%
}

.index-news .leftbox li {
    color: #333;
    cursor: pointer;
    font-size: .18rem;
    margin-top: .4rem;
    position: relative
}

.index-news .leftbox li:before {
    content: "";
    opacity: 0;
    width: .36rem;
    height: .02rem;
    display: inline-block;
    background: #fbc304;
    vertical-align: middle;
    margin-bottom: .03rem;
    margin-right: .2rem;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.index-news .leftbox .active {
    font-weight: 700;
    color: #073190
}

.index-news .leftbox .active:before {
    opacity: 1
}

.index-news .leftbox .index-more {
    margin-top: 2.4rem
}

.index-news .rightbox {
    width: 100%;
}

.index-news .rightbox .show {
    display: none;
}

.index-news .rightbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index-news .rightbox li {
    width: 24.99%
}

.index-news .rightbox .item {
    color: #666;
    display: block;
    padding: .2rem .3rem
}

.index-news .rightbox .date {
    font-size: .48rem;
    line-height: .5rem;
    font-family: arial
}

.index-news .rightbox .time {
    font-family: arial;
    color: #999
}

.index-news .rightbox .pic {
    overflow: hidden;
    position: relative
}

.index-news .rightbox .pic img { 
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-news .rightbox .pic:after {
    content: "";
    display: block;
    padding-bottom: 66.66666667%
}

.index-news .rightbox .tit {
    color: #333;
    height: .54rem;
    overflow: hidden;
    line-height: .20rem;
    font-size: .17rem;
    font-weight: 700;
    margin: .1rem 0
}

.index-news .rightbox .txt {
    height: 1.15rem;
    overflow: hidden;
    line-height: .28rem;
    margin-top: .2rem
}

.index-news .rightbox .more {
    margin-top: .1rem
}


.index-news .rightbox .more i {
    font-family: "å®‹ä½“";
    font-style: normal;
    padding-left: .1rem
}

@media (min-width: 1025px) {
    .index-news .rightbox li:hover {
        background:#00aa09
    }

    .index-news .rightbox li:hover .item {
        color: #fff
    }

    .index-news .rightbox li:hover .time,.index-news .rightbox li:hover .tit {
        color: #fff
    }

    .index-news .rightbox li:hover .pic img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .index-news .rightbox li:hover .more {
        color: #fff
    }
}

@media (max-width: 1023px) {
    .index-news {
        padding:50px 0
    }

    .index-news .container {
        display: block;
        padding-top: 0
    }

    .index-news .leftbox {
        width: 100%
    }

    .index-news .leftbox .index-more {
        display: none
    }

    .index-news .leftbox ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .index-news .leftbox li {
        font-size: 16px
    }

    .index-news .rightbox {
        width: 100%;
        border-left: 0
    }

    .index-news .rightbox .item {
        padding: 30px 10px;
        padding-bottom: 0
    }
}

@media (max-width: 420px) {
    .index-news .rightbox .item {
        padding:0
    }

    .index-news .rightbox li {
        width: 100%;
        background: #fff;
        padding: 30px;
        margin-top:0px
    }

    .index-news .rightbox .tit {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        color: #073190;
    }
	
}

.home-zspd {
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.home-zspd .nr {
    width: 100%;
    margin-top: -1.2rem;
    max-width: 14.4rem;
    margin-left: auto;
    margin-right: auto;
    height: 9.6rem;
    position: relative;
    background-size: cover
}

.home-zspd .logo-3 {
    width: 2.26rem;
    height: 2.26rem;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%)
}

.home-zspd .logo-3 img {
    max-height: 2.27rem
}

.home-zspd .list li {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 .1rem .23rem 0 rgba(0,0,0,0.08);
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-zspd .list li:hover {
    border: solid 1px #fbc91e;
    box-shadow: 0 0 .2rem rgba(0,103,150,0.1)
}

.home-zspd .list li:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.home-zspd .list .box {
    overflow: hidden
}

.home-zspd .list .box img {
    -webkit-transition: all .5s;
    transition: all .5s
}

.home-zspd .list .li-1 {
    top: 1.42rem;
    left: .5rem
}

.home-zspd .list .li-2 {
    top: 3.25rem;
    left: 0
}

.home-zspd .list .li-3 {
    top: 5.1rem;
    left: -0.1rem
}

.home-zspd .list .li-4 {
    top: 7.04rem;
    left: .2rem
}

.home-zspd .list .li-5 {
    top: 8.76rem;
    left: 1rem
}

.home-zspd .list .li-6 {
    top: 1.42rem;
    left: 3rem
}

.home-zspd .list .li-7 {
    top: 3.25rem;
    left: 2.2rem
}

.home-zspd .list .li-8 {
    top: 5.1rem;
    left: 2rem
}

.home-zspd .list .li-9 {
    top: 7.04rem;
    left: 2.4rem
}

.home-zspd .list .li-27 {
    top: 8.5rem;
    left: 3.6rem
}

.home-zspd .list .li-28 {
    top: 8.76rem;
    right: 3.8rem
}

.home-zspd .list .li-10 {
    top: 3.5rem;
    left: 4.4rem
}

.home-zspd .list .li-11 {
    top: 5.08rem;
    left: 4.2rem
}

.home-zspd .list .li-12 {
    top: 6.72rem;
    left: 4.8rem
}

.home-zspd .list .li-13 {
    top: 2.15rem;
    left: 6.6rem
}

.home-zspd .list .li-14 {
    top: 7.3rem;
    left: 6.6rem
}

.home-zspd .list .li-15 {
    top: 3.45rem;
    right: 4.4rem
}

.home-zspd .list .li-16 {
    top: 5.08rem;
    right: 4rem
}

.home-zspd .list .li-17 {
    top: 6.72rem;
    right: 4.7rem
}

.home-zspd .list .li-18 {
    top: 1.42rem;
    right: 3rem
}

.home-zspd .list .li-19 {
    top: 3.25rem;
    right: 2.2rem
}

.home-zspd .list .li-20 {
    top: 5.1rem;
    right: 1.8rem
}

.home-zspd .list .li-21 {
    top: 7.04rem;
    right: 2.4rem
}

.home-zspd .list .li-22 {
    top: 1.42rem;
    right: .5rem
}

.home-zspd .list .li-23 {
    top: 3.25rem;
    right: 0
}

.home-zspd .list .li-24 {
    top: 5.1rem;
    right: 0
}

.home-zspd .list .li-25 {
    top: 7.04rem;
    right: .2rem
}

.home-zspd .list .li-26 {
    top: 8.76rem;
    right: 1rem
}

@media screen and (max-width: 1023px) {
    .home-zspd {
        padding-top:40px;
        padding-bottom: 40px;
        line-height: 2
    }

    .home-zspd .home-title {
        position: static;
        text-align: center;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .home-zspd .logo-3 {
        display: none
    }

    .home-zspd .nr {
        background-image: none !important;
        margin-top: 0;
        width: auto;
        height: auto;
        overflow: hidden
    }

    .home-zspd .nr:after {
        display: none
    }

    .home-zspd .list {
        margin-left: -10px;
        margin-right: -10px
    }

    .home-zspd .list li {
        width: 16.66666667%;
        height: auto;
        position: static;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        float: left !important;
        background: transparent;
        border-radius: 0;
        padding: 0 10px 20px 10px;
        box-shadow: none
    }

    .home-zspd .list .box {
        background-color: #fff;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 .1rem .23rem 0 rgba(0,0,0,0.08);
        position: relative
    }

    .home-zspd .list .box:after {
        content: "";
        display: block;
        padding-top: 100%
    }
}

@media screen and (max-width: 414px) {
    .home-zspd .list li {
        width:25%
    }
}

.active.index-jjfa .tabcot {
    -webkit-animation: 4s ease bmove1;
    animation: 4s ease bmove1
}

.active.index-about .index-title {
    -webkit-animation: 2s ease fadeInLeft2;
    animation: 2s ease fadeInLeft2
}

.active.index-about .leftbox {
    -webkit-animation: 2s ease fadeInLeft2;
    animation: 2s ease fadeInLeft2
}

.active.index-youshi .rightbox li:nth-child(1) {
    -webkit-animation: 2s ease scrollArrow;
    animation: 2s ease scrollArrow
}

.active.index-youshi .rightbox li:nth-child(2) {
    -webkit-animation: 2.1s ease scrollArrow;
    animation: 2.1s ease scrollArrow
}

.active.index-youshi .rightbox li:nth-child(3) {
    -webkit-animation: 2.3s ease scrollArrow;
    animation: 2.3s ease scrollArrow
}

.active.index-youshi .rightbox li:nth-child(4) {
    -webkit-animation: 2.4s ease scrollArrow;
    animation: 2.4s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-2 li:nth-child(1) {
    -webkit-animation: 2s ease scrollArrow;
    animation: 2s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-2 li:nth-child(2) {
    -webkit-animation: 2.1s ease scrollArrow;
    animation: 2.1s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-2 li:nth-child(3) {
    -webkit-animation: 2.3s ease scrollArrow;
    animation: 2.3s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-2 li:nth-child(4) {
    -webkit-animation: 2.4s ease scrollArrow;
    animation: 2.4s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-3 li:nth-child(1) {
    -webkit-animation: 2s ease scrollArrow;
    animation: 2s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-3 li:nth-child(2) {
    -webkit-animation: 2.1s ease scrollArrow;
    animation: 2.1s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-3 li:nth-child(3) {
    -webkit-animation: 2.3s ease scrollArrow;
    animation: 2.3s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-3 li:nth-child(4) {
    -webkit-animation: 2.4s ease scrollArrow;
    animation: 2.4s ease scrollArrow
}

.active.inside-about-4 .inside-epcm-5 li:nth-child(1) {
    -webkit-animation: 2s ease fadeInUp2;
    animation: 2s ease fadeInUp2
}

.active.inside-about-4 .inside-epcm-5 li:nth-child(2) {
    -webkit-animation: 2.1s ease fadeInUp2;
    animation: 2.1s ease fadeInUp2
}

.active.inside-about-4 .inside-epcm-5 li:nth-child(3) {
    -webkit-animation: 2.3s ease fadeInUp2;
    animation: 2.3s ease fadeInUp2
}

.active.index-news .rightbox li {
    -webkit-animation: 2.5s ease fadeInLeft2;
    animation: 2.5s ease fadeInLeft2
}

.active.home-zspd .list li {
    -webkit-animation: 2.5s ease scrollArrow;
    animation: 2.5s ease scrollArrow
}

.inside-banner {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5.06rem;
    padding-top: .3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.inside-banner .container {
    text-align: center
}

.inside-banner .icon img {
    max-height: 1.01rem
}

.inside-banner .cn {
    font-size: .5rem;
    line-height: .6rem;
    font-weight: 700;
    margin-top: .4rem
}

.inside-banner .en {
    font-size: .18rem;
    font-family: arial;
    text-transform: uppercase;
    margin-top: .1rem
}

@media (max-width: 1023px) {
    .inside-banner {
        margin-top:60px;
        height: 240px !important
    }

    .inside-banner .icon img {
        max-height: 40px
    }

    .inside-banner .cn {
        margin-top: 20px;
        font-size: 24px;
        line-height: 30px
    }
}

.inside-current {
    color: #fff;
    font-size: .16rem;
    height: .46rem;
    line-height: .46rem;
    font-weight: normal;
    background: #073190;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.inside-current a {
    color: #fff
}

.inside-current a:hover {
    opacity: .8;
    text-decoration: underline
}

.inside-current span,.inside-current b,.inside-current .item1 {
    text-decoration: underline;
    font-weight: normal;
}

.inside-current img {
    vertical-align: middle;
    margin-bottom: .04rem;
    margin-right: .05rem;
    max-height: .21rem
}

@media (max-width: 1023px) {
    .inside-current {
        font-size:14px;
        height: 46px;
        line-height: 46px
    }

    .inside-current img {
        margin-bottom: 2px;
        max-height: 20px;
        margin-right: 5px
    }
}

.inside-height {
    height: .84rem
}

.inside-menu {
    padding: .8rem 0 0 0
}

.inside-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inside-menu li {
    padding: 0 .15rem
}

.inside-menu li a {
    color: #333;
    font-size: .18rem;
    text-align: center;
    padding: 0 .1rem;
    border-radius: .3rem;
    min-width: 1.5rem;
    height: .45rem;
    line-height: .43rem;
    border: solid 1px #919191;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-menu li:hover a,.inside-menu .cur a {
    color: #fff;
    border-color: #073190;
    background: #073190
}

@media (max-width: 1023px) {
    .inside-menu {
        padding-top:40px
    }

    .inside-menu li {
        width: 33.333%;
        margin-bottom: 10px
    }

    .inside-menu li a {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        min-width: 100%
    }

    .inside-menu li:first-child {
        padding-left: 0
    }
}

@media (max-width: 640px) {
    .inside-menu ul {
        -webkit-box-pack:start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .inside-menu li {
        width: 50%;
        padding: 0 5px
    }
}

.inside-menu-2 {
    height: 1rem;
    margin-top: -1rem;
    position: relative
}

.inside-menu-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inside-menu-2 li {
    padding: 0 1rem
}

.inside-menu-2 li a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.inside-menu-2 li .icon img {
    max-height: .53rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-menu-2 li .txt {
    padding-left: .15rem
}

.inside-menu-2 li span {
    display: block
}

.inside-menu-2 li span:first-child {
    line-height: .3rem;
    font-size: .24rem;
    font-weight: 700
}

.inside-menu-2 li .en {
    font-weight: lighter
}

.inside-menu-2 li:hover .icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

@media (max-width: 1023px) {
    .inside-menu-2 {
        display:none
    }
}

.inside-application {
    padding: .8rem 0
}

.inside-application li {
    padding: .4rem 0;
    border-bottom: solid 1px #dedede
}

.inside-application li .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color 700ms ease;
    transition: background-color 700ms ease
}

.inside-application li .pic {
    width: 51%;
    overflow: hidden;
    position: relative
}

.inside-application li .pic img {
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.inside-application li .pic:after {
    content: "";
    display: block;
    padding-bottom: 56.26702997%
}

.inside-application li .txtbox {
    width: 49%;
    padding-left: .8rem
}

.inside-application li .icon {
    position: relative
}

.inside-application li .icon img {
    max-height: .61rem
}

.inside-application li .icon2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.inside-application li .tit {
    color: #2d3132;
    font-weight: 700;
    margin-top: .2rem;
    font-size: .3rem;
    line-height: .4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.inside-application li .txt {
    color: #2d3132;
    margin-top: .2rem;
    font-size: .18rem;
    line-height: .3rem;
    max-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.inside-application li .more {
    margin-top: .3rem;
    color: #073190;
    height: .42rem;
    line-height: .4rem;
    border: solid 1px #15a8eb;
    border-radius: .3rem;
    display: inline-block;
    min-width: 1.45rem;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-application li .more i {
    font-family: "å®‹ä½“";
    font-style: normal;
    padding-left: .05rem
}

.inside-application li:first-child {
    padding-top: 0
}

@media (min-width: 1025px) {
    .inside-application li:hover .item {
        background:#073190
    }

    .inside-application li:hover .pic img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .inside-application li:hover .icon .icon1 {
        opacity: 0
    }

    .inside-application li:hover .icon .icon2 {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .inside-application li:hover .txtbox {
        padding-right: .6rem
    }

    .inside-application li:hover .tit,.inside-application li:hover .txt {
        color: #fff
    }

    .inside-application li:hover .more {
        color: #fff;
        border-color: #fbc304;
        background: #fbc304
    }
}

@media (max-width: 1023px) {
    .inside-application {
        padding-top:30px
    }

    .inside-application li {
        border: 0;
        padding-top: 30px;
        padding-bottom: 0
    }

    .inside-application li .item {
        display: block
    }

    .inside-application li .pic {
        width: 100%
    }

    .inside-application li .txtbox {
        width: 100%;
        padding: 30px 10px 0 10px
    }

    .inside-application li .txt {
        font-size: 14px;
        line-height: 24px;
        height: 72px
    }
}

.inside-join {
    padding: .8rem 0;
    line-height: .32rem;
    font-size: .18rem
}

.inside-join .list {
    position: relative
}

.inside-join .tu {
    position: relative;
    text-align: center
}

.inside-join .tu img {
    max-height: 1.92rem
}

.inside-join .tit {
    margin-top: .25rem;
    padding: .25rem;
    padding-right: .5rem;
    background: #f3f6fd;
    cursor: pointer
}

.inside-join .tit:first-child {
    margin-top: 0
}

.inside-join .bt {
    color: #333;
    font-weight: 700
}

.inside-join .yx {
    color: #073190;
    font-weight: 700;
    font-family: arial;
    border-bottom: solid 1px #073190
}

.inside-join .tel {
    font-family: arial
}

.inside-join .date {
    width: 9%;
    float: left;
    color: #fff;
    text-align: center;
    font-family: arial;
    background: #073190
}

.inside-join .date span {
    display: block
}

.inside-join .date .arrow {
    height: 19px;
    background: url(../images/job-arrow.png) no-repeat right center #d1d1d1
}

.inside-join .date .riqi {
    font-size: .38rem;
    height: .46rem;
    line-height: .46rem;
    padding-top: .05rem
}

.inside-join .date .nian {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: .05rem
}

.inside-join .wenzi {
    width: 60%;
    float: left;
    margin-top: .1rem;
    padding-left: .4rem;
    overflow: hidden
}

.inside-join .wenzi .t1 {
    color: #292e33;
    font-size: .24rem;
    line-height: .7rem;
    height: .7rem;
    overflow: hidden;
    font-weight: 700
}

.inside-join .add {
    float: right;
    width: 15%;
    height: .4rem;
    overflow: hidden;
    line-height: .4rem;
    position: relative;
    margin-top: .2rem
}

.inside-join .add:after {
    content: "";
    width: .4rem;
    height: .4rem;
    right: 0;
    top: 0;
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    background: url(../images/jia.png) no-repeat center center #073190
}

.inside-join .txt {
    display: none;
    position: relative;
    padding: .5rem;
    background: #fbfbfd;
    padding-right: 2.2rem
}

.inside-join .txt p {
    padding-bottom: .1rem
}

.inside-join .active .add:after {
    background: url(../images/jian.png) no-repeat center center #073190
}

.inside-join .active .arrow {
    background: url(../images/job-arrow-2.png) no-repeat right center #d1d1d1
}

.inside-join .btn {
    bottom: .6rem;
    right: .5rem;
    position: absolute;
    width: 1.6rem;
    height: .57rem;
    font-size: .16rem;
    line-height: .42rem;
    background: #073190;
    text-align: center;
    border-top: solid .15rem #d1d1d1
}

.inside-join .btn a {
    color: #fff;
    display: block
}

.inside-join .btn i {
    font-family: "iconfont";
    font-style: normal;
    font-size: .3rem;
    vertical-align: top;
    display: inline-block;
    margin: .03rem .05rem 0 0
}

.inside-join .btn img {
    max-height: .25rem;
    vertical-align: middle
}

@media (max-width: 1023px) {
    .inside-join {
        padding:30px 0 40px 0
    }

    .inside-join .list {
        padding-top: 0
    }

    .inside-join .date {
        display: none
    }

    .inside-join .tit {
        padding: 10px 15px
    }

    .inside-join .wenzi {
        padding-left: 0;
        width: 100%;
        margin-top: 0
    }

    .inside-join .wenzi .t1 {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 0 !important
    }

    .inside-join .wenzi .t2 {
        font-size: 12px
    }

    .inside-join .add {
        display: none
    }

    .inside-join .tit {
        margin-top: 15px
    }

    .inside-join .txt {
        padding: 20px;
        font-size: 14px;
        line-height: 20px
    }

    .inside-join .txt p {
        padding-bottom: 10px
    }

    .inside-join .youxiang {
        border-radius: 5px;
        width: 100%
    }

    .inside-join .btn {
        bottom: auto;
        top: auto;
        right: auto;
        position: relative;
        margin-top: 20px;
        min-width: 140px;
        height: 36px;
        border: 0;
        line-height: 36px;
        font-size: 14px
    }

    .inside-join .btn img {
        max-height: 20px
    }
}

.contact {
    background: fixed;
    font-size: .18rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8.56rem;
    padding: 1.1rem 0
}

.contact .inside-current {
    color: #333;
    background: transparent
}

.contact .inside-current a {
    color: #333
}

.contact .bt {
    padding-top: .7rem;
    padding-bottom: .7rem
}

.contact .bt .cn {
    color: #333;
    font-size: .4rem;
    line-height: .4rem;
    font-weight: 700
}

.contact .bt .cn img {
    max-height: .41rem;
    margin-left: .05rem
}

.contact .bt .en {
    font-family: arial;
    margin-top: .15rem
}

.contact .lxfs {
    -webkit-transition: 1.4s;
    transition: 1.4s;
    position: relative;
    z-index: 1
}

.contact .lxfs ul {
    margin: 0 -0.1rem
}

.contact .lxfs li {
    width: 33.33333333%;
    padding: 0 .1rem;
    margin-bottom: .3rem;
    float: left;
    position: relative
}

.contact .lxfs li:last-child:before {
    display: none
}

.contact .lxfs .box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 1.75rem;
    background: #fff;
    padding: .3rem .26rem;
    border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(220,237,255,0.6)
}

.contact .lxfs .pic {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.contact .lxfs .circle {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #eff7ff;
    background: -webkit-linear-gradient(315deg, #ebf6fc, #fff);
    background: linear-gradient(135deg, #ebf6fc, #fff);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.contact .lxfs .circle:before,.contact .lxfs .circle:after {
    content: "";
    display: block;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    position: absolute
}

.contact .lxfs .circle:before {
    background-color: #fbc304;
    bottom: 0;
    left: 0
}

.contact .lxfs .circle:after {
    background-color: #073190;
    top: 30px;
    right: -12px
}

.contact .lxfs .icon {
    z-index: 3;
    display: block;
    text-align: center;
    position: relative
}

.contact .lxfs .text {
    width: 70%;
    padding-left: .3rem
}

.contact .lxfs .title {
    color: #003ba3;
    font-size: .24rem;
    margin: .1rem 0
}

.contact .lxfs .info {
    color: #666
}

.contact .lxfs .info a {
    font-weight: 400;
    color: #666
}

.contact .lxfs .info a:hover {
    color: #073190;
    text-decoration: underline
}

.contact .lxfs .a-1 {
    color: #666;
    font-weight: 700
}

.contact .lxfs .box:hover .pic {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.contact .lxfs .box:hover .pic .circle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 1023px) {
    .contact {
        height:auto;
        padding: 100px 0 40px 0;
        font-size: 14px;
        line-height: 24px
    }

    .contact .t1,.contact .t2 {
        display: none
    }

    .contact .lxfs {
        opacity: 1;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        margin-top: 0
    }

    .contact .lxfs li {
        width: 50%;
        padding: 0 10px
    }

    .contact .lxfs li:first-child {
        margin-top: 0
    }

    .contact .lxfs .box {
        padding: 20px;
        min-height: 140px
    }

    .contact .lxfs .circle {
        width: 60px;
        height: 60px
    }

    .contact .lxfs .circle:before,.contact .lxfs .circle:after {
        width: 6px;
        height: 6px
    }

    .contact .lxfs .pic {
        width: 60px;
        height: 60px;
        margin-right: 30px
    }

    .contact .lxfs .title {
        font-size: 18px;
        margin: 10px 0 0 0
    }

    .contact .lxfs .text {
        padding-left: 0
    }
}

@media (max-width: 599px) {
    .contact .lxfs li {
        width:100%
    }

    .contact .lxfs .box {
        min-height: 100%
    }
}

.verify {
    height: 55px;
    background-color: #e5e5e5;
    position: relative
}

.verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border: 1px #e5e5e5 solid;
    background: #fff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 20px 20px;
    z-index: 2;
    cursor: move
}

.verify .suc-drag-btn {
    background: #fff url(../images/drag-success.svg) no-repeat center center;
    background-size: 20px 20px
}

.verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    line-height: 48px;
    width: 0;
    background-color: #7ac23c;
    color: #fff;
    text-align: center
}

.verify .fix-tips,.verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #999;
    z-index: 1;
    line-height: 55px;
    padding-left: 50px;
    text-align: center
}

.verify .verify-msg {
    padding-left: 0;
    padding-right: 50px
}

.verify .verify-msg {
    background-color: #7ac23c;
    color: #fff;
    display: none
}

.verifyDiv {
    width: 30%;
    vertical-align: middle;
    float: left;
    margin-right: 20px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .verify {
        height:50px
    }

    .verify .drag-progress {
        height: 50px;
        line-height: 48px
    }

    .verify .drag-btn {
        width: 50px;
        height: 50px;
        background-size: 20px 20px
    }

    .verify .fix-tips,.verify .verify-msg {
        line-height: 50px;
        padding-left: 50px
    }

    .verifyDiv {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0
    }

    .error {
        font-size: 12px;
        padding: 0 6px;
        border-bottom-left-radius: 6px
    }

    .btn {
        text-align: left
    }

    .btn .col-2 {
        width: 100%;
        padding: 0
    }

    .submit {
        width: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        border-radius: 3px;
        max-width: 100%;
        padding: 0 10px;
        border: none;
        margin: 0
    }

    .submit:hover {
        background: #eee
    }
}

.inside-message {
    padding: .8rem 0;
    background: #fafafa;
    position: relative
}

.inside-message .title {
    text-align: center;
    color: #333;
    font-size: .4rem;
    line-height: .4rem;
    padding-bottom: .5rem
}

.inside-message .title img {
    margin-left: .05rem;
    max-height: .41rem
}

.inside-message .nr {
    padding: .6rem;
    background: #fff;
    box-shadow: 0 0 .2rem rgba(220,237,255,0.6)
}

.inside-message .list {
    position: relative
}

.inside-message li {
    width: 33.33333333%;
    float: left;
    padding: 0 6px 18px 6px;
    position: relative
}

.inside-message .box {
    position: relative
}

.inside-message .red {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 17px;
    color: #c70204
}

.inside-message .error {
    background: #f00;
    color: #fff;
    padding: 0 6px;
    border-bottom-left-radius: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.inside-message .input-form,.inside-message .textarea-form,.inside-message select {
    border: none;
    border-radius: 5px;
    color: #666;
    font-family: arial;
    vertical-align: middle;
    border: #d6d5d3 solid 1px;
    padding: 0 30px;
    height: 55px;
    line-height: 48px;
    font-size: 16px;
    width: 100%
}

.inside-message .input-form:focus,.inside-message .textarea-form:focus,.inside-message select:focus {
    border: #073190 solid 1px
}

.inside-message select {
    color: #8294a3;
    background: url(../images/arrow-8.png) no-repeat center right #fff;
    appearance: none
}

.inside-message .textarea-form {
    line-height: 30px;
    padding: 10px 90px 10px 30px;
    width: 100%;
    padding-right: 90px;
    min-height: 200px
}

.inside-message .textarea-form:focus {
    border: #073190 solid 1px
}

@media (max-width: 1023px) {
    .inside-message .textarea-form {
        min-height:60px
    }
}

.inside-message .btn {
    width: 100%;
    margin-top: 22px
}

.inside-message .btn .col-2 {
    width: 50%;
    float: right
}

.inside-message .submit {
    float: right;
    background: #073190;
    color: #fff;
    width: 100%;
    display: inline-block;
    max-width: 270px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
    border-radius: 10px;
    border: none
}

.inside-message .submit .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px
}

.inside-message .submit:hover {
    background: #073190
}

.inside-message .submit:hover {
    background: #073190
}

.inside-message .col-2 {
    width: 50%;
    float: left;
    position: relative;
    text-align: left
}

@media screen and (max-width: 1023px) {
    .inside-message {
        padding-top:40px;
        padding-bottom: 40px
    }

    .inside-message .title {
        font-size: 20px;
        padding-bottom: 20px
    }

    .inside-message .list:before {
        display: none
    }

    .inside-message li {
        width: 100%;
        padding: 0 0 10px 0
    }

    .inside-message li:last-child {
        padding-bottom: 0
    }

    .inside-message .red {
        top: 14px;
        left: 15px
    }

    .inside-message .input-form,.inside-message .textarea-form {
        font-size: 14px;
        padding-left: 25px;
        padding-right: 15px;
        line-height: 48px;
        height: 50px
    }

    .inside-message .textarea-form {
        height: 140px
    }

    .inside-message .error {
        font-size: 12px;
        padding: 0 6px;
        border-bottom-left-radius: 6px
    }

    .inside-message .btn {
        text-align: left
    }

    .inside-message .btn .col-2 {
        width: 100%;
        padding: 0
    }

    .inside-message .submit {
        width: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        border-radius: 3px;
        max-width: 100%;
        padding: 0 10px;
        border: none;
        margin: 0
    }

    .inside-message .submit:hover {
        background: #eee
    }
}

.inside-message-2 .input-form,.inside-message-2 .textarea-form,.inside-message-2 select {
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #eaeaea
}

.inside-message-2 .input-form:focus,.inside-message-2 .textarea-form:focus,.inside-message-2 select:focus {
    border: 0;
    border-bottom: solid 1px #073190
}

.inside-message-2 .red {
    left: 0
}

.inside-message-2 .textarea {
    width: 100%;
    padding-top: 40px
}

.inside-message-2 .textarea .red {
    top: auto;
    left: auto;
    display: block;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.inside-message-2 .textarea .red span {
    color: #08060b
}

.inside-message-2 .textarea .textarea-form {
    height: 100px;
    min-height: auto
}

@media (max-width: 1023px) {
    .inside-message-2 .nr {
        padding:0 20px;
        padding-bottom: 20px
    }
}

.inside-map img {
    width: 100%
}

.inside-title {
    color: #fff;
    text-align: center
}

.inside-title .tit {
    font-weight: 700;
    line-height: .4rem;
    font-size: .4rem
}

.inside-title .tit span {
    width: .18rem;
    height: .18rem;
    display: inline-block;
    border-radius: 100%;
    margin: 0 .15rem;
    vertical-align: top;
    margin-top: .1rem;
    position: relative;
    -webkit-animation: 2s scrollArrow ease infinite;
    animation: 2s scrollArrow ease infinite;
    border: solid 1px rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.33)
}

.inside-title .tit span:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: .06rem;
    height: .06rem;
    border-radius: 100%;
    background: #fff
}

.inside-title .en {
    font-size: .18rem;
    margin-top: .15rem;
    font-family: arial;
    text-transform: uppercase
}

@media (max-width: 1023px) {
    .inside-title .tit {
        font-size:24px;
        line-height: 30px
    }

    .inside-title .tit span {
        width: 12px;
        height: 12px;
        margin: 0 10px;
        margin-top: 10px
    }

    .inside-title .tit span:before {
        width: 6px;
        height: 6px
    }
}

.inside-news {
    padding-bottom: .8rem;
    padding-top: 1.2rem;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.inside-news .inside-current {
    background: transparent
}

.inside-news .inside-menu {
    padding-top: .2rem
}

.inside-news .inside-menu li a {
    color: #fff;
    border-color: #fff
}

.inside-news .inside-menu li:hover a,.inside-news .inside-menu .cur a {
    border-color: #073190
}

.inside-news .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.26rem;
    text-align: center
}

.inside-news .list li {
    width: 33.333%;
    padding: 0 .26rem;
    padding-top: .52rem;
    text-align: left
}

.inside-news .list li .item {
    position: relative;
    background: #fff
}

.inside-news .list li .pic {
    overflow: hidden;
    position: relative
}

.inside-news .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 66.06741573%
}

.inside-news .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-news .list li .txtbox {
    padding: .3rem;
    padding-bottom: .4rem
}

.inside-news .list li .date {
    font-size: .14rem
}

.inside-news .list li .tit {
    margin: .2rem 0;
    margin-bottom: .3rem;
    font-weight: 700;
    font-size: .2rem;
    color: #333;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-news .list li .more {
    font-size: .16rem
}

.inside-news .list li .more i {
    font-style: normal;
    font-family: "å®‹ä½“";
    padding-left: .1rem
}

.inside-news .list li .txtbox-hover {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: .3rem;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    padding-top: .5rem;
    background: rgba(0,160,233,0.86)
}

.inside-news .list li .txtbox-hover .tit {
    color: #fff;
    font-size: .2rem;
    font-weight: normal
}

.inside-news .list li .txtbox-hover .txt {
    color: #fff;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-news .list li .txtbox-hover .date {
    color: #fff;
    margin-top: .3rem
}

.inside-news .list li .txtbox-hover .more {
    color: #fff;
    height: .42rem;
    text-align: center;
    border-radius: .3rem;
    line-height: .4rem;
    padding: 0 .1rem;
    display: inline-block;
    background: #fbc304;
    min-width: 1.5rem;
    margin-top: 1.7rem
}

@media (min-width: 1025px) {
    .inside-news .list li:hover .pic img {
        -webkit-transform:scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .inside-news .list li:hover .txtbox-hover {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .inside-news .list li:hover .txtbox .more {
        opacity: 0
    }
}

@media (max-width: 1023px) {
    .inside-news .inside-title {
        padding-top:30px
    }

    .inside-news .list {
        padding-top: 20px
    }

    .inside-news .list ul {
        margin-left: -10px;
        margin-right: -10px
    }

    .inside-news .list li {
        padding: 10px
    }

    .inside-news .list li .date,.inside-news .list li .more {
        font-size: 14px
    }

    .inside-news .list li .tit {
        font-size: 16px;
        height: 48px;
        line-height: 24px
    }
}

@media (max-width: 640px) {
    .inside-news .list li {
        width:50%
    }
}

@media (max-width: 414px) {
    .inside-news .list li {
        width:100%
    }
}

.inside-news-show {
    line-height: .32rem;
    background: #f6f7f9;
    padding-bottom: .8rem;
    padding-top: 1rem
}

.inside-news-show h1 {
    color: #040806;
    text-align: center
}

.inside-news-show .info {
    margin-top: .4rem;
    margin-bottom: .4rem;
    font-size: .14rem;
    text-align: center;
    color: #999;
    padding-top: .15rem;
    padding-bottom: .15rem;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1
}

.inside-news-show .info span {
    padding: 0 .3rem;
    display: inline-block
}

.inside-news-show p {
    padding-top: .3rem;
    font-size: 0.18rem;
}

@media (max-width: 1023px) {
    .inside-news-show {
        line-height:24px;
        padding: 40px 0 50px 0
    }

    .inside-news-show h1 {
        font-size: 18px
    }

    .inside-news-show .info {
        font-size: 12px;
        padding: 5px 0;
        margin-bottom: 0
    }

    .inside-news-show .info span {
        padding: 0 5px;
        display: block
    }

    .inside-news-show .tag {
        margin-top: 30px
    }

    .inside-news-show p {
        padding-top: 20px;
        font-size: 18px;
    }
}

.inside-page-news {
    margin-top: .5rem;
    overflow: hidden;
    position: relative;
    font-family: arial;
    font-size: .14rem;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1
}

.inside-page-news li {
    width: 44%;
    float: left;
    color: #999;
    overflow: hidden;
    height: .57rem;
    line-height: .57rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0 .6rem
}

.inside-page-news li a {
    color: #888
}

.inside-page-news li:nth-child(2) {
    float: right;
    text-align: right
}

.inside-page-news .fanhui {
    width: 12%;
    top: 0;
    left: 50%;
    padding: 0;
    height: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1
}

.inside-page-news .fanhui a {
    display: block
}

.inside-page-news li:hover a {
    color: #073190
}

@media (max-width: 1023px) {
    .inside-page-news {
        margin-top:30px;
        height: auto;
        padding: 15px 0;
        font-size: 14px
    }

    .inside-page-news li {
        height: 40px;
        line-height: 40px;
        text-align: left !important;
        padding: 0 15px !important;
        width: 100% !important
    }

    .inside-page-news .fanhui {
        display: none
    }
}

.inside-tag {
    margin-top: .5rem
}

.inside-tag strong {
    color: #333;
    font-size: .18rem
}

.inside-tag a {
    margin: 0 .06rem;
    padding: 0 .15rem;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    min-width: 1.4rem;
    line-height: .32rem;
    background: -webkit-linear-gradient(left, #073190, #073190);
    background: linear-gradient(to right, #073190, #073190)
}

.inside-tag a:hover {
    background: -webkit-linear-gradient(left, #073190, #073190);
    background: linear-gradient(to right, #073190, #073190)
}

@media (max-width: 1023px) {
    .inside-tag strong {
        font-size:16px
    }

    .inside-tag a {
        line-height: 30px
    }
}

.inside-xg-news {
    background: #f6f7f9;
    overflow: hidden;
    padding-top: 0
}

.inside-xg-news .title {
    color: #010101;
    font-size: .32rem;
    line-height: .4rem;
    margin: 0 .2rem
}

.inside-xg-news .container {
    max-width: 14.8rem
}

.inside-xg-news .list {
    padding: .2rem;
    padding-top: 0
}

.inside-xg-news .list ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0
}

.inside-xg-news .list li {
    padding-left: 0;
    padding-right: 0;
    padding-top: .4rem
}

.inside-xg-news .list .item {
    box-shadow: 0 0 .2rem rgba(0,0,0,0.08)
}

@media (max-width: 1023px) {
    .inside-xg-news {
        padding-bottom:20px
    }

    .inside-xg-news .container {
        max-width: 640px
    }

    .inside-xg-news .title {
        margin-left: 0;
        margin-right: 0
    }

    .inside-xg-news .list {
        padding-left: 0;
        padding-right: 0
    }

    .inside-xg-news .list .item {
        box-shadow: none
    }
}

.inside-job-1 {
    position: relative;
    text-align: center
}

.inside-job-1 .box {
    padding: 1.4rem 0;
    font-size: .18rem;
    background-image: url(../images/map-2.png);
    background-repeat: no-repeat;
    background-position: center center
}

.inside-job-1 .t1 {
    color: #333;
    line-height: .5rem;
    font-size: .4rem;
    font-weight: 700
}

.inside-job-1 .t1 span {
    color: #073190
}

.inside-job-1 .t1 img {
    margin-left: .1rem;
    margin-bottom: .03rem;
    vertical-align: middle;
    max-height: .41rem
}

.inside-job-1 .t2 {
    padding-top: .3rem;
    margin: 0 auto;
    line-height: .36rem
}

.inside-job-1 .t3 {
    color: #073190;
    font-size: .96rem;
    font-weight: 700
}

@media (max-width: 1023px) {
    .inside-job-1 .box {
        font-size:14px;
        padding: 50px 0
    }
}

.insid-joblist {
    padding: .8rem 0;
    background: #f1f5f8
}

.insid-joblist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.insid-joblist li {
    width: 20%;
    padding: .6rem 0
}

.insid-joblist li .pic {
    position: relative;
    width: 1.32rem;
    height: 1.32rem;
    line-height: 1.32rem;
    margin: 0 auto;
    background: url(../images/jbg-1.png) no-repeat center center;
    background-size: cover;
    -webkit-transition: background-image 500ms ease;
    transition: background-image 500ms ease
}

.insid-joblist li .pic img {
    vertical-align: middle;
    max-height: .71rem
}

.insid-joblist li .icon2 {
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 9;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.insid-joblist li .bt {
    font-size: .18rem;
    margin-top: .3rem
}

.insid-joblist li:hover .pic {
    background: url(../images/jbg-2.png) no-repeat center center;
    background-size: cover
}

.insid-joblist li:hover .icon1 {
    opacity: 0
}

.insid-joblist li:hover .icon2 {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

@media (max-width: 1023px) {
    .insid-joblist ul {
        padding-top:30px
    }

    .insid-joblist li {
        width: 33.333%;
        padding: 15px 0
    }

    .insid-joblist li .bt {
        font-size: 14px
    }
}

.inside-service-9 {
    overflow: hidden
}

.inside-service-9 .list ul {
    margin: 0 -5px
}

.inside-service-9 .list li {
    float: left;
    width: 20.3%;
    height: 6.94rem;
    overflow: hidden;
    padding: 0 1px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-service-9 .list li .box {
    position: relative
}

.inside-service-9 .list li .item {
    display: block;
    position: relative
}

.inside-service-9 .list li .txtbox {
    color: #fff;
    width: 75%;
    z-index: 9;
    left: .6rem;
    line-height: .26rem;
    position: absolute;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    bottom: 1rem
}

.inside-service-9 .list li .icon img {
    max-height: .81rem
}

.inside-service-9 .list li .tit {
    font-size: .24rem;
    color: #fff;
    font-weight: 600;
    margin-top: .5rem
}

.inside-service-9 .list li .txt {
    display: none;
    margin-top: .3rem
}

.inside-service-9 .list li .pic {
    height: 6.94rem;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.inside-service-9 .list li .pic:before {
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    background: rgba(0,0,0,0.5)
}

.inside-service-9 .list .active {
    width: 59.22%
}

.inside-service-9 .list .active .txtbox {
    left: 2.6rem;
    width: 68%
}

.inside-service-9 .list .active .txt {
    display: block
}

.inside-service-9 .list .active .pic:before {
    opacity: .5;
    width: 100%
}

@media (max-width: 1023px) {
    .inside-service-9 .list {
        display:block
    }

    .inside-service-9 .list li .txtbox {
        line-height: 24px
    }

    .inside-service-9 .list li .tit {
        font-size: 20px;
        margin-top: 20px
    }

    .inside-service-9 .list li .txt {
        margin-top: 10px
    }
}

@media (max-width: 640px) {
    .inside-service-9 .list li {
        height:260px !important;
        width: 100% !important
    }

    .inside-service-9 .list li .pic {
        height: 260px !important
    }

    .inside-service-9 .list li .txtbox {
        padding: 0 30px !important;
        bottom: 30px !important;
        left: 0 !important;
        width: 100% !important
    }

    .inside-service-9 .list li .txt {
        display: block
    }
}

.inside-join-4 {
    padding: .8rem 0
}

.inside-join-4 .bt {
    color: #333;
    text-align: center;
    font-size: .4rem;
    font-weight: 700
}

.inside-join-4 ul {
    padding-top: .5rem;
    margin: 0 -0.2rem
}

.inside-join-4 li {
    float: left;
    font-size: .18rem;
    padding: 0 .2rem;
    text-align: center;
    width: 33.3333%
}

.inside-join-4 li .line {
    width: 1px;
    margin: 0 auto;
    height: .6rem;
    background: url(../images/line.jpg) no-repeat top center
}

.inside-join-4 li .tit {
    color: #333;
    font-weight: 700;
    font-size: .3rem;
    text-align: center;
    background: #f1f5f8;
    border-radius: .05rem;
    line-height: .76rem
}

.inside-join-4 li .txt {
    text-align: left;
    padding: 0 .25rem;
    margin-top: .25rem
}

.inside-join-4 li .arrow {
    margin-top: -0.1rem
}

.inside-join-4 li .icon img {
    max-height: 1.6rem
}

@media (max-width: 1023px) {
    .inside-join-4 li {
        font-size:14px
    }
}

@media (max-width: 480px) {
    .inside-join-4 li {
        width:100%;
        margin-top: 20px
    }

    .inside-join-4 li:first-child {
        margin-top: 0
    }
}

.inside-join-5 {
    color: #fff;
    text-align: center;
    height: 5.86rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top center;
    background-repeat: no-repeat
}

.inside-join-5 .f40 {
    font-size: .4rem
}

.inside-join-5 .btn {
    height: .72rem;
    width: 100%;
    margin: 0 auto;
    margin-top: .4rem;
    font-weight: 700;
    padding: 0 .15rem;
    font-size: .24rem;
    vertical-align: middle;
    line-height: .7rem;
    max-width: 2.75rem;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    border-radius: .6rem;
    background: #073190
}

.inside-join-5 .btn a {
    display: block;
    color: #fff
}

.inside-join-5 .btn img {
    margin-right: .1rem;
    vertical-align: middle;
    max-height: .4rem
}

.inside-join-5 .btn i {
    font-style: normal;
    font-family: "å®‹ä½“";
    padding-left: .4rem
}

.inside-join-5 .btn:hover {
    background: #0091d4
}

@media (max-width: 1023px) {
    .inside-join-5 {
        height:240px
    }
}

.inside-case {
    padding-top: .8rem;
    padding-bottom: .4rem
}

.inside-case ul {
    margin: 0 -0.2rem
}

.inside-case li {
    float: left;
    width: 33.3333%;
    padding: 0 .2rem;
    padding-bottom: .4rem
}

.inside-case .bt {
    color: #333;
    font-weight: 700;
    margin-bottom: .4rem
}

.inside-case .item:hover {
    box-shadow: 0 0 .1rem rgba(0,0,0,0.1)
}

.inside-case .item:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-case .item:hover .more {
    color: #073190
}

.inside-case .item:hover .tit {
    color: #073190
}

.inside-case .item {
    border-bottom: solid .04rem #26aeec;
    box-shadow: 0 0 .15rem rgba(0,0,0,0.1);
    padding: .3rem;
    padding-bottom: .2rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-case .item .pic {
    overflow: hidden;
    position: relative
}

.inside-case .item .pic:after {
    content: "";
    display: block;
    padding-bottom: 62.21662469%
}

.inside-case .item .pic img {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-case .item .date {
    color: #888;
    font-size: 13px;
    margin-bottom: .1rem
}

.inside-case .item .line {
    margin-top: .15rem;
    border-top: solid 1px #f0f1f2;
    margin-bottom: .1rem
}

.inside-case .item .tit {
    font-size: .2rem;
    color: #000;
    height: .3rem;
    font-weight: 700;
    line-height: .3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.inside-case .item .txt {
    height: .56rem;
    line-height: .28rem;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-case .item .pic {
    margin-top: .3rem
}

.inside-case .item .more {
    color: #555;
    font-size: .14rem;
    margin-top: .2rem
}

@media (max-width: 1023px) {
    .inside-case .item .more {
        font-size:14px
    }
}

@media (max-width: 640px) {
    .inside-case li {
        width:50%
    }

    .inside-case .item .tit {
        font-size: 16px;
        height: 30px;
        line-height: 30px
    }

    .inside-case .item .txt {
        line-height: 24px;
        height: 48px
    }
}

@media (max-width: 414px) {
    .inside-case li {
        width:100%
    }
}

.inside-case-show {
    background: #f7f7f7;
    padding: .8rem 0
}

.inside-case-show .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-case-show .list {
    width: 45.68%
}

.inside-case-show .list .pic {
    position: relative
}

.inside-case-show .list .pic:after {
    content: "";
    display: block;
    padding-bottom: 75.68807339%
}

.inside-case-show .textbox {
    line-height: .3rem;
    width: 50%
}

.inside-case-show .textbox h1 {
    color: #073190;
    font-size: .4rem;
    line-height: .5rem
}

.inside-case-show .textbox h1 img {
    vertical-align: top;
    max-height: .4rem;
    margin: .05rem 0 0 .1rem
}

.inside-case-show .text p {
    padding-top: .15rem
}

.inside-case-show .ibutton {
    margin-top: .4rem
}

.inside-case-show .ibutton a {
    margin-left: .2rem;
    text-align: center;
    padding: 0 .1rem;
    display: inline-block;
    height: .4rem;
    min-width: 1.4rem;
    line-height: .38rem;
    border: solid 1px #acacac
}

.inside-case-show .ibutton a:first-child {
    margin-left: 0
}

.inside-case-show .ibutton a:hover {
    border-color: #073190
}

.inside-case-show .ibutton img {
    max-height: .25rem;
    margin-top: .08rem;
    margin-right: .05rem
}

.inside-case-show .ibutton .yx {
    color: #fff;
    border-color: #073190;
    background: #073190
}

.inside-case-show .swiper-container-horizontal>.swiper-pagination-bullets,.inside-case-show .swiper-pagination-custom,.inside-case-show .swiper-pagination-fraction {
    bottom: .2rem
}

.inside-case-show .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #073190
}

.inside-case-show .swiper-pagination-bullet-active {
    background: #f1ee00
}

@media (max-width: 1023px) {
    .inside-case-show {
        padding-top:40px;
        background: #d9dde0 !important
    }

    .inside-case-show .container {
        display: block
    }

    .inside-case-show .list {
        width: 100% !important
    }

    .inside-case-show .textbox {
        width: 100% !important;
        padding: 30px 0 !important;
        padding-bottom: 0 !important;
        font-size: 14px !important;
        line-height: 24px
    }

    .inside-case-show .ibutton {
        margin-top: 30px !important
    }

    .inside-case-show .ibutton a {
        margin-left: 0;
        height: 34px;
        line-height: 32px
    }

    .inside-case-show .ibutton img {
        margin-top: 8px
    }
}

.inside-case-show2 {
    padding: .8rem 0
}

.inside-case-show2 .tit {
    text-align: center;
    font-size: .4rem;
    line-height: .5rem;
    font-weight: 700;
    color: #073190
}

.inside-case-show2 .tit img {
    max-height: .41rem;
    margin-left: .1rem;
    margin-top: .04rem
}

.inside-case-show2 .pic {
    margin-top: .7rem;
    text-align: center
}

.inside-xg-case {
    background: #f7f7f7
}

.inside-xg-case .title {
    text-align: center;
    font-size: .4rem;
    line-height: .5rem;
    font-weight: 700;
    color: #073190
}

.inside-xg-case .title img {
    max-height: .41rem;
    margin-left: .1rem;
    margin-top: .04rem
}

.inside-xg-case .container {
    overflow: hidden;
    max-width: 14.8rem
}

.inside-xg-case .list {
    margin: 0 .2rem;
    overflow: initial
}

.inside-xg-case ul {
    margin-left: 0;
    margin-right: 0
}

.inside-xg-case li {
    padding-bottom: .4rem;
    padding-top: .4rem;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 1023px) {
    .inside-xg-case .container {
        overflow:initial;
        max-width: 640px
    }

    .inside-xg-case .list {
        margin: 0;
        overflow: hidden
    }

    .inside-xg-case .item {
        margin: 0 5px
    }
}

.inside-product-show {
    padding: .9rem 0
}

@media (max-width: 1023px) {
    .inside-product-show {
        padding-top:30px;
        padding-bottom: 40px
    }
}

.inside-leftpro {
    width: 20.2%;
    float: left;
    min-height: 300px
}

.inside-leftpro .bt {
    color: #fff;
    height: 1.2rem;
    font-size: .24rem;
    background: #073190;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: .35rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/title-bg.jpg) no-repeat top center;
    background-size: cover
}

.inside-leftpro .bt img {
    max-height: .6rem;
    margin-right: .15rem
}

.inside-leftpro .bt span {
    display: block;
    font-weight: normal;
    font-size: .16rem;
    font-family: arial
}

.inside-leftpro .mess {
    position: relative;
    height: 1.6rem;
    margin-top: .15rem;
    background-size: 100%;
}

.inside-leftpro .mess a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inside-leftpro .mess .title {
    color: #fff;
    font-weight: 700;
    font-size: .26rem;
    padding-top: .4rem
}

.inside-leftpro .mess .telicon {
    padding-left: 0;
    top: .58rem;
    left: .15rem;
    position: absolute
}

.inside-leftpro .mess .telicon img {
    max-height: .5rem
}

.inside-leftpro .mess .t2 {
    font-weight: 700;
    font-family: arial;
    font-size: .28rem;
    line-height: .3rem
}

.inside-leftpro .mess span {
    color: #fff;
    display: block;
    padding-left: .7rem
}

.inside-leftpro .mess span:nth-child(2) {
    padding-top: .55rem
}

@media (max-width: 1023px) {
    .inside-leftpro {
        display:none
    }
}

.classifyPro {
    box-shadow: 0 0 .1rem rgba(0,0,0,0.1)
}

.classifyPro .list {
    background: #fff
}

.classifyPro li {
    position: relative
}

.classifyPro .title {
    margin-bottom: 2px;
    -webkit-transition: .3s;
    transition: .3s;
    height: .8rem;
    position: relative;
    background: #e6f3ff;
    line-height: .8rem
}

.classifyPro .title a {
    display: block;
    position: relative;
    max-width: 100%;
    color: #333;
    font-size: .2rem;
    font-weight: normal;
    vertical-align: middle;
    padding-left: .6rem;
    padding-right: .2rem;
    height: .8rem;
    overflow: hidden
}

.classifyPro .title span {
    z-index: 2;
    display: block;
    position: relative
}

.classifyPro .title span img {
    max-height: .33rem
}

.classifyPro .title .ico2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute
}

.classifyPro .has>.title a {
    display: block
}

.classifyPro .list .icon {
    top: .22rem;
    left: .2rem;
    position: absolute;
    display: inline-block
}

.classifyPro .down>.title a,.classifyPro li:hover>.title a {
    font-weight: 700;
    color: #333 !important
}

.classifyPro .down>.title a:before,.classifyPro li:hover>.title a:before {
    opacity: 1
}

.classifyPro .down>.title:before,.classifyPro li:hover>.title:before {
    opacity: 1
}

.classifyPro .down .ico1,.classifyPro li:hover .ico1 {
    opacity: 0
}

.classifyPro .down .ico2,.classifyPro li:hover .ico2 {
    opacity: 1
}

.classifyPro .list .list {
    display: none
}

.classifyPro .list .list .title {
    padding: 0;
    background: #fff;
    padding: 0 .4rem;
    border-bottom: dashed 1px #ececec;
    line-height: .48rem;
    height: auto;
    position: relative
}

.classifyPro .list .list .title:before {
    top: -0.05rem;
    left: -0.08rem;
    content: "";
    opacity: 0;
    width: 3.07rem;
    height: .58rem;
    position: absolute;
    background: url(../images/drop-hover.png) no-repeat top center;
    background-size: cover
}

.classifyPro .list .list .title a {
    height: auto;
    color: #333;
    padding: 0;
    font-size: .16rem;
    font-weight: normal;
    position: relative
}

.classifyPro .list .list .title a:before {
    display: none !important
}

.classifyPro .list .list .title a:hover {
    color: #ee4001
}

.classifyPro .list .list .title i {
    margin-right: .1rem;
    color: #b0bed8;
    font-style: normal;
    display: inline-block
}

.classifyPro .list .list .cur .title:before {
    opacity: 1 !important
}

.classifyPro .list .list .cur .title a,.classifyPro .list .list .cur .title i {
    color: #fff !important
}

.classifyPro .list .list li:hover .title:before {
    opacity: 1 !important
}

.classifyPro .list .list li:hover .title a,.classifyPro .list .list li:hover .title i {
    color: #fff !important
}

.classifyPro .list .list li:last-child .title {
    border: none
}

.inside-proright {
    width: 76%;
    float: right
}

.inside-proright .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.18rem;
    text-align: center
}

.inside-proright .list li {
    width: 33.333%;
    padding: 0 .18rem;
    padding-bottom: .36rem;
    text-align: left
}

.inside-proright .list li .pic {
    overflow: hidden;
    position: relative
}

.inside-proright .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.inside-proright .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    width: 100%;
    height: 100%;
}

.inside-proright .list li .tit {
    color: #fff;
    height: .5rem;
    background: #00a0ea;
    line-height: .5rem;
    padding: 0 .2rem;
    font-weight: 700;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-proright .list li .tit span {
    font-size: .14rem;
    font-weight: normal;
    float: right;
    padding-left: .2rem
}

.inside-proright .list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-proright .list li:hover .tit {
    background: #fbc304
}

.inside-proright .inside-page {
    padding-top: .4rem
}

.inside-proright .inside-page a {
    color: #bcbcbc;
    border-color: #9f9f9f
}

.inside-proright .list-2 li .pic:after {
    padding-bottom: 83.08605341%;
    padding-bottom: 100%;
}

@media (max-width: 1023px) {
    .inside-proright {
        width:100%;
        float: none
    }

    .inside-proright .list li .tit {
        text-align: center;
        padding: 0 10px;
        height: 40px;
        line-height: 40px
    }

    .inside-proright .list li .tit span {
        font-size: 14px
    }
}

@media (max-width: 640px) {
    .inside-proright .list ul {
        margin-left:-5px;
        margin-right: -5px
    }

    .inside-proright .list li {
        padding: 0 5px;
        margin-top: 10px;
        width: 50%
    }

    .inside-proright .list li span {
        display: none
    }
}

.inside-service-1 {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: #f7f7f7;
    max-width: 19.2rem
}

.inside-service-1 .pic {
    width: 60%;
    float: left
}

.inside-service-1 .txtbox {
    width: 38%;
    float: left;
    line-height: .36rem;
    font-size: .18rem;
    padding-top: 1.1rem;
    padding-left: 1rem
}

.inside-service-1 .icon {
    width: .7rem;
    height: .7rem
}

.inside-service-1 .t1 {
    color: #333;
    font-weight: 700;
    line-height: .5rem;
    font-size: .4rem;
    padding-bottom: .3rem;
    padding-top: .3rem
}

.inside-service-1 .t1 span {
    color: #073190
}

.inside-service-1 .t2 {
    color: #333;
    font-size: .24rem;
    font-weight: 700;
    padding-top: .4rem;
    padding-bottom: .1rem
}

@media (max-width: 1023px) {
    .inside-service-1 {
        padding:50px 0
    }

    .inside-service-1 .pic {
        display: none
    }

    .inside-service-1 .txtbox {
        width: 100%;
        float: none;
        font-size: 16px;
        line-height: 24px;
        max-width: 640px;
        margin: 0 auto;
        padding: 0 20px
    }
}

.insde-service-2 {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 9.6rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.insde-service-2 .txtbox {
    max-width: 6.4rem;
    font-size: .18rem;
    line-height: .36rem
}

.insde-service-2 .tu img {
    max-height: .91rem
}

.insde-service-2 h1 {
    font-size: .36rem;
    padding-top: .4rem;
    padding-bottom: .7rem
}

@media (max-width: 1023px) {
    .insde-service-2 {
        height:auto;
        padding: 60px 0
    }

    .insde-service-2 .txtbox {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px
    }

    .insde-service-2 h1 {
        padding-top: 15px;
        padding-bottom: 30px
    }
}

.home-liucheng {
    padding: 1rem 0;
    background: #f5f5f5
}

.home-liucheng .index-title {
    margin-bottom: .6rem;
    font-weight: 700;
    color: #073190;
    line-height: .4rem;
    text-align: center;
    font-size: .4rem
}

.home-liucheng .index-title img {
    max-height: .41rem
}

.home-liucheng .liuchenglist {
    margin: 0 -0.23rem;
    text-align: center
}

.home-liucheng .liuchenglist li {
    float: left;
    width: 25%;
    padding: 0 .23rem;
    margin-bottom: .41rem;
    position: relative;
    cursor: pointer
}

.home-liucheng .liuchenglist li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -0.15rem;
    height: 100%;
    width: .29rem;
    background: url("../images/jjian.png") no-repeat center center
}

.home-liucheng .liuchenglist li .box {
    border-radius: .1rem;
    overflow: hidden;
    position: relative
}

.home-liucheng .liuchenglist li .box .img {
    background-color: #fff;
    padding: .55rem .2rem;
    height: 2.91rem
}

.home-liucheng .liuchenglist li .pic {
    width: .7rem;
    margin: 0 auto
}

.home-liucheng .liuchenglist li .pic .ph {
    display: none
}

.home-liucheng .liuchenglist li .text {
    font-size: .28rem;
    margin-top: .3rem;
    color: #565656
}

.home-liucheng .liuchenglist li .span {
    font-size: .54rem;
    color: #e6e6e6;
    position: absolute;
    bottom: -0.4rem;
    font-weight: bold;
    left: 0;
    width: 100%;
    text-align: center
}

.home-liucheng .liuchenglist li:nth-child(4):after {
    top: auto;
    bottom: -0.34rem;
    right: 0;
    height: .29rem;
    width: 100%;
    background: url("../images/jian2.png") no-repeat center center
}

.home-liucheng .liuchenglist li:nth-child(5),.home-liucheng .liuchenglist li:nth-child(6),.home-liucheng .liuchenglist li:nth-child(7),.home-liucheng .liuchenglist li:nth-child(8) {
    float: right
}

.home-liucheng .liuchenglist li:nth-child(5):after,.home-liucheng .liuchenglist li:nth-child(6):after,.home-liucheng .liuchenglist li:nth-child(7):after,.home-liucheng .liuchenglist li:nth-child(8):after {
    background: url("../images/jian1.png") no-repeat center center;
    right: auto;
    left: -0.15rem
}

.home-liucheng .liuchenglist li:nth-child(8):after {
    display: none
}

.home-liucheng .liuchenglist li:hover .box .img {
    background: none
}

.home-liucheng .liuchenglist li:hover .pic .ph {
    display: block
}

.home-liucheng .liuchenglist li:hover .pic .p {
    display: none
}

.home-liucheng .liuchenglist li:hover .text {
    color: #f5f7fb
}

.home-liucheng .liuchenglist li:hover:after {
    background: url("../images/jianh.png") no-repeat center center
}

.home-liucheng .liuchenglist li:nth-child(4):hover:after {
    background: url("../images/jian2h.png") no-repeat center center
}

.home-liucheng .liuchenglist li:nth-child(5):hover:after,.home-liucheng .liuchenglist li:nth-child(6):hover:after,.home-liucheng .liuchenglist li:nth-child(7):hover:after,.home-liucheng .liuchenglist li:nth-child(8):hover:after {
    background: url("../images/jian1h.png") no-repeat center center
}

@media (max-width: 640px) {
    .home-liucheng {
        padding:40px 0
    }

    .home-liucheng .liuchenglist {
        margin-left: -5px;
        margin-right: -5px
    }

    .home-liucheng .liuchenglist li {
        width: 33.333%;
        padding: 0 5px;
        float: left !important;
        margin-bottom: 20px
    }

    .home-liucheng .liuchenglist li .box .img {
        height: 160px
    }

    .home-liucheng .liuchenglist li .text {
        margin-top: 10px;
        font-size: 16px
    }

    .home-liucheng .liuchenglist li:after {
        display: none !important
    }
}

#certify {
    padding-bottom: .2rem;
    position: relative;
    margin-top: .7rem
}

#certify .swiper-slide {
    width: 5.23rem;
    height: 5.2rem;
    background: #fff;
    box-shadow: 0 0 .3rem rgba(0,0,0,0.3);
    border-radius: .1rem
}

#certify .swiper-slide img {
    display: block;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem
}

#certify .swiper-button-prev {
    left: -0.3rem
}

#certify .swiper-button-next {
    right: -0.2rem
}

#certify .swiper-button-prev,#certify .swiper-button-next {
    width: .62rem;
    height: .62rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #073190;
    background: rgba(255,255,255,0.54);
    border-radius: 50%
}

#certify .swiper-button-prev:after,#certify .swiper-button-next:after {
    color: #073190;
    font-size: .22rem
}

#certify .swiper-button-prev:hover,#certify .swiper-button-next:hover {
    background: #073190
}

#certify .swiper-button-prev:hover:after,#certify .swiper-button-next:hover:after {
    color: #fff
}

@media (max-width: 640px) {
    #certify {
        margin-top:30px
    }
}

@media (max-width: 420px) {
    #certify .swiper-slide {
        width:100%
    }
}

.inside-service-3 {
    padding: 1.2rem 0;
    padding-bottom: 1rem;
    background-size: cover
}

.inside-service-3 .txtbox {
    padding: .4rem .6rem
}

.inside-service-3 .name {
    color: #333;
    height: .3rem;
    overflow: hidden;
    line-height: .3rem;
    font-size: .24rem
}

.inside-service-3 .tag {
    color: #a1a1a1;
    font-family: arial;
    font-size: .14rem;
    margin: .15rem 0
}

.inside-service-3 .dow {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .4rem;
    padding: 0 .2rem;
    line-height: .4rem;
    min-width: 1.54rem;
    border-radius: .3rem;
    display: inline-block;
    background: #073190
}

.inside-service-3 .dow img {
    float: right;
    border-radius: 0;
    margin-top: .1rem;
    max-height: .21rem;
    display: inline-block !important
}

@media (max-width: 1023px) {
    .inside-service-3 {
        padding:50px 0
    }

    .inside-service-3 .tag {
        font-size: 14px
    }
}

.inside-appshow-1 {
    color: #2d3132;
    font-size: .18rem;
    line-height: .3rem;
    padding: .8rem 0
}

.inside-appshow-1 h1 {
    font-size: .4rem;
    line-height: .4rem
}

.inside-appshow-1 h1 img {
    max-height: .41rem
}

.inside-appshow-1 .text {
    padding-top: .3rem
}

.inside-appshow-1 .ibutton {
    margin-top: .4rem
}

.inside-appshow-1 .ibutton a {
    margin-left: .2rem;
    text-align: center;
    padding: 0 .1rem;
    display: inline-block;
    height: .4rem;
    min-width: 1.4rem;
    line-height: .38rem;
    border: solid 1px #acacac
}

.inside-appshow-1 .ibutton a:first-child {
    margin-left: 0
}

.inside-appshow-1 .ibutton a:hover {
    border-color: #073190
}

.inside-appshow-1 .ibutton img {
    max-height: .25rem;
    margin-top: .08rem;
    margin-right: .05rem
}

.inside-appshow-1 .ibutton .yx {
    color: #fff;
    border-color: #073190;
    background: #073190
}

@media (max-width: 1023px) {
    .inside-appshow-1 {
        padding:40px 0;
        font-size: 14px;
        line-height: 24px
    }

    .inside-appshow-1 .ibutton a {
        margin-left: 5px;
        height: 36px;
        line-height: 34px
    }

    .inside-appshow-1 .ibutton img {
        margin-top: 8px
    }
}

.inside-appshow-2 {
    min-height: 6.32rem;
    padding-top: 1.2rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #f8f8f8
}

.inside-appshow-2 .icon {
    text-align: center
}

.inside-appshow-2 .icon img {
    max-height: 1.01rem
}

.inside-appshow-2 .title {
    margin-top: .2rem;
    text-align: center;
    color: #fff;
    font-size: .4rem;
    line-height: .5rem;
    font-weight: 700
}

.inside-appshow-2 .list {
    text-align: center
}

.inside-appshow-2 .container {
    position: relative
}

.inside-appshow-2 li {
    width: 33.33%;
    text-align: left;
    margin-top: .5rem;
    margin-bottom: .8rem
}

.inside-appshow-2 li:hover .item {
    box-shadow: 0 0 .3rem rgba(0,0,0,0.15)
}

.inside-appshow-2 li:hover .dow {
    background-color: #073190
}

.inside-appshow-2 li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-appshow-2 .item {
    width: 100%;
    display: block;
    min-height: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    color: #2d3132;
    padding-bottom: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-appshow-2 .pic {
    overflow: hidden;
    position: relative
}

.inside-appshow-2 .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-appshow-2 .pic:after {
    content: "";
    display: block;
    padding-bottom: 65.42669584%;
    padding-bottom: 100%;
}

.inside-appshow-2 .txt {
    height: 2.4rem;
    overflow: auto;
    padding: .2rem .24rem
}

.inside-appshow-2 .tit {
    color: #073190;
    font-size: .24rem;
    line-height: .4rem;
    font-weight: 700;
    margin-bottom: .1rem;
    max-height: .8rem;
    overflow: hidden
}

.inside-appshow-2 .t1 {
    padding-left: .9rem;
    line-height: .3rem;
    max-height: .6rem;
    overflow: hidden;
    margin-top: .05rem;
    position: relative
}

.inside-appshow-2 .t1 span {
    top: 0;
    left: 0;
    position: absolute
}

.inside-appshow-2 .t2 {
    margin-top: .05rem;
    line-height: .3rem;
    max-height: 1.5rem;
    overflow: hidden
}

.inside-appshow-2 .dow {
    bottom: 0;
    right: 0;
    line-height: .48rem;
    text-align: center;
    height: .48rem;
    width: .68rem;
    background: #2d3132;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-appshow-2 .dow:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: .16rem solid #fff;
    border-right: .16rem solid transparent
}

.inside-appshow-2 .dow img {
    vertical-align: middle;
    max-height: .24rem
}

.inside-appshow-2 .swiper-button-prev,.inside-appshow-2 .swiper-button-next {
    opacity: 1 !important;
    width: .55rem;
    height: .55rem;
    border: solid 1px #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: .05rem;
    background: rgba(247,250,253,0.32)
}

.inside-appshow-2 .swiper-button-prev:after,.inside-appshow-2 .swiper-button-next:after {
    color: #fff;
    font-size: .16rem
}

.inside-appshow-2 .swiper-button-prev:hover,.inside-appshow-2 .swiper-button-next:hover {
    border-color: #073190;
    background: #073190
}

.inside-appshow-2 .swiper-button-prev {
    left: -0.8rem
}

.inside-appshow-2 .swiper-button-next {
    right: -0.8rem
}

@media (max-width: 1300px) {
    .inside-appshow-2 .swiper-button-prev,.inside-appshow-2 .swiper-button-next {
        border-color:#eee;
        background: #fff
    }

    .inside-appshow-2 .swiper-button-prev:after,.inside-appshow-2 .swiper-button-next:after {
        color: #666
    }

    .inside-appshow-2 .swiper-button-prev {
        left: 0
    }

    .inside-appshow-2 .swiper-button-next {
        right: 0
    }

    .inside-appshow-2 .t2 {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width: 1023px) {
    .inside-appshow-2 {
        padding-top:20px
    }

    .inside-appshow-2 .title {
        line-height: 30px;
        font-size: 20px;
        margin-top: 0
    }

    .inside-appshow-2 .icon img {
        max-height: 50px
    }

    .inside-appshow-2 li {
        margin-top: 40px
    }

    .inside-appshow-2 .txt {
        padding: 20px;
        padding-bottom: 40px
    }

    .inside-appshow-2 .swiper-button-prev {
        left: 10px
    }

    .inside-appshow-2 .swiper-button-next {
        right: 10px
    }
}

.inside-appshow-3 {
    padding: .8rem 0
}

.inside-appshow-3 .title {
    color: #2d3132;
    font-weight: 700;
    font-size: .4rem;
    line-height: .4rem;
    text-align: center
}

.inside-appshow-3 .title img {
    margin-left: .1rem;
    max-height: .41rem
}

@media (max-width: 1023px) {
    .inside-appshow-3 .title {
        font-size:22px;
        line-height: 30px
    }

    .inside-appshow-3 .title img {
        max-height: 30px
    }
}

.inside-appshow-4 {
    background: #f8f8f8
}

.inside-appshow-4 .list {
    padding-top: .5rem
}

.inside-appshow-4 .list li {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .3rem;
    margin-top: .1rem;
    border-radius: .1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 .14rem rgba(204,225,246,0.35);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-appshow-4 .list li:hover {
    background: #073190
}

.inside-appshow-4 .list li:hover .icon {
    background: #3cb6ef
}

.inside-appshow-4 .list li:hover .icon img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.inside-appshow-4 .list li:hover .tit,.inside-appshow-4 .list li:hover .txt {
    color: #fff
}

.inside-appshow-4 .list .icon {
    width: .9rem;
    height: .9rem;
    background: #cfe5f7;
    border-radius: 50%;
    text-align: center;
    line-height: .84rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-appshow-4 .list .icon img {
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    border: dashed 1px #073190;
    max-height: .67rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-appshow-4 .list .txtbox {
    width: 80%;
    line-height: .3rem;
    padding-left: .25rem
}

.inside-appshow-4 .list .tit {
    color: #000;
    font-size: .22rem;
    font-weight: 700
}

.inside-appshow-4 .list .txt {
    margin-top: .1rem
}

.inside-appshow-4 .list .num {
    width: 14%;
    color: #e7ecf0;
    text-align: center;
    font-size: .64rem;
    line-height: .7rem;
    font-family: "Oswald-Bold"
}

@media (max-width: 480px) {
    .inside-appshow-4 .num {
        display:none
    }
}

.inside-appshow-5 .list {
    margin-top: .5rem
}

.inside-appshow-5 .list li {
    width: 25%
}

.inside-appshow-5 .list li .item {
    position: relative
}

.inside-appshow-5 .list li .tit {
    bottom: .1rem;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: .18rem;
    overflow: hidden;
    font-weight: 700;
    height: .5rem;
    text-align: center;
    padding: 0 .15rem;
    line-height: .5rem;
    position: absolute
}

.inside-appshow-5 .list li .pic {
    overflow: hidden;
    position: relative
}

.inside-appshow-5 .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-appshow-5 .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 75.14285714%
}

@media (max-width: 1023px) {
    .inside-appshow-5 .list li .tit {
        font-size:16px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px
    }
}

.inside-epcm-1 {
    background: #f7f7f7
}

.inside-epcm-1 .container {
    max-width: 19.2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.inside-epcm-1 .textbox {
    width: 58%;
    padding-right: .5rem;
    padding-left: 2.4rem
}

.inside-epcm-1 .list {
    width: 42%
}

.inside-epcm-1 .list .pic:after {
    padding-bottom: 66.25%
}

@media (max-width: 1023px) {
    .inside-epcm-1 .list {
        width:100% !important
    }

    .inside-epcm-1 .container {
        max-width: 640px
    }
}

.inside-epcm-2 {
    padding: .9rem 0;
    padding-bottom: .3rem
}

.inside-epcm-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.26rem
}

.inside-epcm-2 li {
    padding: 0 .26rem;
    width: 24%
}

.inside-epcm-2 li .item {
    width: 100%;
    height: 2.6rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #fff
}

.inside-epcm-2 li .icon {
    position: absolute;
    top: .2rem;
    right: .6rem
}

.inside-epcm-2 li .icon img {
    max-height: .61rem
}

.inside-epcm-2 li .tit {
    color: #fff;
    padding-top: .5rem;
    padding-left: .2rem;
    height: 1.67rem;
    background: #073190;
    font-size: .38rem;
    font-family: arial;
    font-weight: 700;
    letter-spacing: -2px
}

.inside-epcm-2 li .tit span {
    font-size: 1rem;
    line-height: 1rem
}

.inside-epcm-2 li .txt {
    color: #073190;
    font-size: .3rem;
    line-height: .46rem;
    text-align: center;
    padding: 0 .15rem;
    padding-top: .2rem
}

.inside-epcm-2 li:first-child,.inside-epcm-2 li:last-child {
    width: 26%
}

.inside-epcm-2 li:first-child .item,.inside-epcm-2 li:last-child .item {
    background-color: transparent
}

.inside-epcm-2 li:first-child .tit,.inside-epcm-2 li:last-child .tit {
    width: 87.6%
}

.inside-epcm-2 li:first-child .txt,.inside-epcm-2 li:last-child .txt {
    padding-right: .6rem
}

.inside-epcm-2 li:nth-child(2) .tit {
    background: #fbc304;
    margin-top: .2rem
}

.inside-epcm-2 li:nth-child(2) .icon {
    right: .15rem
}

.inside-epcm-2 li:nth-child(3) .tit {
    background: #897db2
}

.inside-epcm-2 li:nth-child(3) .icon {
    right: .15rem
}

.inside-epcm-2 li:nth-child(4) .tit {
    background: #11b14b;
    margin-top: .2rem
}

@media (max-width: 1023px) {
    .inside-epcm-2 {
        padding-bottom:40px
    }

    .inside-epcm-2 ul {
        margin: 0 -10px
    }

    .inside-epcm-2 li {
        padding: 0 10px;
        width: 50% !important
    }
}

@media (max-width: 480px) {
    .inside-epcm-2 li {
        width:100% !important;
        margin-top: 20px !important
    }

    .inside-epcm-2 li .item {
        height: auto;
        background-image: none !important;
        background-color: #f1f1f1 !important
    }

    .inside-epcm-2 li .tit {
        width: 100% !important;
        font-size: 20px;
        letter-spacing: 0;
        margin-top: 0 !important
    }

    .inside-epcm-2 li .txt {
        font-size: 20px;
        line-height: 30px;
        padding: 30px 20px !important
    }

    .inside-epcm-2 li:first-child {
        margin-top: 0 !important
    }
}

.inside-epcm-9 li:first-child .tit,.inside-epcm-9 li:last-child .tit {
    width: 87.6%
}

.inside-epcm-9 .item {
    background: #f1f1f1 !important
}

@media (max-width: 1023px) {
    .inside-epcm-9 {
        padding-top:20px
    }

    .inside-epcm-9 li:first-child .tit,.inside-epcm-9 li:last-child .tit {
        width: 100%
    }

    .inside-epcm-9 li {
        margin-top: 20px
    }
}

.inside-epcm-3 {
    padding: .8rem 0;
    background: #f7f7f7
}

.inside-epcm-3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.25rem
}

.inside-epcm-3 li {
    width: 33.3333%;
    padding: 0 .25rem
}

.inside-epcm-3 li .item {
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    padding: .15rem;
    border-radius: .1rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    box-shadow: 0 0 .14rem rgba(204,225,246,0.35)
}

.inside-epcm-3 li .box {
    width: 100%;
    line-height: .3rem;
    font-size: .16rem;
    padding: .2rem;
    border: dashed 1px #fff;
    border-radius: .1rem;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease
}

.inside-epcm-3 li .t1,.inside-epcm-3 li .t2 {
    text-align: center;
    color: #073190;
    font-size: .26rem;
    line-height: .36rem
}

.inside-epcm-3 li .t2 {
    font-weight: 700;
    padding-bottom: .2rem;
    border-bottom: dashed 1px #b3b3b3
}

.inside-epcm-3 li .txt {
    padding-top: .2rem
}

.inside-epcm-3 li:hover .item {
    background: #073190
}

.inside-epcm-3 li:hover .box {
    color: #fff;
    border-color: #fff
}

.inside-epcm-3 li:hover .t1,.inside-epcm-3 li:hover .t2 {
    color: #fff
}

.inside-epcm-3 li:hover .t2 {
    border-color: #fff
}

@media (max-width: 1023px) {
    .inside-epcm-3 ul {
        margin-left:0;
        margin-right: 0
    }

    .inside-epcm-3 li {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .inside-epcm-3 li .box {
        font-size: 14px;
        line-height: 24px
    }

    .inside-epcm-3 li:first-child {
        margin-top: 0
    }
}

.inside-epcm-4 {
    color: #fff;
    padding-top: 1.2rem;
    background: #5391ca
}

.inside-epcm-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.inside-epcm-4 .tit {
    width: 39%;
    font-weight: 700;
    font-size: .4rem;
    line-height: .6rem
}

.inside-epcm-4 .tit img {
    margin-left: .1rem;
    max-height: .61rem
}

.inside-epcm-4 .pic {
    width: 61%;
    z-index: 3;
    position: relative;
    bottom: -0.2rem
}

@media (max-width: 1023px) {
    .inside-epcm-4 {
        padding-top:50px
    }

    .inside-epcm-4 .tit {
        font-size: 20px;
        line-height: 30px;
        width: 50%
    }

    .inside-epcm-4 .tit img {
        max-height: 30px
    }

    .inside-epcm-4 .pic {
        width: 50%
    }
}

.inside-epcm-5 .list {
    padding-top: 0
}

.inside-epcm-6 .title {
    color: #073190
}

.inside-epcm-6 .inside-proright {
    width: 100%;
    float: none
}

.inside-epcm-6 .list ul {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    margin: 0;
    margin-top: .5rem
}

.inside-epcm-6 .list ul li {
    padding: 0;
    width: 25%
}

.inside-epcm-7 {
    background: #f7f7f7
}

.inside-epcm-7 .title {
    color: #073190
}

.inside-proshow-1 .title {
    text-align: left;
    color: #073190
}

.inside-proshow-1 .text {
    line-height: .3rem;
    padding-top: .2rem
}

.inside-proshow-1 .text p {
    padding-top: .1rem
}

.inside-proshow-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -0.56rem
}

.inside-proshow-1 .list li:first-child span:before {
    display: none
}

.inside-proshow-1 .list li:last-child span:after {
    display: none
}

.inside-proshow-1 .list li:last-child:before,.inside-proshow-1 .list li:nth-child(7):before {
    display: none
}

.inside-proshow-1 .list li {
    width: 14.28571429%;
    color: #333;
    padding: 0 .3rem;
    text-align: center;
    margin-top: .5rem;
    position: relative
}

.inside-proshow-1 .list li:before {
    content: "";
    top: .68rem;
    left: 22%;
    width: 100%;
    height: .01rem;
    position: absolute;
    background: #97d5f2
}

.inside-proshow-1 .list span {
    z-index: 2;
    position: relative;
    max-width: 1.32rem;
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    border: solid 1px #073190;
    background: #dceef6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-proshow-1 .list span img {
    max-height: 1.32rem;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-proshow-1 .list span .ic2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.inside-proshow-1 .list span:before,.inside-proshow-1 .list span:after {
    content: "";
    top: 51%;
    width: .07rem;
    height: .07rem;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inside-proshow-1 .list span:before {
    left: -0.07rem;
    background: url(../images/arrow-6.jpg) no-repeat center center
}

.inside-proshow-1 .list span:after {
    right: -0.07rem;
    background: url(../images/arrow-7.jpg) no-repeat center center
}

.inside-proshow-1 .list .tit {
    line-height: .3rem;
    font-size: .2rem;
    margin-top: .15rem
}

@media (min-width: 1025px) {
    .inside-proshow-1 .list li:hover span {
        background:#4fbcee
    }

    .inside-proshow-1 .list li:hover span:before {
        background: url(../images/arrow-6h.jpg) no-repeat center center
    }

    .inside-proshow-1 .list li:hover span:after {
        background: url(../images/arrow-7h.jpg) no-repeat center center
    }

    .inside-proshow-1 .list li:hover .ic1 {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .inside-proshow-1 .list li:hover .ic2 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.inside-proshow-1 .list-2 {
    margin-top: .2rem
}

.inside-proshow-1 .list-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.03rem
}

.inside-proshow-1 .list-2 .active {
    width: 32%
}

.inside-proshow-1 .list-2 .active .item {
    color: #fff;
    padding: .24rem;
    padding-top: .45rem;
    background: #073190;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-proshow-1 .list-2 .active .icon .ic1 {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.inside-proshow-1 .list-2 .active .icon .ic2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.inside-proshow-1 .list-2 .active .icon,.inside-proshow-1 .list-2 .active .tit,.inside-proshow-1 .list-2 .active .txt {
    margin-left: .1rem
}

.inside-proshow-1 .list-2 .active .tit {
    color: #fff;
    writing-mode: initial;
    text-align: left;
    letter-spacing: 0;
    line-height: .3rem
}

.inside-proshow-1 .list-2 .active .txt {
    opacity: 1;
    display: block;
    text-align: left;
    height: 1.2rem;
    overflow: auto;
    line-height: .24rem;
    position: relative;
    margin-top: .2rem;
    padding-left: .2rem
}

.inside-proshow-1 .list-2 .active .txt:before {
    content: "";
    top: .1rem;
    left: 0;
    width: .06rem;
    height: .06rem;
    position: absolute;
    background: #fff;
    border-radius: 50%
}

.inside-proshow-1 .list-2 .active .pic {
    display: block;
    margin-top: .2rem
}

.inside-proshow-1 .list-2 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .03rem;
    width: 7.55556%;
    margin-bottom: 5px;
}

.inside-proshow-1 .list-2 li .item {
    width: 100%;
    min-height: 100%;
    background: #f9fafb;
    position: relative;
    text-align: center;
    padding-top: .45rem;
    border: solid 1px #e8e8e9
}

.inside-proshow-1 .list-2 li .icon {
    position: relative
}

.inside-proshow-1 .list-2 li .icon img {
    max-height: .61rem
}

.inside-proshow-1 .list-2 li .ic2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-proshow-1 .list-2 li .tit {
    color: #333;
    font-size: .26rem;
    writing-mode: vertical-rl;
    line-height: 1rem;
    padding-top: .3rem;
    letter-spacing: .15rem
}

.inside-proshow-1 .list-2 li .txt {
    opacity: 0;
    display: none
}

.inside-proshow-1 .list-2 li .pic {
    display: none
}

@media (max-width: 1023px) {
    .inside-proshow-1 .list li::before {
        top:.68rem
    }

    .inside-proshow-1 .list ul {
        margin: 0 -10px
    }

    .inside-proshow-1 .list li {
        padding: 0 10px
    }

    .inside-proshow-1 .list .tit {
        font-size: 14px;
        margin-top: 15px;
        line-height: 24px
    }

    .inside-proshow-1 .list .txt {
        font-size: 12px;
        margin-top: 10px
    }

    .inside-proshow-1 .list-2 ul {
        margin: 0 -10px
    }

    .inside-proshow-1 .list-2 li {
        padding: 0 10px;
        margin-top: 20px !important;
        width: 50% !important
    }

    .inside-proshow-1 .list-2 li .item {
        color: #666 !important;
        padding: .24rem;
        padding-top: .45rem;
        background: #fff !important;
        -webkit-transition: background-color 500ms ease;
        transition: background-color 500ms ease
    }

    .inside-proshow-1 .list-2 li .icon .ic1 {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important
    }

    .inside-proshow-1 .list-2 li .icon .ic2 {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .inside-proshow-1 .list-2 li .icon,.inside-proshow-1 .list-2 li .tit,.inside-proshow-1 .list-2 li .txt {
        margin-left: 0 !important
    }

    .inside-proshow-1 .list-2 li .tit {
        color: #333 !important;
        writing-mode: initial;
        text-align: center !important;
        letter-spacing: 0;
        line-height: .3rem
    }

    .inside-proshow-1 .list-2 li .txt {
        opacity: 1;
        display: block;
        text-align: left;
        height: auto !important;
        overflow: auto !important;
        line-height: 20px !important;
        position: relative;
        margin-top: .2rem;
        padding-left: 0 !important
    }

    .inside-proshow-1 .list-2 li .txt:before {
        display: none !important
    }

    .inside-proshow-1 .list-2 li .pic {
        display: block;
        margin-top: .2rem
    }
}

@media (max-width: 640px) {
    .inside-proshow-1 .list li {
        width:33.333%
    }

    .inside-proshow-1 .list li:before {
        top: .73rem
    }

    .inside-proshow-1 .list li:nth-child(3):before,.inside-proshow-1 .list li:nth-child(9):before {
        display: none
    }

    .inside-proshow-1 .list li:before {
        display: none
    }
}

@media (max-width: 420px) {
    .inside-proshow-1 .list-2 li {
        width:100% !important
    }
}

.inside-proshow-2 {
    padding: .8rem 0 1.7rem 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.inside-proshow-2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial
}

.inside-proshow-2 .list {
    width: 45%
}

.inside-proshow-2 .list .pic:after {
    padding-bottom: 88%
}

.inside-proshow-2 .textbox {
    width: 55%;
    padding-top: .8rem;
    font-size: .18rem;
    line-height: .36rem;
    padding-left: 2.5rem
}

.inside-proshow-2 .textbox h1 {
    padding-bottom: .15rem
}

.inside-proshow-2 .swiper-wrapper {
    margin-bottom: .2rem
}

.inside-proshow-2 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

.inside-proshow-2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .1rem
}

.inside-proshow-2 .swiper-pagination-bullet {
    background: #fff;
    width: .14rem;
    height: .14rem
}

.inside-proshow-2 .swiper-pagination-bullet-active {
    background: #073190
}

.inside-proshow-2 .ibutton {
    margin-top: 0.8rem
}

@media (max-width: 1023px) {
    .inside-proshow-2 {
        padding:40px 0
    }

    .inside-proshow-2 .ibutton {
        margin-top: 40px
    }

    .inside-proshow-2 .textbox {
        line-height: 24px
    }
}

.inside-proshow-3 {
    z-index: 3;
    background: #f7f7f7
}

.inside-proshow-3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inside-proshow-3 li {
    width: 25%;
    background: #fff;
    margin-top: -1.3rem;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 .1rem .1rem rgba(0,0,0,0.03);
    padding: .3rem .4rem
}

.inside-proshow-3 li .icon img {
    max-height: .41rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-proshow-3 li .t1 {
    color: #073190;
    font-weight: 700;
    font-size: .2rem;
    margin: .1rem 0
}

.inside-proshow-3 li:nth-child(2n) {
    background: #fafafa
}

.inside-proshow-3 li:hover {
    box-shadow: 0 0 .1rem rgba(0,160,233,0.15)
}

.inside-proshow-3 li:hover .icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 1023px) {
    .inside-proshow-3 {
        padding-top:40px
    }

    .inside-proshow-3 li {
        width: 50%;
        margin-top: 0
    }

    .inside-proshow-3 li .icon img {
        max-height: 40px
    }

    .inside-proshow-3 li:nth-child(3) {
        background: #fafafa
    }

    .inside-proshow-3 li:nth-child(4) {
        background: #fff
    }
}

@media (max-width: 414px) {
    .inside-proshow-3 li {
        width:100%;
        background: #fff !important
    }

    .inside-proshow-3 li:nth-child(2n) {
        background: #fafafa !important
    }
}

.inside-proshow-4 {
    padding: .8rem 0;
    background: #f7f7f7
}

.inside-proshow-4 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
    padding-top: .4rem
}

.inside-proshow-4 li {
    width: 25%;
    padding: 0 .2rem;
    padding-top: .4rem
}

.inside-proshow-4 li .item {
    min-height: 100%;
    background: #fff;
    padding: .3rem;
    text-align: center;
    font-size: .18rem;
    line-height: .32rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-proshow-4 li .icon {
    margin: 0 auto;
    max-width: .41rem;
    position: relative
}

.inside-proshow-4 li .icon img {
    max-height: .41rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-proshow-4 li .ic2 {
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute
}

.inside-proshow-4 li .tit {
    color: #333;
    font-weight: 700;
    font-size: .24rem;
    margin: .15rem 0
}

.inside-proshow-4 li:hover .item {
    color: #fff;
    background: #073190
}

.inside-proshow-4 li:hover .tit {
    color: #fff
}

.inside-proshow-4 li:hover .ic1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.inside-proshow-4 li:hover .ic2 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 1023px) {
    .inside-proshow-4 ul {
        margin-left:-10px;
        margin-right: -10px
    }

    .inside-proshow-4 li {
        width: 50%;
        padding: 0 10px;
        margin-top: 20px
    }

    .inside-proshow-4 li .item {
        font-size: 14px;
        line-height: 24px
    }

    .inside-proshow-4 li .icon img {
        max-height: 40px
    }
}

@media (max-width: 414px) {
    .inside-proshow-4 li {
        width:100%
    }
}

.inside-proshow-5 {
    /*padding-bottom:0;*/
}

.inside-proshow-5 table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-top: .5rem
}

.inside-proshow-5 th,.inside-proshow-5 td {
    border: 1px solid #ddd;
    line-height: .4rem;
    padding: .1rem 0
}

.inside-proshow-5 th {
    background-color: #00a0ea;
    color: #fff;
    border-bottom-width: 1px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.inside-proshow-5 td {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.inside-proshow-5 tr:nth-child(2n+1) {
    background-color: #f7f7f7
}

.inside-proshow-5 tr:hover {
    background-color: #f3f9ff
}

@media (max-width: 640px) {
    .inside-proshow-5 .table {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto
    }

    .inside-proshow-5 .table table {
        width: 1200px
    }
}

.inside-proshow-6 .videobox {
    position: relative;
    margin-top: .4rem
}

.inside-proshow-6 .videobtn {
    top: 50%;
    left: 50%;
    z-index: 3;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.inside-proshow-6 .circle {
    width: 1.45rem;
    height: 1.45rem;
    display: block;
    text-align: center;
    line-height: 1.45rem;
    z-index: 2;
    margin: auto;
    border-radius: 50%;
    background: transparent
}

.inside-proshow-6 .circle i {
    z-index: 5;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: .02rem;
    border-left: solid .2rem #fff;
    border-top: solid .12rem transparent;
    border-bottom: solid .12rem transparent
}

.inside-proshow-6 .circle:after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: ripple 2s ease-out 0s infinite;
    animation: ripple 2s ease-out 0s infinite;
    background: -webkit-linear-gradient(left, #fff, #fff);
    background: linear-gradient(to right, #fff, #fff)
}

.inside-proshow-6 .circle:before {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-animation: ripple 2s ease-out 1s infinite;
    animation: ripple 2s ease-out 1s infinite
}

.inside-proshow-7 {
    background: #f7f7f7;
    padding: .8rem 0
}

.inside-proshow-7 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: .55rem .35rem;
    border-radius: .1rem;
    box-shadow: 0 .06rem .21rem 0 rgba(23,129,198,0.14)
}

.inside-proshow-7 .lxfs {
    width: 4.02rem;
    border-radius: .1rem;
    background-position: left top;
    background-size: cover;
    color: #fff;
    padding: .5rem .3rem
}

.inside-proshow-7 .lxfs a {
    color: #fff
}

.inside-proshow-7 .lxfs .titleBig {
    font-size: .32rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .3rem
}

.inside-proshow-7 .lxfs .list li {
    padding-bottom: .25rem
}

.inside-proshow-7 .lxfs .list .box {
    display: block;
    padding-left: .4rem;
    position: relative
}

.inside-proshow-7 .lxfs .list .icon {
    display: block;
    width: .24rem;
    height: .24rem;
    position: absolute;
    top: 0;
    left: 6px
}

.inside-proshow-7 .lxfs .list .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.inside-proshow-7 .lxfs .list .title {
    font-weight: 700
}

.inside-proshow-7 .message {
    padding: 0 0 0 .95rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.inside-proshow-7 .message .titleBig {
    margin-bottom: .4rem
}

.inside-proshow-7 .message .titleBig .title {
    font-weight: 700;
    line-height: .4rem;
    font-size: .3rem;
    color: #073190;
    line-height: 2
}

.inside-proshow-7 .message .titleBig .title img {
    margin-left: .05rem;
    vertical-align: middle
}

.inside-proshow-7 .message .titleBig .info {
    color: #616161
}

.inside-proshow-7 .message .list {
    position: relative;
    margin-left: -0.15rem;
    margin-right: -0.15rem
}

.inside-proshow-7 .message li {
    width: 33.33333333%;
    float: left;
    padding: 0 .15rem .15rem .15rem;
    position: relative
}

.inside-proshow-7 .message .verifyDiv {
    width: 50%
}

.inside-proshow-7 .message .col-1 {
    width: 100%
}

.inside-proshow-7 .message .col-2 {
    width: 50%
}

.inside-proshow-7 .message .box {
    display: block;
    position: relative
}

.inside-proshow-7 .message .red {
    position: absolute;
    z-index: 9;
    left: .15rem;
    top: .15rem;
    color: #f00
}

.inside-proshow-7 .message .input-form,.inside-proshow-7 .message .textare-form {
    border: none;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    background: #eef8ff;
    padding: 0 .3rem;
    font-family: "microsoft yahei";
    border: 1px #eef8ff solid
}

.inside-proshow-7 .message .input-form:focus,.inside-proshow-7 .message .textare-form:focus {
    border: #073190 solid 1px
}

.inside-proshow-7 .message .input-form {
    width: 100%;
    float: left;
    height: .52rem;
    line-height: .5rem
}

.inside-proshow-7 .message .textare-form {
    width: 100%;
    padding-top: .1rem;
    padding-bottom: .1rem;
    line-height: .3rem;
    min-height: 1.12rem
}

.inside-proshow-7 .message .textare-form:focus {
    border: #073190 solid 1px
}

.inside-proshow-7 .message .btn {
    padding-bottom: 0;
    padding-top: .25rem;
    width: 100%
}

.inside-proshow-7 .message .submit,.inside-proshow-7 .message .reset {
    font-size: 14px;
    width: 33.3333333%;
    display: inline-block;
    max-width: 2rem;
    text-align: center;
    line-height: .55rem;
    height: .55rem;
    color: #fff;
    margin-right: .2rem;
    background: #073190;
    border: none;
    border-radius: .05rem;
    appearance: none;
    -webkit-tap-highlight-color: transparent
}

.inside-proshow-7 .message .submit .icon,.inside-proshow-7 .message .reset .icon {
    display: inline-block;
    width: .24rem;
    height: .24rem;
    vertical-align: middle;
    margin-top: -0.03rem;
    margin-right: .05rem;
    font-size: 0
}

.inside-proshow-7 .message .submit:hover,.inside-proshow-7 .message .reset:hover {
    background: #073190;
    color: #fff
}

.inside-proshow-7 .message .reset {
    color: #666
}

@media screen and (max-width: 1023px) {
    .inside-proshow-7 .container {
        max-width:640px;
        display: block;
        background: transparent
    }

    .inside-proshow-7 .lxfs {
        width: 100%
    }

    .inside-proshow-7 .message {
        padding: 40px 0 0 0
    }

    .inside-proshow-7 .message .titleBig {
        font-size: 24px;
        margin-bottom: 20px
    }

    .inside-proshow-7 .message .list {
        margin: auto;
        margin-left: -5px;
        margin-right: -5px
    }

    .inside-proshow-7 .message li {
        width: 100%;
        padding: 0 5px 10px 5px
    }

    .inside-proshow-7 .message .form-input {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 10px 0 20px
    }

    .inside-proshow-7 .message textarea {
        font-size: 14px;
        padding: 0 10px 0 20px
    }

    .inside-proshow-7 .message .red {
        top: 8px;
        left: 10px
    }

    .inside-proshow-7 .message .btn {
        padding-top: 10px;
        font-size: 14px
    }

    .inside-proshow-7 .message .input-form,.inside-proshow-7 .message .textare-form {
        background-color: #fff
    }

    .inside-proshow-7 .message .submit,.inside-proshow-7 .message .reset {
        font-size: 14px;
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 640px) {
    .inside-proshow-7 {
        padding:30px 0
    }

    .inside-proshow-7 .container {
        box-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 0 15px
    }

    .inside-proshow-7 .lxfs {
        font-size: 14px;
        padding: 30px 20px
    }

    .inside-proshow-7 .lxfs .titleBig {
        font-size: 24px;
        margin-bottom: 20px
    }

    .inside-proshow-7 .lxfs .list li {
        padding-bottom: 20px
    }

    .inside-proshow-7 .message .titleBig .title {
        font-size: 24px
    }

    .inside-proshow-7 .message .titleBig .info {
        font-size: 14px
    }

    .inside-proshow-7 .message .input-form,.inside-proshow-7 .message .textare-form {
        padding-left: 20px;
        padding-right: 20px
    }

    .inside-proshow-7 .message .input-form {
        height: 42px;
        line-height: 40px
    }
}

.inside-about {
    padding: .8rem 0
}

.inside-about .leftbox {
    width: 48%
}

.inside-about .leftbox .icon img {
    max-height: .81rem
}

.inside-about .leftbox .tit {
    padding-top: .2rem;
    font-size: .28rem;
    line-height: .38rem
}

.inside-about .leftbox .numlist {
    padding-top: .4rem;
    width: 100%
}

.inside-about .leftbox .numlist ul {
    margin-left: 0
}

.inside-about .leftbox .numlist .counter {
    font-family: "Oswald-Bold"
}

.inside-about .picbox {
    width: 51%;
    position: relative
}

.inside-about .picbox .videobtn {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: .7rem;
    height: .7rem;
    position: absolute;
    border: solid 3px #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.inside-about .picbox .videobtn:after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: solid .16rem #fff;
    border-top: solid .12rem transparent;
    border-bottom: solid .12rem transparent
}

@media (max-width: 1023px) {
    .inside-about .leftbox {
        width:100%
    }

    .inside-about .picbox {
        width: 100%;
        margin-top: 30px
    }
}

.inside-about-2 {
    padding: .8rem 0;
    background: #eef6fc
}

.inside-about-3 {
    padding: .8rem 0;
    overflow: hidden;
    background: url(../images/about-img-5.png) no-repeat top 0.8rem right 0.4rem;
    background-size: 5.7rem;
    position: relative
}

.inside-about-3 .title {
    color: #333;
    font-weight: 700;
    font-size: .36rem;
    line-height: .4rem
}

.inside-about-3 .title img {
    vertical-align: middle;
    max-height: .33rem;
    margin-bottom: .05rem;
    margin-left: .05rem
}

@media (max-width: 1023px) {
    .inside-about-3 {
        background:none;
        overflow: hidden
    }
}

.he_b3p3 {
    width: 100%;
    position: relative;
    overflow: hidden
}

.he_b3p3bx {
    width: 100%;
    position: relative
}

.he_b3p3ny {
    width: 100%;
    min-height: 4rem;
    margin-top: .85rem
}

.he_b3p3le {
    float: left;
    width: 2.22rem;
    position: relative
}

.he_b3p3eru {
    width: 100%;
    position: relative;
    padding-right: 10px
}

.he_b3p3eru {
    padding-top: 7px
}

.he_b3p3lzi {
    position: absolute;
    right: 0;
    width: 3.5rem;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translateY(-126px);
    -ms-transform: rotate(-90deg) translateY(-126px);
    transform: rotate(-90deg) translateY(-126px)
}

.he_b3p3lzi p {
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #048dcb, #0399ed);
    background-image: linear-gradient(to right, #048dcb, #0399ed);
    color: transparent;
    -webkit-background-clip: text
}

.he_b3p3lzi p {
    display: none
}

.he_b3p3lzi p:first-child {
    display: block
}

.he_b3p3jd {
    width: 1px;
    float: right;
    height: 6.2rem;
    position: relative
}

.he_b3p3hsa {
    width: 100%;
    height: 100%;
    background: #e8edf3;
    position: relative;
    overflow: hidden
}

.he_b3p3jd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background: #274a94;
    border-radius: 50%
}

.he_b3p3dny {
    width: 1px;
    height: 100%;
    background: #274a94;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.he_b3p3ri {
    float: right;
    width: calc(100% - 222rem/100);
    padding-left: .78rem;
    padding-right: 37%
}

.he_b3p3ri {
    position: relative
}

.he_maskl {
    width: 65%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: 10;
    -webkit-transition: all .5s;
    transition: all .5s
}

.he_maskls {
    width: 100%;
    height: 195px;
    background: #fff;
    position: absolute;
    top: -336px;
    left: 0
}

.he_maskl.yingc {
    opacity: 0
}

.he_b3p3dul {
    width: 100%;
    position: relative
}

.he_b3p3dli {
    width: 100%;
    position: relative;
    margin-bottom: .77rem;
    opacity: .25;
    -webkit-transition: all .36s;
    transition: all .36s
}

.he_b3p3dli.act {
    opacity: 1
}

.he_b3p3dty p {
    font-size: .36rem;
    line-height: .36rem;
    color: #073190;
    font-weight: 700
}

.he_b3p3dtya {
    margin-top: .17rem
}

.he_b3p3dtya p {
    font-size: .18rem;
    line-height: .33rem;
    color: #616161
}

@media (max-width: 1023px) {
    .he_b3p3ri {
        padding-right:0
    }

    .he_b3p3dtya p {
        font-size: 14px;
        line-height: 24px
    }

    .he_b3p3le {
        display: none
    }

    .he_b3p3lzi p {
        font-size: 30px
    }

    .he_b3p3ri {
        padding-right: 0;
        padding-left: 0;
        float: none;
        width: 100%
    }

    .he_maskl {
        width: 100%;
        display: none
    }
}

.inside-about-4 h1 {
    color: #333;
    padding-bottom: .5rem;
    line-height: .4rem;
    font-size: .4rem;
    font-weight: 700
}

.inside-about-4 h1 img {
    margin-top: .02rem;
    margin-left: .1rem;
    max-height: .41rem
}

.inside-about-4 .inside-epcm-2,.inside-about-4 .inside-epcm-3,.inside-about-4 .inside-appshow-4 {
    background: #eef6fc
}

.inside-about-4 .inside-epcm-3 {
    padding-bottom: 0;
    padding-top: 0
}

.inside-about-4 .inside-epcm-3 .container {
    overflow: hidden
}

.inside-about-4 .inside-epcm-3 .container ul {
    padding: .3rem 0;
    border-top: dashed 1px #b5b5b6;
    border-bottom: dashed 1px #b5b5b6
}

.inside-about-4 .inside-appshow-4 {
    padding-top: .3rem
}

.inside-about-4 .more {
    padding-top: .3rem;
    text-align: center
}

.inside-about-4 .more a {
    color: #fff;
    height: .42rem;
    text-align: center;
    border-radius: .3rem;
    line-height: .4rem;
    padding: 0 .1rem;
    display: inline-block;
    background: #fbc304;
    min-width: 1.5rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-about-4 .more a:hover {
    background: #073190
}

.inside-qywh {
    position: relative
}

.inside-qywh .tabcot {
    color: #fff;
    height: 95vh;
    padding-top: 1.7rem;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.inside-qywh .icon img {
    max-height: 1.01rem
}

.inside-qywh .title {
    color: #fff;
    font-size: .4rem;
    font-weight: 700;
    position: relative;
    padding-top: .2rem
}

.inside-qywh .title-2 {
    padding-top: .8rem
}

.inside-qywh .title-2 .cn {
    font-weight: 700;
    font-size: .3rem
}

.inside-qywh .text {
    padding-top: .3rem
}

.inside-qywh .t1 {
    font-weight: 700;
    font-size: .22rem;
    position: relative
}

.inside-qywh .tabcot {
    display: none
}

.inside-qywh .tabnav {
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    z-index: 99;
    position: absolute;
    height: 2.5rem
}

.inside-qywh .tabnav li:hover,.inside-qywh .tabnav .active {
    background: #073190
}

.inside-qywh .tabnav li:hover .ic2,.inside-qywh .tabnav .active .ic2 {
    opacity: 1
}

.inside-qywh .tabnav li:hover .ic1,.inside-qywh .tabnav .active .ic1 {
    opacity: 0
}

.inside-qywh .tabnav li:hover .icon img,.inside-qywh .tabnav .active .icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-qywh .tabnav li {
    float: left;
    width: 20%;
    color: #fff;
    cursor: pointer;
    font-size: .24rem;
    text-align: center;
    height: 2.49rem;
    padding-top: .6rem;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: 1px solid #fff;
    background: rgba(255,255,255,0.16);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-qywh .tabnav li:last-child {
    border-right: solid 1px #fff
}

.inside-qywh .tabnav .icon {
    height: .7rem;
    width: .7rem;
    position: relative;
    margin: 0 auto
}

.inside-qywh .tabnav .icon img {
    max-height: .71rem;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-qywh .tabnav .ic2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute
}

.inside-qywh .tabnav .bt {
    margin-top: .3rem
}

@media (max-width: 1023px) {
    .inside-qywh .title {
        font-size:24px;
        padding-bottom: 10px
    }

    .inside-qywh .title:before {
        width: 20px;
        height: 3px
    }

    .inside-qywh .title:after {
        left: 24px;
        height: 3px;
        width: 70px
    }

    .inside-qywh .tabcot {
        height: 50vh;
        padding-top: 50px
    }

    .inside-qywh .text {
        padding-top: 20px
    }

    .inside-qywh .title-2 {
        padding-top: 40px
    }

    .inside-qywh .title-2 .en {
        font-size: 16px
    }

    .inside-qywh .title-2 .cn {
        font-size: 20px
    }

    .inside-qywh .tabnav {
        height: auto
    }

    .inside-qywh .tabnav .icon {
        width: 30px;
        height: 30px
    }

    .inside-qywh .tabnav .bt {
        margin-top: 5px
    }

    .inside-qywh .tabnav li {
        font-size: 14px;
        padding-top: 10px;
        height: 80px
    }
}

@media (max-width: 500px) {
    .inside-qywh .tabcot {
        height:60vh
    }
}

.inside-honor {
    color: #353d48;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: .9rem 0 1.5rem 0
}

.inside-honor .icon {
    text-align: center
}

.inside-honor .icon img {
    max-width: 1.01rem
}

.inside-honor .index-title {
    text-align: center;
    font-size: .4rem;
    font-weight: 700
}

.inside-honor .container {
    position: relative
}

.inside-honor .tabnav {
    padding-top: .35rem
}

.inside-honor .tabnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inside-honor .tabnav li {
    color: #333;
    cursor: pointer;
    margin: 0 .13rem;
    line-height: .5rem;
    height: .5rem;
    text-align: center;
    min-width: 2rem;
    background: #e8e8e8;
    border-radius: .3rem
}

.inside-honor .tabnav .active {
    color: #fff;
    background: #073190
}

.inside-honor .list {
    margin: 0 .75rem;
    display: none;
    margin-top: .6rem
}

.inside-honor .list.show {
    display: block
}

.inside-honor .list li {
    width: 25%
}

.inside-honor .list li .icon {
    position: relative
}

.inside-honor .list li .icon span {
    bottom: 0;
    right: 0;
    position: absolute
}

.inside-honor .list li .icon span img {
    max-height: .24rem
}

.inside-honor .list li .item {
    text-align: center;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear
}

.inside-honor .list li .pic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: .1rem;
    background: #f0f0f0
}

.inside-honor .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 141.09090909%
}

.inside-honor .list li .tit {
    color: #333;
    font-size: .18rem;
    height: .52rem;
    line-height: .52rem;
    overflow: hidden;
    background-image: url(../images/honor-line.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover
}

.inside-honor .swiper-button-prev,.inside-honor .swiper-button-next {
    opacity: 1 !important;
    width: .5rem;
    height: .5rem;
    background: transparent;
    border-radius: 50%;
    z-index: 9;
    top: 67%;
    text-align: center;
    line-height: .48rem;
    background-color: #c7c7c7
}

.inside-honor .swiper-button-prev:after,.inside-honor .swiper-button-next:after {
    content: "";
    color: #fff;
    font-size: .24rem;
    font-family: "å®‹ä½“"
}

.inside-honor .swiper-button-prev {
    left: 0
}

.inside-honor .swiper-button-prev:after {
    content: "<"
}

.inside-honor .swiper-button-prev:hover {
    background: #073190
}

.inside-honor .swiper-button-next {
    right: 0
}

.inside-honor .swiper-button-next:after {
    content: ">"
}

.inside-honor .swiper-button-next:hover {
    background: #073190
}

@media (max-width: 1023px) {
    .inside-honor {
        padding:50px 0
    }

    .inside-honor .tabnav ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .inside-honor .tabnav li {
        width: 30%;
        margin: 0 3px;
        margin-bottom: 10px;
        min-width: auto
    }
}

@media (max-width: 640px) {
    .inside-honor .tabbox {
        position:relative
    }

    .inside-honor .tabnav li {
        width: 48%
    }

    .inside-honor .swiper-button-prev,.inside-honor .swiper-button-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .inside-honor .swiper-button-prev {
        left: 0
    }

    .inside-honor .swiper-button-next {
        right: 0
    }

    .inside-honor .list li .tit {
        font-size: 14px;
        height: 50px;
        line-height: 50px
    }
}

.index-hezuo {
    padding: .55rem 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: #ebf4fb
}

.index-hezuo .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-hezuo .icon {
    padding-bottom: .3rem
}

.index-hezuo .icon img {
    max-height: .81rem
}

.index-hezuo .f18 {
    font-weight: 700;
    font-size: .2rem;
    padding-top: .3rem
}

.index-hezuo .lefttxt {
    width: 42%;
    float: left
}

.index-hezuo .text {
    line-height: .3rem;
    padding-top: .4rem
}

.index-hezuo .rightlist {
    width: 52%;
    float: right
}

.index-hezuo .rightlist .mains {
    margin: 0 -0.15rem
}

.index-hezuo .rightlist .g1,.index-hezuo .rightlist .g2,.index-hezuo .rightlist .g3,.index-hezuo .rightlist .g4 {
    padding: 0 .15rem;
    float: left;
    width: 25%
}

.index-hezuo .rightlist .g1 li,.index-hezuo .rightlist .g2 li,.index-hezuo .rightlist .g3 li,.index-hezuo .rightlist .g4 li {
    float: none !important;
    border: solid 1px #fff;
    -webkit-transition: all 335ms ease;
    transition: all 335ms ease;
    box-shadow: 0 0 .28rem rgba(167,198,226,0.24);
    border-radius: .1rem;
    background: #fff;
    margin-bottom: .3rem
}

.index-hezuo .rightlist .g1 li span,.index-hezuo .rightlist .g2 li span,.index-hezuo .rightlist .g3 li span,.index-hezuo .rightlist .g4 li span {
    overflow: hidden;
    display: block;
    position: relative
}

.index-hezuo .rightlist .g1 li span:after,.index-hezuo .rightlist .g2 li span:after,.index-hezuo .rightlist .g3 li span:after,.index-hezuo .rightlist .g4 li span:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.index-hezuo .rightlist .g1 li img,.index-hezuo .rightlist .g2 li img,.index-hezuo .rightlist .g3 li img,.index-hezuo .rightlist .g4 li img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-hezuo .rightlist .g1 li:hover,.index-hezuo .rightlist .g2 li:hover,.index-hezuo .rightlist .g3 li:hover,.index-hezuo .rightlist .g4 li:hover {
    border: solid 1px #073190
}

.index-hezuo .rightlist .g1 li:hover img,.index-hezuo .rightlist .g2 li:hover img,.index-hezuo .rightlist .g3 li:hover img,.index-hezuo .rightlist .g4 li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.index-hezuo .rightlist .g1,.index-hezuo .rightlist .g2 {
    height: 7rem;
    margin-top: 1.5rem
}

.index-hezuo .rightlist .g3,.index-hezuo .rightlist .g4 {
    height: 6.9rem;
    margin-top: 2rem
}

@media (max-width: 1023px) {
    .index-hezuo {
        padding:50px 0;
        overflow: hidden
    }

    .index-hezuo .container {
        display: block
    }

    .index-hezuo .lefttxt {
        padding-top: 0
    }

    .index-hezuo .text {
        line-height: 24px;
        padding-top: 30px
    }

    .index-hezuo .rightlist .g1,.index-hezuo .rightlist .g2 {
        margin-top: 0
    }

    .index-hezuo .rightlist .g3,.index-hezuo .rightlist .g3 {
        margin-top: 50px
    }
}

@media (max-width: 1023px) {
    .index-hezuo .icon {
        text-align:center
    }

    .index-hezuo .f18 {
        font-size: 14px
    }

    .index-hezuo .lefttxt {
        text-align: center
    }

    .index-hezuo .lefttxt,.index-hezuo .rightlist {
        width: 100%;
        float: none
    }

    .index-hezuo .rightlist .g3,.index-hezuo .rightlist .g4 {
        margin-top: 0
    }

    .index-hezuo .rightlist {
        margin-top: 30px
    }

    .index-hezuo .g1,.index-hezuo .g2,.index-hezuo .g3,.index-hezuo .g4 {
        height: 400px !important
    }
}

@media (max-width: 380px) {
    .index-hezuo .f18 {
        font-size:13px
    }
}

.inside-about-5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 5.85rem;
    color: #fff
}

.inside-about-5 .tit {
    font-size: .4rem;
    line-height: .6rem;
    font-weight: 700;
    padding: .3rem 0 .6rem 0
}

.inside-about-5 .more a {
    color: #fff;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease
}

.inside-about-5 .more span {
    margin-right: .1rem;
    font-size: .2rem;
    width: .4rem;
    height: .4rem;
    font-family: "å®‹ä½“";
    text-align: center;
    line-height: .4rem;
    display: inline-block;
    background: #073190;
    border-radius: 50%;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease
}

.inside-about-5 .more a:hover {
    color: #fbc304
}

.inside-about-5 .more a:hover span {
    color: #fff;
    background-color: #fbc304
}

@media (max-width: 1023px) {
    .inside-about-5 {
        padding:40px 0;
        height: auto
    }

    .inside-about-5 .tit {
        font-size: 24px;
        line-height: 36px
    }
}

.videoWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 999999;
    display: none
}

.videoWindow video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13.2rem;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 70%;
    max-width: 80%
}

.videoWindow i {
    display: block;
    position: absolute;
    top: .3rem;
    right: .3rem;
    width: .25rem;
    height: .25rem;
    background: url(../images/onlineClose.png) no-repeat center center;
    background-size: contain;
    cursor: pointer
}

.inside-page {
    font-size: 12px;
    font-family: arial;
    text-align: center;
    padding-top: .8rem
}

.inside-page a {
    width: .4rem;
    height: .4rem;
    color: #fff;
    text-align: center;
    line-height: .38rem;
    border-radius: 100%;
    margin: 0 .05rem;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #fff
}

.inside-page a:hover,.inside-page .cur {
    color: #fff !important;
    border-color: #fbc304 !important;
    background: #fbc304 !important
}

.inside-page .prev,.inside-page .next {
    width: 1.06rem;
    position: relative;
    border-radius: 30px
}

.inside-page .prev:before {
    content: "<";
    margin-right: .06rem;
    font-family: "å®‹ä½“";
    display: inline-block;
    font-weight: 700
}

.inside-page .next:after {
    content: ">";
    margin-left: .06rem;
    font-family: "å®‹ä½“";
    display: inline-block;
    font-weight: 700
}

@media (max-width: 1023px) {
    .inside-page a {
        display:none
    }

    .inside-page .prev,.inside-page .next {
        display: inline-block
    }
}

.footer {
    background-repeat: repeat
}

.footer a:hover {
    color: #fff !important;
    text-decoration: underline
}

.footer .socialMedia {
    margin-top: .4rem
}

.footer .socialMedia .list li {
    display: inline-block;
    padding: 0 .03rem 0 0
}

.footer .socialMedia .list .box {
    display: block;
    cursor: pointer;
    position: relative
}

.footer .socialMedia .list .icon {
    display: block;
    mask: none;
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    border: solid 1px #fff;
    background-size: .38rem !important
}

.footer .socialMedia .list .icon:hover {
    border-color: #073190;
    background-color: #073190
}

.footer .socialMedia .list .icon-1 {
    background: url(../images/share-1.png) no-repeat center center
}

.footer .socialMedia .list .icon-2 {
    background: url(../images/share-2.png) no-repeat center center
}

.footer .socialMedia .list .icon-3 {
    background: url(../images/share-3.png) no-repeat center center
}

.footer .socialMedia .list .icon-4 {
    background: url(../images/share-4.png) no-repeat center center
}

.footer .socialMedia .list .icon-5 {
    background: url(../images/share-5.png) no-repeat center center
}

.footer .socialMedia .list .down {
    display: none;
    color: #666;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.2rem;
    cursor: initial;
    padding-bottom: .2rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.6rem
}

.footer .socialMedia .list .down .txt {
    margin-right: .1rem
}

.footer .socialMedia .list .down .ewm {
    width: 1.19rem;
    position: relative
}

.footer .socialMedia .list .active .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .socialMedia .list .box:hover .icon {
    opacity: 1
}

.footer .socialMedia .list .box:hover .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-bottom {
    padding-top: .65rem;
    padding-bottom: .56rem
}

.footer-bottom .logo {
    max-height: 41px;
    margin-bottom: .4rem
}

.footer-bottom .footer-left {
    float: left;
    width: 36%
}

.footer-bottom .footer-left .f1 {
    margin-bottom: .15rem;
    background: url(../images/f01.png) no-repeat 0 0;
    background-size: .6rem;
    padding-left: .72rem
}

.footer-bottom .footer-left .f1 span {
    display: block;
    color: #c3c3c3
}

.footer-bottom .footer-left .f1 p {
    font-family: arial;
    font-size: .3rem;
    color: #073190;
    line-height: .4rem
}

.footer-bottom .footer-left .f1 p a {
    color: #073190;
    display: block
}

.footer-bottom .footer-left .f1 p a:hover {
    color: #073190 !important;
    text-decoration: none !important
}

.footer-bottom .footer-left .f3 {
    color: #fff
}

.footer-bottom .footer-left .f3 p {
    margin-top: .05rem
}

.footer-bottom .footer-left .f3 .add {
    padding-left: .95rem
}

.footer-bottom .footer-left .f3 .yy a {
    color: #073190
}

.footer-bottom .footer-left .weixin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: .4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .14rem;
    color: #fff
}

.footer-bottom .footer-left .weixin img {
    max-height: 1.25rem;
    margin-right: .2rem
}

@media (max-width: 1023px) {
    .footer-bottom .footer-left .weixin {
        font-size:14px
    }
}

.footer-bottom .footer-list {
    float: right;
    width: 64%
}

.footer-bottom .footer-list ul {
    min-height: 1.9rem
}

.footer-bottom .footer-list ul li {
    float: left;
    width: 22.5%;
    position: relative
}

.footer-bottom .footer-list ul li>a {
    display: block;
    color: #fff;
    max-width: 100%;
    font-size: .18rem;
    padding-bottom: .2rem;
    position: relative
}

.footer-bottom .footer-list ul li>a:before {
    top: .08rem;
    left: -0.65rem;
    content: "";
    width: 1px;
    height: .15rem;
    background: #929292;
    position: absolute
}

.footer-bottom .footer-list ul li ul li {
    width: 100% !important
}

.footer-bottom .footer-list ul li ul li a {
    font-size: .16rem;
    line-height: .3rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
    border: 0;
    padding-bottom: .08rem;
    padding-right: .1rem;
    font-weight: normal;
    position: relative
}

.footer-bottom .footer-list ul li ul li a:before {
    display: none
}

.footer-bottom .footer-list ul li:first-child a:before {
    display: none
}

.footer-bottom .footer-list ul li:last-child {
    width: 10%
}

.footer-bottom .footer-list .input {
    padding-top: .2rem;
    position: relative
}

.footer-bottom .footer-list .input .h3 {
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .16rem;
    color: #fff
}

.footer-bottom .footer-list .input .list {
    position: relative;
    padding-right: .61rem
}

.footer-bottom .footer-list .input .list .li {
    width: 33.33333333%;
    float: left;
    padding-right: .1rem
}

.footer-bottom .footer-list .input .list .li:nth-child(3) {
    padding-right: 0
}

.footer-bottom .footer-list .input input {
    width: 100%;
    height: .45rem;
    padding: 0 .1rem 0 .16rem;
    background: #fff;
    font-size: .14rem;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
    border: solid .01rem rgba(255,255,255,0.2)
}

.footer-bottom .footer-list .input input::-webkit-input-placeholder {
    color: #fff
}

.footer-bottom .footer-list .input input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.footer-bottom .footer-list .input input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.footer-bottom .footer-list .input input:-ms-input-placeholder {
    color: #fff
}

.footer-bottom .footer-list .input a {
    width: .61rem;
    line-height: .45rem;
    text-align: center;
    background: -webkit-linear-gradient(left, #073190, #073190);
    background: linear-gradient(to right, #073190, #073190);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff
}

@media (max-width: 1023px) {
    .footer-bottom .footer-list {
        display:none
    }
}

@media (max-width: 1023px) {
    .footer-bottom {
        padding:30px 0
    }

    .footer-bottom .footer-left {
        float: none;
        padding-left: 40px;
        width: 100%
    }

    .footer-bottom .footer-left .f1 {
        padding-left: 60px;
        margin-bottom: 0;
        background-size: 50px
    }

    .footer-bottom .footer-left .f1 p {
        font-size: 24px;
        line-height: 30px
    }

    .footer-bottom .footer-left .f3 {
        padding-top: 10px
    }

    .footer-bottom .footer-left .f3 p {
        margin-top: 5px
    }

    .footer-bottom .footer-left .socialMedia {
        margin-top: 20px
    }

    .footer-bottom .footer-left .socialMedia .list li {
        padding: 0 5px
    }

    .footer-bottom .footer-left .socialMedia .list .icon {
        width: 38px;
        height: 38px;
        background-size: 38px
    }
}

@media (max-width: 640px) {
    .footer-bottom .footer-left {
        padding-left:0
    }
}

.footer-copyright {
    color: #fff;
    opacity: .4;
    font-size: .14rem;
    text-align: center;
    padding: .3rem 0;
    border-top: solid 1px rgba(255,255,255,0.1)
}

@media (max-width: 1023px) {
    .footer-copyright {
        font-size:14px
    }
}

.navPhoneBtn {
    display: inline-block;
    cursor: pointer;
    float: right;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    background: #999;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    -ms-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);
    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)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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
    }
}

.navM .transparent {
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none
}

.navM .navMCon {
    background-color: #fff;
    width: 100%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    border-left: 1px rgba(0,0,0,0.1) solid;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: auto;
    left: -100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.navM .navMWrap {
    overflow-y: auto;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.navM.open .transparent {
    display: block
}

.navM.open .closeBtn {
    display: block
}

.navM.open .navMCon {
    left: 0
}

.navM .closeBtn {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #00aa09;
    color: #fff;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0
}

.navM .closeBtn:before,.navM .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navM .closeBtn:before {
    width: 15px;
    height: 1px
}

.navM .closeBtn:after {
    width: 1px;
    height: 15px
}

.navM .titleBig {
    text-align: center;
    padding: 10px 0;
    display: none
}

.navM .navMWrap>.list .title {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
    position: relative
}

.navM .navMWrap>.list .title .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navM .navMWrap>.list .title .icon:after {
    content: "";
    margin: auto;
    height: 8px;
    width: 8px;
    border-top: 1px #aaa solid;
    border-right: 1px #aaa solid;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.navM .navMWrap>.list .has .title .icon {
    display: block
}

.navM .navMWrap>.list .active .title .icon {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navM .child {
    padding: 10px 0 20px 0;
    display: none;
    position: relative
}

.navM .child a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative
}

.navM .child a:hover {
    color: #000;
    margin-left: 10px
}

.navM .mSearch {
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
    height: 56px;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

.navM .mSearch .btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 10px;
    margin-top: 0;
    right: 0;
    background: #ccc
}

.navM .mSearch .btn img {
    max-height: 20px;
    margin-top: 4px;
    vertical-align: middle
}

.navM .mSearch input {
    height: 40px;
    line-height: 38px;
    border: 0;
    vertical-align: middle;
    box-sizing: border-box !important;
    color: #333;
    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: 5px 30px 5px 15px;
    border-radius: 2px;
    font-size: 16px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

.navM .other {
    padding: 10px
}

.navM .languageBtn {
    padding: 10px 0
}

.navM .languageBtn a {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #ccc solid;
    margin-right: -1px;
    background: #073190
}

.floatRigth {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 65%
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.floatRigth .circle {
    top: -1rem;
    right: 0;
    position: absolute;
    -webkit-animation: 1s ripple ease infinite;
    animation: 1s ripple ease infinite;
    box-shadow: 0 0 .6rem rgba(0,160,233,0.7);
    padding: .06rem;
    border-radius: 50%;
    width: .7rem;
    height: .7rem;
    background: #fff
}

.floatRigth .circle span {
    text-align: center;
    line-height: .5rem;
    border-radius: 50%;
    width: .58rem;
    height: .58rem;
    display: inline-block;
    background: #073190
}

.floatRigth .circle span img {
    vertical-align: middle
}

.floatRigth img {
    vertical-align: top
}

.floatRigth li {
    height: .72rem;
    width: .66rem;
    position: relative
}

.floatRigth li:last-child {
    margin-bottom: 0
}

.floatRigth li a {
    color: #fff
}

.floatRigth li:first-child .box {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.floatRigth li:last-child .box {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    border-bottom: 0;
    height: .9rem
}

.floatRigth .box {
    border-bottom: solid 1px #80bfe1;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: .11rem;
    line-height: .3rem;
    width: .66rem;
    height: .72rem;
    background: #073190;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.floatRigth .iconfont {
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    position: relative
}

.floatRigth .iconfont img {
    max-height: .31rem
}

.floatRigth .icon-bg-qrCode {
    font-size: .22rem
}

.floatRigth .icon-liuyan-fill {
    font-size: .22rem
}

.floatRigth .title {
    display: block
}

.floatRigth .hoverDiv {
    font-family: arial;
    border: 1px #fbc304 solid;
    background-color: #fbc304;
    width: 1.8rem;
    color: #fff;
    text-align: center;
    font-size: .18rem;
    line-height: .7rem;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -1.8rem;
    -webkit-transition: right .5s;
    transition: right .5s
}

.floatRigth .hoverDivC {
    position: relative
}

.floatRigth .ewm {
    width: 1rem;
    height: 1rem;
    text-align: left;
    padding: 0
}

.floatRigth .box:hover {
    background: #fbc304;
    color: #fff
}

.floatRigth .box:hover .hoverDiv {
    right: 100%
}

.floatRigth .box:hover .iconfont {
    color: #fff
}

@media (max-width: 1200px) {
    .floatRigth {
        display:none
    }
}

.inside-search li .pic {
    width: 30%;
}

.inside-search li .txtbox {
    width: 69%;
}

.inside-search .inside-page a {
    color: #666;
    border: solid 1px #666;
}

.header .nav .list-2 dl:last-child {
    border-right: 0px;
}

.contact .lxfs .title1 {
    float: left;
}

.contact .lxfs .img img {
    float: right;
    max-width: 100px;
}

.index-xz {
    background: #eef6fc;
}

.index-xz h1 {
    padding-bottom: 0.3rem;
}

.index-xz .inside-epcm-2 li .txt {
    font-size: 0.3rem;
    padding-top: 0.2rem;
}

.index-xz .inside-appshow-3 {
    padding-bottom: 0;
}

.index-xz .inside-epcm-2 {
    padding-bottom: 0.3rem;
}

.index-xz .inside-epcm-2 li .item {
    height: 2.6rem;
}

.index-xz .inside-epcm-3 li .item {
    padding: 0.15rem;
}

.index-xz .inside-epcm-3 li .box {
    padding: 0.2rem;
    font-size: 0.16rem;
}

.index-xz .more {
    padding-top: 0.3rem;
}

.index-xz .inside-appshow-4 {
    padding-top: 0;
}

.index-youshi .fp-tableCell, .home-zspd .fp-tableCell {
    display: flex;
    align-items: center;
    height: 100vh;
}

.layui-layer-move,.layui-layer-hui .layui-layer-content,.layui-layer-dialog .layui-layer-content {
    font-family: "å¾®è½¯é›…é»‘","arial";
}

.inside-about .leftbox .tit2 {
    color: #333;
    padding-top: 0.2rem;
    font-size: .24rem;
    line-height: .36rem;
    font-weight: 700;
}

.index-product .promenu li:hover .icon {
    background: #073190;
}

.index-product .promenu li:hover .ic1 {
    opacity: 0;
}

.index-product .promenu li:hover .ic2 {
    opacity: 1;
}

.index-product .promenu li:hover .tit {
    color: #073190;
}

@media(max-width: 1600px) {
    .contact .lxfs .img img {
        float: right;
        max-width: 90px;
    }

    .insde-service-2 .txtbox {
        max-width: 6.1rem;
    }
}

@media(max-width: 1400px) {
    .contact .lxfs .img img {
        float: right;
        max-width: 80px;
    }

    .insde-service-2 .txtbox {
        max-width: 8.1rem;
    }
}

@media(max-width: 1300px) {
    .inside-proshow-7 .message .submit, .inside-proshow-7 .message .reset {
        line-height: 55px;
        height: 55px;
    }

    .inside-about-4 h1 {
        padding-bottom: 0.3rem;
    }

    .inside-epcm-2 li .item {
        height: 3rem;
    }
}

@media(max-width: 800px) {
    .he_b3p3dli {
        opacity: 1;
    }
}

.index-jjfa .more {
    bottom: 0.4rem;
    left: 0;
    width: 100%;
    color: #fff;
    position: absolute;
    text-align: center;
}

.index-jjfa .more a {
    color: #fff;
    height: 0.42rem;
    text-align: center;
    border-radius: 0.3rem;
    line-height: .4rem;
    padding: 0 0.1rem;
    display: inline-block;
    background: #073190;
    min-width: 1.5rem;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.index-jjfa .more a:hover {
    background: #fbc304;
}

.he_b3p3jd {
    width: 1px;
    float: right;
    margin-top: -1rem;
    height: 6.2rem;
    position: relative
}

.he_b3p3dli {
    margin: 0 !important;
    opacity: .5 !important
}

.he_b3p3ri {
    padding-right: 35%
}

.he_b3p3dul {
    height: 6.5rem;
    overflow: hidden
}

.he_b3p3lzi {
    position: relative;
    left: -1.4rem
}

.inside-about-3 .swiper-slide-thumb-active .he_b3p3dli {
    opacity: 1 !important
}

@media (max-width: 1024px) {
    .he_b3p3ri {
        padding-right: 0
    }
}

.index-product .box {
    padding-top: 1.0rem;
}

.inside-proshow-3 ul {
    top: -1.3rem;
    position: relative;
}

.inside-proshow-3 li {
    margin-top: 0;
    margin-bottom: 1px;
}

.inside-proshow-4 {
    padding-top: 0;
    margin-top: -30rem/100;
}

.index-product .fp-tableCell {
    display: flex;
    align-items: center;
    height: 100vh;
}

.inside-appshow-3 .text .listp {
    background-color: #f9fafb;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: solid 1px #e8e8e9;
    box-shadow: 0px 2px 4px #d7d7d7;
}

.inside-appshow-3 .text .listp:hover {
    background-color: #073190;
    border: solid 1px #073190;
    font-weight: bold;
    color: #fff;
}

.index-about {
    padding: 80px 0 20px 0;
    background-size: cover;
}

.inside-about-3 {
    background: url(../img/lcbj.jpg) no-repeat top center;
    background-size: 100% 100%;
}

@media(max-width: 1300px) {
    .index-about {
        padding:40px 0;
    }

    .banner .swiper-pagination-bullet-active:before {
        transform: translate(-48%, -28%) scale(1);
    }
}

.home-zspd .index-title {
    display: none;
}

@media(max-width: 1024px) {
    .home-zspd .index-title {
        display:block;
    }

    .index-product .box {
        padding-top: 0;
    }

    .inside-proshow-3 {
        padding-top: 30px;
    }

    .inside-proshow-3 ul {
        top: 0;
    }

    .inside-proshow-4 {
        margin-top: 0;
        padding-top: 50px;
    }

    .index-product .fp-tableCell {
        height: auto;
        display: block;
    }
}

.inside-about-3 .about-bottom .development {
    padding: 61px 0 100px 0;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.inside-about-3 .about-bottom .development .bottom {
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
}

.inside-about-3 .about-bottom .development .bottom .jsh {
    text-align: center;
    margin-bottom: 34px;
    display: inline-block
}

.inside-about-3 .about-bottom .development .bottom .jsh p {
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.inside-about-3 .about-bottom .development .bottom .jsh p span {
    color: #0054a6
}

.inside-about-3 .about-bottom .development .bottom ul {
    padding-bottom: 20px;
    position: relative
}

.inside-about-3 .about-bottom .development .bottom ul:after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #477fb5;
    margin-left: -0.5px
}

.inside-about-3 .about-bottom .development .bottom ul li .box {
    position: relative
}

.inside-about-3 .about-bottom .development .bottom ul li .text {
    width: 50%
}

.inside-about-3 .about-bottom .development .bottom ul li .bt {
    font-size: 44px;
    color: #2b2b2b;
    line-height: 86px;
    font-weight: bold
}

.inside-about-3 .about-bottom .development .bottom ul li .jsh1 {
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    margin-left: 80px
}

.inside-about-3 .about-bottom .development .bottom ul li .jsh1 p {
    /*background: url("../images/dot1.png") no-repeat left 11px;*/
    padding-left: 40px;
    margin-bottom: 18px
}

.inside-about-3 .about-bottom .development .bottom ul .even .text {
    float: right
}

.inside-about-3 .about-bottom .development .bottom ul .even .text .bt {
    text-align: left;
    background: url("../images/bleft.png") no-repeat center left;
    padding-left: 121px
}

.inside-about-3 .about-bottom .development .bottom ul .odd .text {
    float: left
}

.inside-about-3 .about-bottom .development .bottom ul .odd .text .bt {
    text-align: left;
    background: url("../images/bright.png") no-repeat center right;
    padding-right: 0;
    padding-left: 40px;
}

.inside-about-3 .about-bottom .development .bottom ul .odd .text .jsh1 {
    text-align: left;
    margin-right: 80px;
    margin-left: 0;
}

.inside-about-3 .about-bottom .development .bottom ul .odd .text .jsh1 p {
    /*background: url("../images/dot1.png") no-repeat right 11px;*/
    padding-right: 40px
}

.inside-about-3 .about-bottom .development .bottom .more {
    width: 103px;
    height: 103px;
    margin: 0 auto
}

.inside-about-3 .about-bottom .development .bottom .more a {
    display: block
}

.inside-about-3 .about-bottom .development .bottom ul .even .text .bt:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-color: #0054a630;
    top: 35px;
    margin-left: -48px;
    border-radius: 50%;
    animation-name: donghua;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.inside-about-3 .about-bottom .development .bottom ul .odd .text .bt:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    width: 16px;
    height: 16px;
    background-color: #0054a630;
    top: 35px;
    right: calc(50% + 73px);
    border-radius: 50%;
    animation-name: donghua;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes donghua {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.6)
    }

    100% {
        transform: scale(1)
    }
}

@media(max-width: 1023px) {
    .inside-about-3 .about-bottom .development {
        padding: 30px 0;
    }

    .inside-about-3 .about-bottom .development .bottom {
        padding-top: 0;
    }

    .inside-about-3 .about-bottom .development .bottom .jsh {
        margin-bottom: 15px;
    }

    .inside-about-3 .about-bottom .development .bottom ul:after {
        left: 15px;
        margin-left: 0;
    }

    .inside-about-3 .about-bottom .development .bottom ul .even .text {
        float: none;
    }

    .inside-about-3 .about-bottom .development .bottom ul li .text {
        width: 100%;
    }

    .inside-about-3 .about-bottom .development .bottom ul .even .text .bt {
        padding-left: 120px;
    }

    .inside-about-3 .about-bottom .development .bottom ul li .bt {
        font-size: 26px;
        line-height: 50px;
        z-index: 2;
        position: relative;
    }

    .inside-about-3 .about-bottom .development .bottom ul li .jsh1 p {
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .inside-about-3 .about-bottom .development .bottom ul li .jsh1 {
        font-size: 14px;
        margin-left: 100px;
    }

    .inside-about-3 .about-bottom .development .bottom ul .odd .text .bt {
        text-align: left;
        background: url(../images/bleft.png) no-repeat center left;
        padding-left: 120px;
    }

    .inside-about-3 .about-bottom .development .bottom ul .odd .text .jsh1 {
        text-align: left;
        margin-left: 100px;
        margin-right: 0;
    }

    .inside-about-3 .about-bottom .development .bottom ul .odd .text .jsh1 p {
        background: url(../images/dot1.png) no-repeat left 11px;
        padding-left: 20px;
        padding-right: 0;
    }

    .inside-about-3 .about-bottom .development .bottom .more {
        width: 32px;
        height: 32px;
        margin: 0;
    }

    .inside-about-3 .about-bottom .development .bottom ul li .box {
        margin-left: -66px;
    }

    .inside-about-3 .about-bottom .development .bottom ul .odd .text .bt:after,.inside-about-3 .about-bottom .development .bottom ul .even .text .bt:after {
        display: none!important;
    }
}

.inside-appshow-list .more {
    margin-top: 20px;
}

.inside-appshow-list .more a {
    margin: 0 auto;
    display: block;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #073190;
    color: #000;
}

.inside-appshow-list .more a:hover {
    background-color: #073190;
    color: #fff;
}

.inside-case-show2 .list {
    margin-right: -5%;
}

.inside-case-show2 .list .pic img {
    width: 100%;
}

.inside-case-show2 .list .pic:after {
    padding-bottom: 60.688073%;
}

.index-jjfa .item {
    width: 100%;
}

.inside-proshow-1 .list-2 li a {
    display: block;
    width: 100%;
}

@-webkit-keyframes myfirst04 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes myfirst04 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.anniu {
    position: absolute;
    bottom: 45px;
    width: 50px;
    z-index: 99;
    left: 50%;
    margin-left: -25px;
}

.anniu img {
    -webkit-animation: myfirst04 1s linear infinite;
    -webkit-animation-direction: alternate;
    animation: myfirst04 1s linear infinite;
    animation-direction: alternate;
}

#fp-nav.left {
    margin-top: -200px;
    position: fixed;
    right: 40px;
    top: 50%;
    z-index: 50;
    padding-top: 128px;
    background: url(../images/right_nav_bg.png) top center no-repeat;
    height: 400px;
    width: 22px;
}

#fp-nav.left li {
    float: left;
    width: 22px;
}

#fp-nav.left li a span {
    background: url(../images/pager.png) center center no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 0 10px 0;
    text-align: center;
    text-indent: -9999px
}

#fp-nav.left li .active span {
    background: url(../images/pager1.png) center center no-repeat;
}

@media(max-width: 1280px) {
    .anniu {
        bottom: 25px;
    }
}

.banner .swiper-button-prev {
    left: 5%;
}

.banner .swiper-button-next {
    right: 5%;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 8px;
    margin: 0 0.1rem;
}

.banner .swiper-pagination-bullet:before {
    display: none;
}

.banner .swiper-pagination-bullet-active {
    width: 50px;
}

@media(max-width: 1023px) {
    .anniu {
        display:none;
    }
}

.headerfixd {
    z-index: 7777;
    transition: 0.7s;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}

.headerfixd .nav li>.menu-item>a {
    color: #333
}

.headerfixd .nav li>.menu-item>a:after {
    background: #333
}

.headerfixd .logo {
    display: none
}

.headerfixd .logo-2 {
    left: 0;
    top: .2rem;
    position: absolute;
    display: inline-block
}

.headerfixd .logo-2 img {
    max-height: .41rem
}

.headerfix {
    z-index: 7777;
    transition: 0.7s;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
}

.headerfix .nav li>.menu-item>a {
    color: #333
}

.headerfix .nav li>.menu-item>a:after {
    background: #333
}

.headerfix .logo {
    display: none
}

.headerfix .logo-2 {
    left: 0;
    top: .2rem;
    position: absolute;
    display: inline-block
}

.headerfix .logo-2 img {
    max-height: .41rem
}

.fp-viewing-section6 .header {
    background: #fff;
}

.fp-viewing-section7 .header {
    background: #fff;
}

.index-about .anniu {
    bottom: 0;
}
