@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    min-height: 100%;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-size: 12px;
    background-color: #fff;
    line-height: 1.5;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

label,
th,
.label {
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

p {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #00a2e9;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:link {
    text-decoration: none;
}

i,
b,
em {
    font-style: normal;
}

label {
    font-weight: normal;
}

img {
    border: none;
    outline: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}

/*input*/
input {
    outline: none;
}

input::-ms-clear {
    display: none;
}

input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type="text"],
input[type="date"],
input[type="password"],
textarea {
    border: 1px solid #d6d6d6;
    transition: .25s border-color linear;
    -webkit-transition: .25s border-color linear;
    -moz-transition: .25s border-color linear;
    -ms-transition: .25s border-color linear;
    -o-transition: .25s border-color linear;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #f19100;
}

input::-webkit-input-placeholder {
    color: rgb(146, 146, 146) !important;
    text-align: left
}

input:-moz-placeholder {
    color: rgb(146, 146, 146) !important;
    text-align: left
}

input::-moz-placeholder {
    color: rgb(146, 146, 146) !important;
    text-align: left
}

input:-ms-input-placeholder {
    color: rgb(146, 146, 146) !important;
    text-align: left
}

select {
    border: 1px solid #d6d6d6;
}

.con {
    font-family: 'Roboto', sans-serif;
}

.fr {
    float: right
}

.fl {
    float: left;
}

@media(max-width:540px) {
    html {
        font-size: 84.375px !important;
    }
}

/*Android常用宽度*/
@media(max-width:480px) {
    html {
        font-size: 75px !important;
    }
}

/*Android常用宽度*/
@media(max-width:414px) {
    html {
        font-size: 64.69px !important;
    }
}

/*i6Plus,i7Plus宽度*/
@media(max-width:375px) {
    html {
        font-size: 58.59px !important;
    }
}

/*i6,i7宽度*/
@media(max-width:360px) {
    html {
        font-size: 56.25px !important;
    }
}

/*Android常用宽度*/
@media(max-width:320px) {
    html {
        font-size: 50px !important;
    }
}

/*i5宽度*/
.center-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imghauto {
    width: 100% !important;
    height: auto !important;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.imgwauto {
    width: auto !important;
    height: 100% !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.con {
    width: 100%
}

body {
    font-size: 16px;
    font-family: 'Noto Sans SC', 'PingFang SC', 'Source Han Sans', 'Heiti SC', sans-serif;
    font-weight: normal;
    overflow: hidden
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    animation-delay: .5s !important;
    -webkit-animation-delay: .5s !important;
}

.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.img-container {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}

/* 采用绝对定位 */
.img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
}

header {
    height: 80px;
    position: relative;
    background-color: #004198;
}

.logo {
    height: 80px;
    text-align: left;
    position: relative;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 100%;
}

.nav>li>a {
    padding: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.nav {
    vertical-align: top;
    text-align: right;
    width: 73%;
    float: right;
}

.nav .one-li {
    display: inline-block;
    line-height: 40px;
    width: 11%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.nav .one-li a {
    line-height: 40px;
    font-size: 17px;
    display: block;
    padding: 20px 0;
    overflow: hidden;
    height: 80px;
    color: #fff;
    text-decoration: none;
}

.nav .chilmenu {
    position: absolute;
    top: 80px;
    right: 0;
    width: 216%;
    background: #fff;
    display: none;
    z-index: 50;

}

.nav .chilmenu li {
    position: relative;
}

.nav .chilmenu li a {
    color: #969696;
    display: block;
    padding: 0 0 0 13%;
    text-align: left;
    line-height: 52px;
    font-size: 14px;
    border-top: 1px solid #ececec;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 52px;
}

.nav .chilmenu li a:after {
    position: absolute;
    content: ">";
    right: 15%;
}

.nav .chilmenu li a:hover {
    color: #fff;
    background-color: #004198;
    padding-left: 16%;
    height: 52px;
}

.nav .chilmenu li a:hover:after {
    right: 12%;
}

.nav .one-li.current>a {
    color: #fff;
    background-color: #002e80;
}

.nav .one-li:hover>a {
    color: #fff;
    background-color: #002e80;
}

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

.nav .chilmenu li:hover a {
    color: #fff;
}

#nav .bsearch {
    width: 8%;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    padding: 20px 0;
    height: 80px;
    color: #fff;
    float: right;
    background-color: #1655aa;
}

#menu {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: 10%;
    text-align: center;
}

#menu i {
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 32px;
    height: 28px;
}

.right_navBox {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100;
    background: #fff;
    height: 100%;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
}

.que-name {
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    overflow: hidden;
}

.que-name p {
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    width: 57%;
    display: inline-block;
    background: #004198;
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 35px;
    margin-left: -7%;
}

.que-name span {
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    font-size: 18px;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-left: 7%;
}

.que-name i {
    color: #f96465;
    font-size: 24px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    margin-right: 15px;
}

.right_navBox {
    width: 100%;
}

.right_navBox .rt-nav {
    width: 100%;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 60px;
}

.right_navBox .rt-nav li {
    position: relative;
}

.right_navBox .rt-nav li.one-li {
    line-height: 45px;
}

.right_navBox .rt-nav li.one-li a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 15px;
}

.right_navBox .rt-nav li.one-li span {
    width: 85%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.right_navBox .rt-nav li.one-li i {
    position: absolute;
    right: 15px;
    height: 45px;
    line-height: 45px;
    color: #666;
    display: inline-block;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 27px;
    font-weight: normal
}

.right_navBox .rt-nav li.one-li .two .two-li a {
    border-bottom: 2px solid #fff;
    background: #f6f6f6
}

.right_navBox .rt-nav li.one-li .two .two-li span {
    margin-left: 25px;
    width: 78%;
    color: #f96465;
}

.right_navBox .rt-nav li.one-li .three .three-li a {
    border: none;
}

.right_navBox .rt-nav li.one-li .three .three-li span {
    margin-left: 40px;
}

.two {
    display: none;
}

.three {
    display: none;
}

.right_navBox.current {
    right: 0;
}

.list-image li .pic .pic-bg a:hover {
    color: #fff;
}

.proContName {
    text-align: center;
}

header .subcurrent {
    right: 0 !important;
}

header .input-search {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    height: 40px;
    right: -335px;
    top: 80px;
    width: auto;
    z-index: 10;
}

header .input-search input {
    border: 1px solid #002e80;
    background: #fff;
    float: left;
    width: 280px;
    height: 100%;
    box-sizing: border-box;
    text-indent: 15px;
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none
}

header .searchSub {
    background-color: #002e80;
    color: #fff;
    float: left;
    cursor: pointer;
    padding: 0 12px;
    height: 100%;
    line-height: 40px;
    text-align: center;
}

header .flogo {
    width: 35%;
    float: left;
}

header .flogo a {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

header .fnav {
    width: 60%;
    overflow: hidden;
    float: right;
    line-height: 50px;
    height: 50px;
    position: relative;

}

header .fnav .scroller {
    position: absolute;
}

header .fnav li {
    padding: 0 10px;
    margin: 0;
    float: left;
}

header .fnav li a {
    font-size: 18px;
    color: #FFFFFF;
}

header .farrow {
    width: 7%;
    text-align: center;
    float: left;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 47px;
}

@media (min-width: 1201px) {
    header .container {
        width: 100%;
        padding: 0;
    }

    #nav {
        padding: 0
    }

    .logo {
        padding-left: 5%;
    }

    /* .nav li:nth-child(3) .chilmenu{width:500px;}
	.nav li:nth-child(3) .chilmenu li{width:33.3%;float:left;} */
}

@media(max-width: 1200px) {
    .nav .chilmenu {
        width: 300%;
    }

    /* .nav li:nth-child(3) .chilmenu{width:500px;}
	.nav li:nth-child(3) .chilmenu li{width:33.3%;float:left;} */
}

@media (max-width: 992px) {
    header {
        height: 70px;
    }

    .logo {
        height: 70px;
    }

    .logo a {
        height: 70px;
    }

    .nav {
        margin: 0;
    }

    .nav .one-li a {
        height: 70px;
        padding: 15px 0;
    }

    .nav .chilmenu {
        width: 390%;
        top: 70px;
    }
}

@media (max-width: 767px) {
    header {
        height: 60px;
        padding: 5px 0;
        position: fixed;
        width: 100%;
        z-index: 99
    }

    .logo {
        height: 50px;
    }

    .logo {
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .logo a {
        height: 50px;
        display: block;
    }

    .logo a img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media (max-width: 400px) {
    header .fnav li a {
        font-size: 16px;
    }

    header .fnav li {
        padding: 0 6px;
    }
}

/* flex */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    box-orient: horizontal;
}

/*遮罩*/
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}



/* 错误提示弹层 */
.c-float-modePop {
    text-align: center;
    /*background-color: rgba(51, 135, 255, 0.8);*/
    background-color: #083964;
}

.c-float-modePop .warnMsg {
    padding: 20px 10px 10px 10px;
    color: #fff
}

.c-float-modePop .doBtn {
    width: 100%;
    margin: 0 auto;
}

.c-float-modePop button {
    padding: 6px 9px 6px 9px;
    color: #949494;
    border: 0;
}

.c-float-shade {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 99;
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0
}

.c-float-shade.hide {
    display: none
}

.c-float-popWrap {
    width: 85%;
    z-index: 9999;
    position: fixed;
    /*border-radius: 3px;*/
    overflow: hidden;
    max-width: 500px;
}

.c-float-popWrap .c-float-modePop {
    overflow: hidden;
    border-radius: 6px;
}

.c-float-popWrap .c-float-modePop .warnMsg {
    padding: 0.8em 0 0.8em;
    font-size: 15px;
    color: #ffffff;
}

.c-float-popWrap .c-float-modePop .content {
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

.c-float-popWrap .c-float-modePop .doBtn {
    width: 100%;
    margin-top: 15px;
    position: relative;
    background-color: transparent;
}

.c-float-popWrap .c-float-modePop .doBtn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.c-float-popWrap .c-float-modePop button {
    background-color: #ededed;
    width: 50%;
    height: 42px;
    line-height: 42px;
    color: #444;
    font-size: 17px;
    border: 0;
    padding: 0;
    font-weight: 600;
}

.c-float-popWrap .c-float-modePop button.appblue {
    color: #FFFFFF;
    background-color: #3387ff;
}

.c-float-popWrap .c-float-modePop button.appgray {
    color: #FFFFFF;
    background-color: #c7c7c7;
}

.c-float-popWrap .c-float-modePop button.ok {
    color: #0BB20C;
    border-bottom-right-radius: 6px;
}

.c-float-popWrap .c-float-modePop button.ok:hover,
.c-float-popWrap .c-float-modePop button.cancel:hover {
    color: #FFFFFF;
    background-color: #fe9900;
}

.c-float-popWrap .c-float-modePop button.cancel {
    position: relative;
    border-bottom-left-radius: 6px;
}

.c-float-popWrap .c-float-modePop button.cancel:after {
    content: " ";
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.c-float-popWrap.hide {
    display: none;
    -webkit-box-shadow: none
}

.c-float-popWrap.show {
    display: block;
}

.c-float-popWrap.msgMode .c-float-modePop .content,
.c-float-popWrap.msgMode .c-float-modePop .doBtn {
    display: none
}

.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {
    display: none
}

.c-float-popWrap.confirmMode .c-float-modePop .content,
.c-float-popWrap.confirmMode .c-float-modePop .doBtn {
    display: block
}

.confirm_input {
    border: 1px solid #D5D5D6;
    padding: 10px;
    width: 70%;
}

.weui_mask_transparent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.cx_mask_transparent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
}

.web_toast {
    position: fixed;
    margin: 0 10px;
    z-index: 9999;
    display: none;
    padding: 10px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 4px;
    max-width: 500px;
    width: 85%;
}

.more a {
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #969696;
    margin: 0 auto;
    color: #969696;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.more a::after {
    content: "→";
    width: 100px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 16%;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.more a:hover::after {
    top: 0;
}

.more a:hover {
    background-color: #004198;
    color: #004198;
    border: 1px solid #004198;
}

.app-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.app-slide .arrow-left,
.app-slide .arrow-right {
    position: absolute;
    width: 35px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
}

.app-slide .arrow-left {
    background: url("../images/arrow-left.png") center 100%;
    left: 28px;
}

.app-slide .arrow-right {
    background: url("../images/arrow-right.png") center 100%;
    right: 28px;
}

.app-slide .arrow-down {
    position: absolute;
    width: 28px;
    height: 17px;
    left: 50%;
    margin-left: -14px;
    bottom: 40px;
    z-index: 10;
    background: url("../images/arrow-down.png") center 100%;
}

.app-slide .inner-cont {
    position: absolute;
    width: auto;
    height: auto;
    top: 20%;
    left: 9%;
}

.app-slide .inner-cont p {
    color: #ffffff;
    font-family: 华文细黑, STHeiti, MingLiu;
}

.app-slide .inner-cont p.inner-cont-top {
    font-size: 26px;
    line-height: 84px;
    font-weight: 100;
}

.app-slide .inner-cont p.inner-cont-bot {
    font-size: 60px;
    line-height: 124px;
    font-weight: 100;
}

@media (max-width: 1200px) {
    .app-slide .inner-cont p {
        width: 70%;
    }

    .app-slide .inner-cont p.inner-cont-top {
        font-size: 20px;
        line-height: 70px;
    }

    .app-slide .inner-cont p.inner-cont-bot {
        font-size: 48px;
        line-height: 80px;
    }
}

@media (max-width: 992px) {
    .app-slide .inner-cont p {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .app-slide .inner-cont p {
        width: 65%;
    }

    .app-slide .inner-cont p.inner-cont-top {
        font-size: .2rem;
        line-height: .3rem;
    }

    .app-slide .inner-cont p.inner-cont-bot {
        font-size: .3rem;
        line-height: .4rem;
    }

    .app-slide .arrow-left,
    .app-slide .arrow-right {
        width: .35rem;
        height: .8rem;
    }

    .app-slide .arrow-left {
        left: 10px;
        background-size: 100%;
    }

    .app-slide .arrow-right {
        right: 10px;
        background-size: 100%;
    }
}

footer {
    width: 100%;
    min-height: 158px;
    height: auto;
    background-color: #2B2B2B;
    padding-left: 5%;
    padding-right: 5%;
}

footer .bot-left,
footer .bot-right {
    margin: 0;
    padding: 0;
    color: #ECECEC;
    font-size: 14px;
}

footer .bot-left {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .bot-left-ico {
    width: 20%;
}

footer .bot-left-ico p:first-child {
    font-size: 15px;
    font-weight: 600;
}

footer .bot-left-ico p:last-child {
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 10px;
    line-height: 25px;
}

footer .bot-left-tel {
    width: 41%;
}

footer .bot-left-address {
    width: 45%;
    padding-left: 10px;
}

footer .bot-left-tel p {
    /* float: left; */
    margin-left: 15px;
    font-size: 15px;
}

footer .bot-right {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .bot-right div {
    position: relative;
}

footer .bot-right div p {
    position: absolute;
    right: 0;
    color: #b9b9b9;
}

footer .bot-right div .bot-right-top {
    bottom: -22px;
}

footer .bot-right div .bot-right-bot {
    bottom: -42px;
}

@media (max-width: 1200px) {

    footer .bot-left-ico p:last-child {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    footer {
        height: auto;
    }

    footer .bot-left {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer .bot-left-ico,
    footer .bot-left-tel {
        width: 100%;
    }

    footer .bot-left-ico p:first-child {
        font-size: 14px;
    }

    footer .bot-left-ico p:last-child {
        font-size: 20px;
        line-height: 20px;
    }

    footer .bot-left-tel {
        padding-left: 0;
        margin-top: 10px;
        border: none;
    }

    footer .bot-left-tel p {
        font-size: 14px;
        margin-left: 0;
        margin-right: 10px;
        /* float:left; */
    }
}

.index-pro,
.index-series {
    width: 100%;
    padding: 0 4.5%;
    margin-top: 65px;
}

.pro-con-wrapper,
.pro-con-wrapper-xs,
.series-con-wrapper,
.series-con-wrapper-xs,
.pro-push-wrapper {
    width: 100%;
}

.pro-innner-fl h3 {
    font-size: 26px;
    color: black;
}

.pro-innner-fl p {
    color: #969696;
    font-size: 14px;
}

.pro-inner-fr li {
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 23px;
    border-radius: 5px;
}

.pro-inner-fr li:hover {
    background-color: #004198;
    border: 1px solid #004198;
}

.pro-inner-fr li:hover a {
    color: #FEFEFE;
}

.pro-inner-fr li a {
    font-size: 14px;
    color: #969696;
}

.pro-con {
    margin-top: 70px;
    width: 100%;
    padding-bottom: 10px
}

.pro-con-wrapper div a,
.pro-con-wrapper-xs div a,
.series-con-wrapper div a,
.series-con-wrapper-xs div a,
.pro-push-wrapper div a {
    display: block;
    text-align: center;
}

.pro-con-wrapper .swiper-slide,
.pro-con-wrapper-xs .swiper-slide,
.series-con-wrapper .swiper-slide,
.series-con-wrapper-xs .swiper-slide,
.pro-push-wrapper .swiper-slide {
    padding-right: 10px;
}

.pro-con-wrapper .swiper-slide>div,
.pro-con-wrapper-xs .swiper-slide>div,
.series-con-wrapper .swiper-slide>div,
.series-con-wrapper-xs .swiper-slide>div,
.pro-push-wrapper .swiper-slide>div {
    background-color: #FEFEFE;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pro-con-wrapper .swiper-slide>div:hover,
.pro-con-wrapper-xs .swiper-slide>div:hover,
.series-con-wrapper .swiper-slide>div:hover,
.series-con-wrapper-xs .swiper-slide>div:hover,
.pro-push-wrapper .swiper-slide>div:hover {
    background-color: #004198;
}

.pro-con-wrapper .swiper-slide>div:hover .pro-con-inner h3,
.pro-con-wrapper .swiper-slide>div:hover .pro-con-inner p,
.pro-con-wrapper-xs .swiper-slide>div:hover .pro-con-inner h3,
.pro-con-wrapper-xs .swiper-slide>div:hover .pro-con-inner p,
.series-con-wrapper .swiper-slide>div:hover .pro-con-inner h3,
.series-con-wrapper .swiper-slide>div:hover .pro-con-inner p,
.series-con-wrapper-xs .swiper-slide>div:hover .pro-con-inner h3,
.series-con-wrapper-xs .swiper-slide>div:hover .pro-con-inner p,
.pro-push-wrapper .swiper-slide>div:hover .pro-con-inner h3,
.pro-push-wrapper .swiper-slide>div:hover .pro-con-inner p {
    color: #ffffff;
}

.pro-con-wrapper .swiper-slide .pro-img,
.pro-con-wrapper-xs .swiper-slide .pro-img,
.pro-push-wrapper .swiper-slide .pro-img {
    width: 100%;
    background-color: #d9d9d9;
    overflow: hidden;
    padding-top: 13%;
    padding-bottom: 13%;
    position: relative;
}

.series-con-wrapper .swiper-slide .pro-img,
.series-con-wrapper-xs .swiper-slide .pro-img {
    width: 100%;
    background-color: #d9d9d9;
    overflow: hidden;
    position: relative;
}

.pro-con-wrapper .swiper-slide .pro-img::after,
.pro-con-wrapper-xs .swiper-slide .pro-img::after,
.series-con-wrapper .swiper-slide .pro-img::after,
.series-con-wrapper-xs .swiper-slide .pro-img::after,
.pro-push-wrapper .swiper-slide .pro-img::after {
    content: "+";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    background-color: #004198;
    color: #ffffff;
    font-size: 40px;
    line-height: 64px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -32px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-con-wrapper .swiper-slide .pro-img::after,
.pro-con-wrapper-xs .swiper-slide .pro-img::after,
.series-con-wrapper .swiper-slide .pro-img::after,
.series-con-wrapper-xs .swiper-slide .pro-img::after {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin-left: -20px;
}

.pro-con-wrapper .swiper-slide>div:hover .pro-img::after,
.pro-con-wrapper-xs .swiper-slide>div:hover .pro-img::after,
.series-con-wrapper .swiper-slide>div:hover .pro-img::after,
.series-con-wrapper-xs .swiper-slide>div:hover .pro-img::after,
.pro-push-wrapper .swiper-slide>div:hover .pro-img::after {
    top: 41%;
}

.pro-con-wrapper .swiper-slide .pro-img>div,
.pro-con-wrapper-xs .swiper-slide .pro-img>div,
.pro-push-wrapper .swiper-slide .pro-img>div {
    margin-left: auto;
    margin-right: auto;
    width: 86%;
    padding-bottom: 60%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.series-con-wrapper .swiper-slide .pro-img>div,
.series-con-wrapper-xs .swiper-slide .pro-img>div {
    padding-bottom: 73%;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-con-wrapper .swiper-slide>div:hover .pro-img>div,
.pro-con-wrapper-xs .swiper-slide>div:hover .pro-img>div,
.series-con-wrapper .swiper-slide>div:hover .pro-img>div,
.series-con-wrapper-xs .swiper-slide>div:hover .pro-img>div,
.pro-push-wrapper .swiper-slide>div:hover .pro-img>div {
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);

}

.pro-con-wrapper .swiper-slide .pro-con-inner,
.pro-con-wrapper-xs .swiper-slide .pro-con-inner,
.series-con-wrapper .swiper-slide .pro-con-inner,
.series-con-wrapper-xs .swiper-slide .pro-con-inner,
.pro-push-wrapper .swiper-slide .pro-con-inner {
    width: 100%;
    height: auto;
    padding: 10px 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-con-inner h3 {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 36px;
}

.pro-con-inner h3.reco {
    font-size: 15px;
    line-height: 26px;
    height: 50px;
    padding: 0 20px;
}

.pro-con-inner p {
    font-size: 14px;
    color: #969696;
}

.slick-dots li.slick-active button:before {
    color: #004198;
    opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #004198;
}

.slick-dots {
    bottom: -40px;
}

.pro-more {
    margin-top: 70px;
}

.index-pro-more {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .pro-push-wrapper .swiper-slide {
        padding-left: 10px;
    }

    .index-pro,
    .index-series {
        margin-top: .65rem;
    }

    .pro-innner-fl {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .pro-inner-fr {
        width: 100%;
        float: none;
        margin: 10px auto;
        display: table;
    }

    .pro-inner-fr ul {
        display: table-cell;
    }

    .pro-inner-fr li {
        width: auto;
        padding: 0 3%;
        line-height: .4rem;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .pro-con {
        margin-top: .7rem;
    }

    .pro-con-inner h3.reco,
    .pro-con-inner h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-con-wrapper .swiper-slide .pro-img::after,
    .pro-con-wrapper-xs .swiper-slide .pro-img::after,
    .series-con-wrapper .swiper-slide .pro-img::after,
    .series-con-wrapper-xs .swiper-slide .pro-img::after,
    .pro-push-wrapper .swiper-slide .pro-img::after {
        content: "";
        width: 0;
        height: 0;
    }

    .pro-con-wrapper .slick-prev,
    .pro-con-wrapper-xs .slick-prev,
    .pro-push-wrapper .slick-prev,
    .series-con-wrapper .slick-prev,
    .series-con-wrapper-xs .slick-prev {
        left: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .pro-con-wrapper .slick-next,
    .pro-con-wrapper-xs .slick-next,
    .pro-push-wrapper .slick-next,
    .series-con-wrapper .slick-next,
    .series-con-wrapper-xs .slick-next {
        right: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .pro-con-wrapper .slick-prev:before,
    .pro-con-wrapper .slick-next:before,
    .pro-con-wrapper-xs .slick-prev:before,
    .pro-con-wrapper-xs .slick-next:before,
    .pro-push-wrapper .slick-prev:before,
    .pro-push-wrapper .slick-next:before,
    .series-con-wrapper .slick-prev:before,
    .series-con-wrapper .slick-next:before,
    .series-con-wrapper-xs .slick-prev:before,
    .series-con-wrapper-xs .slick-next:before {
        color: #9b9c9c;
        opacity: 1;
    }

    .pro-con-wrapper .slick-prev.slick-disabled:before,
    .pro-con-wrapper .slick-next.slick-disabled:before,
    .pro-con-wrapper-xs .slick-prev.slick-disabled:before,
    .pro-con-wrapper-xs .slick-next.slick-disabled:before,
    .pro-push-wrapper .slick-prev.slick-disabled:before,
    .pro-push-wrapper .slick-next.slick-disabled:before,
    .series-con-wrapper .slick-prev.slick-disabled:before,
    .series-con-wrapper .slick-next.slick-disabled:before,
    .series-con-wrapper-xs .slick-prev.slick-disabled:before,
    .series-con-wrapper-xs .slick-next.slick-disabled:before {
        opacity: .25;
    }
}

.index-about {
    width: 100%;
    margin-top: 40px;
    background-color: #004198;
}

.index-about .about-fl,
.index-about .about-fr {
    margin: 0;
    padding: 0;
}

.about-fl-img {
    height: auto;
    overflow: hidden;
}

.about-fl-img>div {
    padding-bottom: 43.8%;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index-about:hover .about-fl-img>div {
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.about-fl-info {
    height: 160px;
    background-color: #2b2b2b;
    text-align: center;
    color: #FEFEFE;
    padding-top: 50px;
}

.about-fl-info span.about-fl-info-num {
    font-size: 38px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 5px;
}

.about-fl-info span.about-fl-info-t {
    color: #C6C6C6;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-left: 6px;
}

.about-fl-info p {
    color: #C6C6C6;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
}

.about-fr-inner {
    color: #FEFEFE;
    padding: 18.3% 15.6% 0 15.6%;
}

.about-fr-title {
    font-size: 28px;
    line-height: 38px;
}

.about-fr-m,
.about-fr-title,
.about-fr-more {
    text-align: center;
}

.about-fr-info {
    padding-top: 4%;
    font-size: 14px;
    line-height: 25px;
}

.about-fr-more {
    margin: 4% auto;
    width: 157px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #FEFEFE;
    overflow: hidden;
    position: relative;
}

.about-fr-more a {
    color: #FEFEFE;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.about-fr-more a::after {
    content: "→";
    width: 100px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: -30px;
    left: 16%;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.about-fr-more a:hover {
    color: #004198;
}

.about-fr-more a:hover::after {
    top: 0;
}

@media (max-width: 1200px) {
    .about-fr-inner {
        padding-top: 12%
    }

    .about-fl-info p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .about-fr-inner {
        padding: 6.3% 15.6% 6.3% 15.6%;
    }
}

@media (max-width: 768px) {
    .about-fl-info {
        height: auto;
        padding: 5% 0;
    }

    .about-fl-info li {
        margin: 10px 0;
    }
}

.index-news {
    width: 100%;
    margin-top: 70px;
    padding: 0 4.5%;
}

.news-innner-fl h3 {
    font-size: 26px;
    color: black;
}

.news-innner-fl p {
    color: #969696;
    font-size: 14px;
}

.index-news-con {
    margin-top: 40px;
    padding-bottom: 30px;
}

.index-news-con .swiper-slide {
    padding: 20px 40px;
}

.index-news-con dl {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px 8% 30px 8%;
    -webkit-box-shadow: #d4cbcb 0px 0px 30px;
    -moz-box-shadow: #d4cbcb 0px 0px 30px;
    box-shadow: #d4cbcb 0px 0px 30px;
}

.index-news-con dt {
    font-size: 19px;
    text-align: center;
    color: #969696;
    font-weight: 500;
}

.index-news-con dd a span {
    color: #575757;
    font-size: 15px;
    line-height: 20px;
    height: 65px;
}

.index-news-con dd a span.fl {
    width: 72%;
    padding-left: 1em;
    position: relative;
}

.index-news-con dd a span.fl:before {
    content: "●";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 1em;
    left: .1em;
    color: #575757;
}

.index-news-con dd a span.fr {
    width: 28%;
    text-align: right;
    color: #969696;
}

.index-news-con dd.index-news-list-top {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #C5C3C2;
}

.index-news-con dd .img-container {
    padding-bottom: 65%;
}

.index-news-con dd.index-news-list-top h5 {
    margin-top: 30px;
    color: black;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
}

.index-news-con dd.index-news-list-top p {
    font-size: 14px;
    color: #969696;
    line-height: 24px;
}

.index-news-con dd.news-more {
    margin-top: 40px;
}

.index-news-con dd.news-more a:hover {
    color: #FFFFFF;
}

.index-news-con dd.news-more a:after {
    content: "";
}

@media (max-width: 768px) {
    .index-news {
        margin-top: .7rem;
    }

    .news-innner-fl {
        float: none;
        margin: 0 auto;
        width: 100px;
        text-align: center;
    }

    .news-con {
        margin-top: .8rem;
    }
}

.index-partner {
    width: 100%;
    margin-top: 70px;
    padding: 0 4.5%;
}

.partner-innner-fl h3 {
    font-size: 26px;
    color: black;
}

.partners-innner-fl p {
    color: #969696;
    font-size: 14px;
}

.index-partner-con {
    margin-top: 40px;
    padding-bottom: 30px;
}

.index-partner-con li {
    padding: 0 8px;
}

.index-partner-con li .partner-img {
    padding: 26% 0;
    border: 1px solid #ececec;
}

.index-partner-con li .partner-img .img-container {
    width: 64%;
    padding-bottom: 28%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .partner-innner-fl {
        float: none;
        margin: 0 auto;
        width: 200px;
        text-align: center;
    }

    .index-partner-con li {
        padding-bottom: 10px;
    }
}

.about-con {
    padding-left: 15%;
    padding-right: 15%;
}

.about-tit {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.about-tit h1 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
}

.about-tit p {
    font-size: 14px;
}

.about-banner {
    width: 100%;
}

.about-us {
    width: 100%;
    margin-top: 35px;
    background-color: #ffffff;
}

.about-us-inner {
    padding: 50px 0;
}

.about-us-paly img {
    width: 95%;
    height: auto;
}

.about-us-info p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 25px;
    width: 95%;
    margin-left: 5%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about-us-paly,
.about-us-info {
    padding: 0
}

.about-us-norm {
    width: 100%;
    background-color: #004198;
    padding: 40px 20%;
    text-align: center;
    color: #FEFEFE;
}

.about-us-norm li {
    border-right: 1px solid #255DA7;
}

.about-us-norm li:last-child {
    border: none;
}

.about-us-norm span.about-fl-info-num {
    font-size: 38px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 5px;
}

.about-us-norm span.about-fl-info-t {
    color: #C6C6C6;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-left: 6px;
}

.about-us-norm p {
    color: #C6C6C6;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
}

@-webkit-keyframes rightan {
    from {
        bottom: 0%;
        opacity: 0;
    }

    to {
        bottom: 5%;
        opacity: 1;
    }
}

.rightan,
.uprightan {
    display: none;
    -webkit-animation: rightan 1s infinite;
    -webkit-animation-fill-mode: both;
    width: 150px;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #004198;
}

@media (max-width: 1200px) {
    .about-us-norm {
        padding: 40px 15%;
    }
}

@media (max-width: 992px) {
    .about-us-info {
        margin-top: 26px;
    }

    .about-us-norm {
        padding: 40px 5%;
    }
}

@media (max-width: 768px) {
    .about-us {
        margin-top: .35rem;
    }

    .about-us-norm {
        padding: .15rem 1%;
    }

    .about-us-inner {
        padding: .5rem 0;
    }

    .about-us-norm li {
        margin: 10px 0;
    }

    .about-us-norm span.about-fl-info-num {
        font-size: .38rem;
        line-height: .30rem;
    }

    .about-us-norm span.about-fl-info-t {
        color: #C6C6C6;
        font-size: .15rem;
    }

    .about-us-norm p {
        font-size: .15rem;
        line-height: 15px;
        height: 30px;
    }

    .about-us-info p {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .rightan {
        display: block;
    }

    .about-us-info {
        height: 166px;
        overflow: hidden;
    }

    .about-us-info-down {
        height: auto;
    }
}

.about-culture {
    margin-top: 45px;
}

.about-cul-con {
    padding: 40px 0 75px 0;
    width: 100%;
    border-bottom: 1px dashed #c6c6c6;
}

.about-cul-inner {
    background-color: #FFFFFF;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-cul-img {
    overflow: hidden;
    position: relative;
}

.swiper-slide div.about-cul-inner:nth-child(odd) .about-cul-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #004299;
    border-bottom: 10px solid transparent;
    top: 45%;
    right: -20px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.swiper-slide div.about-cul-inner:nth-child(odd):hover .about-cul-img::after {
    right: 0;
}

.swiper-slide div.about-cul-inner:nth-child(even) .about-cul-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #004299;
    border-bottom: 10px solid transparent;
    top: 45%;
    left: -20px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.swiper-slide div.about-cul-inner:nth-child(even):hover .about-cul-img::after {
    left: 0;
}

.about-cul-img>div {
    padding-bottom: 68.7%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

div .about-cul-inner:hover .about-cul-img>div {
    transform: scale(1.08);
}

.about-cul-img,
.about-cul-info {
    width: 50%;
}

.about-cul-info {
    text-align: center;
    padding-top: 10%;
}

.about-cul-info h2 {
    font-size: 22px;
    color: #004198;
    line-height: 42px;
    margin-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-cul-info p {
    color: #ACADAD;
    font-size: 17px;
    line-height: 25px;
    margin-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

div .about-cul-inner:hover {
    background-color: #004299;
}

div .about-cul-inner:hover .about-cul-info h2,
div .about-cul-inner:hover .about-cul-info p {
    color: #FEFEFE;
}

.swiper-slide div.about-cul-inner:nth-child(odd):hover .about-cul-info h2,
.swiper-slide div.about-cul-inner:nth-child(odd):hover .about-cul-info p {
    margin-left: 20px;
}

.swiper-slide div.about-cul-inner:nth-child(even):hover .about-cul-info h2,
.swiper-slide div.about-cul-inner:nth-child(even):hover .about-cul-info p {
    margin-left: -20px;
}

@media (max-width: 992px) {
    .about-cul-info {
        padding-top: 5%;
    }
}

@media (max-width: 768px) {
    .about-culture {
        margin-top: .45rem;
    }

    .about-cul-con {
        padding: .4rem 0 .75rem 0;
    }

    .about-cul-info {
        padding-top: 10%;
    }

    .about-cul-info h2 {
        font-size: .22rem;
        line-height: .42rem;
    }

    .about-cul-info p {
        font-size: 14px;
        line-height: 18px;
    }
}

.about-group {
    width: 100%;
    margin-top: 45px;
}

.about-gro-con {
    width: 100%;
    padding: 75px 0 90px 0;
}

.about-gro-inner a {
    display: block;
    color: #221815;
    margin: 0 6px;
    background-color: #DDDDDD;
    position: relative;
    top: 0;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.about-gro-inner a:hover {
    top: -10px;
}

.about-gro-inner a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #004299;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-gro-inner a .about-gro-img>div {
    padding-bottom: 68%;
    border: 1px solid #aba4a4;
    margin: 0 auto;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-gro-inner a:hover::after {
    width: 100%;
}

.about-gro-inner a:hover .about-gro-img>div {
    transform: scale(1.08);
}

.about-gro-img {
    /* padding: 11.5% 33%; */
    width: 100%;
}

.about-gro-info {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 8%;
    padding-left: 6%;
    padding-bottom: 12%;
}

.about-gro-info h3 {
    font-size: 16px;
    text-align: center;
}

.about-gro-info p {
    color: #989898;
}

.about-destory {
    width: 100%;
    margin-top: 45px;
    background: url(../images/history.jpg) right center;
    padding: 48px 0;
}

.about-des-tit h1,
.about-des-tit p {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .about-group {
        margin-top: .45rem;
    }

    .about-gro-con {
        padding: .75rem 0 .9rem 0;
    }

    .about-gro-con .swiper-slide {
        padding: 0;
    }

    .about-gro-wrapper .slick-prev {
        left: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .about-gro-wrapper .slick-next {
        right: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .about-gro-wrapper .slick-prev:before,
    .about-gro-wrapper .slick-next:before {
        color: #9b9c9c;
        opacity: 1;
    }

    .about-gro-wrapper .slick-prev.slick-disabled:before,
    .about-gro-wrapper .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .about-gro-info h3 {
        font-size: 14px
    }
}

.about-des-con {
    padding: 30px 0;
    color: #FFFFFF;
}

.about-des-con ul {
    padding-left: 72px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.about-des-inner {
    position: relative;
}

.about-des-inner a {
    display: block;
    color: #FFFFFF;
}

.about-des-inner span.spot {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: 40%;
    left: -48px;
    color: #004198;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    text-indent: -100px;
}

.about-des-inner span.spot::after {
    content: "";
    width: 0;
    height: 32px;
    border-right: 1px solid #FFFFFF;
    position: absolute;
    top: 160%;
    left: 5px;
}

.about-des-con-fl ul>li:last-child.about-des-inner span.spot::after {
    border: none;
    height: 0;
    float: left;
}

.about-des-wrapper .slick-dots {
    padding-left: 10% !important;
    width: 90%;
}

.about-des-wrapper .slick-prev {
    left: 10%;
    top: auto;
    margin-top: 2px;
    z-index: 100;
    bottom: -50px;
}

.about-des-wrapper .slick-dots .slick-active {
    width: 25px;
    height: 25px;
    background-color: #FEFEFE;
    border-radius: 50%;
    color: #004198;
    line-height: 25px;
}

.about-des-wrapper .slick-next {
    right: 15%;
    top: auto;
    margin-top: 2px;
    z-index: 100;
    bottom: -50px;
}

.about-des-info {
    width: 90%;
    /*height: 38px;*/
    border-bottom: 1px dashed #3363ba;
    font-size: 15px;
    line-height: 38px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-des-info .info {
    padding-left: 30px;
}

.about-des-con-fl ul>li.active .about-des-info {
    /*height: 50px;*/
    line-height: 50px;
}

.about-des-con-fl ul>li.active span.spot {
    width: 46px;
    height: 46px;
    border: 9px solid #002c93;
    top: 8%;
    left: -66px;
    color: #004198;
    font-size: 17px;
    line-height: 30px;
    text-indent: 0;
    font-weight: 700;
}

.about-des-con-fl ul>li.active span.spot::after {
    top: 133%;
    left: 14px;
}

@media (max-width: 1920px) {
    .about-des-con-fl {
        width: 90%;
    }
}

@media (max-width: 1600px) {
    .about-des-con-fl {
        width: 90%;
    }
}

@media (max-width: 1400px) {
    .about-des-con-fl {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .about-des-con-fl {
        width: 95%;
    }
}

@media (max-width: 992px) {
    .about-des-con-fl {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-des-con-fl {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .about-des-con ul {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
    }

    .about-des-inner span.spot {
        display: none;
    }

    .about-des-info {
        width: 100%;
        font-size: .15rem;
        line-height: .6rem;
    }

    .about-des-con-fl ul>li.active .about-des-info {
        line-height: .6rem;
    }
}

@media (max-width: 400px) {
    .about-des-info .pudate {
        display: none;
    }

    .about-des-info {
        text-align: center;
    }

    .about-des-info .info {
        padding-left: 0;
    }
}

.about-make {
    width: 100%;
    margin-top: 55px;
    padding-bottom: 60px;
}

.about-make-con {
    padding: 70px 0 86px 0;
}

.about-make-wrapper a {
    display: block;
    color: #221815;
    padding: 10px 6px;
    position: relative;
    top: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-make-wrapper a:hover {
    top: -10px;
}

.about-make-wrapper a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #004299;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-make-wrapper a .about-make-img {
    padding-bottom: 70%;
    background-color: #DDDDDD;
}

.about-make-wrapper a .about-make-img>img {
    border: 1px solid #d5d5d5;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-make-wrapper a:hover::after {
    width: 100%;
}

.about-make-wrapper a:hover .about-make-img>img {
    transform: scale(1.08);
}

.about-make-img {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.about-make-info {
    width: 100%;
    background-color: #FFFFFF;
    padding: 5% 5% 10px 5%;
    ;

}

.about-make-info h3 {
    font-size: 16px;
    text-align: center;
    height: 44px;
    line-height: 22px;
}

.about-make-info p {
    color: #989898;
    text-align: center;
    height: 20px;
}

@media (max-width: 768px) {
    .about-make {
        margin-top: .55rem;
        padding-bottom: .6rem;
    }

    .about-make-info {
        height: auto;
    }

    .about-make-con {
        padding: .7rem 0 .86rem 0;
    }

    .about-make-con .swiper-slide {
        padding: 0;
    }

    .about-make-info h3 {
        font-size: 14px;
        height: 44px;
        line-height: 24px;
        overflow: hidden;
    }

    .about-make-info p {
        font-size: 14px;
        height: 15px;
    }

    .about-make-wrapper .slick-prev {
        left: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .about-make-wrapper .slick-next {
        right: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .about-make-wrapper .slick-prev:before,
    .about-make-wrapper .slick-next:before {
        color: #9b9c9c;
        opacity: 1;
    }

    .about-make-wrapper .slick-prev.slick-disabled:before,
    .about-make-wrapper .slick-next.slick-disabled:before {
        opacity: .25;
    }
}

.about-honor {
    width: 100%;
    margin-top: 55px;
    padding-bottom: 60px;
}

.about-honor-con {
    padding: 70px 0 86px 0;
}

.about-honor-wrapper a {
    display: block;
    color: #221815;
    padding: 10px 6px;
    position: relative;
    top: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-honor-wrapper a:hover {
    top: -10px;
}

.about-honor-wrapper a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #004299;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-honor-wrapper a .about-honor-img {
    padding-bottom: 70%;
    background-color: #DDDDDD;
}

.about-honor-wrapper a .about-honor-img>img {

    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-honor-wrapper a:hover::after {
    width: 100%;
}

.about-honor-wrapper a:hover .about-honor-img>img {
    transform: scale(1.08);
}

.about-honor-img {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.about-honor-info {
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    padding: 8% 5% 10px 5%;
}

.about-honor-info h3 {
    font-size: 16px;
    text-align: center;
}

.about-honor-info p {
    color: #989898;
    text-align: center;
}

.about-honor .about-more {
    padding-bottom: 20px
}

@media (max-width: 768px) {
    .about-honor {
        margin-top: .55rem;
        padding-bottom: .6rem;
    }

    .about-honor-con {
        padding: .7rem 0 .86rem 0;
    }

    .about-honor-info {
        height: auto;
    }

    .about-honor-info h3 {
        font-size: 14px;
        height: 25px;
        line-height: 24px;
    }

    .about-honor-info p {
        font-size: .18rem;
    }

    .about-honor-wrapper .slick-prev {
        left: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .about-honor-wrapper .slick-next {
        right: 0;
        top: auto;
        z-index: 100;
        bottom: -50px;
    }

    .about-honor-wrapper .slick-prev:before,
    .about-honor-wrapper .slick-next:before {
        color: #9b9c9c;
        opacity: 1;
    }

    .about-honor-wrapper .slick-prev.slick-disabled:before,
    .about-honor-wrapper .slick-next.slick-disabled:before {
        opacity: .25;
    }
}

.about-job {
    width: 100%;
    padding-top: 60px;
    background-color: #FFFFFF;
}

.about-job-con {
    padding: 72px 0 80px 0;
}

.about-job-con div.slick-slide:nth-child(odd) {
    padding-right: 35px;
}

.about-job-con div.slick-slide:nth-child(even) {
    padding-left: 35px;
}

.about-job-inner {
    margin-bottom: 40px;
}

.about-job-inner a {
    display: block;
    padding: 20px 17px 20px 17px;
    border: 1px solid #ea9f77;
    border-radius: 5px;
    color: #424D53;
    position: relative;
}

.about-job-inner .about-job-img {
    width: 35%;
    border-radius: 3px;
    overflow: hidden;
}

.about-job-inner .about-job-img>div {
    padding-bottom: 70%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-job-inner a:hover .about-job-img>div {
    transform: scale(1.08);
}

.about-job-inner .about-job-info {
    width: 65%;
    padding-left: 26px;
    padding-top: 20px;
}

.about-job-info-title {
    height: 40px;
    font-size: 19px;
    color: #004299;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-job-inner a:hover .about-job-info-title {
    color: #004299;
}

.about-job-info-con {
    font-size: 13px;
    color: #989898;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

i.about-job-timer {
    display: inline-block;
    width: 22px;
    height: 30px;
    background: url(../images/about-job-timer.png) center no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.about-job-pudate span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 12px;
}

.about-job-more {
    width: 120px;
    height: 36px;
    text-align: center;
    background-color: #C8C8C8;
    border-radius: 3px;
    font-size: 14px;
    line-height: 36px;
    color: #FEFEFE;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-job-inner a:hover .about-job-more {
    background-color: #004299;
    color: #FFFFFF;
}

.about-job-info-bot {
    margin-top: 20px;
}

.about-job-wrapper .slick-dots {
    padding-left: 10% !important;
    width: 90%;
}

.about-job-wrapper .slick-dots li {
    font-family: pingfangmedium, sans-serif;
}

.about-job-wrapper .slick-prev {
    left: 0;
    top: auto;
    z-index: 100;
    width: 30px;
    height: 30px;
    bottom: -60px;
}

.about-job-wrapper .slick-dots .slick-active {
    width: 25px;
    height: 25px;
    background-color: #004198;
    border-radius: 50%;
    color: #FEFEFE;
    line-height: 25px;
}

.about-job-wrapper .slick-next {
    right: 0;
    top: auto;
    width: 30px;
    height: 30px;
    z-index: 100;
    bottom: -60px;
}

.about-job-wrapper .slick-prev:before,
.about-job-wrapper .slick-next:before {
    color: #9b9c9c;
    font-size: 30px;
    opacity: 1;
}

.about-job-wrapper .slick-prev.slick-disabled:before,
.about-job-wrapper .slick-next.slick-disabled:before {
    opacity: .25;
}

.about-job-inner a>span {
    position: absolute;
    background: rgba(246, 132, 70, 0.4);
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.about-job-inner a>span.wk_span_1 {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.about-job-inner a>span.wk_span_2 {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
}

.about-job-inner a>span.wk_span_3 {
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
}

.about-job-inner a>span.wk_span_4 {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}

.about-job-inner a:hover span.wk_span_1,
.about-job-inner a:hover span.wk_span_3 {
    width: 100%;
}

.about-job-inner a:hover span.wk_span_2,
.about-job-inner a:hover span.wk_span_4 {
    height: 100%;
}

@media (max-width: 1600px) {
    .about-con {
        padding-left: 10%;
        padding-right: 10%;
    }

    .about-job-inner .about-job-info {
        padding-top: 0;
    }
}

@media (max-width: 1400px) {
    .about-con {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 1200px) {
    .about-con {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-job .about-con {
        padding-right: 5px;
    }

    .about-job-con div.slick-slide:nth-child(odd) {
        padding-right: 10px;
    }

    .about-job-con div.slick-slide:nth-child(even) {
        padding-left: 10px;
    }

    .about-job-inner .about-job-img {
        width: 30%;
    }

    .about-job-inner .about-job-info {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .about-job {
        padding-top: .6rem;
    }

    .about-job-con {
        padding: .72rem 0 .8rem 0;
    }
}

@media (max-width: 510px) {
    .about-job-inner .about-job-img {
        width: 100%;
    }

    .about-job-inner .about-job-info {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 350px) {
    .about-job-more {
        float: none;
        margin: 40px auto 0 auto;
    }
}

.job {
    width: 100%;
    padding-top: 115px;
    padding-bottom: 132px;
}

.job-con {
    padding-left: 18%;
    padding-right: 18%;
}

.job-info {
    padding-bottom: 45px;
    border-bottom: 1px solid #ececec;
    ;
}

.job-info-tit {
    padding-left: 2%;
    padding-right: 2%;
}

.tit-fl {
    font-size: 30px;
    line-height: 70px;
    font-weight: 700;
    color: #333;
}

.tit-fr {
    font-size: 25px;
    line-height: 70px;
    color: #003E9A;
    font-weight: 700;
}

.job-info-cate span {
    font-size: 20px;
    line-height: 80px;
    padding-left: 2%;
    font-weight: 600;
    color: #333;
}

.job-info-wel {
    margin-top: 15px;
    padding-left: 2%;
}

.job-info-wel p {
    display: inline-block;
    margin: 10px;
    width: 100px;
    height: 38px;
    background-color: #def0f9;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #6090AC;
    border-radius: 5px;
    font-weight: 600;
}

.job-info-inline {
    width: 100%;
    height: 2px;
    background-color: #ececec;
    margin-top: 40px;
}

.job-info-req {
    margin-top: 50px;
}

.job-info-req li {
    width: 120px;
    height: 25px;
    border-right: 1px solid #BABABA;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #555;
    font-weight: 600;
}

.job-info-req li:last-child {
    border: none;
}

.job-info-addmail {
    margin-top: 25px;
    padding-left: 2%;
}

.job-info-addmail i {
    font-size: 15px;
}

.job-info-add span,
.job-info-mail span {
    font-size: 15px;
    color: #555;
    font-weight: 600;
    padding-left: 10px;
}

.job-info-fr-img>div {
    width: 63%;
}

.job-info-fr-img>div>div {
    padding-bottom: 70%;
}

.job-info-paging {
    margin-top: 65px;
    margin-right: -30px;
}

.job-info-next a,
.job-info-pre a {
    display: block;
    width: 70px;
    height: 36px;
}

.job-info-next {
    border-left: 1px solid #BABABA;
}

.job-content {
    margin-top: 118px;
}

.job-content-inner {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ececec;
}

.job-content-inner .job-content-sta {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    background-color: #1E3C88;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.job-content-describe,
.job-content-request {
    margin-top: 50px;
}

.job-content-describe-tit,
.job-content-request-tit {
    width: 200px;
    height: 20px;
    padding-left: 10px;
    color: #104AA1;
    font: 20px/20px pingfangmedium, sans-serif;
    font-weight: 600;
    border-left: 3px solid #969696;
    margin-bottom: 20px;
}

/*.job-content-describe p,.job-content-request p{
    font-size: 14px;
    line-height: 30px;
    color: #969696;
}*/
@media (max-width: 1700px) {
    .job-info-mail {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .tit-fr {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .job-con {
        padding-left: 5%;
        padding-right: 5%;
    }

    .job-info-paging {
        margin: 65px auto 0 auto;
        width: 150px;
    }
}

@media (max-width: 768px) {
    .job {
        padding-top: 1.15rem;
        padding-bottom: 1.32rem;
    }

    .tit-fl {
        font-size: .4rem;
        line-height: .7rem;
    }

    .tit-fr {
        font-size: .38rem;
        line-height: .7rem;
    }

    .job-info-cate span {
        font-size: .28rem;
        line-height: .8rem;
    }

    .job-info-wel {
        padding-left: 0;
    }

    .job-info-wel li {
        margin: .1rem;
        width: auto;
        height: auto;
        line-height: normal;
        padding: 5px 10px;
        font-size: .16rem;
    }

    .job-info-inline {
        margin-top: .4rem;
    }

    .job-info-req {
        margin-top: .5rem;
    }

    .job-info-req li {
        width: auto;
        height: .25rem;
        font-size: .2rem;
        line-height: .25rem;
    }

    .job-info-addmail i {
        font-size: 14px;
        width: 20px;
        text-align: center;
    }

    .job-info-add span,
    .job-info-mail span {
        font-size: 14px;
    }

    .job-info-paging {
        margin-top: .65rem;
    }

    .job-content {
        margin-top: 1.18rem;
    }
}

.pagelist {
    padding: 20px;
    margin-top: 80px;
}

.pagination {
    display: block;
    border-color: #0ae;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.pagination>span {
    display: flex;
    line-height: 36px;
}

.pagination>span>a,
.pagination>span>span {
    border: solid 1px #ddd;
    border-radius: 4px;
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    float: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0 6px;
}

.pagination>span>a:focus,
.pagination>span>a:hover,
.pagination>span>span:hover {
    background-color: #004198;
    border-color: #004198;
    color: #fff;
}

.pagination .page-num-current {
    color: #fff;
    background-color: #004198;
}

.pagination>a.page-num-current:focus,
.pagination>a.page-num-current:hover {
    background: none;
    border: none;
}

.pro-list {
    width: 100%;
    padding-bottom: 140px;
}

.pro-list-con {
    padding-left: 18%;
    padding-right: 18%;
}

.pro-list-son {
    margin-top: 68px;
    display: table;
    text-align: center;
    width: 100%;
}

.pro-list-son ul {
    display: table-cell;
}

.pro-list-son ul li {
    margin: 10px 0;
}

.pro-list-son ul li a {
    border: 1px solid #e6e4e4;
    border-radius: 5px;
    font-size: 14px;
    color: #969696;
    text-align: center;
    padding: 10px 15%;
    display: block;
    width: 170px;
}

.pro-list-son ul li a:hover {
    background-color: #004198;
    border: 1px solid #004198;
    color: #FEFEFE;
}

.pro-list-inner {
    margin-top: 60px;
}

.pro-list-inner .swiper-slide {
    width: 20%;
    float: left;
    margin-bottom: 15px;
    padding: 0 5px;
}

.pro-list-inner .swiper-slide a {
    display: block;
    color: #4c4b4b;
    font-weight: 600;
    font-size: 16px;
}

/*.pro-list-inner .swiper-slide a:hover .pro-inner-tit,
.pro-list-inner .swiper-slide a:hover .pro-inner-more{
    background-color:#2c72d0;
}*/
.pro-inner-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pro-inner-img>div {
    padding-bottom: 73%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-list-inner .swiper-slide a:hover .pro-inner-img>div {
    transform: scale(1.08);
}

.pro-inner-tit {
    padding: 12% 0 10px 5%;
    border-bottom: 1px solid #e6e4e4;
    font-size: 17px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-list-inner .swiper-slide a:hover .pro-inner-tit {
    color: #004299;
    padding-left: 8%;
    border-color: #dedbdb;
}

.pro-inner-more {
    padding: 5% 0 5% 5%;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-list-inner .swiper-slide a:hover .pro-inner-more {
    padding-left: 8%;
}

.pro-inner-more p {
    width: 90px;
    height: 33px;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    color: #b9b9b9;
    border: 1px solid #e6e4e4;
    border-radius: 5px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-list-inner .swiper-slide a:hover .pro-inner-more p {
    color: #004299;
    border-radius: 20px;
    background-color: #FEFEFE;
}

.pro-inner-more span {
    font-size: 14px;
}

.pro-sonlist {
    width: 100%;
    padding-bottom: 85px;
}

.pro-sonlist .pro-list-con {
    padding-left: 5%;
    padding-right: 5%;
}

.pro-son-inner {
    margin-top: 90px;
}

@media (min-width: 1500px) {
    .pro-son-inner ul li {
        width: 20% !important;
        float: left;
    }
}

@media (max-width: 768px) {
    .pro-list {
        padding-bottom: 1.4rem;
    }

    .pro-list-inner .swiper-slide a {
        position: relative;
    }

    .pro-inner-tit {
        font-size: 14px;
    }

    .pro-list-son {
        margin-top: .68rem;
    }

    .pro-list-son ul li a {
        width: auto;
        height: auto;
        line-height: normal;
        padding: 5px 10px;
    }

    .pro-list-inner {
        margin-top: .9rem;
    }

    .pro-inner-more p {
        width: 40%;
        height: auto;
        line-height: normal;
        padding: 2px 5px;
        position: absolute;
        right: 10px;
        bottom: 14%;
    }

    .pro-inner-more span {
        font-size: .14rem;
    }

    .pro-list-son ul li {
        padding: 0;
    }
}

.pro-son-inner ul li {
    padding-right: 10px;
    padding-left: 10px;
    margin: 22px 0;
}

.pro-son-inner ul li a {
    display: block;
    color: #545454;
    padding-bottom: 1px;
}

.pro-son-inner ul li a:hover {
    box-shadow: 1px 4px 18px 0px rgba(0, 0, 0, 0.2)
}

.pro-son-img {
    width: 100%;
    background-color: #d9d9d9;
    overflow: hidden;
    padding-top: 12%;
    padding-bottom: 12%;
}

.pro-son-img>div {
    width: 100%;
    padding-bottom: 70%;
    margin: 0 auto;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-son-inner a:hover .pro-son-img>div {
    transform: scale(1.08);
}

.pro-son-info {
    padding: 10% 5% 2% 5%;
    border-bottom: 1px solid #e6e4e4;
}

.pro-son-info .pro-son-tit {
    height: 50px;
    font-size: 17px;
    padding-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-son-inner a:hover .pro-son-tit {
    padding-left: 10px;
    color: #004198;
}

.pro-son-info .pro-son-des {
    height: 85px;
    font-size: 14px;
    line-height: 22px;
    color: #4c4b4b;
    padding-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-son-inner a:hover .pro-son-des {
    padding-left: 10px;
}

.pro-son-more {
    margin: 10% 0 10% 5%;
    width: 90px;
    height: 33px;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    color: #b9b9b9;
    border: 1px solid #e6e4e4;
    border-radius: 5px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-son-inner a:hover .pro-son-more {
    margin-left: 7%;
    background-color: #004198;
    color: #FFFFFF;
}

.pro-son-more span {
    font-size: 14px;
}

@media (max-width: 769px) {
    .pro-list-son ul li a {
        padding: 5px 3%;
    }

    .pro-sonlist {
        padding-bottom: .85rem;
    }

    .pro-son-inner {
        margin-top: .9rem;
    }

    .pro-son-info {
        border: none;
    }

    .pro-son-info .pro-son-tit {
        font-size: 14px;
    }

    .pro-son-inner ul li {
        margin: 10px 0;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 400px) {
    .pro-son-inner ul li {
        margin: 5px 0;
        padding: 0 5px;
    }
}

.pro-art {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 100px;
}

.pro-info {
    padding-bottom: 45px;
    border-bottom: 1px solid #e6e4e4;
}

.art-con {
    padding-left: 18%;
    padding-right: 18%;
}

.pro-art-pos a {
    font-size: 13px;
    color: #444242;
}

.pro-info-fl {
    margin-top: 35px;
}

#pro-info-fl-tab {
    width: 13%;
    float: left;
    padding-top: 10%;
}

#pro-info-fl-tabContent {
    width: 87%;
    float: left;
}

#pro-info-fl-tab li {
    padding: 10px;
}

#pro-info-fl-tab li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #e6e4e4;
    position: relative;
}

#pro-info-fl-tab li.active a::after,
#pro-info-fl-tab li:hover a::after {
    content: "";
    width: 53px;
    height: 53px;
    border: 3px solid #4d83c1;
    background-color: transparent;
    position: absolute;
    left: -3px;
    top: -1px;
    z-index: 99;
}

#pro-info-fl-tab li a img {
    padding-top: 12px;
    padding-bottom: 10px;
    width: 60%;
}

#pro-info-fl-tabContent .tab-pane>div {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 90%;
}

.pro-info-paging {
    margin-top: 110px;

}

.pro-info-next a,
.pro-info-pre a {
    display: block;
    width: 70px;
    height: 36px;
}

.pro-info-next {
    border-left: 1px solid #BABABA;
}

.pro-info-fr {
    padding-left: 5%;
}

.pro-info-cate {
    font-size: 17px;
    line-height: 40px;
    color: #003E9A;
    font-weight: 600;
}

.pro-info-tit {
    width: 100%;
    border-bottom: 1px solid #e6e4e4;
    border-top: 1px solid #e6e4e4;
    ;
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
    color: black;
}

.pro-info-des {
    margin-top: 48px;
}

.pro-info-des p {
    font-size: 14px;
    color: #4c4b4b;
    line-height: 25px;
}

.pro-info-more {
    margin-top: 40px;
}

.pro-info-det {
    font-size: 13px;
    color: #737070;
}

.pro-info-det span {
    padding-left: 5px;
}

.pro-info-mmore {
    margin-top: 36px;
}

.pro-info-mmore a {
    color: black;
    font-size: 14px;
    display: block;
    margin-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pro-info-mmore a:hover {
    color: #004198;
    margin-left: 10px;
}

.pro-info-mmore a i {
    color: #004198;
}

.pro-info-mmore a span {
    padding-left: 5px;
    font-weight: 600;
}

.pro-content {
    margin-top: 116px;
}

.pro-content-inner,
.pro-push {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ececec;
}

.pro-content-tit1,
.pro-push-tit {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    background-color: #1E3C88;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.pro-content-describe,
.pro-content-stru,
.pro-content-para {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pro-content-describe-tit,
.pro-content-stru-tit,
.pro-content-stru-tit {
    width: 200px;
    height: 20px;
    padding-left: 10px;
    color: #104AA1;
    font: 20px/20px pingfangmedium, sans-serif;
    font-weight: 600;
    border-left: 3px solid #969696;
    margin-bottom: 20px;
}

.pro-content-describe p,
.pro-content-stru p,
.pro-content-para p {
    /* font-size: 14px; */
    /* line-height: 30px; */
    /* color: #969696; */
}

.pro-push {
    margin-top: 36px;
}

.pro-push-list {
    margin-top: 66px;
}

.pageTurning {
    margin-top: 20px;
}

@media (max-width: 992px) {
    .pro-info-paging {
        margin-left: auto;
        margin-right: auto;
        width: 143px;
    }
}

@media (max-width: 768px) {
    .pro-art {
        margin-top: .7rem;
        padding-bottom: 1rem;
    }

    .pro-info-paging {
        margin-top: 1.1rem;
    }

    .pro-info-fr {
        position: relative;
        margin-top: 20px;
    }

    .pro-info-mmore a {
        position: absolute;
        right: 5%;
        top: 2px;
        font-size: .18rem;
    }

    .pro-info-tit {
        width: 100%;
        text-align: center;
    }

    .pro-info-cate {
        font-size: .18rem;
        line-height: .4rem;
    }
}

@media (max-width: 500px) {
    #pro-info-fl-tab {
        width: 20%;
        padding-top: 0;
    }

    #pro-info-fl-tabContent {
        width: 80%;
    }

    #pro-info-fl-tab li a {
        width: .7rem;
        height: .7rem;
    }

    #pro-info-fl-tab li a img {
        padding-top: 20%;
        padding-bottom: 5%;
    }

    #pro-info-fl-tab li.active a::after,
    #pro-info-fl-tab li:hover a::after {
        width: .73rem;
        height: .7rem;
    }

    .pro-info-tit {
        font-size: 20px;
    }
}

.news-banner {
    position: relative;
    width: 100%;
    height: auto;
}

.news-banner p {
    position: absolute;
    color: #FFFFFF;
    font: 26px/30px pingfangmedium, sans-serif;
    left: 18%;
}

.news-banner p.news-banner-tit {
    top: 45%;
}

.news-banner p.news-banner-line {
    top: 52%;
}

.news-banner p.news-banner-des {
    top: 60%;
}

.news {
    width: 100%;
    margin-top: 30px;
}

.news-con {
    padding-left: 18%;
    padding-right: 18%;
}

.news-top h3 {
    font-size: 26px;
    color: black;
    font-family: pingfangmedium, sans-serif;
}

.news-top p {
    color: #969696;
    font-size: 18px;
}

.news-list {
    margin-top: 30px;
    border-top: 1px solid #BFBFBF;
}

.news-list-slide {
    width: 20%;

}

.news-list-slide>ul {
    width: 90%;
    background-color: rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px 5% 30px 5%;
}

.news-list-slide>ul>li {
    padding: 5px 0 5px 5%;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}

.news-list-slide>ul>li:first-child {
    border-top: 1px solid #FFFFFF;
}

.news-list-slide>ul>li a {
    display: block;
    color: #0f0f0f;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list-slide>ul>li a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    right: 15%;
    top: 29%;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list-slide>ul>li a:hover {
    background-color: #FEFEFE;
    padding-left: 10%;
}

.news-list-slide>ul>li a:hover::after {
    opacity: 1;
    right: 25%;
}

.news-list-slide>p {
    width: 200px;
    height: 16px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-left: 3px solid #969696;
    margin-bottom: 20px;
    color: black;
}

.news-list-con {
    width: 80%;
}

.news-list-con li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4dede;
}

.news-list-con li a {
    display: block;
}

.news-list-con .pro-news-img {
    width: 21%;
}

.news-list-con .pro-news-img>div {
    padding-bottom: 65%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list-con a:hover .pro-news-img>div {
    transform: scale(1.08);
}

.news-list-con .pro-news-inner {
    width: 79%;
}

.pro-news-inner-fl {
    padding-left: 5%;
    padding-top: 20px;
}

.pro-news-inner-tit {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    font-weight: 600;
}

.news-list-con a:hover .pro-news-inner-tit {
    color: #3488ea;
}

.pro-news-inner-des {
    margin-top: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #A7A7A7;
}

.pro-news-inner-pudate {
    position: relative;
}

.pro-news-date {
    font-size: 18px;
    line-height: 1.8;
    text-align: right;
    color: #A7A7A7;
}

p.pro-news-date::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    right: 20%;
    top: 200%;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list-con a:hover p.pro-news-date::after {
    opacity: 1;
    right: 1%;
}

@media (max-width: 1200px) {
    .news-banner p.news-banner-line {
        top: 55%;
    }

    .news-banner p.news-banner-des {
        top: 67%;
    }

    .pro-news-inner-fl {
        padding-top: 5px;
    }
}

@media (max-width: 992px) {

    .news-list-slide,
    .news-list-con {
        width: 100%;
    }

    .news-list-slide>ul {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .news-banner p.news-banner-tit,
    .news-banner p.news-banner-line,
    .news-banner p.news-banner-des {
        font-size: .26rem;
        line-height: .3rem;
    }

    .news-banner p.news-banner-tit {
        top: 18%;
    }

    .news-banner p.news-banner-line {
        top: 38%;
    }

    .news-banner p.news-banner-des {
        top: 62%;
    }

    .news {
        margin-top: .3rem;
    }

    .news-con {
        margin-top: .8rem;
    }

    .news-list-slide>ul {
        background: none;
        padding: 0;
    }

    .news-list-slide>ul>li {
        padding: 0;
        width: 50%;
        border: 1px solid #FFFFFF;
        float: left;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.06);
    }

    .news-list-slide>ul>li a::after {
        top: 26%;
    }

    .news-list-slide>ul>li a:hover::after {
        right: 20%;
    }

    .news-list-con li {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .news-list-con .pro-news-inner {
        width: 100%;
    }

    .pro-news-inner-tit {
        font-size: 14px;
    }

    .pro-news-date {
        font-size: .18rem;
    }
}

@media (max-width: 600px) {

    .news-list-con .pro-news-img,
    .news-list-con .pro-news-inner {
        width: 100%;
    }

    .news-list-con .pro-news-inner {
        margin-top: 15px
    }

    p.pro-news-date::after {
        content: "";
    }
}

.apply-banner {
    width: 100%;
    position: relative;
    height: auto;
}

.apply-banner p {
    position: absolute;
    color: #FFFFFF;
    font: 26px/30px pingfangmedium, sans-serif;
    left: 20%;
}

.apply-banner p.apply-banner-tit {
    left: 22%;
    top: 45%;
    font-size: 28px;
}

.apply-banner p.apply-banner-des {
    top: 55%;
    font-size: 42px;
}

.apply-list {
    margin-top: 60px;
    width: 100%;
}

.apply-con {
    margin-top: 30px;
    padding-left: 15%;
    padding-right: 15%;
}

.apply-top-fl h3 {
    font-size: 26px;
    color: black;
    font-family: pingfangmedium, sans-serif;
}

.apply-top-fl p {
    color: #969696;
    font-size: 14px;
}

.apply-top-fr li {
    width: 110px;
    margin-right: 10px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.apply-top-fr li:hover {
    background-color: #004198;
    border: 1px solid #004198;
}

.apply-top-fr li:hover a {
    color: #FEFEFE;
}

.apply-top-fr li a {
    font-size: 14px;
    color: #969696;
}

.apply-list-inner {
    margin-top: 85px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.apply-list-inner li {
    margin-bottom: 20px;
}

.apply-list-inner li>a {
    display: block;
    color: #646464;
    padding-bottom: 1px;
}

.apply-list-inner li>a:hover {
    box-shadow: 1px 4px 18px 0px rgba(0, 0, 0, 0.2);
}

.apply-list-img {
    overflow: hidden;
}

.apply-list-img>div {
    padding-bottom: 53%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.apply-list-inner li>a:hover .apply-list-img>div {
    transform: scale(1.08);
}

.apply-list-info {
    padding: 10% 5% 8% 5%;
    border-bottom: 1px solid #e6e4e4;
}

.apply-list-info .apply-list-tit {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #555;
}

.apply-list-inner li>a:hover .apply-list-tit {
    color: #004198;
}

.apply-list-info .apply-list-des {
    font-size: 14px;
    margin-top: 18px;
    line-height: 22px;
    height: 44px;
    color: #969696;
    padding-left: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.apply-list-inner li>a:hover .apply-list-tit,
.apply-list-inner li>a:hover .apply-list-des {
    padding-left: 10px;
}

.apply-list-more {
    margin: 6% 0 6% 5%;
    width: 90px;
    height: 33px;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    color: #b9b9b9;
    border: 1px solid #e6e4e4;
    border-radius: 5px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.apply-list-inner li>a:hover .apply-list-more {
    margin-left: 7%;
    background-color: #004198;
    color: #FFFFFF;
}

.apply-list-more span {
    font-size: 14px;
}

.apply-art {
    width: 100%;
    margin-top: 75px;
    padding-bottom: 75px;
}

.apply-art>.apply-con {
    padding-left: 18%;
    padding-right: 18%;
}

.apply-art-top span {
    font: 21px/30px pingfangmedium, sans-serif;
    color: #b3b1b1;
}

.apply-art-atlas {
    margin-top: 36px;
}

.apply-art-img {
    width: 64%;
    overflow: hidden;
}

.apply-art-img>div {
    padding-bottom: 59%;
    transform: scale(1);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.apply-art-img:hover>div {
    transform: scale(1.08);
}

.apply-art-album {
    width: 36%;
    position: relative;
}

.apply-art-album-img>div {
    padding-bottom: 91%;
}

.apply-art-album-wrapper .slick-prev,
.apply-art-album-wrapper .slick-next {
    display: none !important;
}

a.apply-art-arrow-right {
    position: absolute;
    width: 85px;
    height: 85px;
    font-size: 80px;
    color: #FFFFFF;
    text-align: center;
    top: 50%;
    left: 50%;
    line-height: 85px;
    margin-left: -42.5px;
    margin-top: -60.5px;
}

.apply-art-con {
    margin-top: 70px;
}

.apply-art-con-fl {
    width: 25%;
    padding-left: 7.7%;
}

.apply-art-con-fr {
    width: 75%;
}

.apply-art-con-pudate {
    width: 100%;
}

.apply-art-con-icon,
.apply-art-con-last {
    width: 100%;
    text-align: right;
}

.apply-art-con-title {
    font: 25px/50px pingfangmedium, sans-serif;
    border-bottom: 1px solid #e6e4e4;
    color: black;
    text-align: center;
    width: 100%;
}

.apply-art-con-pudate span {
    font-size: 15px;
    color: #969696;
    line-height: 40px;
}

.apply-art-con-icon {
    margin-top: 20px;
}

.apply-art-con-last {
    margin-top: 10px;
    font-size: 16px;
    color: #969696;
}

.apply-art-m {
    min-height: 600px;
    position: relative;
    height: auto;
    border-top: 1px solid #e6e4e4;
    width: 90%;
    margin-left: 10%;
    padding: 30px 10% 50px 0;
}

.apply-art-icon-fr {
    position: absolute;
    width: 295px;
    height: 100px;
    font-size: 42px;
    line-height: 100px;
    text-align: center;
    color: #DCDCDC;
    font-family: pingfangmedium, sans-serif;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
    top: 73px;
    right: -110px;
}

.apply-art-content p {
    color: black;
    font: 16px/30px "Microsoft Himalaya";
}

.apply-art-paging {
    font: 15px/30px "Microsoft Himalaya";
}

.apply-art-paging a {
    color: #0f0f0f;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.apply-art-paging a.apply-art-pre:hover {
    color: #004198;
    margin-left: -10px;
}

.apply-art-paging a.apply-art-back {
    display: block;
    width: 90px;
    height: 33px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    bottom: 0;
}

.apply-art-paging a.apply-art-back:hover {
    background-color: #004198;
    color: #FFFFFF;
    bottom: 10px;
}

.apply-art-paging a.apply-art-next:hover {
    color: #004198;
    margin-right: -10px;
}

.apply-art-paging-fl {
    text-align: left;
}

.apply-art-paging-center {
    text-align: center;
}

.apply-art-paging-fr {
    text-align: right;
}

@media (max-width: 1800px) {

    .apply-art>.apply-con,
    .art-con,
    .apply-con,
    .news .news-con,
    .pro-list-con {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (max-width: 1600px) {

    .apply-art>.apply-con,
    .art-con,
    .apply-con,
    .news .news-con,
    .pro-list-con {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 1400px) {

    .apply-art>.apply-con,
    .art-con,
    .apply-con,
    .news .news-con,
    .pro-list-con {
        padding-left: 5%;
        padding-right: 5%;
    }

    .apply-banner p.apply-banner-des {
        top: 58%;
    }
}

@media (max-width: 1200px) {
    .apply-banner p.apply-banner-des {
        top: 60%;
    }
}

@media (max-width: 992px) {
    .apply-banner p.apply-banner-des {
        top: 65%;
    }
}

@media (max-width: 768px) {

    .apply-art>.apply-con,
    .art-con,
    .apply-con,
    .news .news-con,
    .pro-list-con {
        padding-left: 5%;
        padding-right: 5%;
    }

    .apply-banner p.apply-banner-tit {
        font-size: .26rem;
        line-height: .3rem;
        top: 20%;
    }

    .apply-banner p.apply-banner-des {
        font-size: .26rem;
        line-height: .3rem;
        top: 40%;
    }

    .apply-list {
        margin-top: 1.3rem;
    }

    .apply-list-inner {
        margin-top: .85rem;
    }

    .apply-list-inner li {
        padding: 0 5px;
    }

    .apply-list-info .apply-list-tit {
        font-size: 14px;
    }

    .pagelist {
        margin-top: .8rem;
        padding: 0;
    }

    .list-inline>li {
        width: auto;
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }

    .apply-art {
        margin-top: .75rem;
        padding-bottom: .75rem;
    }

    .apply-art-atlas {
        margin-top: .36rem;
    }

    .apply-art-img,
    .apply-art-album {
        width: 100%;
    }

    .apply-art-con {
        margin-top: .7rem;
    }

    .apply-art-con-fl {
        width: 100%;
        padding-left: 7.7%;
        padding-right: 7.7%;
    }

    .apply-art-con-pudate {
        text-align: center;
    }

    .apply-art-con-fr {
        width: 100%;
    }

    .apply-art-con-icon>img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .apply-art-con-last {
        text-align: center;
    }

    .apply-art-m {
        padding-right: 0;
        margin-left: 5%;
        min-height: 300px;
    }
}

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

.contact-list {
    margin-top: 60px;
    width: 100%;
    padding-bottom: 200px;
}

.contact-con {
    margin-top: 30px;
    padding-left: 15%;
    padding-right: 15%;
}

.contact-img {
    width: 100%;
}

.contact-img>div {
    width: 100px;
    height: 100px;
    background-color: #004198;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
}

.contact-img>div i {
    font-size: 50px;
    line-height: 100px;
    color: #FFFFFF;
}

.contact-inner {
    margin-top: 28px;
    width: 100%;
}

.contact-inner p {
    font-size: 13px;
    line-height: 20px;
    color: #6E6E6E;
    text-align: center;
}

.contact-inner .contact-title {
    font-size: 18px;
    line-height: 20px;
    color: #004198;
    margin-bottom: 18px;
    text-align: center;
}

.contact-tit {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #BBBBBB;
}

.contact-list ul {
    margin-top: 75px;
    position: relative;
}

.contact-list ul>li h3 {
    font-size: 18px;
    color: black;
    line-height: 30px;
    font-weight: 600;
}

.contact-list ul>li p {
    font-size: 25px;
    line-height: 38px;
    color: #004198;
    font-weight: 700;
}

.contact-list ul>li:nth-child(1) figure {
    margin-top: 45px;
}

.contact-list ul>li:nth-child(1) img,
.contact-list ul>li:nth-child(1) figure>div {
    display: inline-block;
    vertical-align: bottom;
}

.contact-list ul>li:nth-child(1) figure>div span {
    display: block;
    font-size: 16px;
    color: #777777;
    line-height: 32px;
}

.contactline {
    width: 19px;
    height: 1px;
    background-color: #999999;
    margin: 42px 0 42px 5px;
}

.contact-list ul>li:nth-child(3) p {
    font-size: 15px;
    color: #777777;
    font-weight: 500;
    text-align: left;
}

.contact-list ul>li:nth-child(3) h3 {
    margin-bottom: 40px;
}

@media (max-width: 1700px) {
    .contact-con {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 1400px) {
    .contact-con {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width: 1200px) {
    .contact-list {
        margin-top: 60px;
        padding-bottom: 100px;
    }

    .contact-list ul li {
        height: 250px;
        padding-left: 5%;
    }

    .contact-list ul li:nth-child(1) figure {
        position: absolute;
        top: 0;
        right: 13%;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .contact-list ul li {
        height: 250px;
    }

    .contact-list ul li:nth-child(1) figure {
        right: 2%;
    }
}

@media (max-width: 768px) {
    .contact-list ul {
        margin-top: .75rem;
    }

    .contact-list ul li {
        height: auto;
        padding: 5%;
        text-align: center;
    }

    .contact-list {
        margin-top: .6rem;
        padding-bottom: 1rem;
    }

    .contact-list ul li:nth-child(1) figure {
        position: relative;
    }

    .contactline {
        margin: 10px auto;
    }
}

.news-arc-inner {
    color: #313131;
}

.news-arc-inner h1 {
    font-size: 34px;
    line-height: 50px;
    color: #333333;
    text-align: center;
}

.news-arc-inner ul {
    margin: 0 auto;
    display: table;
    width: 40%;
}

.news-arc-inner li {
    color: #a9a9a9;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    display: table-cell;

}

.news-arc-content {
    padding: 20px 0;
}

/*.news-arc-content img{
    display: block;
    width: 100%;
    margin-bottom: 90px;
}*/
.news-arc-content p {
    /* padding: 0 5px; */
    /* color:#4a4848; */
    /* font-size: 16px; */
    line-height: 25px;
}

.news-art-paging {
    margin: 90px 0;
}

.news-art-paging a:hover {
    color: #004198;
    font-weight: 600;
}

.news-arc-content img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .news-arc-inner h1 {
        line-height: 50px
    }

    .news-arc-inner ul {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .news-arc-inner ul {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .news-arc-inner ul {
        width: 80%;
    }

    .about-tit h3,
    .news-top h3 {
        font-size: .28rem;
        line-height: .35rem;
    }

    .about-tit p,
    .news-top p {
        font-size: .14rem;
    }

    .news-arc-inner {
        margin-top: .9rem;
    }

    .news-arc-inner h1 {
        font-size: .5rem;
        line-height: 1.1rem;
    }

    .news-arc-inner p {
        font-size: .16rem;
        line-height: .36rem;
    }

    .news-arc-content {
        padding: .3rem 20px;
    }

    .news-arc-content img {
        width: 85%;
    }

    .news-arc-content p {
        font-size: 15px;

    }

    .news-art-paging {
        margin: .9rem 0;
    }

    .news-arc-inner h1 {
        font-size: .34rem;
        line-height: 0.5rem;
        margin: 20px 0;
    }

    .news-arc-inner li {
        font-size: .16rem;
        line-height: .36rem;
    }
}

/*return*/
.backToTop {
    width: 28px;
    height: 82px;
    background: url(../images/top.png) no-repeat;
    cursor: pointer;
    position: fixed;
    right: 3%;
    text-indent: 9999px;
    bottom: 100px;
    z-index: 999;
}

/*footermenu*/
.wrap_footer,
.wrap_search_input {
    background-color: #004198;
}

.wrap_footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 1000;
}

.wrap_footer dl {
    width: 25%;
    float: left;
    text-align: center;
}

.wrap_footer dt {
    height: 33px;
}

.wrap_footer dd {
    color: #fff;
}

.wrap_search_input {
    position: fixed;
    bottom: 70px;
    left: 100%;
    width: 100%;
    z-index: 1000;
    background-color: #113f79;
    padding: 8px 2%;
}

.wrap_search_input input {
    float: left;
    background-color: #204e8a;
    width: 80%;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 5px;
    color: #fff;
}

.wrap_search_input p {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 100;
    margin-left: 2%;
    width: 18%;
    text-align: center;
    border-radius: 5px;
    background-color: #204e8a;
}

@media (max-width: 1200px) {
    .fot01 .container {
        width: 700px
    }

    .f01_C {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .fot01 {
        height: auto;
    }

    .fot01 .container {
        width: 100%;
    }

    .f01_R {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .fot01 .f01_R ul li {
        width: 50%;
        float: left;
    }

    .backToTop {
        width: 28px;
        height: 82px;
        background-size: cover;
    }
}

@media (max-width: 500px) {
    .f01_R {
        width: 83%;
    }

    .fot01 .f01_R ul li {
        width: 100%;
        float: left;
    }
}

.errorcon {
    width: 100%;
    padding: 100px 0;
}

.errorcon .error-img {
    width: 80%;
    margin: 0 auto;
}

.errorcon p {
    width: 300px;
    margin: 80px auto 0 auto;
    text-align: center;
}

.errorcon .more {
    margin-top: 30px;
}

.errorcon .more a:after {
    content: "";
}

.errorcon .more a:hover {
    color: #FFFFFF;
}

.telphone {
    padding: 10% 5%;
}

.telphone li {
    margin: 20px 0;
    padding: 23px 5%;
    background-color: #144298;
}

.telphone li a {
    display: block;
    background: url(../images/phoneicon.png) left center no-repeat;
    color: #FEFEFE;
    height: 44px;
    text-indent: 50px;
    font-size: 18px;
    line-height: 44px;
}

.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

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

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

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

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

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

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

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

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 90%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes layui-m-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2
}

.layui-m-layerbtn span {
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #40AFFE
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #D0D0D0;
    border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
    background-color: #F6F6F6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

.layui-m-layerend::after,
.layui-m-layerend::before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #FD482C;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px
}

/** 电子画册 */
.e-book-wrapper {
    width: 100%;
    display: flex;
    height: calc(100vh - 80px);
}

.e-book-menu-seat {
    width: 15%;
    max-width: 600px;
    height: 100%;
}

.e-book-menu-wrapper {
    width: 15%;
    max-width: 600px;
}

.e-book-menu {
    width: 100%;
    background-color: #ebebeb;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.e-book-menu li {
    margin: 20px 0;

}

.e-book-menu li a {
    position: relative;
}

.e-book-menu-item a {
    color: rgba(0, 61, 166, 0.8);
    /* font-size: 14px; */
    font-size: 85%;
    letter-spacing: 1px;
    display: inline-block;
    transform: scale(1, 1.05);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.e-book-menu-item a.current::after {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: 2px;
    background-color: #003da6;
    left: 0;
    bottom: -4px;
}



.e-book-content {
    flex: 1;
    overflow-y: scroll;
}

.e-book-content::-webkit-scrollbar {
    width: 3px;
}


.e-book-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1px;
}


.e-book-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1px;
}


.e-book-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 针对 Firefox 浏览器 */
.e-book-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.e-book-content-wrapper {
    padding: 0 10%;
}

.e-book-content-title {
    position: relative;
    padding: 5px 0 10px;
    margin-top: 60px;
}

.e-book-content-title::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #003da6;
    left: -20px;
    top: 0;
}

.e-book-content-title h3 {
    color: #003da6;
    font-weight: 700;
}

.e-book-content-title h5 {
    color: #30dfd5;
    margin-top: 3px;
}

.e-book-content-list li {
    margin-top: 20px;
    padding-right: 25px;
    padding-left: 0;
}

@media (min-width:768px) {
    .e-book-content-list li {
        padding-right: 35px;
    }
}

@media (min-width:1200px) {
    .e-book-content-list li {
        padding-right: 50px;
    }
}

.e-book-content-list li p {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #545454;
    height: 45px;
}

.e-book-content-img>div {
    width: 100%;
    padding-bottom: 136%;
    margin: 0 auto;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #f0f0f0;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
        -1px -1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) scale(1);
}

.e-book-content-img>div:hover {
    transform: perspective(1000px) scale(1.02);
}


.e-book-seat {
    height: 100px;
    width: 100%;
}

@media (min-width: 1980px) {
    .e-book-content .col-lg-3 {
        width: 20% !important;
    }
}

@media (min-width: 2550px) {
    .e-book-content .col-lg-3 {
        width: 14.25% !important;
    }
}

@media (min-width: 3820px) {
    .e-book-content .col-lg-3 {
        width: 10.83% !important;
    }
}