<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*News*/
.News{
  width: 100%;
  margin-bottom: 30px;
}
.News .wrap
{
    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{
  width: 72.5%;
  display:inline-block;
  vertical-align:top;
}
.News .wrap .right .news_box
{
    font-size:0;
    }
.News .wrap .right .news_box .news_box_item
{
    width:50%;
    display:inline-block;
    vertical-align:top;
    }
.News .wrap .right .news_box .news_box_item .news_box_main
{
    margin-left:40px;
    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
{
    background:#E8E9EB;
    padding:15px 20px 15px 36px;
    }
.News .wrap .right .news_box .news_box_item .news_box_main .title h3
{
    position:relative;
    font-size:18px;
    font-weight:bold;
    color:#323232;
    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::after
{
    position: absolute;
    content: "";
    background: url(../img/Default/news_right_icon.png);
    right: 0;
    top: calc(50% - 9px);
    width: 17px;
    height: 17px;
    background-size: cover;
    }
.News .wrap .right .news_box .news_box_item .news_box_main ul
{
    padding:25px 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
{
    font-size:0;
    }
.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% - 90px);
    margin-right:20px;
    }
.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;
}</pre></body></html>