* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'PingFang';
    src: url('../font/PingFang-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'PingFang', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: black;
}
.siteselect {
    top: 25px;
    right: 0;
    width: 160px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: flex;
}

.siteselect .siteicon {
    background-image: url("../images/site.png");
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: cover;
}
.siteselect .txt{
    padding-left: 5px;
}
.czbg {
    background-color: #fafafa;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.divh1 {
    width: 100%;
    font-size: 28px;
    font-weight: 900;
    line-height: 40px;
    color: #fff;
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}

.divh2 {
    color: #333;
}

.czyybg {
    background-color: #fff;
    height: auto;
    overflow: hidden;
}

.cza {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cza li {
    width: 365px;
    height: 300px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.cza li p {
    position: absolute;
    line-height: 30px;
    background-color: rgba(78, 121, 199, .8);
    z-index: 9;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
}

.czxs {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}

.czxs li {
    width: 365px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.czxs li .img {
    width: 100%;
    height: 270px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    /* 图片在垂直方向上居中 */
    justify-content: center;
    /* 图片在水平方向上居中 */
}

.czxs li .img p {
    position: absolute;
    line-height: 30px;
    background-color: rgba(78, 121, 199, .8);
    z-index: 9;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
}

.czxs li .p2 {
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 20px;
    min-height: 150px;
    padding-bottom: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #808080;
}

.gkcp {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.gkcp li {
    width: 365px;
    height: auto;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

.gkcp li .img {
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    /* 图片在垂直方向上居中 */
    justify-content: center;
    /* 图片在水平方向上居中 */
}

.gkcp li .p1 {
    line-height: 30px;
    height: 60px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}

.gkcp li .p1::after {
    content: " ";
    background-color: #448aff;
    position: absolute;
    width: 60px;
    margin-left: -30px;
    height: 2px;
    left: 50%;
    bottom: 0;
}

.gkcp li .p2 {
    padding-top: 20px;
    color: #999;
    line-height: 25px;
}

.gykzbg {
    width: 68%;
    height: 582px;
    float: left;
}

.gykzbg img {
    width: 100%;
    height: 100%;
}

.yzdz {
    text-align: center;
    width: 30%;
    float: right;
}

.yzdz .yzdzbox .p1 {
    line-height: 50px;
    color: #fff;
}

.yzdz .yzdzbox .yzdzli {
    background-color: #f2f2f2;
    display: flex;
    border-top: 1px solid #fff;
}

.yzdz .yzdzbox .yzdzli li {
    width: 50%;
    line-height: 40px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}

.yzdz .yzdzbox .yzdzli .p2 {
    color: #fff;
}

.yzdz .yzdzbox .yzdzli li .des {
    padding-top: 10px;
    padding-bottom: 10px;
}

.xnxs {
    height: auto;
    overflow: hidden;
    display: flex;
}

.xnxs li {
    width: 50%;
}

.xnxs li div:hover {
    opacity: .8;
}

.xnxs li .xnbox {
    width: 50%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}

.xnxs li .jxbox {
    width: 33.33333%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    float: left;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}

.xnxs li .xnboxa {
    height: 180px;
    line-height: 180px;
}

.xnbg1 {
    background-color: #5aaef3;
}

.xnbg2 {
    background-color: #a8dffa;
}

.xnbg3 {
    background-color: #62d9ad;
}

.xnbg4 {
    background-color: #ffdc4c;
}

.xnbg5 {
    background-color: #5b6e96;
}

.xnbg6 {
    background-color: #ff974c;
}

.xnbg7 {
    background-color: #e65a56;
}

.xnbg8 {
    background-color: #6d61e4;
}

.xnbg9 {
    background-color: #4a6fe2;
}

.xnbg10 {
    background-color: #6d9ae7;
}

.xnbg11 {
    background-color: #23c2db;
}

body {
    width: 100%;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.w1490 {
    width: 1490px;
    height: auto;
    margin: 0 auto;
}

.w1600 {
    width: 1600px;
    height: auto;
    margin: 0 auto;
}

.w1380 {
    width: 1380px;
    height: auto;
    margin: 0 auto;
}

.content0 {
    background: #F4F4F4;
    padding: .7rem 0 0.6rem 0rem;
}

.content0 .innerWrap {
    max-width: 1380px;
    margin: 0 auto;
}

.content0 .searchCondition .advance {
    margin: 50px auto 0 auto;
    width: 100%;
    min-height: 140px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.content0 .searchCondition select {
    display: inline-block;
    width: 200px;
    height: 45px;
    color: #6c6c6c;
    box-shadow: #e5e5e5 0 0 6px inset;
    border: solid 1px #d6d5d5;
    padding-left: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #FFF;
}

.cpbox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.cpbox ul li {
    position: relative;
    box-sizing: border-box;
    width: 23%;
    margin-right: 2%;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    margin-bottom: 40px;
    overflow: hidden;
}

.cpbox ul li .pro_title {
    overflow: hidden;
    padding: 30px;
}

.cpbox ul li h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.cpbox ul li .imgBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.cpbox ul li .imgBox img {
    width: 100%;
}

.cpbox ul li .info {
    height: auto;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    color: #999;
}

.cpbox ul li .btnContainer {
    display: flex;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-around;
}

.cpbox ul li .btnContainer a {
    display: block;
}

.cpbox ul li .btnContainer .button {
    padding: 6px 17px;
    color: #868686;
    transition: all .3s ease-out;
}

.cpbox ul li .btnContainer .button.black {
    border: 1px solid #606060;
    color: #303030;
}

.cpbox ul li .btnContainer .button.red {
    border: 1px solid #1b3086;
    color: #1b3086;
}


.fnt_20 {
    font-size: 20px;
}

.fnt_16 {
    font-size: 16px;
}

.header {
    min-height: 80px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #4285f4;
}

header .header_top {
    height: 80px;
}

header .logo {
    height: 45px;
    margin-top: 17.5px;
    margin-right: 50px;
}

.daohang {
    display: flex;
}

.daohang li {
    width: 150px;
    position: relative;
}

.daohang li a {
    display: block;
}

.daohang li a h1 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff !important;
}

.daohang li .ernav {
    position: absolute;
    width: 150px;
    z-index: 2;
    top: 80px;
    left: 0;
    height: auto;
    background: #f5f5f5;
    display: none;
}

.daohang li:hover .ernav {
    display: block;
    text-align: left;
}



.daohang li .ernav a h2 {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.daohang li .ernav a:hover h2 {
    color: #0d47a1;
}

.daohang li .ernav .ernei {
    position: relative;
    height: auto;
}

.daohang li .ernav .ernei .sannav {
    position: absolute;
    z-index: 4;
    width: 200px;
    left: 150px;
    top: 0;
    height: auto;
    overflow: hidden;
    display: none;
    background-color: #fff;
}

.daohang li .ernav .ernei:hover .sannav {
    display: block;
}


.daohang li .ernav .ernei .sannav a {
    line-height: 40px;
    height: 40px;
    text-align: left;
}

.daohang li .ernav .ernei .sannav a h2 {
    text-indent: 15px;
}

.daohang li .ernav .ernei .sannav a:hover {
    color: #0d47a1;
}

.searchbox {
    top: 25px;
    right: 0;
    width: 160px;
    height: 30px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.banners {
    background: #0d47a1;
}

.banners .swiper .swiper-slide {
    position: relative;
}

.banners .swiper .swiper-slide .pic img {
    display: block;
    width: 100%;
}

.banners .swiper .swiper-slide .slide-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 400px;
    z-index: 3;
    text-align: center;
}

.banners .swiper .swiper-slide .slide-box .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.banners .swiper .swiper-slide .slide-box .des {
    font-size: 26px;
    color: #fff;
    line-height: 1;
    padding-top: 50px;
}

.banners .swiper .swiper-slide .slide-box .text {
    font-size: 14px;
    color: #fff;
    width: 590px;
    margin: 20px auto 0;
    padding-top: 50px;
}

.banners .swiper .swiper-slide .slide-box .labels {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
}

.banners .swiper .swiper-slide .slide-box .labels .label {
    font-size: 12px;
    color: #fff;
    min-width: 156px;
    text-align: center;
    padding: 0 10px;
    line-height: 36px;
    border-radius: 46px;
    border: 2px solid #fff;
    font-family: "Inter-Bold";
    font-weight: bold;
}

.indexTow {
    width: 96%;
    padding: 140px 2%;
    background: url(../images/ia.png) no-repeat center;
    background-size: cover;
}

.fontS30 {
    font-size: 30px;
}

.fontS12 {
    font-size: 12px;
}

.fontS15 {
    font-size: 16px;
}

.fontS16 {
    font-size: 16px;
}

.fontS22 {
    font-size: 22px;
}

.fontS18 {
    font-size: 18px;
}

.fontS14 {
    font-size: 14px;
}

.fontS28 {
    font-size: 28px;
}

.fontS25 {
    font-size: 25px;
}

.fontS30 {
    font-size: 30px;
}

.fontS35 {
    font-size: 35px;
}

.indexXiao {
    width: 60%;
    margin-left: 20%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    line-height: 25px;
}

.indexTitl {
    display: flex;
    justify-content: center;
    font-weight: 900;
    text-align: center;
}

.indexTCon {
    width: 90%;
    padding: 50px 5%;
    margin-top: 90px;
    background: #e5eceb;
    display: flex;
}

.indeTConLetf>.fontS22 {
    color: #0d47a1;
    font-weight: 900;
}

.indeTConLetf>.fontS18 {
    color: #666666;
    margin-top: 10px;
}

.indexTCon .indeTConLetf {
    width: 50%;
}

.indexLeftBot {
    background: #0d47a1;
    margin-top: 50px;
    width: 100%;
    height: 406px;
    overflow: hidden;
    position: relative;
}

.swiperSecurity {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.indeTCoRight {
    width: 50%;
    height: 519px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indeTCoRight>img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.SecurityChip {
    width: 90%;
    padding: 70px 5%;
    background: #0d47a1;
    color: white;
}

.SecurityChip>p {
    width: 100%;
}

.adddddd {
    width: 50px;
    height: 24px;
    background: url(../images/arrow2.png);
    background-size: 100%;
    margin-right: 15px;
}

.SecurityChip>.fontS15 {
    width: 80%;
    margin-top: 50px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.SeeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    background: #25a7be8e;
    border: 1px solid #25a7be;
    color: white;
    margin-top: 40px;
    border-radius: 100px;
    font-size: 16px;
    transition: all 1s;
}

.SeeMore:hover {
    transform: scale(1.05);
    border: 1px solid #25a7be;
    background: #ffffff;
    color: #25a7be;
}

.newCenter {
    width: 80%;
    padding: 80px 10%;
    background: #e5eceb;
}

.newCenter>.fontS28 {
    font-weight: 900;
}

.newCenter>a {
    display: flex;
    width: 200px;
    padding-left: 15px;
    margin-top: 20px;
    font-size: 18px;
    height: 50px;
    align-items: center;
    border: 1px solid #0d47a100;
    border-left: 3px solid #ccc;
    transition: all 1s;
}

.newContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.newContent>li {
    width: 32%;
    height: auto;
    overflow: hidden;
}

.tuwenNew {
    background-color: #fff;
    height: auto;
    margin-left: 1%;
    overflow: hidden;
}

.tuwenNew>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
}

.tuwenTu {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.tuwenWen {
    width: 90%;

    padding: 30px 5%;

}

.tuwenTu>img {
    object-fit: cover;
    transition: all 2s;
    width: 100%;
}

.tuwenWen>.fontS16 {
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tuwenWen>.fontS12 {
    color: #666666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.TiaoNnor {
    width: 100%;
    display: flex;
    transition: all .5s;
}

.TimeWode>.fontS14 {
    color: #666666;
}

.TimeWode {
    width: 20%;
}

.NewMsg {
    width: 80%;
}

.NewMsg>.fontS16 {
    font-weight: 900;
}

.NewMsg>.fontS12 {
    margin-top: 10px;
    color: #666666;
}

.technical {
    width: 100%;
    background: url(../images/iw.png) no-repeat center center;
    background-size: cover !important;
    padding: 120px 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexTitl {
    display: flex;
    justify-content: center;
    font-weight: 900;
    text-align: center;
}

.technical .indexXiao {
    margin-left: 0 !important;
}

.technical>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    background: #25a7be79;
    color: white;
    margin-top: 70px;
    border-radius: 100px;
    font-size: 14px;
    transition: all 1s;
    border: 1px solid #08a8b7;
}

.HuoBan {
    width: 100%;
    padding: 80px 0;
}

.BannerHezuo {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 10%;
    margin-top: 30px;
}

.BannerHezuo>div {
    width: 260px;
    margin-right: 40px;
    text-align: center;
    height: 60px;
    border: 1px solid rgb(219, 219, 219);
    box-sizing: border-box;
    float: left;
    margin-top: 30px
}

.BannerHezuo>div:nth-child(3) {
    /* 样式规则 */

}

.BannerHezuo>div img {
    height: 58px;
}

.footer {
    width: 80%;
    padding: 70px 10% 0 10%;
    background: #333e48;
    color: white;
    /* border-top: 5px solid #0d47a1; */
}

.logoFooter {
    width: 100%;
    margin-bottom: 20px;
}

.footerTop {
    display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(197, 197, 197, 0.198);
}

.footerleft>ul>li {
    padding: 10px 0;
    display: flex;
}

.footeright {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footeright>p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.footeright img {
    width: 150px;
}

.footerBott {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

.topHui {
    position: fixed;
    right: 15px;
    bottom: 20vh;
    display: flex;
    width: 60px;
    height: 60px;
    background: white;
    color: #0d47a1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 10px #c9c9c99c;
    border-radius: 10px;
    z-index: 999999999999999999;
}

.canWeDo {
    width: 95%;
    padding: 80px 2.5%;
}

.WhatCanWe {
    width: 80%;
    margin: 60px 10%;
    display: flex;
    justify-content: space-between;
}

.WhatCanWe>li {
    width: 27%;
    padding: 0 2%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    transition: all 1s;
}

.padb {
    padding-bottom: 50px;
}

.WhatCanWe>li>div {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 30px 0;
    color: #666666;
}

.WhatCanWe>li>p {
    font-size: 22px;
    border-bottom: 3px solid #0d47a1;
    padding-bottom: 5px;
}

.WhatCanWe>li>a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all 1s;
    border: 1px solid #ffffff00;
}

.WhatCanWe>li>a>span {
    margin-left: 15px;
}

.bannerDaa {
    width: 100%;
    height: 555px;
    background: url(../images/c896ecd470bf4ebb4354ff0971e0d44a.jpg) no-repeat center center;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
}

.bannerWen {
    width: 80%;
    padding: 0 10%;
    overflow: hidden;
}

.bannWCon {
    color: white;
    font-weight: 700;
}

.dingwei {
    position: absolute;
    bottom: 30px;
    right: 10%;
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.about {
    width: 80%;
    margin-left: 10%;
    padding: 100px 0;
}

.wenhuaa {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wenhuaa>li>.fontS30 {
    font-weight: 900;
    color: #0d47a1;
}

.wenhuaa>li>.fontS14 {
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aboutImg {
    width: 100%;
    padding: 50px 0;
}

.aboutImg>img {
    width: 100%;
}

.TianShiJian {
    width: 100%;
    overflow: hidden;
}

.nianWap {
    width: 100%;
    height: 120px;
    background: url(../images/nian.png) no-repeat bottom center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 900;
    flex-direction: column;
    cursor: pointer;
}

.nianWap>p {
    margin-top: -20px;
    margin-bottom: 2px;
    /* color: #333333; */
}

.nianWap>span {
    /* width: 3px; */
    height: 55px;
    background: #c2c2c2;
    margin-left: 8px;
    display: none;
}

.w80 {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.nianShijian {
    width: 80%;
    margin-left: 13%;
    display: flex;
    margin-top: 60px;
    /* display: none; */
}

.nianImg {
    width: 40%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nianCont {
    width: 40%;
    padding: 40px 5%;
}

.nianCont span {
    color: #0d47a1;
    margin-right: 10px;
}

.nianCont>.fontS14 {
    margin-top: 20px;
    line-height: 25px;
}

.honor {
    width: 100%;
    margin-top: 80px;
    background: #fafafa;
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dajiang {
    width: 80%;
    margin-top: 50px;
    overflow: hidden;
}

.yuyuyuyu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yuyuyuyu>p {
    margin-top: 20px;
    font-size: 15px;
}

.yuyuyuyu>img {
    height: 211px;
}

.newSaa {
    width: 80%;
    padding: 80px 10%;
}

.newSaBiao {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.NewsCenter {
    width: 35%;
}

.Meitibao {
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Meitibao>li {
    width: 15% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(204, 204, 204, 0.281);
    cursor: pointer;
}

.Meitibaoli {
    color: #0d47a1;
}

.newSCenter {
    width: 100%;
    margin-top: 80px;
}

.newSCenter>li {
    width: 100%;
    padding: 60px 0;
    border-bottom: 1px solid #66666631;
}

.newSCenter>li>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all .5s;
}

.newSCenLeft {
    width: 63%;
    display: flex;
    align-items: center;
}

.newTimeWen {
    width: 100%;
}

.newTimCen {
    width: 100%;
    display: flex;
}

.cneTime {
    height: 80px;
    width: 90px;
    margin-right: 5%;
    background: #e4e4e4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-weight: 900;
    transition: all .5s;
}

.cenenenen {
    width: 80%;
}

.cenenenen>.fontS14 {
    line-height: 25px;
    margin-top: 15px;
    color: #666666;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.chakan {
    display: flex;
    font-size: 14px;
    margin-top: 25px;
    width: 120px;
    color: #666666;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 0, 0, 0);
    font-weight: 400;
}

.newSCenter>li>a:hover .cneTime {
    background: #0d47a1 !important;
    color: white !important;
}

.newSCenter>li>a:hover {
    color: #0d47a1;
}

.newSCenLImg {
    width: 35%;
    max-height: 450px;
    overflow: hidden;
}

.newSCenLImg>img {
    object-fit: cover;
    transition: all 0.5s;
}

.services {
    width: 100%;
    padding: 50px 0;
}

.market {
    width: 100%;
    /* padding: 0 10%; */
}

.markeCon {
    width: 80%;
    padding: 0 10%;
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.markeCon>li {
    width: 30%;
}

.markeCon>li>p {
    margin-bottom: 20px;
}

.processbg {
    width: 80%;
    padding: 94px 10%;
    background: url(../images/processbg.png) no-repeat center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover !important;
    margin-top: 50px;
}

.processbg>p {
    color: white;
}

.processbg>span {
    width: 120px;
    height: 2px;
    display: flex;
    background: white;
    margin: 15px;
}

.leavingMsg {
    padding: 90px 5%;
    margin-top: 50px;
    color: black;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leavingMsg input {
    width: 47%;
    padding-left: 2%;
    height: 45px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.leavingMsg textarea {
    width: 98%;
    padding-left: 2%;
    padding-top: 10px;
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 15px;
}

.leavingMsg button:hover {
    transform: scale(1.02);
}

.leavingMsg button {
    width: 100%;
    height: 45px;
    color: white;
    background: #0d47a1;
    border: 0;
    cursor: pointer;
    margin-top: 50px;
    transition: all .5s;
}

.moreSer {
    width: 100%;
    background: #f6f6f6;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.moreSer>.fontS28 {
    font-weight: 800;
}

.moreSer>.fontS14 {
    margin-top: 15px;
}

.services {
    width: 100%;
    padding: 50px 0;
}

.rZhaop {
    width: 80%;
    padding: 0 10%;
}

.rZhaop>div {
    width: 94%;
    padding: 0 3%;
    background: #0d47a1;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: white;
}

.rZhaop>div>img {
    margin-right: 20px;
}

.rZhaop>li {
    width: 100%;
}

.rZhaop>li>a {
    width: 90%;
    padding: 50px 3%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5;
    color: #666666;
}

.rZhaop>li>a>.fontS15 {
    color: #888888;
    margin-top: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#fazhan>.fontS20,
.about>.fontS30,
.about>.fontS25 {
    font-weight: 900;
}

.markeCon>li>div {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 15px;
}

.newSaa {
    width: 80%;
    padding: 80px 10%;
}

.newXiang {
    width: 100%;
}

.newXiTit {
    width: 100%;
    padding-bottom: 50px;
}

.newXiTit>.fontS25 {
    line-height: 40px;
    text-align: center;
}

.newXiTit>.fontS14 {
    color: #666666;
    margin-top: 20px;
    display: flex;
}

.newXiTit>.fontS14>span {
    display: flex;
    margin-right: 40px;
}

.neurongLeft {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
}

.programmeaa {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.progrTit {
    width: 74%;
    padding: 60px 3%;
    background: url(../images/pei.png) no-repeat;
    background-size: cover;
    color: white;
}

.progrTit>span {
    display: flex;
    width: 40px;
    height: 8px;
    margin-top: 20px;
    background: white;
    border-radius: 10px;
}

.progrJishu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.progrJLeft {
    width: 45%;
    padding-right: 5%;
    color: rgb(89, 89, 89);
    line-height: 25px;
}

.progrJLeft .ph1 {
    font-weight: bold;
    line-height: 40px;
}

.progrJLeft>.fontS22,
.progrRight>.fontS22 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.progrRight {
    width: 50%;
}

.progrRight>img,
.progrJLeft>img {
    width: 100%;
}

.czxsbox {
    display: flex;
    justify-content: space-between;
}

.czxsbox img {
    width: 45%;
}

.czxsh1 {
    background-color: #0070c0;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    padding: 0 !important;
}

.czxsp1 {
    line-height: 30px;
}

.yingyong {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f5f6f8;
    display: flex;
    justify-content: space-between;
}

.yingyong>.progrRight {
    width: 50%;
}

.yingyong>.progrJLeft {
    width: 45%;
}


.ypkflist {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 10%;
    margin-top: 30px;
}

.ypkflist>div {
    width: 240px;
    margin-right: 40px;
    text-align: center;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    margin-top: 30px;
}

.ypkflist>div>img {
    width: 240px;
    height: 160px;
}

.imgbox {
    width: 100%;
    padding: 80px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.xnjclist>div {
    width: 210px;
}

.xnjclist>div>img {
    width: 210px;
    height: 140px;
}

.yingyongimg {
    width: 720px !important;
}