
/*===== å…¬ç”¨æ ·å¼=====*/

body {
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    overflow-X: hidden;
    background-color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    object-fit: cover;
    justify-content: center;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: 700;
    color: #333333;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666e82;
    margin: 0px;
}
.clear{clear:both;width:0px;height:0px;}

.clearfix{zoom:1;}

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

.clear-box{
    width: 100%;
    clear: both;
    height: 0px;
}

a{
    color: #343434;
}

a:hover{
    text-decoration: underline;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.fixed{
    position: fixed !important;
}

.left{
    float: left;
}
.right{
    float: right;
}


/*===== å¯¼èˆªã€é¡µå°¾=====*/

.header-area {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;

}
.header-area .logo {
    width:30%;
    height: 48px;
    float: left;
    display: flex;
}
.header-area .logo a {
    display: block;
}
.header-area .logo a img{
    width:190px;
    height: 48px;
    display: block;
    object-fit:contain ;
    justify-content: center;
}

.header-area .container .language-tab {
    display: flex;
    align-items: center;
    width: 110px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;

}

.header-area .container .language-tab span {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #343434;
}
.header-area .container .language-tab img {
    width: 10px;
    height: 6px;
    margin-left: 12px;
    margin-top: 2px;
}

.header-area .dropdown-box {
    display: none;
    position: absolute;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    top: 62px;
    left: 0px;
    z-index: 100;
    background: #ffffff;
    width: 110px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-area .dropdown-box.lang-draw-box {
    top: 50px;
    left: 0px;
}
.header-area .trans {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-area .dropdown-box .dropdown-box-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.header-area .dropdown-box .dropdown-box-item a {
    font-size: 15px;
    color: #343434;
}

.header-area .dropdown-box .dropdown-box-item a:hover{
    color: #518de3;
}

.head-nav{
    width:70%;
    height: 48px;
    display: flex;
}
.head-nav ul{
    width: 100%;
    text-align: right;
}
.head-nav li{
    display: inline-flex;
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-right: 10px;
}
.head-nav li:hover{
    border: 1px solid #518de3;
}
.head-nav li:hover a{
    color: #518de3;
}
.head-nav li.postad{
    background-color: #343434;
    margin-right: 0px;
}
.head-nav li.postad a{
    color: #ffffff;
}
.head-nav li.postad:hover{
    background-color: #518de3;
}


.sub-cad {
    display: none;
    width: 30px;
    height: 24px;
    margin-top: 3px;
    cursor: pointer;
    margin-left: 10px;
}
.sub-box-container{
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(4, 0, 0, 0.11);
    box-shadow: 0px 3px 11px 0px rgba(4, 0, 0, 0.11);
}

.sub-box-container .sub-nav-box {
    padding: 0 32px 30px;
}
.sub-nav-box a{
    display: block;
    width: 100%;
    padding: 15px 0px;
    border: 1px solid #666666;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}
.sub-nav-box a:nth-child(1),.sub-nav-box a:nth-child(2){
    background-color: #343434;
    border-color: #518de3;
    color: #ffffff;
}
.sub-nav-box a:hover{
    border-color: #518de3;
    color:#518de3 ;
}
.sub-nav-box a:not(:last-child):hover{
    background-color: #518de3;
    border-color: #518de3;
    color: #ffffff;
}
.footer-area{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    /* border-top: 1px solid #ebebeb; */
}

.footer-area p{
    line-height: 30px;
    color: #343434;
}

.webpage-position{
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
}

.webpage-position a{
    color: #999999;
}

.webpage-position i{
    display: inline-block;
    margin: 0px 5px;
    color: #999999;
}
.webpage-position a:hover{
    text-decoration: underline;
}


.detail-btn{
    width: 100%;
    margin-top: 20px;
}

.detail-btn a{
    display: inline-block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    background-color: #343434;
    border-radius: 5px;
    color: #ffffff;
}

.detail-btn a:hover{
    opacity: 0.9;
    text-decoration: underline;
}