/*banner*/
.header-banner {
    width: 1200px;
    height: 410px;
    background: #004D9A;
    position: relative;
    margin-top: 20px;
}
.banner-content img {
    width: 740px;
    height: 410px;
    object-fit: contain;
    margin-left: 230px;
}
#pic li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#num {
    margin-top: 10px;
    margin-right: 30px;
}

#num li {
    width: 26px;
    height: 26px;
    background: #000000;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

#num li.active {
    color: #FFFFFF;
    opacity: 1;
}
.banner-footer {
    width: 1150px;
    height: 50px;
    background: #000000;
    opacity: 0.6;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 8;
    display: flex;
    justify-content: space-between;
}
.banner-footer .text span {
    margin-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
}
.arrow {
    z-index: 3;
    height: 69px;
    width: 69px;
    position: absolute;
    top: 45%;
}
.arrow img {
    height: 69px;
    width: 69px;
    object-fit: contain;
}

#left {
    left: 70px;
}

#right {
    right: 70px;
}

/*News*/
.News {
    width: 100%;
    background: #F5F7FA;
}

.News .header_center {
    background: #C01920;
    padding: 0 30px;
    box-sizing: border-box;
}

.News .header_center ul {
    border-radius: 24px;
    font-size: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: center;
}

.News .header_center ul li {
    display: inline-block;
    padding: 16px 0;
}

.News .header_center ul li:not(:last-child) {
    margin-right: 38px;
}

.News .header_center ul li a {
    color: #FFFFFF;
    line-height: 1;
}

.News .wrap {
    justify-content: center;
    display: flex;
    font-size: 0;
}

.News .wrap .left {
    width: 27.5%;
    display: inline-block;
    vertical-align: top;
}

/*otherLink*/
.News .wrap .left .otherLink {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 10px 30px 10px 40px;
}

.News .wrap .left .otherLink .otherLink_item {
    padding: 20px 0;
}

.News .wrap .left .otherLink .otherLink_item:not(:last-child) {
    border-bottom: 1px solid #E8E9EB;

}

.News .wrap .left .otherLink .otherLink_item a {
    position: relative;
    color: #292929;
    font-size: 17px;
    line-height: 1;
    overflow: visible;
}

.News .wrap .left .otherLink .otherLink_item a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #09199B;
    border-radius: 50%;
    left: -17px;
    top: calc(50% - 3px);
}

.News .wrap .left .otherLink .otherLink_item a::after {
    position: absolute;
    content: "";
    background: url(../img/Default/right_icon.png);
    right: 0;
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
    background-size: cover;
}

/*guideNotice*/
.News .wrap .left .guideNotice {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-top: 30px;
}

.News .wrap .left .guideNotice h3 {
    position: relative;
    color: #999999;
    line-height: 1;
    padding: 14px 40px;
    border-bottom: 1px solid #E8E9EB;
}

.News .wrap .left .guideNotice h3::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #09199B;
    border-radius: 50%;
    left: 20px;
    top: calc(50% - 3px);
}

.News .wrap .left .guideNotice ul {
    font-size: 0;
    padding: 20px 6px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.News .wrap .left .guideNotice ul li {
    width: 25%;
    list-style-type: none;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.News .wrap .left .guideNotice ul li:nth-child(4n) {
    padding-right: 0;
}

.News .wrap .left .guideNotice ul li a {
    display: inline-block;
}

.News .wrap .left .guideNotice ul li a i {
    width: 27px;
    height: 27px;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.News .wrap .left .guideNotice ul li a span {
    color: #323232;
    font-size: 13px;
    display: inline-block;
    margin: 14px 0 30px;
}

.News .wrap .left .appNotice {
    margin-top: 30px;
}

.News .wrap .right {
    display: inline-block;
    vertical-align: top;
}

.News .wrap .right .news_box {
    width: 1200px;
}
.news_box2 {
   width: 100%;
   height: 476px;
   background: url("../img/newbox-back.png") no-repeat;
    padding-top: 30px;
    margin-bottom: 20px;
}
.news_box2 .news_box2_body {
    width: 1200px;
    margin: 0 auto;
}
.News .wrap .right .news_box .news_box_item,
.news_box2 .news_box2_body .news_box_item  {
    width: 380px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 30px;
}

.News .wrap .right .news_box .news_box_item .news_box_main .news_header_image img,
.news_box2 .news_box2_body .news_box_item .news_box_main .news_header_image img {
    object-fit: contain;
    width: 360px;
    height: 220px;
    border-radius: 4px;
}
.news_box_main .special {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #CACBCC;
}
.special .textSize {
    font-size: 18px;
    font-weight: bold;
    color: #010101;
    margin-top: 20px;
}
.special .date_time {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #88898A;
}
.special .introduce {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    margin-top: 20px;
}
.News .wrap .right .news_box .news_box_item .news_box_main,
.news_box2 .news_box2_body .news_box_item .news_box_main {
    background: #F5F7FA;
    border-radius: 6px;
    overflow: hidden;
}

.News .wrap .right .news_box .news_box_item .news_box_main .title,
.news_box2 .news_box2_body .news_box_item .news_box_main .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 46px;
    background: url("../img/news-back.png") no-repeat;
    background-size: 100% 100%;
    border-bottom: 2px solid #0073E6;
}

.News .wrap .right .news_box .news_box_item .news_box_main .title h3,
.news_box2 .news_box2_body .news_box_item .news_box_main .title h3 {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #0073E6;
}

.News .wrap .right .news_box .news_box_item .news_box_main .title h3::before,
.news_box2 .news_box2_body .news_box_item .news_box_main .title h3::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #09199B;
    border-radius: 50%;
    left: -20px;
    top: calc(50% - 3px);
}

.News .wrap .right .news_box .news_box_item .news_box_main .title a,
.news_box2 .news_box2_body .news_box_item .news_box_main .title a {
    position: relative;
    display: inline-block;
    float: right;
    vertical-align: middle;
    color: #000000;
    padding-right: 10px;
    white-space: nowrap;
}

.News .wrap .right .news_box .news_box_item .news_box_main .title a span:first-child::before,
.news_box2 .news_box2_body .news_box_item .news_box_main .title a span:first-child::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #CB2E0C;
    left: 0;
    top: calc(50% - 3px);
}

.News .wrap .right .news_box .news_box_item .news_box_main ul,
.news_box2 .news_box2_body .news_box_item .news_box_main ul {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.News .wrap .right .news_box .news_box_item .news_box_main ul li:not(:first-child) {
    margin-top: 20px;
}
.News .wrap .right .news_box .news_box_item .news_box_main ul li a .textSize2,
.news_box2 .news_box_item .news_box_main ul li a .textSize2 {
    font-size: 14px;
    font-weight: 400;
    color: #88898A;
    margin-top: 14px;
}
.News .wrap .right .news_box .news_box_item .news_box_main ul li a .textSize,
.news_box2 .news_box_item .news_box_main ul li a .textSize {
   width: 360px;
}

/*publicity*/
.News .wrap .right .publicity {
    height: 80px;
    background-color: #02107E;
    margin-left: 40px;
    padding: 19px 36px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}

.News .wrap .right .publicity::after {
    position: absolute;
    content: "";
    background: url(../img/Default/publicity.png);
    right: 0;
    top: 0;
    width: 188px;
    height: 100%;
    background-size: cover;
}

.News .wrap .right .publicity span {
    color: #FFFFFF;
    display: block;
    color: #FFFFFF;
    line-height: 1;
}

.News .wrap .right .publicity span:first-child {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.News .wrap .right .publicity span:first-child::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    left: -17px;
    top: calc(50% - 3px);
}

.News .wrap .right .publicity span:last-child {
    font-size: 13px;
    margin-top: 7px;
}

/*certificate_box*/
.News .wrap .right .certificate_box {
    font-size: 0;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
}

.News .wrap .right .certificate_box .certificate_box_item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
}

.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main {
    margin-left: 20px;
}

.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 37px;
    position: relative;
    background-color: #02107E;
    color: #FFFFFF;
    border-radius: 6px;
}

.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main h2::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 15px;
    top: calc(50% - 3px);
}

.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main ul {
    padding: 25px 15px 5px 10px;
}

.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main ul li {
    margin-bottom: 25px;
}

.News .wrap .right .certificate_box .certificate_box_item .certificate_box_main ul li a {
}

/*enterpriseInformation*/
.enterpriseInformation {
    width: 100%;
}

.enterpriseInformation .wrap .title {
    width: 100%;
    height: 80px;
    padding: 19px 36px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    background-color: #02107E;
}

.enterpriseInformation .wrap .title::after {
    position: absolute;
    content: "";
    background: url(../img/Default/publicity.png);
    right: 0;
    top: 0;
    width: 188px;
    height: 100%;
    background-size: cover;
}

.enterpriseInformation .wrap .title span {
    display: block;
    line-height: 1;
    color: #FFFFFF;
}

.enterpriseInformation .wrap .title span:first-child {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.enterpriseInformation .wrap .title span:first-child::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    left: -17px;
    top: calc(50% - 3px);
}

.enterpriseInformation .wrap .title span:last-child {
    font-size: 13px;
    margin-top: 7px;
}

.enterpriseInformation .wrap .main {
    margin-top: 20px;
}

.enterpriseInformation .wrap .main table {
    width: 100%;
    border-spacing: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

.enterpriseInformation .wrap .main table tr:nth-child(2) {
    padding-top: 10px;
}

.enterpriseInformation .wrap .main table tr th {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    background: #202D91;
    color: #FFFFFF;
    border-right: 1px solid #C8C8CC;
}

.enterpriseInformation .wrap .main table tr th:first-child {
    border-top-left-radius: 6px;
}

.enterpriseInformation .wrap .main table tr th:last-child {
    border-top-right-radius: 6px;
}

.enterpriseInformation .wrap .main table tr:nth-child(2) td {
    padding-top: 20px;
}

.enterpriseInformation .wrap .main table tr:last-child td {
    padding-bottom: 20px;
}

.enterpriseInformation .wrap .main table tr th:last-child {
    border-right: none;
}

.enterpriseInformation .wrap .main table tr td {
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #D6D4D4;
    white-space: nowrap;
}

.enterpriseInformation .wrap .main table tr td:last-child {
    border-right: none;
}

/*Country_link*/
.Country_link {
    width: 100%;
    margin: 30px 0;
}

.Country_link .wrap .main {
    height: 45px;
    margin: 0 10px;
}

.Country_link .wrap .main .item {
    float: left;
    margin-right: 20px;
}

.Country_link .wrap .main .item:last-child {
    margin-right: 0;
}

.Country_link .wrap .main .item a img {
    width: 130px;
    height: 45px;
}

.inputBox {
    display: inline-block;
    width: 504px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px 0 0 6px;
}

.inputBox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/Search/inputBoxI.png);
    background-size: cover;
    margin-right: 13px;
    margin-left:10px;
}

.inputBox input {
    width: 400px;
    background-color: transparent;
}

.inputSubmit {
    /* display: inline-block; */
    float: right;width: 110px;
    height: 50px;
    background: #0069D0;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #FEFEFE;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.footer_center {
    text-align: center;
    margin-bottom: 20px;
    background-color: #EBF0F5;
    height: 116px;
}

.footer_center_item {
    margin: auto;
    width: 1280px;
    height: 100%;
    padding: 20px 0;
}

.footer_center .footer_center_item h3 {
    color: #FFFFFF;
    font-size: 15px;
}

.footer_center .footer_center_item .center_li {
    height: 100%;
    font-size: 0;
}

.footer_center .footer_center_item .center_li:last-child {
}

.footer_center .footer_center_item .center_li a {
    color: #004D9A;
    display: inline-block;
    margin: 8px 35px;
}

/*.footer_center .footer_center_item .center_li a::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 50%;*/
/*    top: calc(50% - 3px);*/
/*    left: 60px;*/
/*}*/

.footer_center .footer_center_item:last-child .center_li a {
    width: 14.28%;
}
