@charset "utf-8";
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none
}

.clear {
    clear: both;
    overflow: hidden;
}

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

input {
    border: none;
    outline: medium;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

ul {
    list-style: none;
}

.contain {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner {
    font-size: 0;
    position: relative;
    text-align: center;
}

.header {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9;
    transform: translateX(-50%);
    height: 81px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    border-bottom: 1px solid #ffffff;
}

.nav ul {
    overflow: hidden;
}

.nav ul li {
    list-style-type: none;
    float: left;
    height: 79px;
    display: flex;
    align-items: center;
}

.nav ul li a {
    display: block;
    padding: 0 20px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
}

.nav ul li.on a {
    background-color: #ffd51c;
    color: #045a98;
    font-weight: bold;
    border-radius: 22px;
}

.bfont {
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
}

.bfont1 {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
}

.bfont2 {
    margin-top: 30px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.bfont3 {
    font-size: 16px;
    color: #0069b4;
    text-align: center;
}

.bfont4 {
    margin-top: 10px;
    font-size: 50px;
    color: #0069b4;
    text-align: center;
}

.bfont4 span {
    color: #ffffff;
}

.bfont5 {
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.syintro {
    margin-top: -100px;
}

.syintro1 {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.syintro2 {
    position: relative;
    width: calc(100% / 3);
    font-size: 0;
    position: relative;
}

.syintro3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 0;
}

.syintro4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.syintro5 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.syintro6 {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.61);
    line-height: 24px;
}

.syintro7 {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.syintro8 {
    position: relative;
    width: calc(100% / 3);
    font-size: 0;
    position: relative;
    background-color: #84b8df;
}

.syintro9 {
    margin-top: 36px;
    display: flex;
    align-items: center;
}

.syintro9a {
    margin-right: 9px;
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

.syintro9b {
    flex: 1;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.syintro10 {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.syintro10 code {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.39);
}

.syintro10 span {
    font-size: 14px;
    color: #ffffff;
    margin-left: 14px;
}

.wapart {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.wapart1 {
    font-size: 0;
    float: left;
    width: 49.5%;
    margin-top: 450px;
}

.wapart2 {
    float: right;
    font-size: 0;
    width: 47.2%;
}

.wapart4 {
    margin-top: 50px;
}

.wapart5 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wapart5 img {
    max-width: 47.5%;
}

.wapart6 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.wapart7 {
    width: 49.5%;
    position: relative;
}

.wapart8 {
    font-size: 60px;
    color: #0069b4;
    line-height: 68px;
}

.wapart8 span {
    color: #333333;
    display: block;
}

.wapart9 {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.wapart10 {
    margin-top: 20px;
}

.wapart10 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 55px;
    border-radius: 20px;
    font-size: 16px;
    color: #0069b4;
    border: 1px solid #0069b4;
}

.waparticon {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sydata {
    margin-top: 120px;
    background: url(../img/databg.png) no-repeat;
    background-size: cover;
    padding: 108px 0 120px;
}

.sydata1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sydata2 {
    width: 37.5%;
}

.sydata3 {
    font-size: 60px;
    color: #ffffff;
    line-height: 68px;
}

.sydata4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 30px;
}

.sydata5 {
    margin-top: 30px;
}

.sydata5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 55px;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.sydata6 {
    width: 45%;
}

.sydata7 {
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sydata7:first-child {
    margin-top: 0;
}

.sydata8 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-right: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.62);
    margin-right: 16px;
    width: 36%;
    /*word-break: break-all;*/
}

.sydata9 {
    flex: 1;
    font-size: 52px;
    color: #ffffff;
    font-weight: bold;
}

.wlook {
    display: flex;
}

.wlook1 {
    width: 42%;
    font-size: 0;
}

.wlook2 {
    flex: 1;
    background: url(../img/wlook1.png) no-repeat;
    background-size: cover;
    padding: 140px 8% 0;
}

.wlook3 {
    position: relative;
    width: 72%;
}

.wlook4 {
    font-size: 60px;
    color: #0069b4;
    line-height: 68px;
}

.wlook4 span {
    display: block;
    color: #333333;
}

.wlook5 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 50px;
    text-align: justify;
}

.wlook6 {
    margin-top: 50px;
}

.wlook6 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #0069b4;
    border: 1px solid #0069b4;
    width: 221px;
    height: 55px;
    border-radius: 27px;
}

.wlook6 a img {
    margin-left: 14px;
}

.wlookicon {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.feature {
    margin-top: 120px;
    margin-bottom: 100px;
}

.feature1 {
    text-align: center;
    font-size: 60px;
    color: #0069b4;
    line-height: 68px;
}

.feature1 span {
    color: #333333;
}

.feature2 {
    margin-top: 50px;
}

.feature2 .swiper {
    padding: 0 280px;
    text-align: center;
}
.feature2 .swipera {
    padding: 0 280px;
    text-align: center;
}
.swipera .swiper-wrapper{
    width: 100%;
    display: block;
    font-size: 0;
} 
.feature2 .swipera .swiper-slide{
    display: inline-block;
    width: 435px;
    margin: 0 10px;
}

.feature3 {
    font-size: 0;
    position: relative;
}

.feature3 video {
    width: 100%;
    object-fit: fill;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature4 {
    margin-top: 60px;
}

.feature4 a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 55px;
    border-radius: 20px;
    font-size: 16px;
    color: #0069b4;
    border: 1px solid #0069b4;
}

.partner {
    box-shadow: 0 0 20px #f6f6f6;
}

.partner2 {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 166px;
    padding: 0 16px;
}

.footer {
    background: url(../img/fbg.png) no-repeat;
    background-size: cover;
    padding: 66px 0 94px;
}

.footer1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

.footer2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e8e8;
}

.footer3 {
    font-size: 0;
}

.footer4 {
    font-size: 0;
}

.footer4 a {
    margin-left: 16px;
}

.footer5 {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer6 {
    width: 45%;
}

.footer7 a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1;
    border-left: 1px solid #333;
}

.footer7 a:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer8 {
    margin-top: 30px;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.74);
    line-height: 30px;
}

.footer9 {
    width: 39%;
}

.footer10 {
    font-size: 24px;
    color: #0069b4;
    font-weight: bold;
}

.footer11 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}

.footer12 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.footer12 span {
    display: inline-block;
    vertical-align: middle;
}

.header_m {
    display: none;
}

.header_m1 {
    overflow: hidden;
}

.logo_m {
    width: 40%;
    float: left;
    margin: 9px 6px;
}

.logo_m img {
    height: 40px;
}

.icon_m {
    width: 10%;
    float: right;
    margin: 9px 6px;
}

.icon_m img {
    height: 40px;
}

.menu_m {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 23px 7% 0;
}

.menu_m1 {
    width: 77%;
}

.menu_m2 {
    margin-top: 20px;
}

.menu_m2 ul {

}

.menu_m2 ul li {
    list-style-type: none;
    line-height: 40px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    padding-left: 6%;
}

.menu_m2 ul li a {
    color: #fff;
}

.menu_m2 ul li a img {
    margin-right: 9px;
    vertical-align: middle;
}

.menu_msub {
    display: none;
    width: 100%;
    padding-left: 20px;
}

.menu_msub a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.about {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about1 {
    width: 420px;
}

.abline {
    margin-left: 168px;
    width: 2px;
    height: 145px;
    background-color: #666666;
}

.abicon {
    margin-top: 22px;
    margin-left: 140px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c2dbed;
}

.abicon span {
    display: block;
    width: 17px;
    height: 17px;
    background-color: #0069b4;
    border-radius: 50%;
}

.about2 {
    margin-top: 20px;
    font-size: 48px;
    color: #333333;
}

.abline1 {
    margin-top: 30px;
    margin-left: 168px;
    width: 2px;
    height: 200px;
    background-color: #666666;
}

.about3 {
    flex: 1;
}

.about4 {
    margin-top: 30px;
    font-size: 24px;
    color: #0069b4;
    line-height: 30px;
}

.about5 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify !important;
}

.abimg {
    width: 92%;
    max-width: 1300px;
    margin: 50px auto 0;
    font-size: 0;
    text-align: right;
}

.abline2 {
    margin-left: 168px;
    width: 2px;
    height: 90px;
    background-color: #666666;
}

.about6 {
    font-size: 20px;
    color: #0069b4;
    font-weight: bold;
    padding-left: 100px;
    margin-top: 30px;
}

.about7 {
    margin-top: 20px;
    font-size: 0;
    padding-left: 163px;
}

.about8 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.operation {
    margin-top: 30px;
    background: url(../img/operation_bg.png) no-repeat;
    background-size: cover;
    padding: 90px 0 190px;
}

.operation1 {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
}

.operation2 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}

.operation3 {
    margin-top: 200px;
}

.operation3 ul {
    zoom: 1;
}

.operation3 ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.operation3 ul li {
    list-style-type: none;
    float: left;
    font-size: 0;
    position: relative;
    width: 20%;
    margin-left: -20px;
}

.operation3 ul li:first-child {
    margin-left: 0;
}

.operation3 ul li:nth-child(2n) {
    width: 22%;
    margin-top: -116px;
}

.operation3 ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 16px);
    transform: translateX(-50%);
    border-left: 1px dashed rgba(255, 255, 255, 0.42);
    height: 154px;
}

.operation3 ul li:nth-child(2n):before {
    height: 214px;
}

.operation4 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 45px;
}

.operation5 {
    font-size: 0;
    text-align: center;
}

.operation6 {
    margin-top: 10px;
    font-size: 18px;
    color: #0069b4;
    text-align: center;
    font-weight: bold;
}

.operation7 {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.apart_d {
    background-color: #edf2f7;
    padding-bottom: 20px;
}

.apart {
    margin-top: 60px;
}

.apart1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.apart1 ul li {
    margin-top: 20px;
    list-style-type: none;
    width: calc((100% - 20px) / 2);
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
}

.apart1 ul li:nth-child(2n) {
    margin-right: 0;
}

.apart2 {
    width: 54px;
    height: 54px;
    background-color: #0069b4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
}

.apart3 {
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.apart4 {
    margin-top: 20px;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
}

.apart1 ul li:hover {
    background-color: #0069b4;
}

.apart1 ul li:hover .apart2 {
    background-color: #ffd51c;
    color: #0069b4;
}

.apart1 ul li:hover .apart3 {
    color: #ffffff;
}

.apart1 ul li:hover .apart4 {
    color: #ffffff;
}

.abline3 {
    margin-left: 54px;
    width: 2px;
    height: 90px;
    background-color: #666666;
}

.excellence {
    background-color: #0069b4;
    padding: 90px 0 130px;
}

.excellence1 {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}

.excellence2 {
    margin-top: 60px;
    padding: 0 125px;
    background: url(../img/excellencebg.png) center no-repeat;
}

.excellence2 .swiper {
    padding: 240px 0;
}

.swiper-history .swiper-slide {
    position: relative;
    height: auto;
}

.swiper-history .swiper-slide:nth-child(2n + 1) .swiper-item {
    position: absolute;
    left: 0;
    top: calc(50% + 144px);
}

.swiper-history .swiper-slide:nth-child(2n) .swiper-item {
    position: absolute;
    left: 0;
    bottom: calc(50% + 144px);
}

.history-year {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #0069b4;
    line-height: 1;
    font-weight: bold;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.history-year:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 144px;
    background-color: #80b4df;
    width: 1px;
}

.history-desc {
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 374px;
    background-color: #1b85d2;
    border-radius: 10px;
    padding: 40px 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.swiper-history .swiper-slide:nth-child(2n) .history-desc {
    bottom: auto;
    top: 0;
}

.swiper-history .swiper-slide:nth-child(2n) .history-year:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: auto;
    height: 144px;
    background-color: #80b4df;
    width: 1px;
}

.swiper-history-prev, .swiper-history-next {
    width: 42px;
    height: 42px;
    background-color: #ffd51c;
    border: 1px solid #ffd51c;
    color: #0060a3;
    border-radius: 50%;
    font-size: 14px;
}

.swiper-history-prev::after {
    font-size: 14px !important;
}

.swiper-history-next::after {
    font-size: 14px !important;
}

.speaks {
    position: relative;
}

.mt20 {
    margin-top: 20px;
}

.speaks1 {
    margin-top: 20px;
    font-size: 0;
    position: relative;
}

.speaks2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 100px;
}

.speaks3 {
    position: absolute;
    right: 0;
    top: 120px;
    font-size: 0;
}

.certify {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    font-size: 48px;
    color: #333333;
}

.certify1 a {
    display: inline-flex;
    margin-left: 35px;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid #dedede;
    border-radius: 50%;
    font-size: 20px;
    color: #dedede;
}

.certify1 a:hover {
    background-color: #0069b4;
    border: 1px solid #0069b4;
    color: #fff;
}

.certify_d {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
}

.certify2 {
    margin-top: 40px;
}

.certify3 ul {
    overflow: hidden;
}

.certify4 {
    font-size: 0;
}

.certify5 {
    margin-bottom: 60px;
}

.certify5 .swiper {
    padding: 10px;
}

.certify6 {
    box-shadow: 0 0 10px #f8f8f8;
    padding: 18px 14px;
    border-radius: 16px;
}

.certify7 {
    font-size: 0;
}

.certify8 {
    margin-top: 16px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.certify9 {
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0069b4;
}

.certify9 img {
    margin-right: 5px;
}

.certify10 {
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.certify11 {
    margin-top: 20px;
}

.certify11 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0069b4;
    height: 40px;
}

.certify6:hover .certify11 a {
    width: 40px;
    border-radius: 20px;
    background-color: #0069b4;
    color: #fff;
}

.incontact {
    padding: 100px 0;
}

.incontact1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.incontact2 {
    width: 37.5%;
}

.incontact3 {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.incontact4 {
    margin-top: 20px;
    font-size: 24px;
    color: #0069b4;
    font-weight: bold;
}

.incontact5 {
    margin-top: 9px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.incontact6 {
    margin-top: 10px;
    font-size: 0;
}

.incontact7 {
    width: 57%;
}

.message {
    margin-top: 100px;
    box-shadow: 0 0 20px #f0f0f0;
    padding: 24px 35px 32px;
    border-radius: 9px;
}

.message1 {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
}

.message2 {
    margin-top: 20px;
}

.message2 input {
    padding: 0 35px;
    width: 100%;
    height: 58px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 14px;
}

.message2 textarea {
    padding: 16px 35px;
    width: 100%;
    height: 112px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: 14px;
    resize: none;
}

.message3 {
    margin-top: 40px;
    text-align: center;
}

.message3 input {
    width: 148px;
    height: 58px;
    border-radius: 10px;
    background-color: #033c6d;
    font-size: 16px;
    color: #ffffff;
}

.honor {
    padding: 1px 0 90px;
}

.honor1 {
    margin-top: -180px;
    font-size: 0;
    text-align: center;
    position: relative;
}

.honor2 {
    margin-top: 100px;
    text-align: center;
    font-size: 0;
}

.honor3 {
    margin-top: 20px;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.honor3 span {
    color: #0261a5;
}

.honor4 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.honor5 {
    font-size: 0;
    width: 36.66%;
    margin-right: 50px;
}

.honor5 img {
    border-radius: 20px;
}

.honor6 {
    flex: 1;
}

.honor7 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.honor8 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.video {
    padding: 20px 0 70px;
}

.video1 {
    margin-top: 50px;
    font-size: 0;
}

.video1 video {
    width: 100%;
}

.video2 {
    margin-top: 30px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.video3 {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.address {
    font-size: 16px;
    color: #cccccc;
    text-align: left;
}

.address a {
    color: #cccccc;
    margin-right: 10px;
}

.newsDeta {
    padding: 50px 0 100px;
}

.newsDeta1 {
    overflow: hidden;
}

.newsDeta2 {
    float: left;
    width: 67%;
}

.newsDeta3 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.newsDeta4 {
    margin-top: 20px;
    font-size: 12px;
    color: #0069b4;
}

.newsDeta5 {
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.sxy {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sxy1 {
    width: 48%;
}

.sxy2 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.sxy3 {
    margin-top: 10px;
}

.sxy3 a {
    color: #0069b4;
    font-size: 18px;
    font-weight: bold;
}

.newsDeta6 {
    float: right;
    width: 25%;
}

.newsDeta7 {
    display: flex;
    align-items: center;
}

.newsDeta7 span {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-right: 9px;
}

.newsDeta7 code {
    flex: 1;
    height: 1px;
    background-color: #0069b4;
}

.newsDeta8 {
    margin-top: 16px;
}

.newsDeta8 ul li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.newsDeta9 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.newsDeta10 {
    padding-left: 14px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
