*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-family: "hanyiqihei";
}
body{
    /*background-color: #f5f7fa;*/
}
.container{
    /* max-width: 1440px; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
header{
    width: 100%;
    height: 60px;
    /*background-color: rgba(215, 177, 128, 0.5);*/
    background-image: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.20) 100%);
    filter: blur(6);
    -webkit-filter: blur(6);
    position: absolute;
    z-index: 9999;
}
header div{
    max-width: calc(1440px - 160px);
    margin: 0 auto;
    height: 60px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}
header div .logo-box{
    height: 60px;
    width: auto;
}
header div .logo-box .logo-menu{
   display: none;
}
header div .logo-box .logo {
    margin-top: 17px;
    width: 150px;
    height: 26px;
    object-fit: contain;
    cursor: pointer;
}
header div .nav{
    list-style: none;
    flex-grow: 1;
}
header div .nav li{
    /* height: 60px; */
    margin-left: 30px;
    line-height: 60px;
    display: inline-block;
}
header div .nav li a{
    font-size: 14px;
    display: block;
    color: white;
    height: 40px;
}
header div .nav li a:hover{
    border-bottom: 1px solid white;
}
.tool-ul{
    list-style: none;
}
.tool-ul li{
    display: inline-block;
    margin-left: 30px;
}
.tool-img{
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 18px;
}
.search-box{
    display: flex;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(133, 83, 83, 0.2);
    transform: translateY(-7px);
}
.search-box input{
    display: block;
    width: calc(100% - 70px);
    height: 100%;
    outline: none;
    font-size: 14px;
    color: white;
    background-color: transparent;
    margin-left: 15px;
}
.search-box img {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(./../images/search.png);
    background-size: 100%;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.line{
    display: block;
    width: 1px;
    height: 24px;
    background-color: white;
}
.language a{
    color: white;
    font-size: 14px;
    display: inline-block;
    transform: translateY(-7px);
}
.language img{
    width: 15px;
    height: 15px;
    transform: translateY(-5px);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
    opacity: 0.6;
    font-size: 14px;
}

.banner-box{
    width: 100%;
    height: 600px;
    display: block;
}
.banner-box > .show-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box > .control-box{
    width: calc(1440px - 160px);
    height: auto;
    position: absolute;
    top: 420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.banner-box > .control-box > .banner-tool{
    display: flex;
    justify-content: space-between;
    width: 136px;
    height: 60px;
    position: relative;
}
.banner-box > .control-box > .banner-tool img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.banner-box > .control-box > .banner-switch{
    width: 100px;
    display: flex;
    position: relative;
    margin-top: 30px;
}
.banner-box > .control-box > .banner-switch span{
   display: block;
   width: 10px;
   height: 3px;
   background-color: white;
   opacity: 0.5;
   margin-right: 15px;
}
.banner-box > .control-box > .banner-switch .active{
    width: 20px;
    height: 4px;
    opacity: 1;
}
.banner-box .banner-imgs{
    display: none;
}   
.banner-bottom{
    width: 100%;
    height: 120px;
    /* background-image: linear-gradient(#DDAE7A, white);
    border-radius: 100% 100% 00 / 100% 100% 0 0; */
    background-image: url(./../images/bg/2000-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-bottom: none;
    position: relative;
    top: -100px;
    text-align: center;
    font-size: 28px;
    /*font-weight: bold;*/
    color: #302C27;
}
.banner-bottom > .recommend-box-title > span{
    position: relative;
    top: 80px;
    font-family: "tencent";
}
.recommend-box{
   width: 100%;
    height: 230px;
}
.recommend-box ul{
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.recommend-box ul li{
    width: 405px;
    height: 232px;
    display: flex;
    /* background-color: grey; */
}
.recommend-post-detail{
    height: 180px;
    width: calc(100% - 180px);
    margin-top: 26px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.recommend-post-detail > div{
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    margin: 24px auto;
}
.recommend-post-detail > div > .date{
    width: 197.33px;
    height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 22px;
}
.recommend-post-detail > div > .title{
    width: 177px;
    height: calc(100% - 42px);
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 30px;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:3;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}.recommend-post-detail > div > .author{
    width: 193.98px;
    height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 20px;
}
.recommend-post-detail > div > .title:hover{
    color: #C18E55;
}
.recommend-box ul li img{
    display: block;
    width: 180px;
    height: 100%;
    object-fit: cover;
    /* background-color: green; */
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.20);
    position: relative;
    z-index: 999;
}
.content-box{
    position: relative;
    /* width: calc(100% - 160px); */
    max-width: calc(1440px - 160px);
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    overflow: hidden;
}
.news-box{
    width: 100%;
    margin-top: 80px;
}
.news-box > .news-box-title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /*font-weight: bold;*/
    color: #302C27;
    margin-bottom: 48px;
}
.news-box > ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.news-box > ul > li{
    width: 405px;
    height: calc(228px + 140px);
}
.news-box > ul > li > .news-img{
    width: 100%;
    height: 228px;
}
.news-box > ul > li > .news-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-box > ul > li > .news-detail{
    width: 357px;
    height: 186px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
    position: relative;
    top: -45px;
    margin: 0 auto;
}
.news-detail > div{
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    position: absolute;
    top: 24px;
    left: 24px;
}
.news-detail > div > .tag{
    width: 100%;
    height: 22px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #C18E55;
    letter-spacing: 0;
    line-height: 22px;
}
.news-detail > div > .date{
    width: 100%;
    height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 22px;
}
.news-detail > div > .title{
    display: block;
    width: 100%;
    height: 48px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    margin-top: 30px;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:2;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}
.news-detail > div > .title:hover{
    color: #C18E55;
}
.news-detail:hover{
    border-bottom: 2px solid #C18E55 ;
}
.news-box-tool{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.news-box-tool > .page-tag{
    display: flex;
}
.news-box-tool > .page-tag > span{
    display: block;
    width: 10px;
    height: 3px;
    margin-right: 10px;
    background-color: #DBDBDB;
    margin-top: 30px;
}
.news-box-tool > .page-tag .active{
    width: 20px;
    height: 4px;
    background-color: #C18E55;
}
.news-post-display{
    display: none;
}
.news-box-tool > .page-btns img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.news-box-tool > .page-btns img:nth-child(2):hover {
    content: url("./../images/button_right_hover.png");
}
.news-box-tool > .page-btns img:nth-child(1):hover {
    content: url("./../images/button_left_hover.png");
}
.result-box {
    width: 100%;
    /*background-color: red;*/
    margin-top: 80px;
}
.result-box > .box-title{
    width: 100%;
    /*height: 60px;*/
    text-align: center;
    font-size: 28px;
    /*font-weight: bold;*/
    color: #302C27;
}
.result-box > .title-desc{
    width: 100%;
    /*height: 60px;*/
    text-align: center;
    margin-top: 24px;
}
.result-box > .title-desc > a{
    color: #C18E55;
    font-size: 16px;
}
.result-box > .title-desc > a:hover{
    text-decoration: underline;
}
.result-box > .title-desc > img{
    width: 11px;
    height: 11px;
}
.result-menu{
    /* width: calc(100% - 160px); */
    max-width: 1440px;
    height: 157px;
    margin: 0 auto;
    overflow: hidden;
}
.result-menu-box{
    width: 100%;
    background-color: #F7F7F7;
    /*background-color: red;*/
}
.result-menu > ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.result-menu > ul > li{
    width: 213px;
    height: 172px;
    /*background-color: red;*/
    text-align: center;
    display: flex;
    justify-content: center;
}
.result-menu > ul > li > div{
    width: 80px;
    height: 80px;
    margin-top: 25px;
}
.result-menu > ul > li > div > span{
    font-size: 18px;
    /*color: #FFFFFF;*/
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
}
.result-menu > ul > li > div > img{
    width: 64px;
    height: 64px;
}
.result-menu > ul > .active{
    background-image: url("./../images/xingzhuang.png");
    background-size: 100% 92%;
}
.result-menu > ul > .active > div > span{
    color: #FFFFFF;
}
.result-content-box{
    width: 100%;
    height: 470px;
    display: flex;
    justify-content: space-between;
}
.result-content-box > .left{
    width: 276px;
    height: 100%;
    /*background-color: red;*/
}
.result-content-box > .right{
    width: calc(100% - 276px - 80px);
    height: 100%;
    /*background-color: green;*/
}
.result-content-title{
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    color: #000000;
    margin-top: 90px;
}
.result-content-desc{
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    color: #707070;
    line-height: 31px;
    font-weight: 500;
}
.result-content-link{
    width: 100%;
    height: 22px;
    margin-top: 50px;
}
.result-content-link a{
    color: #C18E55;
    font-size: 16px;
}
.result-content-link img{
    width: 14px;
    height: 14px;
    object-fit: cover;
}
.result-content-list{
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #F7F7F7;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.result-content-list > div{
    width: calc(100% / 3);
    height: 100%;
    text-align: center;
    color: #707070;
    font-size: 18px;
    cursor: pointer;
}
.result-content-list > div:hover{
    color: #C18E55;
}
.result-content-list > .active{
    color: #C18E55;
    border-bottom: 3px solid #C18E55;
}
.result-content-list-data{
    width: 100%;
}
.result-content-list-data > ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.result-content-list-data > ul > li{
    width: 201px;
    height: 261px;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.result-content-list-data > ul > li > img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.result-content-list-data > ul > li:hover .zhezhao{
    display: block;
}
.result-content-list-data > ul > li > .zhezhao{
    display: none;
    width: calc(100% - 32px);
    height: calc(148px - 32px);
    position: relative;
    top: -148px;
    overflow: hidden;
    padding: 16px;
    background-image: linear-gradient(134deg, #F9E1B7 0%, #C49259 100%);
}
.result-content-list-data > ul > .li-book > .zhezhao{
    display: none;
    width: calc(100% - 32px);
    height: calc(88px - 32px);
    position: relative;
    top: -93px;
    overflow: hidden;
    padding: 16px;
    background-image: linear-gradient(134deg, #F9E1B7 0%, #C49259 100%);
}
.result-content-list-data > ul > li > .m-title{
    display: none;
}
.result-content-list-data > ul > li > .zhezhao > .title{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.result-content-list-data > ul > li > .zhezhao > .author{
    width: 100%;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.90);
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 15px;
}
.result-content-list-data > ul > li > .zhezhao > .date{
    width: 100%;
    height: 22px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.90);
    letter-spacing: 0;
    line-height: 22px;
}
.result-content-list-data > ul > li > .pane{
    position: relative;
    width: calc(100% - 30px);
    height: 150px;
    /*background-color: #DDAE7A;*/
    top: -266px;
    left: 15px;
}
.result-content-list-data > ul > li > .pane > p{
    font-size: 16px;
    color: white;
    width: 100%;
    overflow: hidden;
}
.result-content-list-data > ul > li > .pane > .title{
    height: 30px;
    line-height: 30px;
    margin-top: 100px;
    height: 90px;
    /*background-color: red;*/
}
.result-content-list-data > ul > li > .pane > .date{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    /*background-color: red;*/
}
.result-content-list-data-2{
    width: 100%;
}
.result-content-list-data-2 > ul{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: space-between;
    margin-top: 30px;
    overflow-x:scroll;
    overflow-y:hidden;
}
.result-content-list-data-2 > ul > li{
    display: inline-block;
    width: 298px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.result-content-list-data-2 > ul > li > .post-box{
    width: 298px;
    height: 220px;
}
.result-content-list-data-2 > ul > li > .post-box:hover{
    border-bottom: 2px solid #C18E55;
    height: 218px;
}
.result-content-list-data-2 > ul > li > .post-box > .post-category > img{
    width: 11.81px;
    height: 16.14px;
}
.result-content-list-data-2 > ul > li > .post-box > .post-category{
    width: 100px;
    height: 28px;
    background: #D7B180;
    position: relative;
    top: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.result-content-list-data-2 > ul > li > .post-box > .post-info{
    width: calc(100% - 48px);
    margin: 24px;
}
.result-content-list-data-2 > ul > li > .post-box > .post-info{
}.activity-box-header > a:hover{
    width: calc(100% - 48px);
    margin: 24px;
}
.result-content-list-data-2 > ul > li > .post-box > .post-info > .date{
    width: 100%;
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 22px;
}
.result-content-list-data-2 > ul > li > .post-box > .post-info > .title{
    width: 100%;
    height: 52px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 16px;
}
.result-content-list-data-2 > ul > li > .post-box > .post-info > .title > a{
    color: rgba(0,0,0,0.80);
}
.result-content-list-data-2 > ul > li > .post-box > .post-info > .title > a:hover{
    color: #C18E55;
}
.result-content-list-data-2 > ul > li > .post-box > .post-info > .author{
    width: 100%;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 42px;
}
.result-content-list-data-3{
    width: 100%;
}
.activity-box{
    width: 100%;
    height: auto;
    background-color: #F8F8F8;
}
.activity-box-header{
    width: 100%;
    /*background-color: red;*/
    text-align: center;
    padding-top: 80px;
}
.activity-box-title{
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 32px;
    margin-bottom: 24px;
}
.activity-box-header > img{
    width: 11px;
    height: 11px;
}
.activity-box-header > a{
    font-size: 15px;
    color: #C18E55;
    text-decoration: underline;
 }
.activity-posts{
    width: 100%;
    height: auto;
    margin-top: 48px;
}
.activity-posts > div{
    width: calc(100% - 22px);
    height: calc(160px - 20px);
    background-color: white;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    overflow: hidden;
    border-right: 1px solid #DBDBDB;
}
.activity-posts > div:hover{
    border-right: 2px solid #C18E55;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.activity-posts > div:hover > .post-date > .day,
.activity-posts > div:hover > .post-title > .title {
    color: #C18E55;
}
.activity-posts > div > .post-date{
    width: 112px;
    height: 144px;
    background-color: #F8F8F8;
}
.activity-posts > div > .post-date > .month{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}
.activity-posts > div > .post-date > .day{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 32px;
    color: #000000;
    margin-top: 12px;
}
.activity-posts > div > .post-date > .year{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
}
.activity-posts > div > .post-img{
    width: 266px;
    height: 144px;
    margin-left: 15px;
}
.activity-posts > div > .post-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-posts > div > .post-title{
    width: calc(100% - 112px - 266px - 220px - 180px - 60px);
    height: 144px;
    margin-left: 15px;
    overflow: hidden;
}
.activity-posts > div > .post-title-noimg > .activity-date,
.activity-posts > div > .post-title > .activity-date
{
    display: none;
}
.activity-posts > div > .post-title-noimg{
    width: calc(100% - 112px - 220px - 180px - 45px);
    height: 144px;
    margin-left: 15px;
}
.activity-posts > div > .post-title > .title,
.activity-posts > div > .post-title-noimg > .title
{
    display: block;
    max-height: 50px;
    width: 100%;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    margin-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.activity-posts > div > .post-title-noimg > .title{
    color: #C18E55;
}
.activity-posts > div > .post-title > .desc,
.activity-posts > div > .post-title-noimg > .desc{
    display: block;
    max-height: 60px;
    width: 100%;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    overflow: hidden;
    margin-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.activity-posts > div > .activity-date{
    width: 220px;
    height: 144px;
    margin-left: 15px;
    text-align: left;
}
.activity-posts > div > .activity-date > .date{
    font-size: 18px;
    color: #000000;
    margin-top: 40px;
}
.activity-posts > div > .activity-date > .type{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    margin-top: 15px;
}
.activity-posts > div > .post-tool{
    /*background-color: red;*/
    width: 180px;
    height: 144px;
    margin-left: 15px;
    line-height: 144px;
}
.activity-posts > div > .post-tool > p > a{
    font-size: 16px;
    color: #C18E55;
}
.activity-posts > div > .post-tool > p > img{
    width: 14px;
    height: 14px;
}
.international-box{
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
}
.international-box-header{
    width: 100%;
    /*height: 150px;*/
    text-align: center;
    /*background-color: red;*/
}
.international-box-header > p{
    display: block;
    width: 192px;
    font-size: 32px;
    color: rgba(0,0,0,0.80);
    line-height: 36px;
    margin: 0 auto;
    position: relative;
    top: 80px;
}
.international-box-header > div{
    margin-top: 104px;
}
.international-box-header > div > a{
    width: 160px;
    height: 36px;
    font-size: 16px;
    color: #C18E55;
    letter-spacing: 0;
    text-align: right;
    line-height: 36px;
}
.international-box-header > div > a:hover{
    text-decoration: underline;
}
.international-box-header > div > img{
    width: 11px;
    width: 11px;
}
.international-box-map{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    /*background-color: red;*/
    margin-top: 48px;
    margin-bottom: 80px;
}
.international-box-map > .left{
    width: calc(100% - 382px - 15px);
    height: 490px;
    background-image: url("./../images/map.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
    overflow: hidden;
}
.international-box-map > .left p{
    cursor: pointer;
    height: 28px;
    width:auto; display:inline-block !important; display:inline;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
    border-radius: 14px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}
.international-box-map > .left p:hover{
    background-color: #D7B180;
    color: white;
}
.canada{
    transform: translate(120px, 130px);
}
.usa{
    transform: translate(0px, 180px);
}
.netherlands{
    transform: translate(230px, 150px);
}
.european-union{
    transform: translate(230px, 180px);
}
.The-United-Arab-Emirates{
    transform: translate(200px, 240px);
}
.New-Zealand{
    transform: translate(400px, 420px);
}
.Australia{
    transform: translate(200px, 360px);
}
.Indonesia{
    transform: translate(160px, 310px);
}
.Singapore{
    transform: translate(-40px, 310px);
}
.Malaysia{
    transform: translate(-120px, 280px);
}
.Thailand{
    transform: translate(-200px, 250px);
}
.Philippines{
    transform: translate(680px, 250px);
}
.Macao{
    transform: translate(590px, 210px);
}
.Hongkong{
    transform: translate(500px, 190px);
}
.Japan{
    transform: translate(455px, 160px);
}

.international-box-map > .right{
    width: 382px;
    height: 492px;
    background-color: white;
    border-bottom: 2px solid #C18E55;
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.international-box-map > .right > .title{
    display: block;
    width: calc(100% - 15px);
    height: 40px;
    font-size: 16px;
    color: white;
    line-height: 40px;
    padding-left: 15px;
    background-color: #D7B180;
}
.international-box-map > .right > .post-list{
    list-style: none;
    width: 100%;
    height: calc(100% - 40px - 40px - 15px);
    overflow: hidden;
}
.international-box-map > .right > .post-list > li{
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
    height: 22px;
    overflow: hidden;
    /*background-color: red;*/
    margin-top: 15px;
}
.international-box-map > .right > .post-list > li > a{
    color: #000000;
    font-size: 16px;
}
.international-box-map > .right > .post-list > li > a:hover{
    color: #C18E55;
}
.international-box-map > .right > .more{
    width: 100%;
    height: 40px;
    /*background-color: red;*/
    text-align: right;
    line-height: 40px;
}
.international-box-map > .right > .more > a{
    color: #C18E55;
    font-size: 16px;
}
.international-box-map > .right > .more > img{
    width: 14px;
    height: 14px;
    margin-right: 15px;
}
footer{
    width: 100%;
    height: 298px;
    background-color: #D7B180;
}
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
.footer-menu-box > div > .follow > img:nth-child(1) {
    margin-right: 16px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.mobile-line{
    display: none;
}

/*字体设置*/
.site-remark,
.international-box-header > p,
.activity-box-title,
.result-box > .box-title,
.news-box > .news-box-title,
.recommend-box-title {
    font-family: "tencent";
}

/*适配iad */
@media screen and (max-width: 768px) {
    .result-menu > ul > li{
        display: inline-block;
        width: 88px;
        height: 90px;
        margin-right: 30px;
    }
}

    /* 适配 Ipad Pro 及以下 */
@media screen and (max-width: 1366px){
    header div .logo-box .logo-menu{
        display: block;
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
     }
    header div .logo-box .logo {
        margin-left: 15px;
        height: 24px;
        /* content: url(./../images/logo_yellow.png); */
        margin-top: 15px;
    }
    header div .logo-box{
        width: 100%;
        /* border-bottom: 1px solid #FDFDFD; */
    }
    header div{
        width: 100%;
        margin: 0;
        height: 60px;
        display: block;
        /* background-color: white; */
    }
    header div .nav {
        position: relative;
        z-index: 999;
        /* background-color: white; */
    }
    header div .nav li{
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    header div .nav li a{
        color: black;
    }
    .search-box, .tool-ul{
        width: 100%;
  
    }
    header div .nav, 
    header div .tool-ul, 
    .banner-box .banner-tool,
    .banner-box .banner-switch{
        display: none;
    }
    .search-box{
        margin-top: 25px;
        display: flex;
        width: 85%;
        height: 40px;
        border-radius: 20px;
        /*background-color: rgba(199,157,110, 1);*/
        background-color: #F7F7F7;
        transform: translateY(-7px);
    }
    .search-box input{
        display: block;
        width: calc(100% - 70px);
        height: 100%;
        outline: none;
        font-size: 14px;
        color: rgba(0,0,0,0.40);
        background-color: transparent;
        margin-left: 15px;
    }
    .search-box input::placeholder{
        color: rgba(0,0,0,0.40);
    }
    .banner-bottom{
        width: 100%;
        height: 100px;
        /* background-image: linear-gradient(#DDAE7A, white);
        border-radius: 50% 50% 00 / 50% 50% 0 0; */
        background-image: url(./../images/bg/2000-2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-bottom: none;
        position: relative;
        top: -100px;
    }
    .content-box{
        max-width: calc(100% - 32px);
        margin: 0 auto;
        padding: 0;
    }
    .recommend-box{
        width: 100%;
        height: auto;
    }
    .recommend-box ul{
        display: block;
    }
    .recommend-box ul li{
        margin-bottom: 15px;
        width: 100%;
        height: 138px;
        background: #FFFFFF;
        box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
        /* height: calc(232px - 48px); */
    }
    .recommend-post-detail{
        margin: 0;
        height: 100%;
        box-shadow: none;
        width: calc(100% - 48px);
    }
    .recommend-post-detail > div > .title{
        width: 100%;
        -webkit-line-clamp:2;/**显示的行数**/
        line-height: 24px;
        font-size: 16px;
        margin-top: 6px;
    }
    .recommend-post-detail > div > .author{
        margin-top: 5px;
    }
    .recommend-box ul li img{
        /*height: calc(100% - 48px);*/
        width: 88px;
        height: 114px;
        margin: 12px;
    }
    .news-box > ul{
        overflow: hidden;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: auto;
    }
    .news-box > ul > li{
        display: inline-block;
        width: 100%;
    }
    .news-box > ul > li > .news-img{
        height: 158px;
    }
    .news-box > ul > li > .news-detail{
        width: 100%;
        position: relative;
        top: 0;
        margin: 0;
    }
    .news-box-tool{
        display: none;
    }
    .news-post-display{
        display: block;
    }
    .result-menu{
        width: 100%;
        height: 96px;
    }
    .result-menu > ul{
        display: block;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        width: auto;
    }
    .result-menu > ul > li{
        display: inline-block;
        width: 88px;
        height: 96px;
        margin-right: 40px;
    }
    .result-menu > ul > li > div{
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    .result-menu > ul > li > div > img{
        width: 40px;
        height: 40px;
        margin: 5px auto;
        display: block;
    }
    .result-menu > ul > li > div > span{
        display: block;
        font-size: 14px;
    }
    .result-menu > ul > .active{
        background-size: 100% 100%;
    }
    .result-content-box > .left{
        display: none;
    }
    .result-content-box > .right{
        width: 100%;
    }
    .result-content-list-data > ul{
        display: block;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        width: 360px;
    }
    .result-content-list-data > ul > li{
        display: inline-block;
        width: 120px;
        height: calc(156px + 7px + 44px);
        margin-right: 12px;
    }
    .result-content-list-data > ul > li > img{
        height: 156px;
    }
    .result-content-list-data > ul > li > .pane{
        position: relative;
        top: -100px;
        /*background-color: red;*/
        height: 60px;
        left: 0;
    }
    .result-content-list-data > ul > li > .pane > .title{
        display: block;
        word-break: break-all;
        white-space: pre-wrap;
        color: #000000;
        font-size: 14px;
        /*background-color: #C18E55;*/
        width: 119px;
        height: 40px;
        overflow: hidden;
        line-height: 20px;
    }
    .result-content-list-data > ul > li > .pane > .date,
    .result-content-list-data > ul > li > .pane > .author{
        display: none;
    }
    .result-content-list-data{
        height: 230px;
        /*background-color: rebeccapurple;*/
    }
    .result-content-box{
        height: 360px;
        /*background-color: green;*/
    }
    .activity-posts > div{
        margin-bottom: 16px;
    }
    .activity-posts > div > .post-date{
        width: 66px;
        height: 112px;
        margin-top: 8px;
    }
    .activity-posts > div > .post-date > .month{
        margin-top: 16px;
    }
    .activity-posts > div > .post-title,
    .activity-posts > div > .post-title-noimg
    {
        width: calc(100% - 66px - 35px);
    }
    .activity-posts > div > .post-title > .title,
    .activity-posts > div > .post-title-noimg > .title
    {
        color: rgba(0,0,0,0.80);
        font-size: 16px;
        max-height: 45px;
    }
    .activity-posts > div > .activity-date,
    .activity-posts > div > .post-title-noimg > .desc,
    .activity-posts > div > .post-title > .desc,
    .activity-posts > div > .post-img,
    .activity-posts > div > .post-tool
    {
        display: none;
    }
    .activity-posts > div > .post-title-noimg > .activity-date,
    .activity-posts > div > .post-title > .activity-date{
        display: block;
    }
    .activity-posts > div > .post-title-noimg > .activity-date  > .date,
    .activity-posts > div > .post-title > .activity-date  > .date{
        font-size: 14px;
        color: rgba(0,0,0,0.80);
        margin-top: 30px;
    }
    .activity-posts > div > .post-title-noimg > .activity-date  > .type,
    .activity-posts > div > .post-title > .activity-date  > .type{
        font-size: 14px;
        color: rgba(0,0,0,0.40);
        margin-top: 0;
    }
    .international-box-map > .left{
        width: 100%;
        height: 256px;
    }
    .international-box-map > .left p{
        position: absolute;
        z-index: -9999;
    }
    .international-box-map > .right{
        display: none;
    }
    footer{
        height: 555px;
    }
    .footer-menu-box{
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .footer-menu-box > .service,
    .footer-menu-box > .law{
        width: 50%;
        order: 2;
    }
    .footer-menu-box > .logo-box{
        order: 3;
    }

    .footer-menu-box > div{
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.20);
        padding-bottom: 30px;
    }
    .footer-menu-box > div > a{
        margin-top: 10px;
    }
    .footer-menu-box > .logo-box,
    .footer-menu-box > .logo-box > .follow
    {
        border-bottom: none;
        text-align: center;
    }
    .site-copyright{
        display: none;
    }
    .banner-box > .control-box{
        display: none;
    }
    .banner-box > .show-img {
        object-fit: cover;
    }
    .result-content-list-data-2 > ul > li{
        margin-right: 12px;
    }
    .activity-posts > div{
        border-right: 2px solid #C18E55;
        height: 128px;
    }
    .result-menu-box{
        background-color: white;
    }
    .result-content-list-data-2 > ul > li > .post-box > .post-category > img{
        width: 28px;
        height: 28px;
    }
    .mobile-line{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 3px;
    }
    .mobile-line > span{
        display: block;
        width: 12px;
        height: 3px;
        background: #D8D8D8;
        margin-right: 16px;
    }
    .mobile-line > .active{
        display: block;
        width: 24px;
        height: 3px;
        background: #C18E55;
    }
    .banner-bottom > .recommend-box-title > span,
    .news-box > .news-box-title,
    .result-box > .box-title,
    .activity-box-title,
    .international-box-header > p{
        font-size: 22px;
    }
    .news-detail > div > .date{
        margin-top: 8px;
    }
    .news-detail > div > .title{
        margin-top: 16px;
    }
    .news-box > ul > li > .news-detail{
        height: 170px;
    }
    .result-box > .title-desc > a,
    .activity-box-header > a,
    .international-box-header > div > a{
        font-size: 14px;
        margin-top: 8px;
    }
    .result-content-list > div{
        font-size: 14px;
        font-weight: 400;
    }
    .result-content-list-data > ul > li > .m-title{
        display: block;
        width: 120px;
        height: 44px;
        line-height: 22px;
        margin-top: 7px;
        overflow: hidden;
        white-space: normal;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .result-content-list-data > ul > li > .m-title > a{
        font-weight: 500;
        font-size: 14px;
        color: rgba(0,0,0,0.80);
    }
    .activity-posts > div > .post-date > .day{
        font-weight: bold;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .activity-posts > div > .post-date > .year{
        margin-top: 0;
    }
    .footer-menu-box > div > .title{
        font-size: 16px;
        font-weight: 600;
    }
    .footer-menu-box > div > .site-info{
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 16px;
        color: rgba(255,255,255,0.80);
    }
}
