.owl-theme .owl-controls {
    margin-top: 0px;
}

.header-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.header-fluid.bg {
    background: #25345f;
}

.header {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.headerbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.logobox .daohang {
    display: none;
}

.logo {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo img {
    height: 60px;
}

.header-tel {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    display: none;
}

.navbar .nav>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar .nav>ul>li {
    position: relative;
}

.navbar .nav>ul>li>a {
    display: block;
    padding: 0px 35px 0;
    line-height: 80px;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
}

/* .navbar .nav>ul>li.active>a{
    background:#25345f;
} */
.navbar .nav>ul>li>a>span {
    position: relative;
    display: block;
    height: 80px;
    transition: all ease-out 0.3s;
}

.navbar .nav>ul>li.active>a>span {
    transform: translateY(-10px);
}

.navbar .nav>ul>li>a>span::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
    bottom: -1px;
    left: 50%;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
    transform: translateX(-50%);
}

.navbar .nav>ul>li.active>a>span::after {
    opacity: 1;
    width: 100%;
}

.navbar .nav>ul>li .subnav {
    position: absolute;
    top: 150%;
    width: 100%;
    left: 0;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
}

.subnavBox {
    position: relative;
    width: 100%;
}

.subnavBox::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    top: -7px;
    border-top: solid 12px rgba(0, 0, 0, 0.8);
    border-left: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.navbar .nav>ul>li .subnav-list {
    width: 100%;
}

.navbar .nav>ul>li:hover .subnav {
    display: block;
    top: 100%;
    display: flex;
    flex-wrap: wrap;
}

.subnav-list>a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border-right: 1px solid #1f1f1f;
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*
.navbar .nav>ul>li:nth-of-type(3) .subnav-list>a {
    line-height: 54px;
    height: 55px;
}
*/

.subnav-list>a:not(:last-child) {
    border-bottom: 1px solid #1f1f1f;
}

.subnav-list>a.active {
    color: #2088af;
    font-weight: 600;
}

.subnavboxlist {
    position: absolute;
    top: 0;
    left: 100%;
    height: 110px;
}

.subnavbox {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none;
    min-width: 160px;
}

.subnavbox.active {
    display: flex;
}

.subnavbox>ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.subnavbox>ul>li {
    width: 100px;
}

.subnavbox>ul>li>a {
    display: block;
    width: 100%;
    color: #fff;
}

.subnavbox>ul>li>a>.img img {
    margin: 0 auto;
}

.subnavbox>ul>li>a:hover>.img img:nth-of-type(2),
.subnavbox>ul>li>a>.img img:nth-of-type(1) {
    display: block;
}

.subnavbox>ul>li>a:hover>.img img:nth-of-type(1),
.subnavbox>ul>li>a>.img img:nth-of-type(2) {
    display: none;
}

.subnavbox>ul>li>a p {
    text-align: center;
    padding: 10px 5px 0;
    height: 40px;
    font-size: 15px;
}

.subnavbox>ul>li>a:hover p {
    color: #2088af;
}

.banner {
    width: 100%;
    position: relative;
    background: #abc7fd;
}

.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .owl-theme .owl-dots .owl-dot span {
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
}

.banner .owl-theme .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: #fff;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.banner .owl-theme .owl-dots .owl-dot.active span::after {
    opacity: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.banner .img {
    display: block;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner .img img {
    display: none;
}

.fluid {
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}

.main-title {
    text-align: center;
    margin-bottom: 80px;
}

.main-title .etitle {
    font-size: 60px;
    font-weight: 400;
    color: #25345f;
    text-transform: capitalize;
}

.main-title .title {
    font-size: 40px;
    color: #212121;
    font-weight: 200;
}

.main-title .smtitle {
    margin-top: 30px;
    font-size: 16px;
    margin-top: 10px;
}

.platform-fluid {
    padding: 40px 0;
}

.platform-titlist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.platform-titlist>ul>li {
    width: calc(100% / 4);
}

.platform-titlist>ul>li>a {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.platform-titlist>ul>li>a span {
    line-height: 50px;
    font-size: 20px;
}

.platform-titlist>ul>li.active a {
    color: #00259c;
}

.platform-titlist>ul>li a img {
    height: 36px;
    margin-right: 15px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.9;
}

.platform-titlist>ul>li.active a img {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.platform-list {
    width: 1200px;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.platform-list .item {
    position: absolute;
    width: 100%;
    height: 420px;
    left: 100%;
    top: 0;
    transition: all 0.3s;
}

.platform-list .item.active {
    left: 0;
}

.platform-list .platform-item {
    width: 100%;
    height: 100%;
}

.platform-box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.platform-box .img {
    width: 100%;
}

/* .platform-list .item:not(:first-of-type) .platform-img {
    width: 600px;
}*/

.platform-list .item .platform-img {
    width: 100%;
    position: relative;
}

.platform-img img {
    display: block;
    width: 100%;
}

/* .platform-list .item:not(:first-of-type) .info {
    text-align: left;
}*/

.platform-list .item .info {
    position: absolute;
    right: 0;
    top: 90px;
    text-align: left;
    width: 300px;
}

.platform-box .info h3 {
    font-size: 20px;
    font-weight: 500;
    color: #00259c;
    line-height: 30px;
}

.platform-box .info h3+p {
    font-size: 14px;
    font-weight: 500;
    color: #00259c;
    line-height: 14px;
}

.platform-box .info h4 {
    font-size: 16px;
    font-weight: 500;
    color: #1f2d3d;
    line-height: 24px;
    margin-top: 10px;
}

.platform-box .info ul {
    margin-top: 25px;
}

.platform-box .info ul>li {
    font-size: 14px;
    font-weight: 400;
    color: #475669;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    position: relative;
}

.platform-box .info ul>li::before {
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/arrowsm.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

.platform-button {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.platform-button>a {
    display: block;
    width: 134px;
    line-height: 40px;
    border: 1px solid #00259c;
    text-align: center;
    background-color: rgba(0, 37, 156, 0.1);
    color: #00259c;
    font-size: 16px;
    transition: all 0.4s;
}

.platform-button>a:first-of-type {
    background-color: #00259c;
    color: #fff;
    margin-right: 20px;
}

.platform-button>a:hover {
    background-color: #00259c;
    color: #fff;
    border-color: #00259c;
}

#actF2Bg {
    background: url(../images/industry_bg1.jpg) no-repeat;
    background-size: cover;
    background-color: #4f576b;
}

.industry-fluid .main-title .etitle {
    color: #fff;
}

.industry-fluid .main-title .title {
    color: #fff;
}

.industry-fluid .main-title .smtitle {
    color: #fff;
}

.industry-line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.industry-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.industry-line span {
    display: block;
    width: 100px;
    text-align: center;
    background: rgb(44 47 60);
    line-height: 33px;
    font-size: 15px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 2;
}

.industry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.industry .industry-titlist {
    width: 154px;
    min-height: 470px;
    padding-right: 30px;
    color: #fff;
    border-right: 4px solid #a9a9a9;
    border-color: rgba(255, 255, 255, 0.3);
}

.industry .industry-titlist>ul>li>a {
    width: 120px;
    text-align: center;
    margin-bottom: 10px;
}

.industry .industry-titlist>ul>li>a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s linear;
}

.industry .industry-titlist>ul>li.active>a {
    background-color: #2589ff;
    border-radius: 2px;
    font-weight: 700;
}

.industry-list {
    width: calc(100% - 154px);
}

.industry-box {
    color: #fff;
    min-height: 430px;
    padding-left: 56px;
    position: relative;
}

.industry-box .industry-top {
    display: flex;
    color: #fff;
    justify-content: space-between;
    flex-wrap: wrap;
}

.industry-box .industry-top .title {
    font-size: 26px;
}

.industry-box .industry-top .industryButton {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.industry-box .industry-top .industryButton a {
    display: block;
    padding: 0 14px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #3986ff;
    color: #fff;
    transition: all 0.2s linear;
    margin-right: 20px;
    line-height: 28px;
    height: 30px;
    background: #3986ff;
}

.industry-box .industry-top .industryButton a:not(:last-child) {
    margin-right: 10px;
    border: 1px solid #fff;
    background: transparent;
}

.industry-box .industry-top .industryButton a:hover {
    background: #0968ff;
    color: #fff;
    border: 1px solid #0968ff;
}

.industry-msg {
    margin-bottom: 20px;
}

.industry-msg .des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 17px;
}

.industry-iconlist {
    margin-top: 30px;
    padding-bottom: 40px;
}

.industry-iconlist>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.industry-iconlist>ul>li {
    width: calc(100% / 8);
    text-align: center;
}

.industry-iconlist>ul>li>.icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.industry-iconlist>ul>li>.icon i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}

.industry-iconlist>ul>li p {
    font-size: 14px;
    margin-top: 14px;
}

.industry-iconlist>ul>li>.icon i.inicon01 {
    background-position: 0 -3900px;
}

.industry-iconlist>ul>li>.icon i.inicon02 {
    background-position: 0 -1950px;
}

.industry-iconlist>ul>li>.icon i.inicon03 {
    background-position: 0 -375px;
}

.industry-iconlist>ul>li>.icon i.inicon04 {
    background-position: 0 -1350px;
}

.industry-iconlist>ul>li>.icon i.inicon05 {
    background-position: 0 -825px;
}

.industry-iconlist>ul>li>.icon i.inicon06 {
    background-position: 0 -1050px;
}

.industry-iconlist>ul>li>.icon i.inicon07 {
    background-position: 0 -3750px;
}

.industry-iconlist>ul>li>.icon i.inicon08 {
    background-position: 0 -1275px;
}

.industry-box {
    display: none;
}

.industry-box.active {
    display: block;
}

.industry-hz {
    padding-top: 10px;
    /* border-top: 1px dashed rgba(255, 255, 255, .2); */
}

.industry-hzlist>ul {
    display: flex;
    justify-content: space-between;
}

.industry-hzlist>ul>li {
    width: 180px;
}

.industry-hzlist>ul>li img {
    display: block;
    margin: 0 auto;
}

.industry-hzlist>ul>li>div {
    font-size: 17px;
    margin-top: 14px;
    text-align: center;
}

.operational-list {
    display: flex;
    flex-wrap: wrap;
}

.operational-item {
    width: 20%;
    height: 340px;
    border: 1px solid #e3e2e5;
    margin-right: -1px;
    position: relative;
}

.operational-item.active {
    width: 40%;
}

.operational-item .g-tac {
    text-align: center;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.operational-item .g-tac .in {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.operational-item .g-tac .in img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.7;
    display: inline-block;
    max-height: 36px;
}

.operational-item .g-tac .tit {
    margin-top: 8px;
    font-size: 16px;
}

.operational-item .g-tac .hr {
    border: none;
    width: 52px;
    height: 1px;
    font-size: 1px;
    background-color: #e3e2e5;
    margin: 22px auto;
}

.operational-item .g-tac>ul.sul>li {
    font-size: 14px;
    color: #9797a1;
    margin-bottom: 16px;
}

.operational-item .g-cont {
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.operational-item .g-cont,
.operational-item.active .g-tac {
    display: none;
}

.operational-item.active .g-cont {
    display: block;
}

.operational-item.active {
    border: 1px solid #25345f;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgb(34 33 53 / 10%);
}

.operational-item .g-cont {
    padding: 30px;
}

.operational-item .g-cont .g-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e3e2e5;
    font-size: 18px;
}

.operational-item .g-cont .g-top img {
    margin-right: 14px;
}

.operational-item .g-cont .g-des {
    font-size: 14px;
    line-height: 27px;
    color: #9797a1;
    height: 162px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.operational-item .g-cont .g-more {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #25345f;
    font-size: 14px;
    display: block;
}

.case-fluid {
    background: #fff url(../images/bg1.jpg) no-repeat top center;
}

/* .case-list{
    display: flex;
    flex-wrap: wrap;
} */
.case-box {
    padding: 10px;
    width: 100%;
}

.case-item {
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgb(144, 144, 144, 0.6);
    transition: all 0.2s ease 0.4s;
}

.case-item>a {
    display: block;
    width: 100%;
    position: relative;
}

.case-item:hover {
    box-shadow: 20px 20px 0px #999999;
    transform: translateY(-10px) translateX(-10px);
    -webkit-transform: translateY(-10px) translateX(-10px);
    -o-transform: translateY(-10px) translateX(-10px);
    -moz-transform: translateY(-10px) translateX(-10px);
    -ms-transform: translateY(-10px) translateX(-10px);
}

.case-item::before,
.case-item::after,
.case-item>a::before,
.case-item>a::after {
    display: inline-block;
    position: absolute;
    content: " ";
    background: #25345f;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    z-index: 1;
}

.case-item::before,
.case-item::after {
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    z-index: 1;
}

.case-item::before {
    top: 0;
    left: 0;
}

.case-item::after {
    bottom: 0;
    left: 0;
}

.case-item>a::before,
.case-item>a::after {
    width: 3px;
    height: 100%;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
}

.case-item>a::before {
    top: 0;
    left: 0;
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
}

.case-item>a::after {
    top: 0;
    right: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.case-item:hover>a::before,
.case-item:hover>a::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
}

.case-item:hover::before,
.case-item:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.case-item>a>.img>img {
    display: block;
    width: 100%;
}

.case-item .info {
    background: #fff;
    padding: 15px 15px 25px;
}

.case-item .info .title {
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.case-item .info .title::before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 110px;
    height: 2px;
    background: rgb(98, 98, 98);
    transition: width 1s;
    -moz-transition: width 1s;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
}

.case-item a:hover .info .title {
    color: #25345f;
}

.case-item a:hover .info .title::before {
    width: 100%;
    background: #25345f;
}

.case-item .info .des {
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
}

.case-item .info .case-more {
    width: 120px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.case-item a:hover .info .case-more {
    background: #25345f;
    color: #fff;
}

#case .owl-controls {
    margin-top: 30px;
}

#case .owl-controls .owl-nav div {
    width: 34px;
    height: 34px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    border-radius: 10px;
    background: #25345f;
}

#case .owl-controls .owl-nav div:hover {
    background: #04cb94;
}

#case .owl-controls .owl-nav div.owl-prev:before {
    content: "\e620";
}

#case .owl-controls .owl-nav div.owl-next:before {
    content: "\e60d";
}

.customers-list>ul {
    display: flex;
    flex-wrap: wrap;
}

.customers-list>ul>li {
    width: calc(100% / 5);
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.customers-list>ul>li:nth-of-type(6n) {
    margin-right: 0;
}

.customers-list>ul>li>a {
    display: block;
    width: 100%;
    background: #fff;
}

.customers-list>ul>li>a>.img {
    display: block;
    padding: 10px;
}

.customers-list>ul>li>a>.img>img {
    display: block;
    width: 100%;
}

.signal-fluid {
    padding: 50px 0;
    background: #25345f;
    background-size: cover;
}

.signal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.signal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.signal-item {
    width: 20%;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.signal-item:last-of-type {
    border-right: 0;
}

.signal-item .num {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 30px;
}

.signal-item .num .counter {
    font-size: 42px;
}

.signal-item .num em {
    font-style: normal;
    padding-left: 5px;
    width: 30px;
}

.signal-item .info .tit {
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.signal-item .info .english {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.customers-fluid {
    background-image: url(../images/bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.customersTopBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.customersTopImg {
    width: 580px;
    height: 330px;
    overflow: hidden;
}

.customersToplist {
    width: 580px;
    padding: 30px;
}

.customersTop-item .img img {
    display: block;
    height: 50px;
    width: auto;
}

.customersTop-item .title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1f2d3d;
    line-height: 27px;
    margin-top: 10px;
}

.customersTop-item .des {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #475669;
    line-height: 28px;
    margin-top: 20px;
    height: 136px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 10px;
}

.customersToplist .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}

.customersToplist .owl-theme .owl-dots .owl-dot.active span {
    background: #25345f;
}

.about-fluid {
    background-image: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-fluid .main-title .etitle,
.about-fluid .main-title .title,
.about-fluid .main-title .smtitle {
    color: #fff;
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about .about-img {
    width: 580px;
}

.about .about-img a {
    display: block;
    width: 100%;
}

.about .about-img a img {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.about-content {
    width: calc(100% - 620px);
    color: #f9f9f9;
}

.about-content .about-title {
    margin-bottom: 30px;
}

.about-content .about-title .title {
    font-size: 25px;
}

.about-content .about-title .e {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}

.about-content .about-des {
    font-size: 17px;
    color: #aaa;
    line-height: 35px;
    height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.about-content .about-more {
    margin-top: 30px;
}

.about-content .about-more a {
    display: block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #aaa;
    text-align: center;
    background: #04cb94;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.news-fluid {
    background: #f6f6f6 url(../images/bgnews.jpg) no-repeat top center;
}

.news-box {
    border: 1px #f2f2f2 solid;
    background: #fff;
}

.newsTop {
    width: 100%;
    position: relative;
    height: 120px;
    overflow: hidden;
}

.newsTop a {
    display: block;
    width: 100%;
    height: 100%;
}

.newsTop a .img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.newsTop a .img img {
    min-height: 100%;
    width: 100%;
}

.newsTop p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 120px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #eee;
}

.news-box>ul {
    padding: 10px 15px;
}

.news-box>ul>li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    padding-left: 10px;
    background: url(../images/lidot.gif) no-repeat left center;
}

.news-box>ul>li a {
    color: #555;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 30px;
    height: 30px;
}

.news-box>ul>li a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 80px);
}

.news-box>ul>li a span {
    display: block;
    width: 65px;
    text-align: right;
    color: #888;
    font-size: 13px;
}

.news-box>ul>li a:hover span,
.news-box>ul>li a:hover {
    color: #25345f;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-box,
.news-item {
    width: calc(100% / 3 - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
}

.news-box:nth-of-type(3n),
.news-item:nth-of-type(3n) {
    margin-right: 0;
}

.news-item a {
    width: 100%;
    display: block;
}

.news-item a .news-img {
    width: 100%;
    overflow: hidden;
}

.news-item a .news-img>img {
    display: block;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.news-item a .news-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.news-item a .news-info .news-time {
    width: 88px;
    font-weight: 300;
    top: 0px;
    background-color: #ffffff;
    left: 0px;
    padding: 14px;
    border: 1px solid #d0d0d0;
    transition: all 0.6s ease 0s;
    margin-bottom: 0px;
}

.news-item a .news-info .news-time .day {
    color: #444;
    display: block;
    font-size: 24px;
    text-align: center;
    transition: all 0.6s ease 0s;
    font-weight: 600;
}

.news-item a .news-info .news-time .ym {
    color: #666;
    font-size: 14px;
    float: none;
    transition: all 0.6s ease 0s;
}

.news-item a .info {
    width: calc(100% - 100px);
}

.news-item a .info .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}

.news-item a .info .des {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
    color: #777;
    text-align: left;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.footer-fluid {
    background: #1f2d3d;
    padding: 60px 0 40px;
    color: #aaa;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-head {
    width: 190px;
    margin-right: 30px;
    color: #aaa;
}
.footer-head a{
    color: #aaa
}
.footer-head .title a{
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.footer-head .eng {
    margin-top: 4px;
    font-size: 13px;
}
.footer-head p{
    line-height: 30px;
}
.foot-contact {
    width: 360px;
    margin-right: 60px;
}

.foot-ewm .title,
.foot-contact .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100;
}

.foot-contactBox {
    display: flex;
    flex-wrap: wrap;
}

.foot-contactbox:nth-of-type(1) {
    padding-right: 90px;
    width: 420px;
}

.foot-contactbox:nth-of-type(2) {
    width: 290px;
}

.foot-contactbox p {
    font-size: 13px;
    line-height: 30px;
}

.foot-ewm {
    width: 120px;
}

.ewmbox {
    width: 100%;
    text-align: center;
}

.ewmbox img {
    display: block;
    width: 100%;
}

.ewmbox p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.footerbottom-fluid {
    background: #152332;
    padding: 10px 0;
    color: #aaa;
    font-size: 13px;
    text-align: center;
}

.footerbottom-fluid a {
    color: #aaa;
}

.side_floating {
    position: fixed;
    bottom: 10px;
    font-family: "microsoft yahei";
    right: 10px;
    z-index: 100;
    font-size: 14px;
    line-height: 28px;
}

.float_item {
    width: 60px;
    position: relative;
}

.float_item .float_itema {
    width: 60px;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
    background: #25345f;
    color: #fff;
    display: block;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    padding: 12px 0px 5px;
    box-shadow: 0 0 4px #25345f;
    margin-bottom: 10px;
    text-align: center;
}

.float_itema .float-icon {
    text-align: center;
    height: 25px;
}

.float_itema .float-icon i.iconfont {
    font-size: 25px;
}

.float_itema .float-tit {
    font-size: 12px;
}

.floaticonfr .float_info {
    position: absolute;
    right: 57px;
    top: 15px;
    z-index: 2;
    color: #25345f;
    line-height: 28px;
    border-radius: 14px;
    background-color: #c8d6f7;
    width: auto;
    padding: 0 12px;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    right: 100px;
    min-width: 114px;
    font-size: 16px;
}

.floaticonfrTel .float_info {
    width: 220px;
    padding: 10px 12px;
}

.float_item:hover .float_info {
    -webkit-opacity: 1;
    opacity: 1;
    right: 57px;
}

.float_item .float_info::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: -2px;
    top: 10px;
    background-color: #c8d6f7;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}

.float_item .float_wechat::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: -7px;
    top: 80px;
    background-color: #c8d6f7;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
}

.floaticonwechat .float_wechat {
    display: inline-block;
    position: absolute;
    top: -70px;
    color: #25345f;
    background: #c8d6f7;
    border-radius: 14px;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 150px;
    padding: 20px 16px;
    line-height: 20px;
    box-sizing: border-box;
    word-break: break-all;
    text-align: left;
    font-size: 16px;
    right: 200px;
}

.floaticonwechat .float_wechat p {
    margin-top: 8px;
    font-size: 14px;
}

.float_itema:hover~.float_wechat {
    right: 65px;
    -webkit-opacity: 1;
    opacity: 1;
}

.crumbs-fluid {
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgb(95 126 209 / 20%);
}

.crumbs {
    line-height: 40px;
    padding: 5px 0;
    color: #666;
}

.bnav-fluid {
    padding-top: 60px;
}

.bnav-fluid.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 80px;
    z-index: 1000;
}

.bnav>ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bnav>ul>li {
    margin: 0 30px;
}

.bnav>ul>li>a {
    display: block;
    color: #181931;
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    font-size: 22px;
}

.bnav-fluid.active .bnav>ul>li>a {
    line-height: 40px;
    padding-top: 20px;
}

.bnav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -24px;
    width: 48px;
    height: 2px;
    background: #e3e5e9;
}

.bnav>ul>li>a.active::after {
    background: #3f51b5;
}

.bnav>ul>li>a.active {
    color: #3f51b5;
}

.section {
    padding: 60px 0;
}

.sub-about-box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-abouttitle {
    font-size: 32px;
    text-align: center;
    color: #181931;
    font-weight: 700;
    padding-bottom: 48px;
}

.sub-about-infoimg {
    width: 570px;
}

.sub-about-info {
    width: 600px;
}

.sub-about-info .des {
    font-size: 16px;
    line-height: 1.8;
}

.about-history-p {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    color: #181931;
}

.about-history .about-history-list>ul {
    position: relative;
}

.about-history .about-history-list>ul::before {
    content: "";
    position: absolute;
    width: 5px;
    background-color: #b3d1ff;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -2px;
}

.about-history .about-history-list>ul::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% + 1px);
    /* transform: translateX(-50%) rotate(45deg); */
    transform: translateX(-50%);
    bottom: -28px;
    /* border-bottom: solid 25px #B3D1FF;
    border-left: solid 25px transparent;
    border-top: solid 25px transparent; */
    border-top: 16px solid #b3d1ff;
    border-right: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid transparent;
}

.about-history .about-history-list>ul>li {
    position: relative;
}

.about-history .about-history-list>ul>li:nth-of-type(2n) .about-history-item {
    margin-left: 56%;
}

.about-history .about-history-list>ul>li:nth-of-type(2n + 1) .about-history-item {
    text-align: right;
}

.about-history-item {
    /* position: relative; */
    width: 44%;
    padding-bottom: 25px;
}

.about-history-item::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    background-color: white;
    border: 3px solid #3986ee;
    top: 24px;
    border-radius: 50%;
    z-index: 1;
}

.about-history-item .time {
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    font-family: Arial;
}

.about-history-item p {
    color: #464964;
    font-size: 16px;
}

.about-honor-box:not(:last-of-type) {
    margin-bottom: 40px;
}

.sub-honor-title {
    margin-bottom: 50px;
    color: #25345f;
    font-size: 22px;
    position: relative;
    text-align: center;
}

.about-honor .img {
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

.about-honor .name {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 15px auto 0;
}

.about-honor .owl-theme {
    padding: 0 70px;
    position: relative;
}

.about-honor .owl-theme .owl-controls .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}

.about-honor .owl-theme .owl-controls .owl-nav div {
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    background-color: transparent;
    opacity: 0.7;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    font-size: 30px;
}

.about-honor .owl-theme .owl-controls .owl-nav div.owl-prev {
    background-image: url(../images/prev.png);
    left: -70px;
}

.about-honor .owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    background-image: url(../images/prev2.png);
}

.about-honor .owl-theme .owl-controls .owl-nav div.owl-next {
    background-image: url(../images/next.png);
    right: 70px;
}

.about-honor .owl-theme .owl-controls .owl-nav div.owl-next:hover {
    background-image: url(../images/next2.png);
}

.sub-contact-fluid {
    background-color: #25345f;
}

.sub-contact-fluid .sub-abouttitle {
    color: #fff;
}

.about-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-contact .formbox {
    width: 700px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.about-contact .formbox .contact-form {
    width: 100%;
}

.contactbox {
    width: 480px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.contactbox .top {
    background: url(../images/contact_us.png) no-repeat center center;
    width: 100%;
    padding: 30px;
}

.contactbox .top .title {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.contactbox .top .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.contactbox .info {
    padding: 30px 40px 40px;
    font-size: 14px;
    line-height: 2;
}

.sub-case-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-case-list .case-box {
    width: 32%;
    margin-bottom: 30px;
}

.sub-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-news-item {
    width: 49%;
    margin-bottom: 20px;
}

.sub-news-item a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    background: #f5f5f5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.sub-news-item a:hover {
    background: #f8f8f8;
    box-shadow: 0 0 10px #ddd;
}

.sub-news-item a .times {
    width: 120px;
    text-align: center;
    position: relative;
}

.sub-news-item a .times::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #ddd;
}

.sub-news-item a .times .day {
    display: block;
    font-size: 40px;
    line-height: 45px;
}

.sub-news-item a .times .y-m {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.sub-news-item a .info {
    width: calc(100% - 120px);
    padding: 0 20px;
}
.sub-news-item a .info2 {
    width: 100%;
    padding: 0 20px;
}

.sub-news-item a .info .title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-news-item a:hover .info .title {
    color: #25345f;
    font-weight: 600;
}

.sub-news-item a .info .des {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777;
}

.sub-news-item a .info .m {
    display: block;
    width: 110px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    margin-top: 10px;
}

.sub-news-item a .info2 .title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-news-item a:hover .info2 .title {
    color: #25345f;
    font-weight: 600;
}

.sub-news-item a .info2 .des {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777;
}

.sub-news-item a .info2 .m {
    display: block;
    width: 110px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    margin-top: 10px;
}

.pages {
    text-align: center;
    padding: 20px 0;
}

.pages .page {
    display: inline-block;
}

.pages .page a,
.pages .page span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin: 5px;
}

.pages .page span {
    background: #25345f;
    color: #fff;
}

.pages .page a:hover {
    background: #f8f8f8;
    color: #25345f;
    border-color: #25345f;
}

.sub-solution-box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-solution-box1 .img {
    width: 480px;
}

.sub-solution-box1 .info {
    width: 680px;
    font-size: 21px;
    line-height: 1.8;
}

.sub-solution-box1 .info .title {
    font-size: 22px;
}

.sub-solution-box1 .info .des {
    font-size: 16px;
    margin-top: 10px;
}

.sub-solution-box1 .info .des2 {
    font-size: 20px;
    line-height: 2;
}

.sub-solution-box1 .info2 {
    width: 100%;
    font-size: 21px;
    line-height: 1.8;
	padding-bottom:48px;
}

.sub-solution-box1 .info2 .title {
    font-size: 22px;
}

.sub-solution-box1 .info2 .des {
    font-size: 16px;
    margin-top: 10px;
}

.sub-solution-box1 .info2 .des2 {
    font-size: 20px;
    line-height: 2;
}

.bgf2 {
    background: #f2f2f2;
}

.sub-advantage-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sub-advantage-item {
    width: 330px;
    position: relative;
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%);
    height: auto;
    background: #fff;
    padding: 55px 25px 42px;
    margin: 0 20px;
}

.sub-advantage-item .img {
    display: block;
    width: 120px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.sub-advantage-item .img img {
    display: block;
    width: 120px;
}

.sub-advantage-item .info .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin: 10px auto 28px;
    text-align: center;
}

.sub-advantage-item .info .des {
    font-size: 14px;
    line-height: 24px;
}

.sub-win-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-win-item {
    width: 580px;
    position: relative;
    box-shadow: 0 2px 20px 2px rgb(0 0 0 / 20%);
    margin-bottom: 40px;
}

.sub-win-item .img {
    width: 100%;
}

.sub-win-item .img img {
    display: block;
    width: 100%;
}

.sub-win-item .info {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    padding: 30px;
}

.sub-win-item .info .title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 20px auto 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-win-item .info .des {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.contact-form {
    width: 800px;
    background: #fff;
    margin: 0 auto;
    padding: 40px 50px;
}

.contact-form .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form .form dl {
    width: 48%;
    margin-bottom: 15px;
}

.contact-form .form dl dt {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-form .form dl dd {
    width: 100%;
}

.contact-form .form dl dd input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #b3b3b3;
    padding: 0 15px;
    font-size: 16px;
}

.contact-form .form dl dd input[type="text"]:focus {
    border-color: #25345f;
}

.contact-form .form dl.address {
    width: 100%;
}

.contact-form .form dl.address .contact-form-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form .form label {
    height: 45px;
    width: 48%;
}

.contact-form .form label select {
    height: 45px;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    border-color: #b3b3b3;
}

.contact-form .form label select+span {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-form .form .button {
    width: 180px;
    height: 40px;
    margin: 10px auto 0;
}

.contact-form .form .button input[type="submit"] {
    width: 100%;
    height: 100%;
    font-size: 14px;
    border-radius: 6px;
    background-color: #25345f;
    color: #f7f8f8;
    font-size: 18px;
    cursor: pointer;
}
.contact-form .form .textarea{
    width:100%;
}
.contact-form .form .textarea textarea{
    width:100%;
    height: 80px;
    border: 1px solid #b3b3b3;
    padding: 10px;
    font-size: 16px;
}
.sub-research {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-research-list {
    display: flex;
    width: 900px;
    flex-wrap: wrap;
}

.sub-research-item {
    width: 290px;
    position: relative;
    height: 465px;
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
}

.sub-research-item .img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s;
}

.sub-research-item .img img {
    display: block;
    width: 100%;
}

.sub-research-item .img .word {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
}

.sub-research-item .info .title .t,
.sub-research-item .img .word .t {
    font-size: 20px;
}

.sub-research-item .info .title p,
.sub-research-item .img .word p {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.sub-research-item .info {
    background: #25345f;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.sub-research-item .infobox {
    padding: 5px 20px;
}

.sub-research-item .info .des {
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0px;
}

.sub-research-info {
    width: 300px;
}

.sub-research-info .img {
    width: 100%;
    text-align: right;
}

.sub-research-info .chinese_detail {
    margin-top: 90px;
    border-top: 2px solid #eee;
    color: #3c3c3c;
    padding-top: 10px;
    line-height: 20px;
}

.sub-research-info .english_detail {
    margin-top: 40px;
    color: #cdcdcd;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: Arial;
}

.sub-research-item:hover .img,
.sub-research-item.active .img {
    transform: translateY(-100%);
}

.sub-research-item:hover .info,
.sub-research-item.active .info {
    transform: translateY(-100%);
}

.sub-project-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-project-item {
    width: calc(100% / 3 - 40px);
    margin-right: 60px;
    position: relative;
}

.bgf5 {
    background: #f5f5f5;
}

.sub-project-item:nth-of-type(3n) {
    margin-right: 0;
}

.sub-project-item .img,
.sub-project-item .img img {
    display: block;
    width: 100%;
}

.sub-project-item .info {
    padding: 23px 30px 23px 65px;
    background: #ffffff;
    transition: all ease-out 0.3s;
    position: relative;
    z-index: 4;
    width: 100%;
    box-sizing: border-box;
}

.sub-project-item .info .title .t {
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.sub-project-item .info p {
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.sub-project-item .info .title .t::before {
    content: "";
    width: 20px;
    height: 4px;
    background: #25345f;
    position: absolute;
    left: -45px;
    top: 10px;
}

.sub-project-item:hover .info {
    background: #25345f;
    color: #ffffff;
    display: block;
    margin-top: -10px;
    position: relative;
    margin-right: -10px;
    z-index: 4;
    margin-left: 10px;
    transition: all ease-out 0.3s;
}

.sub-project-item:hover .info p {
    color: #ffffff;
    transition: all ease-out 0.3s;
}

.sub-project-item:hover .info .title .t:before {
    background: #fff;
}

.sub-project-item:hover .info .title .t::after {
    content: "";
    width: 20px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    transform: rotate(90deg) translateY(-100%);
    left: -49px;
    top: 10px;
    transition: all ease-out 0.3s;
}

.sub-implementation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-implementation-item {
    width: calc(100% / 4 - 24px);
    margin-right: 32px;
    height: 366px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.sub-implementation-item:nth-of-type(4n) {
    margin-right: 0;
}

.sub-implementation-item .normal {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background: #25345f;
    top: 0;
    left: 0;
    padding: 100px 10px 30px;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform-style: preserve-3d;
    position: absolute;
    transform: rotateY(0);
    box-sizing: border-box;
}

.sub-implementation-item .normal .img img {
    height: 80px;
    display: block;
    margin: 0 auto;
}

.sub-implementation-item .normal .info .title {
    font-size: 24px;
    color: #ffffff;
    line-height: 22px;
    margin-top: 20px;
}

.sub-implementation-item .normal .info .english {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 15px;
    color: #fff;
}

.sub-implementation-item .hover {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    text-align: left;
    box-sizing: border-box;
    display: table;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform-style: preserve-3d;
    transform: rotateY(-180deg);
}

.sub-implementation-item .hover .hover_cell {
    padding: 35px 35px 0px 35px;
}

.sub-implementation-item .hover .hover_cell .img {
    margin-bottom: 10px;
}

.sub-implementation-item .hover .hover_cell .img img {
    height: 65px;
    display: block;
}

.sub-implementation-item .hover .hover_cell_title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.sub-implementation-item .hover .hover_cell_title::after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #25345f;
    margin-top: 15px;
}

.sub-implementation-item .hover .hover_cell_p2 {
    padding-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.sub-implementation-item .hover span {
    margin-top: 40px;
    display: block;
    background: #c3c3c3;
    padding: 10px 0px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ffffff;
    letter-spacing: 2px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.sub-implementation-item:hover .normal {
    transform: rotateY(-180deg);
}

.sub-implementation-item:hover .hover {
    transform: rotateY(0deg);
}

.bgf8 {
    background: #f8f8f8;
}

.sub-maintenance {
    position: relative;
}

.sub-maintenance .img img {
    display: block;
    margin: 0 auto;
    width: 530px;
}

.sub-maintenance .list .dl1 {
    position: absolute;
    top: 0;
    left: 58%;
    width: 400px;
}

.sub-maintenance .list dl dt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
}

.sub-maintenance .list dl dd {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.sub-maintenance .list .dl2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% - 300px);
    text-align: right;
}

.sub-maintenance .list .dl3 {
    position: absolute;
    bottom: 0;
    left: calc(52% + 260px);
    width: calc(50% - 300px);
}

.sub-painpoints-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    align-items: center;
}

.sub-painpoints-item:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
}

.sub-painpoints-item .img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.sub-painpoints-item .img img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.sub-painpoints-item .info {
    width: 50%;
    padding: 15px 25px;
}

.sub-painpoints-item .info .title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.sub-painpoints-item .info .des {
    line-height: 22px;
    color: #666666;
    font-size: 16px;
}

.sub-solutionbox4 .sub-abouttitle {
    color: #fff;
}

.sub-introduction {
    position: relative;
}

.sub-introduction .p1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.sub-introduction .img01 {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.sub-introduction .img01 img {
    width: 550px;
    display: block;
    margin: 0 auto;
}

.sub-introduction-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-introduction-item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sub-introduction-item:nth-of-type(2n + 1) {
    flex-direction: row-reverse;
}

.sub-introduction-item .img {
    width: 80px;
    height: 80px;
}

.sub-introduction-item .info {
    width: calc(100% - 100px);
}

.sub-introduction-item:nth-of-type(2n + 1) .info {
    text-align: right;
}

.sub-introduction-item .info .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sub-introduction-item .info .des {
    line-height: 1.8;
    font-size: 13px;
}

.sub-advantages {
    position: relative;
    height: 500px;
}

.sub-advantages .deslist {
    width: 520px;
}

.sub-advantages .deslist ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sub-advantages .deslist ul li .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.sub-advantages .deslist ul li .des {
    font-size: 14px;
    color: #999;
}

.sub-advantages .imgstack {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/s_picbg_right.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 57%;
}

.sub-advantages .imgslist .s_pic {
    position: absolute;
    top: 50%;
    transform: scale(0, 0);
    transition: 1s;
}

.sub-advantages .imgslist .s_pic0 {
    width: 450px;
    height: 310px;
    margin-top: -110px;
    right: -55px;
    z-index: 11;
}

.sub-advantages .imgslist .s_pic1 {
    width: 420px;
    height: 260px;
    margin-top: -140px;
    right: 30px;
    z-index: 10;
    opacity: 0.85;
}

.sub-advantages .imgslist .s_pic2 {
    width: 360px;
    height: 220px;
    margin-top: -175px;
    right: 135px;
    z-index: 9;
    opacity: 0.75;
}

.sub-advantages .imgslist .s_pic3 {
    width: 300px;
    height: 200px;
    margin-top: -210px;
    right: 230px;
    z-index: 8;
    opacity: 0.65;
}

.sub-advantages .imgslist .s_pic4 {
    width: 230px;
    height: 150px;
    margin-top: -220px;
    right: 333px;
    z-index: 7;
    opacity: 0.55;
}

.sub-advantages .imgslist .s_pic5 {
    width: 180px;
    height: 120px;
    margin-top: -230px;
    right: 415px;
    z-index: 6;
    opacity: 0.45;
}

.sub-advantages .imgslist .s_pic6 {
    width: 140px;
    height: 90px;
    margin-top: -235px;
    right: 480px;
    z-index: 5;
    opacity: 0.35;
}

.sub-advantages .imgslist .s_pic7 {
    width: 115px;
    height: 80px;
    margin-top: -245px;
    right: 530px;
    z-index: 4;
    opacity: 0.25;
}

.sub-advantages .imgslist .s_pic8 {
    width: 80px;
    height: 55px;
    margin-top: -250px;
    right: 590px;
    z-index: 3;
    opacity: 0.15;
}

.sub-solutionbox4 {
    background-image: url(../images/bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-introduction {
   min-height: 550px;
}

.sub-introduction .roteitem {
    /* overflow: hidden;
    display: none;
    opacity: 0; */
    position: relative;
    z-index: 10;
    -webkit-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sub-introduction.active .roteitem {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
}

.cpjs-list {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cpjs-item {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ddd;
    padding: 30px 15px;
}

.cpjs-item:last-child {
    margin-right: 0;
}

.cpjs-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    height: 70px;
    border-bottom: 1px dashed #ddd;
}

.cpjs-item .list {
    padding: 0 15px;
}

.cpjs-item .list li {
    font-size: 15px;
    line-height: 2;
    width: 100%;
}

.cpjslist {
    margin-top: 50px;
}

.cpjslist .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cpjslist .list li {
    margin: 15px;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 45px;
    padding: 0 25px;
    font-size: 18px;
}

.sub-system-p1 {
    font-size: 18px;
    color: #666;
    line-height: 2;
    padding: 30px 94px;
    position: relative;
}

.sub-system-p1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/marks_left.png);
    background-position: center center;
    background-size: 60px;
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
}

.sub-system-p1::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/marks_right.png);
    background-position: center center;
    background-size: 60px;
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
}

.sub-system-p2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.sub-systembox2 {
    background: #f8f8f8;
}

.sub-system-img1 img {
    display: block;
    margin: 0 auto;
}

.sub-technology-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sub-technology-item {
    width: calc(100% / 3 - 40px);
    position: relative;
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 60px 25px 42px;
    margin-right: 60px;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.sub-technology-item:nth-of-type(3n) {
    margin-right: 0;
}

.sub-technology-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 16px 0 #b8c0d6;
}

.sub-technology-item .img {
    display: block;
    width: 120px;
    margin: 0 auto;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.sub-technology-item .img img {
    display: block;
    width: 120px;
}

.sub-technology-item .info .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}

.sub-technology-item .info .des {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.sub-design-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-design-item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.sub-design-item:nth-of-type(2n) {
    margin-right: 0;
}

.sub-design-item .img {
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sub-design-item .img img {
    display: block;
    max-width: 150%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.sub-application ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-application ul li {
    width: 50%;
    position: relative;
    border: 1px solid #eee;
    cursor: pointer;
}

.sub-application ul li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* transition: all .3s;
    -webkit-transition: all .3s; */
}

.sub-application ul li .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.sub-application ul li .img img {
    width: 100%;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*.sub-application ul li:hover .img img{
    transform: scale(1.1);
}
 .sub-application ul li:hover .img::after{
    background:rgba(0,0,0,0.4);
} */
.sub-application ul li .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-application ul li .info p {
    text-align: center;
    color: #fff;

    width: 100%;
}

.sub-application ul li .info p.t {
    font-size: 34px;
}

.sub-application ul li .info p.e {
    font-size: 14px;
    margin-top: 10px;
    color: #eaeaea;
    text-transform: uppercase;
}

.sub-banner {
    width: 100%;
    position: relative;
}

.sub-banner img {
    display: block;
    width: 100%;
}

.links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.links ul li {
    /*border-right: 1px solid #fff;*/
    width: 25%;
}

.links1 ul li {
    width: calc(100% / 3);
}

.links ul li:first-of-type {
    /*border-left: 1px solid #fff;*/
}

.links ul li a {
    width: 100%;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.links ul li a:hover,
.links ul li.current a {
    background: #25345f;
}

.subshow-img {
    width: 100%;
}

.subshow-img img {
    display: block;
    margin: 0 auto;
}

.sub-technologydwsf {
    position: relative;
}

.sub-technologydwsf .dwsfimg2 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 960px;
    z-index: 10;
}

.sub-technologydwsf .list {
    position: relative;
    z-index: 9;
}

.sub-technologydwsf .list .item {
    margin-bottom: 20px;
}

.sub-technologydwsf .list .item .name {
    position: relative;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.sub-technologydwsf .list .item .name::before {
    content: "";
    border-top: 1px dashed #d5d5d5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    z-index: -1;
}

.sub-technologydwsf .list .item .name .na::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 15px solid transparent;
}

.sub-technologydwsf .list .item .name .na {
    background: #25345f;
    color: #fff;
    padding-left: 30px;
    padding-right: 15px;
    background-image: linear-gradient(90deg, #8d9ed0, #526fbf 58%);
}

.sub-technologydwsf .list .item .name .triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 13px solid #526fbf;
    border-bottom: 15px solid transparent;
}

.sub-technologydwsf .list .item .info {
    width: 550px;
    font-size: 14px;
    color: #383838;
}

.sub-technologydwsf .list .item .info .title {
    font-size: 16px;
    line-height: 1.8;
}

.xtyq-list4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.xtyq-list4 .item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.xtyq-list4 .item:nth-of-type(2n) {
    margin-right: 0;
}

.xtyq-list4 .item .img {
    width: 110px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.xtyq-list4 .item .img img {
    width: 70px;
    height: 70px;
}

.xtyq-list4 .item .info {
    width: calc(100% - 110px);
    padding-left: 20px;
}

.xtyq-list4 .item .info .title {
    font-size: 20px;
    color: #3989fe;
    line-height: 28px;
    font-weight: 700;
}

.xtyq-list4 .item .info .des {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 10px;
}

.sub-table {
    margin-top: 40px;
}

.sub-table,
.sub-table table,
.sub-table table thead {
    width: 100%;
}

.sub-table table tr th {
    width: 18%;
    background: #ccced4;
    font-weight: 700;
    height: 64px;
    vertical-align: middle;
    font-size: 20px;
    border: 1px solid #ebedf2;
}

.sub-table table tr th:nth-last-of-type(2) {
    background: #f7f7f7;
}

.sub-table table tr th:last-child {
    background: #25345f;
    color: #fff;
    width: 28%;
}

.sub-table table tr td:nth-last-of-type(2) {
    color: #444;
}

.sub-table table tr td {
    height: 80px;
    vertical-align: middle;
    font-size: 18px;
    color: #686c7b;
    border: 1px solid #dadada;
    text-align: center;
}

.sub-table table tr td:last-of-type {
    font-weight: 700;
    color: #25345f;
}

.sub-table table tbody tr:nth-of-type(2n) td {
    background: #f7f7f7;
}

.coretechnology-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.coretechnology-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.coretechnology-item:not(:last-of-type) {
    margin-bottom: 50px;
}

.coretechnology-item .img {
    width: 40%;
}

.coretechnology-item .info {
    width: 60%;
}

.coretechnology-item:nth-of-type(2n) .info {
    padding-right: 60px;
}

.coretechnology-item:nth-of-type(2n + 1) .info {
    padding-left: 60px;
}

.coretechnology-item .info .title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.8;
}

.coretechnology-item .info .stit {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 10px;
}

.coretechnology-item .list {
    margin-top: 20px;
}

.coretechnology-item .list ul li {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    padding-left: 35px;
    position: relative;
}

.coretechnology-item .list ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #777;
    transform: rotate(45deg);
}

.coretechnology-item .info .word {
    font-size: 15px;
    margin-bottom: 24px;
    color: #777;
    line-height: 30px;
}

.multiexpansion-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.multiexpansion-list .item {
    width: calc(100% / 3 - 40px);
    margin-right: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgb(153 169 191 / 20%);
    box-shadow: 0 0 20px 0 rgb(153 169 191 / 20%);
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px;
    text-align: center;
}

.multiexpansion-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.multiexpansion-list .item .top {
    border-bottom: 1px solid #e1e8f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.multiexpansion-list .item .top .icon img {
    height: 100px;
    display: block;
    margin: 0 auto;
}

.multiexpansion-list .item .top .title {
    color: #1f2d3d;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 10px;
}

.multiexpansion-list .item .bottom ul {
    height: 160px;
}

.multiexpansion-list .item .bottom ul li {
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 18px;
    position: relative;
    text-align: left;
}

.multiexpansion-list .item .bottom ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../images/icondui.png) no-repeat center center;
    background-size: 13px;
}

.multiexpansion-list .item .btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.multiexpansion-list .item .btn a {
    display: block;
    border-radius: 2px;
    background-color: rgba(37, 52, 95, 0.1);
    border-color: #25345f;
    color: #25345f;
    cursor: pointer;
    font-size: 16px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.multiexpansion-list .item .btn a:hover {
    background: #25345f;
    color: #fff;
}

.sub-objectives-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sub-objectives-item {
    width: calc(100% / 3 - 40px);
    margin: 20px;
    cursor: pointer;
    padding-bottom: 37px;
}

.sub-objectives-item:nth-of-type(5) {
    margin-right: 0;
}

.sub-objectives-item .img {
    position: relative;
}

.sub-objectives-item .img::before {
    color: inherit;
    position: absolute;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    content: " ";
    border: 4px solid #324083;
    top: -14px;
    left: 49%;
    transition: height 0.1s linear 0.3s, width 0.1s linear 0.4s,
        visibility 0s 0.51s;
    border-bottom: 0;
    border-left: 0;
    margin: 10px;
    margin-left: 4px;
    z-index: 5;
}

.sub-objectives-item .img::after {
    color: inherit;
    position: absolute;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    content: " ";
    border: 4px solid #324083;
    right: 0px;
    bottom: 0;
    transition: background-size 0.1s linear 0s, height 0.1s linear 0.1s,
        width 0.1s linear 0.2s, visibility 0s 0.3s;
    border-top: 0;
    border-right: 0;
    background-image: linear-gradient(#324083, #324083);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 0 5px;
    z-index: 5;
}

/* .sub-objectives-item:hover .img::before{
    width: calc(52% - 8px);
    height: calc(100% - 0px);
    visibility: visible;
    transition: width .1s linear 0s,height .1s linear .1s;
}
.sub-objectives-item:hover .img::after{
        width: calc(100% - 0px);
    height: calc(100% + 4px);
    transition: visibility 0s .2s,width .1s linear .2s,height .1s linear .3s,background-size .1s linear .4s;
    background-size: 53% 4px;
    visibility: visible;
} */
.sub-objectives-item .img img {
    display: block;
    width: 100%;
    transition: all 0.8s;
}

.sub-objectives-item .info {
    text-align: center;
}

.sub-objectives-item .info .title {
    font-size: 18px;
    color: #434343;
    padding-top: 20px;
    display: block;
}

.sub-objectives-item .info .des {
    color: #666666;
    padding-top: 5px;
}

.sub-objectives-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #324083;
    transition: all 0.3s;
}

/* .sub-objectives-item:hover::after{
    width:100%;
} */
.sub-platform-xtys .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-platform-xtys .list .item {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 2px 30px rgb(0 0 0 / 10%);
    background: #fff;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.sub-platform-xtys .list .item:nth-of-type(4n) {
    margin-right: 0;
}

.sub-platform-xtys .list .item .img {
    width: 100%;
}

.sub-platform-xtys .list .item .img img {
    display: block;
    width: 100%;
}

.sub-platform-xtys .list .item .info {
    padding: 20px;
}

.sub-platform-xtys .list .item .info .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}

.sub-platform-xtys .list .item .info .des {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.sub-platform-title {
    margin-bottom: 50px;
    color: #25345f;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.sub-platformBox:not(:last-of-type) {
    margin-bottom: 50px;
}

.sub-platform-title::after {
    background: #116bc4;
    content: "";
    height: 3px;
    width: 45px;
    left: 0;
    bottom: -10px;
    position: absolute;
}

.yyjz-titlist ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.yyjz-titlist ul li {
    width: calc(100% / 6);
    position: relative;
}

.yyjz-titlist ul li .tItem {
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.yyjz-titlist ul li .tItem .name {
    text-align: center;
    font-size: 16px;
    color: #44494d;
    line-height: 22px;
    font-weight: 600;
}

.yyjz-titlist ul li .tItem .iconimg {
    padding: 20px 10px 10px;
}

.yyjz-titlist ul li .tItem .iconimg img {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
}

.yyjz-titlist ul li .tItem::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    height: 100px;
    width: 1px;
    background-color: #e1e7ff;
}

.yyjz-titlist ul li.current .tItem {
    position: relative;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 4%);
    overflow: hidden;
}

.yyjz-titlist ul li .tItem::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 6px;
    background-image: linear-gradient(135deg, #116bc4, #25345f);
    border-radius: 2px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.yyjz-titlist ul li.current .tItem::before {
    width: 100%;
}

.yyjz-boxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.yyjz-boxlist-box {
    margin-bottom: 20px;
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
}

.yyjz-boxlist-box:nth-of-type(2n) {
    margin-right: 0;
}

/* .yyjz-boxlist-box{
    position: absolute;
    top:100%;
    left:0;
    opacity: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
} 
.yyjz-boxlist-box.current{
   top:0;
    width:100%;
    height: 360px;
    opacity: 1;
}*/
.yyjz-boxlist-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    background: #fff;
}

.yyjz-boxlist-item .info {
    width: calc(100% - 200px);
}

.yyjz-boxlist-item .info .title {
    font-size: 18px;
    color: #25345f;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.yyjz-boxlist-item .info .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #25345f;
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(-50%);
}

.yyjz-boxlist-item .info .des {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    height: 72px;
}

.yyjz-boxlist-item .img {
    width: 180px;
}

.yyjz-boxlist-item .button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.yyjz-boxlist-item .button .abtn {
    display: block;
    width: 136px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 24px;
    border: 1px solid #25345f;
    color: #25345f;
    background: #f8f8f8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: center;
}

.yyjz-boxlist-item .abtn:hover {
    background: #25345f;
    color: #fff;
}

.sub-detail {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.sub-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-title h1 {
    font-size: 28px;
    color: #212121;
}

.sub-title h2 {
    font-size: 28px;
    color: #212121;
}

.sub-title h3 {
    font-size: 20px;
    margin-top: 10px;
    color: #333;
}

.sub-title p {
    margin-top: 10px;
    font-size: 15px;
    color: #999;
}

.sub-content {
    font-size: 15px;
    line-height: 2;
    padding: 20px 0;
}

.sub-links {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px dashed #ddd;
    color: #888;
}


.sub-links a {
    color: #888;
}

.sub-links a:hover {
    color: #0050ff;
    text-decoration: underline;
}


.wenzhang-img {
width:1120px;
margin:0 auto;
border-top: 1px dashed #ddd;
padding: 10px 0px;	
}


/* 发展历程 */
.fzlc-features-fluid {
    position: relative;
    background: url(../images/bg3.jpg) no-repeat;
    background: #11182b;
    background-size: cover;
}

.fzlc-features {
    position: relative;
    padding: 0 50px;
}

.fzlc-features-fluid .sub-abouttitle {
    color: #fff;
}

#fzlc.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fzlc-features .fzlc-content {
    margin: 30px 25px;
}

.fzlc-features .fzlc-content:after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(../images/productBase-features-model.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 0;
}

/*li*/
.features-item {
    position: relative;
}

.features-slide .features-item>* {
    text-align: center;
}

.features-item h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 80px;
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.1s;
}

.features-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background: url(../images/productBase-features-timeline.png) no-repeat;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 55px;
    z-index: 3;
}

.features-item .features-info {
    display: block;
    margin: 0 auto;
    padding: 20px 53px;
    transition: all 0.3s;
    border-radius: 2px;
}

.features-item .features-info .features-info-i {
    font-size: 14px;
    color: #a0a2a8;
    line-height: 22px;
    margin-bottom: 10px;
}

.features-item .features-info .features-info-s {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    overflow: hidden;
}

.features-item.dark i {
    background: url(../images/productBase-features-timeline-dark.png) no-repeat;
    background-size: contain;
    background-position: right center;
}

/*鼠标悬浮效果*/
.features-item:hover h3 {
    font-size: 22px;
    line-height: 28px;
    opacity: 0.9;
}

.features-item:hover i {
    width: 75%;
    margin-left: 13px;
    background: url(../images/productBase-features-timeline-hover.png) no-repeat;
    background-size: contain;
    background-position: right center;
}

.features-item:hover a {
    background: url(../images/productBase-features-info.png) no-repeat;
    background-size: 100% 100%;
}

/*左右按钮*/
.fzlc-features .swiper-button-prev {
    width: 30px;
    height: 40%;
    left: 0px;
    top: 60%;
    background: none;
}

.fzlc-features .swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(../images/productBase-features-left.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px;
}

.fzlc-features .swiper-button-next {
    width: 30px;
    height: 40%;
    right: 0;
    top: 60%;
    background: none;
}

.fzlc-features .swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 30px;
    background: url(../images/productBase-features-right.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px;
}

.bottom-fluid {
    background: #25345f;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 3px 0px 5px;
    display: none;
    z-index: 999;
}

.bottom-fluid ul {
    display: flex;
}

.bottom-fluid ul li {
    width: 25%;
    text-align: center;
}

.bottom-fluid ul li a {
    color: #fff;
}

.bottom-fluid ul li i.iconfont {
    font-size: 20px;
}

.bottom-fluid ul li p {
    font-size: 12px;
}

.chatBox {
    position: fixed;
    bottom: 14%;
    right: 27px;
    z-index: 999;
    width: 88px;
}

.chatBox::after {
    content: "";
    background: #25345f;
    width: 11px;
    height: 110%;
    border-radius: 15px;
    position: absolute;
    right: -4px;
    top: -5%;
    box-shadow: 2px 2px 4px #aaa;
}

.chatBox .chat-box {
    width:110px;
    padding-right: 18px;
    min-height: 30px;
    min-width: 80px;
    margin: 5px 0;
    z-index: 999;
    position: relative;
    transition: 0.5s;
    float: right;
}
.chatBox .chat-box.active{
    width:auto;
}
.chatBox .chat-box .chat-info {
    display: none;
    color: #fff;
}

.chatBox .chat-box.active .chat-info {
    display: block;
}

.chatBox .chat-box.active .chat-item {
    height: auto;
    background: #25345f;
}

.chatBox .wechat-box.active .chat-info {
    padding: 5px;
}

.chatBox .wechat-box.active .chat-item img {
    width: 100px;
    height: 100px;
}

.chatBox .chat-box .chat-item .chat-title {
    width: 100%;
    text-align: center;
}

.chatBox .chat-box .chat-item .chat-title p {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
}

.chatBox .chat-box.active .chat-item {
    padding: 10px 0;
}

.chatBox .wechat-box.active {
    width: 150px;
}

.chatBox .wechat-box .chat-item .chat-title p,
.chatBox .chat-box.active .chat-item .chat-title p {
    display: block;
}

.chatBox .chat-box.active .chat-item .chat-title .iconfont {
    display: none;
}

.chatBox .chat-box.active .chat-item .chat-title p {
    border-bottom: 1px solid #fff;
}

.chatBox .chat-box::after {
    content: "";
    width: 3px;
    height: 55%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 22%;
    border-radius: 20px;
}

/* .chatBox .wechat-box {
    width: 110px;
} */

.chatBox .liuyan-box .chat-info {
    width: 130px;
}

.chatBox .liuyan-box .chat-info a {
    display: block;
    width: 100px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin: 5px auto 0;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
}

.chatBox .chat-box .chat-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #fff;
    position: relative;
    padding-top: 5px;
    cursor: pointer;
}

.chatBox  .chat-item {
    background: #25345f;
    padding-top: 6px;
}

.chatBox .chat-box .chat-item .chat-title p {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.chatBox .wechat-box .chat-item img {
    height: 0;
    width: 0;
    transition: 0.5s;
}

.chatBox .chat-box .chat-item::after {
    content: "";
    background: url(../images/cs-arrow-white.png);
    background-size: 100% 100%;
    width: 8px;
    height: 17px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

/* .chatBox .wechat-box .chat-item::after {
    content: "";
    background: url(../images/cs-arrow-blue.png);
    background-size: 100% 100%;
    width: 8px;
    height: 17px;
    position: absolute;
    right: -12px;
} */

.dianhua-list {
    padding: 5px 5px 5px 20px;
    font-size: 16px;
    width: 160px;
}

.dianhua-list p {
    line-height: 1.8;
}

.zx-list {
    width: 130px;
}

.zx-list a {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    align-self: flex-start;
    padding-left: 25px;
    width: 100%;
    cursor: pointer;
    display: block;
    position: relative;
}

.zx-list a::before {
    content: "";
    background: none;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.zx-list a:hover {
    background: #19233f;
}

.zx-list a:hover::before {
    background: url(../images/hand-hover.png);
}

.sub-xxpt-box1 .info {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.sub-xxpt-box1>ul {
    display: flex;
    flex-wrap: wrap;
}

.sub-xxpt-box1>ul>li {
    border: 2px solid #25345f;
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 16px;
    background: #fff;
}