@charset "UTF-8";
:root {
    overflow-x: hidden;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 动画 */
@-webkit-keyframes pagination-bullet-progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes pagination-bullet-progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* 颜色 */
.grey-1 {
    background-color: rgb(241, 242, 247);
}

.background-fff {
    background-color: #ffffff;
}

/* 图片 */
.eng-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 按钮 */
.a-bnt {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    font-family: "DM Sans-Bold";
    line-height: 21px;
    color: #fff;
    background-color: #005096;
}

.a-bnt:hover {
    opacity: 0.9;
    color: #fff;
}

/* 常用字号 */
main {
    font-family: "DM Sans-Regular";
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 26px;
    color: #20242B;
}

.e-tiitle {
    font-family: "DM Sans-Bold";
    font-size: 32px;
    letter-spacing: -0.32px;
    line-height: 46px;
    color: #20242B;
}

.e-tiitle-grey {
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 22px;
    color: #666;
}

.e-tiitle-color {
    font-family: "DM Sans-Bold";
    font-size: 24px;
    letter-spacing: -0.24px;
    line-height: 32px;
    color: #005096;
}

.e-tiitle-color-two {
    font-family: "DM Sans-Bold";
    font-size: 26px;
    letter-spacing: -0.26px;
    line-height: 38px;
    color: #005096;
}

/*主体内容及边距*/
.eng-all-max {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.eng-content-max {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.all-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.e-content-padding {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.e-margin-top {
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .padding-1 {
        padding-right: 2.26vw !important;
        padding-left: 2.26vw !important;
    }
}

/* 锚点定位 */
.anchor-location {
    border-bottom: #D9D9D9 solid 1px;
    background-color: #fff;
}

.anchor-location.flexOn {
    width: 100%;
    position: fixed;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 0;
    z-index: 99;
}

.anchor-location ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.anchor-location ul a,
.anchor-location ul li {
    line-height: 21px;
    color: #333333;
    padding-top: 19px;
    padding-bottom: 18px;
    cursor: pointer;
}

.anchor-location ul a:not(:last-child),
.anchor-location ul li:not(:last-child) {
    margin-right: 92px;
}

.anchor-location ul li.on {
    border-bottom: #005096 2px solid;
    color: #005096;
}

.anchor-location ul li.on a {
    color: #005096;
}

/*轮播图 */
.e-banner {
    position: relative;
    height: 100%;
}

.e-banner .txt {
    font-family: "DM Sans-Bold";
    font-size: 42px;
    letter-spacing: -0.42px;
    line-height: 50px;
    color: #ffffff;
    background-color: rgba(1, 78, 158, 0.8);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 54px;
    padding-left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.e-banner2 {
    position: relative;
    height: 100%;
    background: url(../assets/images/common/banner_2.png);
    background-size: cover !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.e-banner2 .txt {
    font-family: "DM Sans-Bold";
    color: #ffffff;
    margin: auto;
    font-size: 42px;
    letter-spacing: -0.42px;
    line-height: 50px;
    margin-top: 40px;
}

.e-banner2 .e-banner-sub, .e-banner2 .e-banner-time {
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "DM Sans-Regular";
}

.e-banner2 .e-banner-time {
    margin-bottom: 30px;
}

.e-banner2 .e-banner-sub {
    margin-top: 30px;
}

.e-banner2 > div:last-child.txt, .e-banner2 > div:nth-child(2).txt {
    margin-top: auto;
}

.baner-1 {
    background-size: cover;
    height: 240px;
}

/* Insights */
.e-insights .insights-box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.e-insights .insights-box li {
    width: 33.333%;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.e-insights .insights-box li .txt-box {
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #DADADA;
    border-top: none;
    height: 363px;
}

.e-insights .insights-box li .insights-img {
    height: 202px;
}

.e-insights .insights-box li .insights-data {
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #20242B;
    line-height: 16px;
    padding-top: 25px;
}

.e-insights .insights-box li .insights-data span {
    position: relative;
    padding-right: 8px;
    margin-right: 6px;
}

.e-insights .insights-box li .insights-data span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #20242B;
}

.e-insights .insights-box li .insights-title {
    margin-top: 25px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.e-insights .insights-box li .insights-txt {
    margin-top: 25px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.e-insights .a-bnt {
    margin-top: 30px;
}

/* overview */
.e-overview {
    min-height: 328px;
    height: 100%;
    display: table;
}

.e-overview > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.e-overview .logo-img {
    width: 48.5%;
    height: 100%;
}

.e-overview .text-box .e-tiitle {
    line-height: 42px;
    margin-bottom: 20px;
}

* {
    font-family: "DM Sans-Regular";
}

a:hover {
    text-decoration: none;
}

a:hover div {
    color: #005096 !important;
}

a:hover .right_submit {
    color: #fff !important;
}

.content-2 {
    background-image: url(../assets/images/contact_us/Mask\ group@2x.png);
    background-size: cover;
    padding-bottom: 40px;
}

/*.content-2 .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}*/
.content-2 .contact .contact_left {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 20px 0;
    vertical-align: text-top;}
.content-2 .contact .contact_left .contact_left_box{
    width: 48%;
    display: inline-block;vertical-align: text-top;
}
.content-2 .contact .contact_left .left_item:not(:last-child) {
    padding-bottom: 20px;
    display: inline-block;
    float: left;
    width: 100%;
}

.content-2 .contact .contact_left .left_item {
    padding-bottom: 20px;
    display: inline-block;
    float: left;
    width: 100%;
}

.content-2 .contact .contact_left .left_item:not(:last-child) {
    border-bottom-width: 1px;
}

.content-2 .contact .contact_left .left_item:not(:first-child) {
    /* padding-top: 30px; */
}

.content-2 .contact .contact_left .left_item .left_text1 {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    padding-right: 5px;
}

.content-2 .contact .contact_left .left_item .left_text1:not(:first-child) {
    margin-top: 5px;
}

.content-2 .contact .contact_left .left_item .left_text2 {
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 30px;
    font-weight: bold;
    color: #005096;
    display: inline-block;
}

.content-2 .contact .contact_left .left_item:last-child .left_text2.text_address {
    width: 74%;
    display: inline-block;
    vertical-align: top;
}

.content-2 .contact .contact_left .left_item .left_text2 p {
    margin-top: 0 !important;
}

.content-2 .contact .contact_left .left_item .left_gray {
    color: #666666;
    font-size: 14px;
}

.content-2 .contact .contact_right {
    width: 100%;
}

.content-2 .contact .contact_right .right_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.content-2 .contact .contact_right .right_item input::placeholder, .content-2 .contact .contact_right .right_item select::placeholder, .content-2 .contact .contact_right .right_item textarea::placeholder {color:#DADADA}
.content-2 .contact .contact_right .right_item input, .content-2 .contact .contact_right .right_item select, .content-2 .contact .contact_right .right_item textarea {
    background-color: #f8fbfd;
    border: 1px solid #dadada;
    color: #666;
    font-weight: 400;
    border-width: 1px;
    height: 44px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
}
.content-2 .contact .contact_right .right_item input:focus, .content-2 .contact .contact_right .right_item select:focus, .content-2 .contact .contact_right .right_item textarea:focus {
    border:1px solid #005096;
}

.content-2 .contact .contact_right .right_item textarea {
    resize: none;
    height: 160px;
}

.content-2 .contact .contact_right .right_item .half_input {
    width: 536px;
    margin-right: 15px;
}
.content-2 .contact .contact_right .right_item .required .nav-sprite{
    position: absolute;
    top: 27%;
    right: 5%;
    width: 20px;
    height: 20px;
    background: url("../assets/images/common/icon_up.png") no-repeat;
    background-size: contain;
    opacity: 0.6;
}
.content-2 .contact .contact_right .right_item .form-item--empty {
    border: 1px solid #fc011a !important;
    border-width: 1px;
}

.content-2 .contact .contact_right .right_item .full_input {
    width: 1105px;
    margin-right: 15px;
}

.content-2 .contact .contact_right .right_item .required {
    position: relative;
}

.content-2 .contact .contact_right .right_item .required::after {
    content: "*";
    position: absolute;
    color: #d10c18;
    width: 9px;
    right: 0;
    top: 25%;
}

.content-2 .contact .contact_right .right_item .required.textarea::after {
    top: 12px;
}

.content-2 .contact .contact_right .right_item .select-options {
    bottom: -2px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
    border-radius: 1px;
    width: 97%;
    position: absolute;
    left: 0;
    z-index: 99;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
    background-color: #fff;
    border: 1px solid #c5cdd9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-2 .contact .contact_right .right_item .select-options .option {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
.content-2 .contact .contact_right .right_item .select-options .option:hover{
    background: #005096;
    color: #fff;
}
.content-2 .contact .contact_right .right_notice {
    color: #666;
    font-weight: 400;
    display: block;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: -0.14px;
}

.content-2 .contact .contact_right .right_notice a {
    color: #005096;
    text-decoration: underline;
}

.content-2 .contact .contact_right .right_submit {
    width: 202px;
    line-height: 46px;
    font-size: 18px;
    letter-spacing: -0.18px;
    margin-top: 30px;
    color: #fff;
    background-color: #005096;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
