* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1410px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 1.5% !important;
}

.cor-md-5 {
    width: 17% !important;
    margin: 1.5% !important;
}

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex1 {
    display: flex;
    flex-wrap: wrap;
}

.flex1 span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.flex1 a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 0px 10px;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.no-wrap {
    flex-wrap: nowrap;
}

.text-indent {}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}

.up:hover {
    transform: translateY(-10px);
}

.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s;
}

img {
    max-width: 100%;
}

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #eee;
    padding: 12px 0;
}

header.active {
    top: 0;
}

header>.header-flex>.wrap>ul {
    display: flex;
    justify-content: space-between;
    width: 65%
}

.hover-ul {
    display: none;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.header-flex {
    margin: 0 auto;
}

.header-img {
    width: 30%;
}

.list-unstyled>li {
    width: calc(100%/6);
    text-align: center;
    position: relative;
}

.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid transparent;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #1c50a1;
    color: #fff;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 11px;
}

.phone-text {
    color: #1c50a1;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 6666669;
}

.phone-ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #1c50a1;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #1c50a1;
}

.banner1 {
    padding-top: 41%;
}

.banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.hot {
    width: 100%;
    height: 64px;
    background: #1c50a1;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 66666699;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 66666666666699;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;
}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 666666;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 60px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>.li-red>a {
    background-color: #1c50a1;
    color: #fff;
}

.list-unstyled>li {
    position: relative;
}


/* .list-unstyled>li::after {
    display: block;
    content: "";
    height: 30%;
    width: 1px;
    background-color: #333333;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(0, -50%);
} */

.list-unstyled>li:last-child::after {
    display: none;
}


/* .list-unstyled>li::before {
    display: block;
    content: "";
    width: 90%;
    height: 3px;
    background-color: #1c50a1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
} */

.list-unstyled>li:hover>a {
    background-color: #1c50a1;
    color: #fff;
}

.list-unstyled>li img {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

.list-unstyled>li:hover img {
    display: block;
}

.list-unstyled>.li-red::before {
    display: block;
}

.list-unstyled>.li-red img {
    display: block;
}

.top {
    height: 33px;
    background-color: #eeeeee;
}

.top ul {
    display: flex;
    justify-content: space-between;
    line-height: 33px;
    position: relative;
}

.top ul>.qr-box {
    position: absolute;
    right: 0.5%;
    top: 93%;
    z-index: 66666699;
    display: none;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

.top ul li {
    font-size: 14px;
}

.top ul li a {
    color: #333;
    margin-left: 8px;
}

.top-nav-left {
    position: relative;
    display: flex;
    align-items: center;
    width: 42%;
    justify-content: space-between;
}

.top-nav-left::before {
    display: block;
    content: "";
    width: 1px;
    height: 28px;
    background-color: #d2d2d2;
    position: absolute;
    right: 42%;
    top: 50%;
    transform: translate(0, -50%);
}

.top-nav-left>span {
    font-size: 24px;
    color: #000;
    margin-top: 3.2%;
}

.top-nav {
    padding: 20px 0;
}

.top-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav-right {
    display: flex;
    align-items: center;
}

.top-nav-right-text {
    margin-left: 10px;
}

.top-nav-right-text>span {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 22px;
}

.top-nav-right-text>p {
    color: #1c50a1;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.top-nav-right form input:nth-child(1) {
    padding-left: 10px;
    width: 200px;
    border: 1px solid #1c50a1;
}

.top-nav-right form input {
    line-height: 30px;
}

.top-nav-right form input:nth-child(2) {
    width: 48px;
    border: 1px solid #1c50a1;
}

.ys {
    background-color: rgba(255, 255, 255, .4);
    padding: 25px 0;
    margin-top: -121px;
    z-index: 99;
    position: relative;
}

.ys ul li a .txt span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ys ul li {
    position: relative;
}

.ys ul li>img {
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translate(0, -50%);
}

.ys ul li a .txt span::before {
    display: block;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #1c50a1;
    position: absolute;
    bottom: 0;
}

.ys ul li a .txt p {
    line-height: 35px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ys ul li a .txt {
    margin-left: 18px;
    width: calc(100% - 86px);
}

.ys ul li:hover a .txt span {
    color: #1c50a1;
}

.public-title {
    text-align: center;
}

.public-title span {
    font-size: 30px;
    /*color: #fff;*/
    font-weight: bold;
    line-height: 50px;
    position: relative;
}
.public-title span::after {
    display: block;
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: -36%;
    transform: translate(0, -50%);
    background-color: #1c50a1;
}

.public-title span::before {
    display: block;
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -36%;
    transform: translate(0, -50%);
    background-color: #1c50a1;
}

.public-title p {
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    color: #b2b2b2;
    text-transform: uppercase;
}

.public-title {
    padding: 46px 0;
}

.invite {
    padding-bottom: 50px;
}

.invite .public-title {
    padding: 20px 0 30px;
}

.invite>.wrap>a {
    display: block;
    width: 124px;
    line-height: 34px;
    color: #1c50a1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1c50a1;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
    transition: all .6s;
}

.invite>.wrap>a:hover {
    color: #fff;
    background-color: #1c50a1;
}

.about-left {
    width: 40%;
}

.about .wrap1 {
    max-width: 1660px;
    margin: 0 auto;
}

.about-middle {
    width: 58%;
}

.about-middle .txt .title span {
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}

.about-middle .txt .title p {
    line-height: 40px;
    font-size: 30px;
    color: #666666;
    position: relative;
}

.about-middle .txt .title p::before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background-color: #1c50a1;
    position: absolute;
    bottom: 25%;
    left: 22%;
}

.about-middle .txt .txtp {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;*/
    height: auto;
}

.about-middle .txt a {
    display: block;
    width: 124px;
    line-height: 34px;
    color: #1c50a1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1c50a1;
    border-radius: 20px;
    margin-top: 25px;
    transition: all .6s;
}

.about-middle .txt a:hover {
    background-color: #1c50a1;
    color: #fff;
}

.about-right ul {
    margin-top: 55%;
}

.about-right ul li .txt {
    display: block;
    width: 139px;
    line-height: 60px;
    box-shadow: 0 0 20px 5px #f0f0f0;
    text-align: center;
    font-size: 18px;
    color: #333333;
    position: relative;
    border-radius: 8px;
    transition: all .6s;
}

.about-right ul li .yuan {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: relative;
    transition: all .6s;
}

.about-right ul li .yuan .xian {
    width: 2px;
    height: 158px;
    background-color: #f5eeed;
    position: absolute;
    left: 50%;
    top: 98%;
    transform: translate(-50%, 0);
}

.about-right ul li {
    margin-bottom: 80px;
}

.about-right {
    width: 10.8%;
}

.about-right ul li .txt img {
    position: absolute;
    left: -6%;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
    transition: all .6s;
}

.about-right ul li:hover .txt img {
    display: block;
}

.about-right ul li:hover .txt {
    background-color: #1c50a1;
    color: #fff;
}

.about-right ul li:hover .yuan {
    background-color: #1c50a1;
}

.about {
    padding-bottom: 50px;
}

.service .public-title span {
    color: #fff;
}

.service .public-title p {
    color: #fff;
}

.service .public-title span::after {
    background-color: #fff;
}

.service .public-title span::before {
    background-color: #fff;
}

.service ul li {
    text-align: center;
}

.service ul li .txt .p1 {
    font-size: 64px;
    color: #fff;
}

.service ul li .txt .p1 span {
    font-size: 32px;
    line-height: 72px;
}

.service ul li .txt .p2 {
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
}

.service .public-title {
    padding: 45px 0 10px 0;
}

.service {
    padding-bottom: 30px;
    background-color: #1c50a1;
}


/* 产品展示 */

.product1 {
    padding: 50px 0;
}

.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-left {
    width: 260px;
}

.page-pro {
    position: relative;
}

.pro-title {
    position: relative;
    background-color: #1c50a1;
    padding: 38px 0;
}

.pro-title:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.pro-title .t1 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pro-title .t2 {
    line-height: 16px;
    font-size: 24px;
    padding-top: 10px;
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.pro-title-t2-span1 {
    display: none;
}

.page-pro>ul {
    display: block;
    border: 2px solid #1c50a1;
}

.page-pro>ul>li {
    line-height: 56px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>ul>li {
    line-height: 45px;
    padding: 6px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-pro>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #1c50a1;
    padding: 0 5px;
}

.page-pro>ul>li>ul>li>a {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 14px;
    background-color: #1c50a1;
    padding: 0 5px;
}

.page-pro>ul>li>ul>li {
    padding: 1px 0;
}

.page-pro>ul>li>ul {
    display: none;
}

.page-pro>ul>li>a i {
    margin-left: 20px;
    color: #fff;
}

.page-right {
    width: calc(100% - 280px);
}

.page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 58px;
}

.page-title .t1 {
    font-size: 24px;
    color: #333;
}

.pro-ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-ul li {
    width: 23%;
    margin: 1%;
}

.pro-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.pro-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.pro-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #1c50a1;
    border-top: none;
    overflow: hidden;
}

.pro-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.pro-ul li:hover .pro-img {
    transform: scale(1.2);
}

.pro-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
}

.pro-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.pro-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 80%;
}

/*合作客户开始*/
.partner-ul {
    display: flex;
    flex-wrap: wrap;
}

.partner-ul li {
    width: 18%;
    margin: 1%;
}

.partner-ul li a {
    display: block;
    text-align: center;
    transition: 0.5s;
}

.partner-ul li .pic-box {
    border: 1px solid #dfdfdf;
}

.partner-ul li .pic {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #1c50a1;
    border-top: none;
    overflow: hidden;
}

.partner-ul li .pic .pro-img {
    transition: all .5s;
    overflow: hidden;
}

.partner-ul li:hover .pro-img {
    transform: scale(1.2);
}

.partner-ul li .txt {
    border: 1px solid #dfdfdf;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
}

.partner-ul li .pic .pro-img {
    position: relative;
    overflow: hidden;
}

.partner-ul li .pic .pro-img:before {
    content: "";
    display: block;
    padding-top: 78%;
}
/*合作客户结束*/

.page-left-img img {
    margin-left: 2.3%;
    margin-top: 3%;
}

.page-left-img-text {
    margin-left: 2.3%;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 14px;
}

.page-left-img {
    border: 2px solid #dfdfdf;
}

.page-right .pro-ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.page-right-title {
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    line-height: 28px;
    position: relative;
}

.page-right-title-100 {
    width: 100%;
}

.page-right-title1 {
    font-size: 18px;
    color: #222222;
}

.page-right-title1>span {
    font-size: 12px;
    color: #909090;
}

.page-right-title2 {
    font-size: 12px;
    color: #909090;
}


/* 产品展示结束 */


/* 产品轮播 */

.certificate {
    padding-bottom: 50px;
}

.certificate .banner2 a .img-box {
    padding-top: 70%;
    border: 1px solid #ffe1d3;
}

.certificate .banner2 {
    position: relative;
}

.certificate .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #1c50a1;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    background: url(../images/index-09038_03.png ) no-repeat center center, #1c50a1;
    outline: none;
}

.certificate .swiper-button-next {
    position: absolute;
    right: -5%;
    width: 45px;
    height: 45px;
    background-color: #1c50a1;
    border-radius: 50%;
    background: url(../images/index-09038_03.png) no-repeat center center, #1c50a1;
    outline: none;
    transform: rotate(180deg);
}

.certificate .nav-ul li a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 50px;
    box-shadow: 0 0 16px #ececec;
    border-radius: 25px;
    font-size: 18px;
    color: #1c50a1;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
    border: 1px solid #ececec;
}

.certificate .nav-ul .lan a {
    background-color: #1c50a1;
    color: #fff;
}

.certificate .nav-ul li a:hover {
    background-color: #1c50a1;
    color: #fff;
}

.certificate .nav-ul li {
    width: 10%;
    margin: 0 1.1436%;
}

.certificate .banner2 ul li .frame {
    width: 100%;
    line-height: 54px;
    height: 54px;
    background-color: rgba(18, 80, 174, .6);
    position: absolute;
    z-index: 11111;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.certificate .banner2 ul li .frame .txt {
    width: 72%;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.certificate .banner2 ul li .frame .img1 {
    width: 28%;
    text-align: center;
}

.certificate .banner2 ul li .frame .img1::before {
    display: block;
    content: "";
    height: 80%;
    width: 1px;
    background-color: #ffc389;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.certificate .banner2 {
    margin-top: 50px;
}

.certificate .banner2 ul li:hover .img {
    transform: scale(1.1);
}

.certificate>.wrap>.txt .title {
    font-size: 24px;
    color: #333333;
    position: relative;
    line-height: 80px;
}

.certificate>.wrap>.txt .title::before {
    display: block;
    content: "";
    width: 63px;
    height: 4px;
    background-color: #1c50a1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.certificate>.wrap>.txt .txtp {
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 120px;
}

.certificate>.wrap>.txt a {
    width: 233px;
    line-height: 41px;
    height: 41px;
    background-color: #1c50a1;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 25px;
    margin-top: 20px;
    border: 1px solid #1c50a1;
    transition: all .6s;
}

.certificate>.wrap>.txt-box>.txt-box1 {
    display: none;
}

.certificate>.wrap>.txt-box>.block {
    display: block;
}

.certificate>.wrap>.txt a:hover {
    background-color: #fff;
    color: #1c50a1;
}

.certificate>.wrap>.txt .a-box {
    display: flex;
    justify-content: flex-end;
}

.banner2-box>.banner2 {
    display: none;
}

.banner2-box>.block {
    display: block;
}


/*  */

.join .join-box-big {
    width: 48.5%;
}

.join>.wrap>a {
    display: block;
    width: 124px;
    line-height: 34px;
    color: #1c50a1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1c50a1;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 45px;
    transition: all .6s;
}

.join>.wrap>a:hover {
    color: #fff;
    background-color: #1c50a1;
}

.join .join-box {
    background-color: #fff;
    box-shadow: 0 0 15px #e0e0e0;
}

.join .join-box .img-box {
    padding-top: 36.76%;
}

.join .join-box ul {
    padding: 30px 0 25px 0;
}

.join .join-box ul li {
    width: 33.333%;
    position: relative;
}

.join .join-box ul li::before {
    display: block;
    content: "";
    width: 2px;
    height: 85%;
    background-color: #efefef;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.join .join-box ul li:last-child::before {
    display: none;
}

.join .join-box ul li a {
    display: block;
    text-align: center;
}

.join .join-box ul li a p {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    position: relative;
    line-height: 42px;
    margin-top: 14px;
}

.join .join-box ul li a p::before {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #666666;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.join {
    background-color: #f6f6f6;
    padding: 0 0 45px 0;
}

.join-box:hover .img {
    transform: scale(1.07);
}

.join .join-box ul li a:hover p {
    color: #1c50a1;
}

.join .join-box ul li a .img2 {
    display: none;
}

.join .join-box ul li a:hover .img1 {
    display: none;
}

.join .join-box ul li a:hover .img2 {
    display: inline-block;
}

.join .join-box ul li a:hover p::before {
    background-color: #1c50a1;
}

.join .join-box-big .title span {
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    line-height: 54px;
}

.join .join-box-big .title p {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
}

.join .join-box-big .title {
    margin-top: 12px;
}

.join .join-box-big1 .title {
    margin: -5px;
    text-align: right;
}

.join-box-big1 .join-box {
    margin-top: 12px;
}

.strategy .txt {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    max-width: 986px;
    margin: 0 auto;
}

.strategy .img1 {
    max-width: 45%;
    margin: 0 auto;
}

.strategy-img {
    padding-top: 78.16%;
    margin-top: 12px;
}

.news .news-left .img-box {
    padding-top: 87.12%;
}

.news .news-left>a {
    display: none;
}

.news .news-left>.block1 {
    display: block;
}

.news .news-left {
    width: 45%;
}

.news-left>a:hover .img {
    transform: scale(1.1);
}

.news .news-left .frame {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 11111;
}

.news .news-left .frame .txt1 span {
    font-size: 36px;
    color: #fff;
    line-height: 37px;
}

.news .news-left .frame .txt1 p {
    line-height: 17px;
    font-size: 14px;
    color: #fff;
}

.news .news-left .frame .txt1 {
    text-align: center;
    width: 15%;
    border-right: 1px solid #fff;
}

.news .news-left .frame .txt2 {
    width: 85%;
    padding-right: 60px;
    padding-left: 18px;
}

.news .news-left .frame .txt2 span {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.news .news-left .frame .txt2 .txtp {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin-top: 8px;
    height: 48px;
}

.news .news-left .frame {
    padding: 16px 0;
}

.news .news-right {
    width: 53%;
}

.news .news-right .txt-ul li a {
    width: 100%;
}

.news .news-right .txt-ul li a:hover .txt2 span {
    color: #1c50a1;
}

.news .news-right .txt-ul li .txt1 span {
    font-size: 36px;
    color: #666666;
    line-height: 37px;
}

.news .news-right .txt-ul li .txt1 p {
    line-height: 17px;
    font-size: 14px;
    color: #666666;
}

.news .news-right .txt-ul li .txt1 {
    text-align: center;
    width: 15%;
    border-left: 1px solid #cccccc;
}

.news .news-right .txt-ul li .txt2 {
    width: 85%;
    padding-right: 60px;
    padding-left: 18px;
}

.news .news-right .txt-ul li .txt2 span {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.news .news-right .txt-ul li .txt2 .txtp {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin-top: 8px;
    max-height: 48px;
}

.news .news-right .txt-ul li .frame {
    padding: 16px 0;
}

.news .news-right .txt-ul li {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news .news-right .txt-ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.news .news-right .txt-ul {
    margin-top: 35px;
    display: none;
}

.news-right .nav-ul li a {
    width: 115px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    transition: all .6s;
}

.news-right .nav-ul li a:hover {
    background-color: #1c50a1;
    color: #fff;
}

.news-right .nav-ul .teshu a {
    background-color: #1c50a1;
    color: #fff;
}

.news .news-right .block {
    display: block;
}

.news-right .nav-ul li {
    margin: 1.5%;
}

.news>.wrap>.a-box>a {
    display: block;
    width: 124px;
    line-height: 34px;
    color: #1c50a1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1c50a1;
    border-radius: 20px;
    margin-top: 25px;
    transition: all .6s;
}

.news>.wrap>.a-box>a:hover {
    background-color: #1c50a1;
    color: #fff;
}

.news>.wrap>.a-box {
    display: flex;
    justify-content: flex-end;
}

.invite ul li a .txt .p1 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.invite ul li a .txt .p1 span {
    font-size: 14px;
    color: #333;
    line-height: 49px;
    transition: all .6s;
}

.invite ul li a .txt .p2 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .6s;
}

.invite ul li a {
    background-color: #fff;
    box-shadow: 0 0 8px #e5e4e4;
    padding: 18px 0;
    padding-left: 30px;
    transition: all .6s;
}

.invite ul li a:hover {
    background-color: #1c50a1;
}

.invite ul li a .img1 {
    transition: all .6s;
}

.invite ul li a .img1 .img-s {
    display: none;
}

.invite ul li a:hover .img1 .img-h {
    display: none;
}

.invite ul li a:hover .img1 {
    background-color: #fff;
    box-shadow: 0 0 5px #888;
}

.invite ul li a:hover .img1 .img-s {
    display: inline-block;
}

.invite ul li a:hover .txt .p1 {
    color: #fff;
}

.invite ul li a:hover .txt .p1 span {
    color: #fff;
}

.invite ul li a:hover .txt .p2 {
    color: #fff;
}

.invite ul li a .txt {
    width: 85%;
}

.invite ul li a .img1 {
    width: 15%;
    text-align: center;
    line-height: 52px;
    border-left: 1px solid #d6d6d6;
}

.honor .banner4 ul li .img-box {
    padding-top: 93.8%;
}

.honor .banner4 ul li {
    border: 1px solid #e9e9e9;
}

.honor .banner4 ul li:hover .img1 {
    /*display: none;*/
	transform: scale(1.2);
}

/*.honor .banner4 ul li .img2 {
    display: none;
}

.honor .banner4 ul li:hover .img2 {
    display: inline-block;
}

.honor .banner4 ul li:hover {
    background-color: #fff;
}*/

.honor {
    padding-bottom: 50px;
    /*background-color: #888;*/
	background-color: #1c50a1;
	border-bottom: 1px #fff solid;
}

.bottom {
    background: #f9f9f9;
    padding: 40px 0;
}

.bottom ul li a img {
    margin-right: 8px;
    width: 32px;
}

.bottom ul li a span {
    font-size: 16px;
    color: #333;
}

.bottom ul li {
    margin-right: 8.5%;
}

.home {
    line-height: 43px;
    background-color: #f5f5f5;
}

.home p {
    font-size: 14px;
    color: #666666;
    padding-left: 1.5%;
}

.home p span {
    color: #1c50a1;
}

.nav1 {
    background-color: #1c50a1;
    line-height: 48px;
}

.nav1 ul li a {
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.nav1 ul li {
    width: 9.9%;
    margin: 0 1.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.nav1 ul li img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: none;
}

.nav1 ul li:hover img {
    display: block;
}

.nav1 ul .img-show img {
    display: block;
}

.nav2 {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #666666;
    line-height: 52px;
}

.nav2 ul li {
    width: 9.9%;
    margin: 0 1.3%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nav2 ul li::before {
    display: block;
    content: "";
    width: 1px;
    height: 32%;
    right: -11%;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    background-color: #666666;
}

.nav2 ul li:last-child::before {
    display: none;
}

.nav2 ul li a {
    font-size: 16px;
    color: #666666;
    display: block;
    text-align: center;
}

.nav2 .ul-box {
    display: none;
}

.nav2 .block1 {
    display: block;
}

.nav2 ul li a:hover {
    color: #1c50a1;
}

.nav2 ul .ys-huang a {
    color: #1c50a1;
}

.certificate1 ul li {
    width: 23%;
    margin: 1%;
}

.certificate1 .banner2 {
    margin-top: 30px;
}

.certificate .certificate-box {
    display: none;
}

.certificate .block1 {
    display: block;
}

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #1c50a1;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #1c50a1;
}

.news-ul li:hover h5 span {
    background-color: #1c50a1;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.certificate2 .certificate-box {
    display: none;
}

.certificate2 .block1 {
    display: block;
}

.certificate2 {
    padding: 50px 0;
}

.invite1 {
    padding: 30px 0;
}

.contact1-txt {
    line-height: 24px;
    font-size: 14px;
}

.contact1-txt img {
    max-width: 100%;
    height: auto;
}

.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.contact1 {
    padding: 30px 0 0 0;
}

.news-show {
    width: 100%;
}

.news-show {
    padding: 20px 0 30px 0;
}

.news-show .nr {
    width: 70%;
}

.news-show .bt {
    width: 28%;
    margin-top: 6%;
    background: #eee;
    padding: 12px;
}

.news-show .bt ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #333;
}

.news-show .nr .li-red a {
    position: relative;
}

.news-show .nr .li-red a span {
    position: absolute;
    left: 30%;
    top: -21%;
    font-size: 14px;
}

.news-show .bt ul li a {
    line-height: 36px;
    color: #333;
    font-size: 14px;
}

.news-show .bt ul li a:hover {
    border-bottom: 1px solid #333;
}

.news-show .bt ul li span {
    text-align: right;
    display: block;
}

.news-show .bt ul li span a {
    color: red;
    line-height: 42px;
}

.news-show .bt ul li span a:hover {
    border-bottom: 1px solid red;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-date1 {
    margin: 20px 0px;
    text-align: center;
}

.news-show .txt-date1 img {
    max-width: 100%;
    height: auto;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 5px 0 0 0;
}

.page-show img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
    margin-bottom: 10px;
    text-align: center;
}

.certificate2 {
    position: relative;
}

.certificate2 .cp-xq .title span {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 34px;
}

.certificate2 .cp-xq .title {
    border-left: 4px solid #1c50a1;
    padding-left: 18px;
}

.certificate2 .cp-xq .t1 {
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}

.certificate2 .cp-xq .t1 span {
    border-bottom: 1px solid #949494;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

.certificate2 .cp-xq .title p {
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

.certificate2 .cp-xq .txt {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
	margin-top: 10px;
}

.certificate2 .cp-xq .txt img {
    max-width: 100%;
    height: auto !important;
}

.certificate2 .cp-xq .txt table {
    width: 100% !important;
}

.certificate2 .cp-xq .img1 {
    margin-top: 20px;
}

.certificate2 .cp-xq .txt table tr td {
    padding: 20px 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.certificate2 .cp-xq .txt table tr td a {
    display: block;
    width: 124px;
    line-height: 34px;
    color: #1c50a1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1c50a1;
    border-radius: 20px;
    margin: 20px 10px;
    transition: all .6s;
}

.certificate2 .cp-xq .img1 {
    margin-top: 20px;
}
.certificate2 .cp-xq .img1 img{
    max-width: 100%;
	height: auto;
}

.news-show1 {
    width: 100%;
    margin: 0 auto;
}

.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 5px 0;
    font-weight: bold;
}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 5px 0 0 0;
}

.news-show .text-f16 {
    font-size: 14px;
}

.news-show .text-f16 strong {
    font-size: 16px;
}

.news-show .txt-nr img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news-show .txt-nr a img {
    display: inline-block;
    text-align: left;
}

.news1 .txt-nr1 table {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
}

.news1 .txt-nr1 table tr td {
    border: 1px solid #ddd !important;
    word-break: break-all;
    word-wrap: break-word;
}


/*.news-show .txt-nr img {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 0px;
    display: block;


}*/

.news-show .txt-nr table {
    width: 100% !important;
}

.news-show .nr .li-red {
    line-height: 43px;
    transition: aall .6s;
}

.news-show .nr .li-red a {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}

.news-show .nr .li-red a img {
    margin-top: -2px;
}

.news-show .nr .li-red:hover {
    box-shadow: 0 0 5px #d8d8d8;
    background-color: #eee;
}

.news-show .nr .li-red:hover .hover-ul {
    box-shadow: 0 0 5px #d8d8d8;
}

.news-show .nr .li-red {
    position: relative;
    width: 125px;
    margin: 0 10px;
    height: 45px;
    line-height: 45px;
	list-style-type: none;
}

.news-show .nr .li-red .hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 5px 0;
}

.news-show .nr .li-red .hover-ul>li>a {
    text-align: left;
    font-size: 14px;
    width: 100%;
    display: block;
    border-top: 1px solid #fff;
    border-bottom: none;
    color: #848484;
    display: block;
    font: 12px/39px "Arial";
    height: 36px;
}

.news-show .nr .li-red .hover-ul>li>a:hover {
    background-color: #fff;
    color: #333;
}

.news-show .nr .li-red .hover-ul {
    padding-left: 3px;
}

.news-show .nr .li-red .hover-ul>li>a img {
    margin-right: 5px;
}

.certificate4 {
    padding: 0;
}

.navTop {
    width: 100%;
    background-color: #1c50a1;
    height: 44px;
    line-height: 43px;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    z-index: 99999999;
}

.navMenu {
    position: relative;
    background: #FFFFFF;
}

.navTopLeft {
    width: 370px;
    float: left;
}

.navTopLeft a {
    color: #FFFFFF;
}

.navTopRight {
    float: right;
}

.searchBox {
    height: 24px;
    line-height: 24px;
    color: #999999;
    text-align: center;
    background: #FFFFFF;
    margin: 9px 0;
    width: 220px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.searchBox span {
    height: 22px;
    width: 50px;
    display: block;
    color: #FFFFFF;
    background: #1c50a1;
    text-align: center;
    border-radius: 12px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.navArea {
    position: relative;
}

.navMenu .logo {
    margin: 20px 0;
    float: left;
}

.searchPop {
    height: 91px;
    width: 100%;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    top: 44px;
    left: 0;
    z-index: 10;
    position: absolute;
}

.searchPop .searchPopBox {
    position: relative;
}

.searchPop .searchPopBox span {
    position: absolute;
    right: 30px;
}

.searchPop form {
    margin: 25px auto;
    width: 520px;
}

.searchPop input {
    width: 420px;
    height: 40px;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    outline: none;
    padding: 0 10px;
    -webkit-text-fill-color: #333;
}

.searchPop button {
    height: 40px;
    width: 80px;
    float: left;
    background: #1c50a1;
    border: none;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navMenu .logo img {
    width: 200px;
    height: 56px;
}

.navMenu .navMenuBox {
    float: right;
}

.navTopLeft .navArea {
    position: relative;
    margin-left: 6px;
}

.navTopLeft .hover-ul {
    width: 240px;
    background-color: #fff;
    position: absolute;
    z-index: 99999999;
    left: 25%;
    transform: translate(-50%, 0);
    border: 1px solid #eee;
    padding: 12px 0;
}

.navMenu .navMenuBox li.navItem {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    float: left;
    padding: 0 15px;
    position: relative;
}

.navMenu .navMenuBox li.active {
    background-color: #e63037;
}

.navMenu .navMenuBox li.active a {
    color: #FFFFFF;
}

.navMenu .navMenuBox li.navItem:hover {
    background-color: #e63037;
}

.navMenu .navMenuBox li.navItem:hover>a {
    color: #FFFFFF;
}

.navMenu .navMenuBox li.navItem ul {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 10;
    display: none;
}

.navMenu .navMenuBox li.navItem li {
    width: 140px;
    background: #FFFFFF;
    padding: 0 15px;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
}

.navMenu .navMenuBox li.navItem li:hover {
    background: #e63037;
}

.navMenu .navMenuBox li.navItem li:hover a {
    color: #FFFFFF;
}

.navMenu .navMenuBox li.navItem li a {
    color: #666;
}

.navMenu .navMenuBox li.navItem li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navMenuIcon {
    padding: 10px 0;
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
}

.navMenuIcon .iconfont {
    font-size: 45px;
    color: #1C50A1;
}

.navMenu .logo img {
    width: 160px;
    height: 45px;
}

.navLayer {
    overflow-x: auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 555;
    right: -100%;
    top: 0px;
}

.navLayer .bg {
    overflow-x: auto;
    position: relative;
    background: #efefef;
    height: 100%;
    width: 75%;
    margin-left: 25%;
}

.navLayer .closeBtn {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 22;
}

.navLayer .closeBtn .iconfont {
    font-size: 20px;
    color: #1C50A1;
    font-weight: bold;
}

.navLayer .sideNav {
    padding: 20px 0 15px
}

.navLayer .subNav {
    cursor: pointer;
    display: block;
    line-height: 42px;
    position: relative;
    font-size: 14px;
    color: #666;
    border-bottom: #dfe0df solid 1px;
}

.navLayer .subNav .home {
    position: relative;
}

.navLayer .subNav .home a {
    display: block;
    padding-left: 15px;
}

.navLayer .subNav .home .iconfont {
    font-size: 20px;
    color: #1C50A1;
    margin-right: 5px;
}

.navLayer .subIcon {
    background: url(../image/nimg63_1.png) right center no-repeat;
    background-size: 42px;
}

.navLayer .current {
    background: #1C50A1 url(../image/nimg63_1on.png) right 14px no-repeat;
    background-size: 42px;
    color: #fff;
}

.navLayer .current .home>a {
    color: #FFFFFF;
}

.navLayer .subIcon ul {
    display: none;
}

.navLayer .subIcon li {
    position: relative;
}

.navLayer .subIcon li {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    font-size: 14px;
    background: #fff;
}

.message form input,
.message form textarea {
    width: 100%;
    padding-left: 10px;
    line-height: 36px;
    margin-bottom: 12px;
    border: 1px solid #eee;
}

.message {
    padding: 40px 0 28px 0;
}

.message form .int1 {
    padding: 0;
    background-color: #1c50a1;
    color: #fff;
    border: none;
}

.message1>.wrap {
    max-width: 900px;
}


/*  */

.join .public-title span::after {
    left: -10%;
}

.join .public-title span::before {
    right: -10%;
}

.join .public-title .txt {
    margin-top: 28px;
}

.banner5 ul li a .img-box {
    padding-top: 100%;
}

.banner5 ul li a .img-box .frame-txt {
    text-align: center;
}

.banner5 ul li a .img-box .frame-txt .txt1 {
    font-size: 22px;
    color: #ffffff;
    border-top: 1px solid #a7b9d6;
    margin-top: 10px;
    padding-top: 10px;
}

.banner5 ul li a .img-box .frame-txt .txtp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
    border-top: 1px solid #597db6;
    padding-top: 14px;
    margin-top: 14px;
    display: none;
    transition: all .6s;
}

.banner5 ul li a .img-box .frame-big {
    width: 100%;
    height: 100%;
    background-color: rgba(28, 80, 161, .6);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    z-index: 1111;
    transition: all .6s;
}

.banner5 ul li a .img-box .frame {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner5 ul li a .img-box .frame .frame-txt {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner5 ul li a {
    display: block;
}

.banner5 ul li a:hover .img-box .frame-big {
    width: 85%;
    height: 70%;
    background-color: rgba(28, 80, 161, 1);
}

.banner5 ul li a:hover .img-box .frame-txt .txt1 {
    border: none;
}

.banner5 ul li a:hover .img-box .frame-txt .txtp {
    display: inline-block;
    display: -webkit-box;
}

.join .public-title {
    padding: 46px 0 30px 0;
}

.join-left .title span {
    line-height: 46px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.join-left .title p {
    line-height: 36px;
    text-transform: uppercase;
    font-size: 20px;
    color: #b2b2b2;
}

.join-left .txt {
    margin-top: 25px;
    line-height: 40px;
    font-size: 18px;
    color: #666666;
}

.join-right ul li .img-box {
    padding-top: 86.5%;
}

.join-right ul li {
    width: 48.2%;
}

.join-right ul .li1 {
    margin-right: 3.5%;
}

.join-left {
    width: 38%;
}

.join-right {
    width: 60%;
}

.join-box1 {
    margin-top: 36px;
}


/*  */


/*  */

.about-show table tr td {
    border: 1px solid #eee;
    padding: 1% 1% 0 1%;
    margin: 1%;
    word-break: break-all;
    word-wrap: break-word;
}


/*  */

.about-show .txt {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.about-show ul li {
    width: 16.66%;
}

.about-show ul li a {
    position: relative;
    display: block;
}

.about-show ul li a .txt1 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    width: 100%;
}

.about-show ul .diyi a .txt1 {
    width: 100%;
}

.about-show ul .zuihou a .txt1 {
    width: 100%;
}

.about-show ul .li1 a .txt1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 105%;
    display: none;
}

.about-show ul .li2 a .txt1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -50%;
    display: none;
}

.about-show ul {
    margin-top: 50px;
}

.about-show {
    padding: 0 0 50px 0;
}

.about-show ul .li2 {
    margin-top: 9%;
}

.about-show .about {
    padding-bottom: 0;
}


/*  */

.banner6 {
    position: relative;
}

.banner6 .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
    left: -4%;
}

.banner6 .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
    right: -4%;
}

.banner6 ul .img-box {
    padding-top: 27%;
}

.banner6 ul li {
    background-color: #eee;
    position: relative;
}

.banner6 ul li:hover img {
    transform: scale(1.1);
}

.banner6 ul li img {
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner6 ul li>div {
    overflow: hidden;
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    padding-top: 100%;
    background-color: #888;
}

.banner6 ul li strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 40px;
    padding: 0 10px;
}

.outerdiv img {
    position: relative;
    z-index: 9999999999;
}

footer {
    background-color: #1c50a1;
}

footer .nav1 li {
    margin: 1.5%;
}

footer .nav1 li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}

footer>.wrap1 {
    max-width: 1410px;
    margin: 0 auto;
}

.footer-left .ul-box span {
    font-size: 18px;
    color: #ffffff;
    line-height: 44px;
}

.footer-left .ul-box ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
}

.footer-left .ul-box ul li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-left {
    width: 100%;
}

.footer-middle .txt span {
    font-size: 18px;
    color: #ffffff;
    line-height: 44px;
}

.footer-middle .txtp {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    margin-left: 9px;
}

.footer-middle .txt .txt1 {
    font-size: 16px;
    color: #ffffff;
    padding: 17px 0;
    margin-left: 6%;
    line-height: 26px;
}

.footer-right .qr-box .qr-img {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.footer-right .qr-box .qr-img img {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    max-width: 102px;
    height: auto;
}

.footer-right .qr-box .qr-img p {
    margin-top: 11px;
}

.footer-right .qr-box {
    margin-top: 20px;
}

.footer-right {
    width: 25%;
    margin-top: -4.6%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}

.footer-left .ul-box {
    position: relative;
}

.footer-left .ul-box .img1 {
    position: absolute;
    right: -48%;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-middle {
    position: relative;
    width: 50%;
}

.footer-middle>img {
    position: absolute;
    right: -18%;
    top: 50%;
    transform: translate(0, -50%);
}

footer>.wrap {
    padding: 0 0 38px 0;
    border-bottom: 1px solid #6e87af;
}

footer .nav1 li a:hover {
    border-bottom: 1px solid #fff;
}

footer>.footer-left {
    border: none;
    padding: 0;
    padding-top: 38px;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    line-height: 26px;
}

.footer-buttom a {
    color: #FFFFFF;
}

@media (max-width:1730px) {
    .ys {
        background-color: rgba(255, 255, 255, .4);
        padding: 16px 0;
        margin-top: -104px;
        z-index: 99;
        position: relative;
    }
}

@media (max-width:1400px) {
    .yb_conct {
        top: 45px !important;
    }
}

@media (max-width:1276px) {
    .footer-left .ul-box .img1 {
        position: absolute;
        right: -22%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .navTopLeft .hover-ul {
        width: 240px;
        background-color: #fff;
        position: absolute;
        z-index: 99999999;
        left: 35%;
        transform: translate(-50%, 0);
        border: 1px solid #eee;
        padding: 12px 0;
    }
}

@media (max-width:1370px) {
    .ys ul li a .txt span::before {
        display: block;
        content: "";
        width: 35px;
        height: 1px;
        background-color: #1c50a1;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width:1052px) {
    .ys ul li a .txt span {
        display: block;
        font-size: 16px;
    }
    .ys ul li a .txt {
        margin-left: 12px;
        width: calc(100% - 86px);
    }
}

@media (max-width:1501px) {
    .news .news-right .txt-ul li:nth-child(4) {
        display: none;
    }
}

@media (max-width:1500px) {
    .container,
    .footer-content,
    .wrap {
        max-width: 90% !important;
    }
    .about-right ul li .yuan {
        display: none;
    }
    .about-right ul li .yuan .xian {
        display: none;
    }
}

@media (max-width:991px) {
    header {
        display: none;
    }
    .container,
    .footer-content,
    .wrap {
        max-width: 94% !important;
    }
    .xs-block {
        display: block;
    }
    .xs-show {
        display: block !important;
    }
    .xs-hide {
        display: none !important;
    }
    .xs-pa-20 {
        padding: 20px 0 !important;
    }
    .xs-ma-20 {
        margin: 20px 0 !important;
    }
    .xs-pa-to-20 {
        padding-top: 20px !important;
    }
    .xs-pa-bo-20 {
        padding-bottom: 20px !important;
    }
    .xs-ma-to-20 {
        margin-top: 20px !important;
    }
    .xs-ma-bo-20 {
        margin-bottom: 20px !important;
    }
    .cor-xs-1 {
        width: 100% !important;
    }
    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }
    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }
    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }
    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }
    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }
    .top {
        display: none;
    }
    .top-nav {
        display: none;
    }
    .banner .swiper-pagination span {
        display: none;
    }
    .big-banner .banner1-phone {
        display: block;
        padding-top: 53%;
    }
    .big-banner .banner1 {
        display: none;
    }
    .phone {
        display: block;
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }
    .phone img {
        max-width: 60%;
        justify-content: space-between;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header ul {
        margin-left: 80%;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header ul {
        margin-left: 80%;
    }
    .page-left {
        width: 100%;
    }
    .page-right {
        width: 100%;
    }
    .page-left-img img {
        display: none;
    }
    .pro-ul {
        margin-top: 20px;
    }
    .pro-ul li {
        width: 47%;
        margin: 1.5%;
    }
	
	.partner-ul {
        margin-top: 20px;
    }
    .partner-ul li {
        width: 47%;
        margin: 1.5%;
    }
    .pro-title .t1 {
        font-size: 16px;
    }
    .page-pro ul li {
        padding: 1px 0;
    }
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    .certificate {
        padding-bottom: 20px;
    }
    /* 产品中心手机*/
    .page-title {
        display: none;
    }
    .pro-title {
        position: relative;
        background-color: #1c50a1;
        padding: 4px 0px;
    }
    .page-pro>ul>li {
        line-height: 42px;
    }
    .page-pro>ul>li>ul>li {
        line-height: 35px;
    }
    .pro-title .t1 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 10px 10px;
        align-items: center;
    }
    .pro-title .t2 {
        display: none;
    }
    .pro-title-t2-span1 {
        display: block;
    }
    .pro-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }
	.partner-ul li .txt {
        font-size: 14px;
        line-height: 30px;
    }
    .page-pro>ul {
        display: none;
    }
    .product1 {
        padding: 20px 0;
    }
    .page-pro>ul>li>a {
        font-size: 14px;
    }
    .page-pro>ul>li>ul>li>a {
        font-size: 12px;
    }
    .page-right-title {
        width: 97%;
        margin: 0 auto;
        border-bottom: 1px solid #dbdbdb;
        line-height: 28px;
        position: relative;
        padding: 10px 0;
    }
    /*  */
    .about-left {
        width: 100%;
    }
    .about-middle {
        width: 100%;
        margin-top: 16px;
    }
    .about-right {
        width: 100%;
    }
    .about-right ul li .yuan {
        display: none;
    }
    .about-right ul li .yuan .xian {
        display: none;
    }
    .about-right ul {
        margin-top: 16px;
        display: flex;
    }
    .about-right ul li {
        width: 25%;
        margin: 1%;
    }
    .about-right ul li .txt {
        display: block;
        width: 100%;
        line-height: 36px;
        box-shadow: 0 0 20px 5px #f0f0f0;
        text-align: center;
        font-size: 14px;
        color: #333333;
        position: relative;
        border-radius: 8px;
        transition: all .6s;
    }
    .about>.wrap1>.flex {
        padding: 0 10px 10px 10px;
    }
    .about-middle .txt .title p {
        line-height: 25px;
        font-size: 16px;
    }
    .about-middle .txt .title p::before {
        bottom: 25%;
        left: 24%;
        display: none;
    }
    .about-middle .txt .title span {
        font-size: 18px;
        color: #333333;
        line-height: 23px;
    }
    .about-middle .txt .txtp {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-top: 4px;
        height: auto !important;
    }
    .about-middle .txt .txtp1 {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-top: 4px;
    }
    .about-middle .txt a {
        display: block;
        width: 101px;
        line-height: 32px;
        color: #1c50a1;
        font-size: 14px;
        text-align: center;
        border: 1px solid #1c50a1;
        border-radius: 20px;
        margin-top: 16px;
        transition: all .6s;
    }
    .public-title span {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        line-height: 27px;
        position: relative;
    }
    .public-title p {
        line-height: 24px;
        font-size: 12px;
        font-weight: bold;
        color: #b2b2b2;
        text-transform: uppercase;
    }
    .public-title span::after {
        display: block;
        content: "";
        width: 20px;
        height: 2px;
    }
    .public-title span::before {
        display: block;
        content: "";
        width: 20px;
        height: 2px;
    }
    .public-title {
        padding: 20px 0 16px 0 !important;
    }
    .about {
        padding-bottom: 10px;
    }
    .service ul li .txt .p1 {
        font-size: 30px;
        color: #fff;
    }
    .service ul li .txt .p1 span {
        font-size: 14px;
        line-height: 23px;
    }
    .service {
        padding-bottom: 20px;
    }
    .certificate .nav-ul li {
        width: 31.33%;
        margin: 1%;
    }
    .certificate .nav-ul li a {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 35px;
        box-shadow: 0 0 16px #ececec;
        border-radius: 25px;
        font-size: 14px;
        color: #1c50a1;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        transition: all .6s;
        border: 1px solid #ececec;
    }
    .certificate .banner2 {
        margin-top: 16px;
    }
    .certificate .banner2 ul li .frame .txt {
        width: 72%;
        padding-left: 16px;
        font-size: 14px;
        color: #fff;
    }
    .certificate .banner2 ul li .frame .txt {
        width: 72%;
        padding: 0 12px;
        font-size: 14px;
        color: #fff;
    }
    .certificate .banner2 ul li .frame {
        line-height: 36px;
        height: 36px;
    }
    .certificate>.wrap>.txt .title {
        font-size: 18px;
        color: #333333;
        position: relative;
        line-height: 37px;
    }
    .certificate>.wrap>.txt .title::before {
        display: block;
        content: "";
        width: 63px;
        height: 2px;
        background-color: #1c50a1;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .certificate .txt-box {
        margin-top: 16px;
    }
    .certificate>.wrap>.txt .txtp {
        line-height: 21px;
        font-size: 14px;
        color: #666666;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 84px;
    }
    .certificate>.wrap>.txt a {
        width: 99px;
        line-height: 31px;
        height: 32px;
        background-color: #1c50a1;
        color: #fff;
        font-size: 14px;
        display: block;
        text-align: center;
        border-radius: 25px;
        margin-top: 15px;
    }
    .join .join-box-big {
        width: 100%;
    }
    .join {
        background-color: #f6f6f6;
        padding: 20px 0;
    }
    .join .join-box ul li a img {
        max-width: 28%;
    }
    .join .join-box ul li a p {
        font-size: 16px;
        color: #666666;
        font-weight: bold;
        position: relative;
        line-height: 41px;
        margin-top: 13px;
    }
    .join>.wrap>a {
        display: block;
        width: 100px;
        line-height: 28px;
        font-size: 15px;
        border-radius: 15px;
        margin-top: 20px;
    }
    .join .join-box ul {
        padding: 15px 0;
    }
    .strategy .txt {
        font-size: 14px;
        color: #666666;
        line-height: 22px;
        text-align: left;
        max-width: 100%;
        margin: 0 auto;
    }
    .news .news-left {
        width: 100%;
    }
    .news .news-right {
        width: 100%;
    }
    .ys ul li a {
        display: block;
        text-align: center;
    }
    .ys ul li a .txt span::before {
        display: block;
        content: "";
        width: 35px;
        height: 1px;
        background-color: #1c50a1;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .ys ul li a .txt {
        margin-left: 0;
        width: 100%;
    }
    .ys ul li a img {
        max-width: 30%;
    }
    .ys ul li a .txt span {
        display: block;
        font-size: 16px;
        color: #333333;
        line-height: 34px;
        position: relative;
    }
    .ys {
        background-color: #f6f6f6;
        padding: 20px 0;
        margin: 0;
    }
    .honor {
        padding-bottom: 20px;
    }
    .bottom {
        padding: 20px 0;
    }
    .news .news-right .txt-ul li .txt2 {
        padding: 0 12px;
        width: 83%;
    }
    .news .news-right .txt-ul li .txt1 {
        text-align: center;
        width: 17%;
        border-left: 1px solid #cccccc;
    }
    .news .news-right .txt-ul li .txt1 span {
        font-size: 27px;
        color: #666666;
        line-height: 37px;
    }
    .news .news-right .txt-ul li {
        border-bottom: 1px dashed #e5e5e5;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .news .news-right .txt-ul li .txt2 span {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 18px;
    }
    .news>.wrap>.a-box>a {
        display: block;
        width: 101px;
        line-height: 32px;
        color: #1c50a1;
        font-size: 14px;
        text-align: center;
        border: 1px solid #1c50a1;
        border-radius: 20px;
        margin-top: 16px;
        transition: all .6s;
    }
    .invite ul li a {
        padding: 10px;
    }
    .invite ul li a .img1 {
        display: none;
    }
    .invite ul li a .txt {
        width: 100%;
    }
    .invite ul li a .txt .p1 {
        font-size: 15px;
        color: #333333;
        line-height: 26px;
    }
    .join .join-box-big .title span {
        font-size: 18px;
        color: #666666;
        font-weight: bold;
        line-height: 26px;
    }
    .join .join-box-big .title p {
        line-height: 20px;
        font-size: 12px;
        color: #666666;
        font-weight: bold;
        text-transform: uppercase;
    }
    .news .news-left .frame .txt2 {
        width: 81%;
        padding: 0 12px;
    }
    .news .news-left .frame .txt2 span {
        font-size: 16px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 24px;
    }
    .news .news-left .frame .txt1 span {
        font-size: 30px;
        color: #fff;
        line-height: 35px;
    }
    .news .news-left .frame .txt1 {
        text-align: center;
        width: 19%;
        border-right: 1px solid #fff;
    }
    .news-right .nav-ul li a {
        width: 100%;
        line-height: 32px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #333333;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
        transition: all .6s;
    }
    .news-right .nav-ul li {
        margin: 1%;
        width: 31.333%;
    }
    .news-right .nav-ul {
        margin-top: 16px;
    }
    .news>.wrap>.a-box {
        display: flex;
        justify-content: start;
    }
    .invite ul li a .txt .p2 {
        font-size: 13px;
        color: #666666;
        line-height: 31px;
    }
    .invite ul li a .txt .p2 {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }
    .invite ul li a .txt .p2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 72px;
    }
    .invite ul li a .txt .p1 span {
        font-size: 14px;
        line-height: 28px;
    }
    .service ul li .txt .p2 {
        line-height: 24px;
        font-size: 16px;
        color: #ffffff;
    }
    .nav1 ul li {
        width: 30%;
        margin: 1.5%;
    }
    .news-ul li {
        margin-bottom: 15px;
    }
    .news-ul li a .pic {
        width: 130px;
    }
    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }
    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }
    .hidden-xs {
        display: none !important;
    }
    .news-ul li a h5 span {
        display: none;
    }
    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }
    .invite1 {
        padding: 20px 0;
    }
    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }
    .contact1 {
        padding: 20px 0 0 0;
    }
    .nav2 ul li {
        width: 31.333%;
        margin: 1%;
        position: relative;
    }
    .nav1 ul li a {
        font-size: 14px;
        color: #ffffff;
        display: block;
        text-align: center;
    }
    .nav1 {
        background-color: #1c50a1;
        line-height: 38px;
    }
    .certificate2 .cp-xq .img1 {
        margin-top: 15px;
    }
    .certificate2 .cp-xq .t1 {
        font-size: 16px;
        color: #333333;
        padding: 12px 0;
    }
    .certificate2 {
        padding: 20px 0;
    }
    .certificate2 .cp-xq .title {
        border-left: 2px solid #1c50a1;
        padding-left: 9px;
    }
    .certificate2 .cp-xq .title span {
        font-size: 20px;
        color: #333333;
        font-weight: bold;
        line-height: 26px;
    }
    .nav2 ul li::before {
        display: none;
    }
    .nav2 ul li a {
        font-size: 14px;
        color: #666666;
        display: block;
        text-align: center;
    }
    .nav2 {
        background-color: #f5f5f5;
        font-size: 14px;
        color: #666666;
        line-height: 26px;
        padding: 10px 0;
    }
    .home p {
        padding: 0;
    }
    .certificate4 {
        padding: 0;
    }
    .news .news-right .txt-ul {
        margin-top: 16px;
    }
    .bottom ul li a img {
        margin-right: 8px;
        max-width: 15%;
    }
    .message {
        padding: 20px 0 8px 0;
    }
    /*  */
    .join-left {
        width: 100%;
    }
    .join-left .txt {
        margin-top: 6px;
        line-height: 24px;
        font-size: 14px;
        color: #666666;
    }
    .join-right {
        width: 100%;
        margin-top: 16px;
    }
    /* .banner5 ul li a .img-box .frame-big {
        display: none;
    } */
    .banner5 ul li a .img-box .frame-txt .txt1 {
        font-size: 18px;
        color: #ffffff;
        border-top: 1px solid #a7b9d6;
        margin-top: 10px;
        padding-top: 5px;
    }
    .join-left .title span {
        line-height: 28px;
        font-size: 20px;
        color: #333333;
        font-weight: bold;
    }
    .join-left .title p {
        line-height: 24px;
        text-transform: uppercase;
        font-size: 16px;
        color: #b2b2b2;
    }
    .join-box1 {
        margin-top: 16px;
    }
    .join .public-title .txt {
        margin-top: 5px;
        text-align: left;
    }
    .join {
        padding: 0;
        padding-bottom: 20px;
    }
    /*  */
    .about-show ul {
        justify-content: start;
    }
    .about-show ul li a .txt1 {
        display: none;
    }
    .about-show ul {
        display: none;
    }
    .about-show {
        padding: 0;
    }
    .about-show table {
        width: 100% !important;
        text-align: center;
    }
    .about-show table tr td {
        width: 100% !important;
        text-align: center;
        float: left;
        width: auto !important;
        height: auto !important;
        word-break: break-all;
        word-wrap: break-word;
    }
	.about-show table tr td img{
		display: block;
        max-width: 100%;
		height: auto;
		margin: 2px auto;
    }
    .invite>.wrap>a {
        display: block;
        width: 100px;
        line-height: 28px;
        font-size: 15px;
        border-radius: 15px;
        margin-top: 15px;
    }
    .searchBox {
        display: none;
    }
    .banner6 ul li strong {
        bottom: 15px;
    }
    .banner5 ul li a:hover .img-box .frame-big {
        width: 100%;
        height: 100%;
        background-color: rgba(28, 80, 161, 1);
    }
    .banner5 ul li a .img-box .frame .frame-txt img {
        max-width: 36%;
    }
    .banner5 ul li a:hover .img-box .frame-txt .txtp {
        display: none;
    }
    .invite {
        padding-bottom: 20px;
    }
    .banner6 ul li strong {
        line-height: 36px;
    }
    .news .news-right .txt-ul li:nth-child(4) {
        display: block;
    }
    .news-show .bt {
        margin-top: 5%;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
    .news-show .nr .li-red {
        position: relative;
        width: 100%;
        margin: 0 10px;
    }
    .news-show {
        padding: 0 0 20px 0;
    }
    .news-show1 {
        width: 100%;
        margin: 0 auto;
    }
    .news-show .bt ul li a {
        line-height: 24px;
        color: #333;
        font-size: 14px;
    }
    .news-show .nr {
        width: 100%;
    }
    .nav1 ul {
        justify-content: flex-start;
    }
    footer>.wrap {
        display: none;
    }
    footer>.wrap1 {
        display: none;
    }
    .footer-nav {
        display: none;
    }
    .footer-content {
        display: none;
    }
    .footer-buttom {
        padding: 20px 22px 23px 22px;
        font-size: 13px;
        text-align: center;
    }
    .footer-buttom a {
        font-size: 13px;
    }
    .footer-phone {
        background-color: #fff;
    }
    .footer-phone form {
        padding: 0 30px 0 30px;
    }
    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }
    .footer-phone form .int2 {
        height: 80px;
    }
    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }
    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }
    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }
    .footer-phone-two {
        display: none;
    }
    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }
}

@media (max-width:767px) {
    .news1 .txt-nr1 table {
        width: 100%;
        border: 1px solid #ddd;
        text-align: center;
    }
    .news1 .txt-nr1 table tr td {
        border: 1px solid #ddd !important;
        width: auto !important;
        word-break: break-all;
        word-wrap: break-word;
    }
    .news-show .txt-nr table {
        width: 100% !important;
    }
    .news-show .txt-nr table tr td {
        height: auto;
        word-break: break-all;
        word-wrap: break-word;
    }
    .news .news-left .img-box {
        padding-top: 60%;
    }
    .certificate2 .cp-xq .txt table {
        width: 100% !important;
    }
    .certificate2 .cp-xq .txt table tr td {
        float: left;
    }
    .certificate2 .cp-xq .txt table tr td img {
        width: 100% !important;
        float: left;
        width: 100% !important;
        height: auto !important;
        margin: 10px;
    }
    .navTopLeft .hover-ul {
        width: 51%;
        background-color: #fff;
        position: absolute;
        z-index: 99999999;
        left: 61%;
        transform: translate(-50%, 0);
        border: 1px solid #eee;
        padding: 12px 0;
    }
}

.jlfanye {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jlfanye a {
    padding: 5px 15px;
    border: solid 1px #ccc;
    float: none;
    display: inline-block;
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #c41313;
}

.gengduo {
    display: block;
    width: 124px;
    line-height: 34px;
    color: #1c50a1;
    font-size: 16px;
    text-align: center;
    border: 1px solid #1c50a1;
    border-radius: 20px;
    margin-top: 25px;
    transition: all .6s;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}

video::-webkit-media-controls-time-remaining-display {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-toggle-closed-captions-button {}

video::-webkit-media-controls-volume-slider {}