/*News*/
.News{
  width: 100%;
  margin-bottom: 30px;
}
.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:1240px;
    font-size:0;
    }
.News .wrap .right .news_box .news_box_item
{
    width:620px;
    display:inline-block;
    vertical-align:top;
    }
.News .wrap .right .news_box .news_box_item .news_box_main
{
    margin-left:20px;
    margin-right:0px;
    margin-bottom:30px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:6px;
    overflow: hidden;
    }
/*.News .wrap .right .news_box .news_box_item:nth-child(n+2) .news_box_main
{
    margin-bottom:0;
    }*/
.News .wrap .right .news_box .news_box_item .news_box_main .title
{
    display: flex;
    align-items:center;
    justify-content: space-between;
    line-height:46px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main .title h3
{
    margin-left:30px;
    font-size:21px;
    font-weight:bold;
    color:#FFFFFF;
    display:inline-block;
    vertical-align:middle;
    line-height:1;
    }
.News .wrap .right .news_box .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
{
    position:relative;
    display:inline-block;
    float:right;
    vertical-align:middle;
    color:#7A7A7A;
    padding-right:24px;
        white-space: nowrap;
    }
.News .wrap .right .news_box .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 .title a::after
{
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul
{
    padding:30px 20px 30px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li:not(:first-child)
{
    margin-top:25px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a
{
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a span
{
    display:inline-block;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a span:first-child
{
    width:calc(100% - 120px);
    margin-right:20px;
    padding-left:30px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul li a span:last-child
{
    width:70px;
    color:#8F8F8F;
        white-space: nowrap;
    }
/*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;
    vertical-align: top;
    background: rgba(247,248,250,1);
    border: 1px solid rgba(204,204,204,1);
    overflow: hidden;
    padding: 0 20px;
}

.inputBox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/Search/inputBoxI.png);
    background-size: cover;
    margin-right: 13px;
}

.inputBox input {
    padding: 15px 0;
    width: 400px;
    background-color: transparent;
}
.inputSubmit {
    display: inline-block;
    vertical-align: top;
    background: #C9000B;
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 14px;
    padding: 16px 40px;
    margin-right: 150px;
    border-radius: 0px 6px 6px 0px;
}

.inputSubmit:hover {
    cursor: pointer;
}
 .footer_center {
    text-align: center;
    margin-top: 40px;
    background-color:#C01920;
}

 .footer_center_item {
        margin: auto;
        width: 1280px;
    }

 .footer_center .footer_center_item h3 {
            color: #FFFFFF;
            font-size: 15px;
        }

 .footer_center .footer_center_item .center_li {
            
            font-size: 0;
            padding: 10px 0px;
        }

.footer_center .footer_center_item .center_li:last-child {
            }

 .footer_center .footer_center_item .center_li a {
                color: #FFFFFF;
                display: inline-block;
                margin: 15px 35px;
            }

.footer_center .footer_center_item .center_li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #09199B;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: -20px;
}

 .footer_center .footer_center_item:last-child .center_li a {
    width: 14.28%;
}
