body {
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHeis;
    min-width:1200px;

}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled,
.swiper-button-prev3.swiper-button-disabled {
    opacity: 0;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev3, .swiper-rtl .swiper-button-next3,
.swiper-button-next3, .swiper-rtl .swiper-button-prev3 {
    width: 32px;
    height: 60px;
    background: #000000;
    opacity: 0.6;

}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-prev3,
.swiper-rtl .swiper-button-next3 {
    left: 0;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-next3,
.swiper-rtl .swiper-button-prev3 {
    right: 0;
}
.swiper{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.my-button-hidden {
    display: none;
}
.swiper-button-prev:after,
.swiper-button-prev3:after {
    font-family: unset;
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 10px solid #FFFFFF;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #FFFFFF;
    margin: 2px 17px 2px 6px;
}
.swiper-button-prev3:after {
    margin: 20px 0 2px 0;
}
.swiper-button-next:after,
.swiper-button-next3:after {
    font-family: unset;
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 10px solid #FFFFFF;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #FFFFFF;
    border-right-color: transparent;
    margin: 2px 6px 2px 17px;
}
.swiper-button-next3:after {
    margin: 20px 0 2px 13px;
}
#swiper1 {
    width: 100%;
    height: 400px;
}
.center-box {
    width: 1200px;
    margin: auto;
    height: 100%;
}
.ellipsis-style {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:7px;
    text-align: justify;
}
.row-tip {
    width: 960px;
    padding: 14px 19px 0 20px;
    background-color: #fff;
}
.title-block {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.more {
    float: right;
    color: #003686;
    font-size: 12px;
    font-weight: 500;
    padding-right:20px;
}
.a-img-block {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #F7F7F7;
    /* background-position: center;
    background-size: 100%;
    background-repeat: no-repeat ; */
}
.small-title {
    max-height: 36px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 17px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.md-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding: 12px 10px 0 10px;
}
.pdt1 {
    padding-top: 13px;
    text-align: center;
    padding-left: 1px;
}
.pdt1-color {
    color: #ED6C00;
}
.home-wrap {
    width: 100%;
    /* height: 100%; */
    position: relative;
    margin: auto;
    min-height: 1600px !important;
    height: auto;
}
.bg-banner-container {
    position: relative;
}
/* .bg-banner-container {
    width: 100%;
    height: 400px;
    background-image: url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg.jj20.com%2Fup%2Fallimg%2F1113%2F052420110515%2F200524110515-2-1200.jpg&refer=http%3A%2F%2Fimg.jj20.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1653182827&t=c8be45a…);
    background-repeat: no-repeat;
    background-size: 100%;
} */
.bg-nav {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    width: 1200px;
    z-index: 99;
}
.bg-nav-scroll {
    left: 0;
    background-color: #fff;
}
.nav-box {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    width: 1200px;
    /* z-index: 999999; */
    font-size: 14px;
}
.action-block .search-span {
    margin-top: 2px;
}
.search-img {
    vertical-align: middle;
    cursor: pointer;
    margin-top: 3px;
}
.search-img-expend {
    vertical-align: middle;
    padding-bottom: 2px;
}
.logo-block {
    width: 184px;
    /* float: left; */
    text-align: center;
    padding: 20px 0px;
}
.action-block {
    display: flex;
    float: right;
}
.action-block span {
    margin: 0 12px;
    color:#333333;
}
.action-block span:last-child {
    margin-right: 0;
}
.search-expend-box {
    width: 0;
    /* width: 244px; */
    height: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    transform: translate(-16px,48%);
}
.search-input {
    border: none;
    background-color: transparent;
    margin-left:7px;
    width:109px;
    outline: none;
}
.search-btn {
    padding: 0 6px 0 8px;
    font-size: 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.search-label {
    border: 1px dashed #999;
    margin: 0 4px;
}
.search-input:focus-visible {
    border: none;
    background-color: transparent;
    outline: none;
}
.main-container {
    background-color: #F7F7F7;
    width: 100%;
    height: 1304px;
}
.menu-content {
    width: 184px;
    /* position: absolute; */
    position: fixed;
    /* top: 60px; */
    left: auto;
    top: 0;
    /* background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22); */
    z-index: 999;

}
.menu-items-box-scroll-wrap {
    /* box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22); */
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0px 10px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.menu-items-box-scroll-wrap::-webkit-scrollbar { width: 0 !important }
.menu-items-box {
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0px 10px rgb(0 0 0 / 10%);
    /* box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22); */
    background-color: #fff;
}
.menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 20px 20px 20px 35px;
    height: 66px;
    box-sizing: border-box;
}
.chinese-sp {
    color: #333333;
    font-size: 18px;
}
.en-sp {
    color: #999999;
    font-size: 12px;
    padding-top: 4px;
    display: none;
}
.chinese-action-sp {
    color: #333333;
    font-size: 16px;
}
.en-action-sp {
    color: #CCCCCC;
    font-size: 12px;
    display: none;
}
.chinese-organization-p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 200px;
    line-height: 22px;
}
.en-organization-p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 200px;
    opacity: 0.7;
}
.main-content {
    width: 1043px;
    /* position: absolute;
    top: 60px;
    left: 536px; */
    margin-left: 188px;
    padding-bottom: 50px;
}
.actived-menu-item {
    background-color: #003686;
}
.color {
    color: #fff;
}
.subMenu-box {
    max-width: 1014px;
    position: fixed;
    top: 60px;
    background-color: #003686;
    z-index: 9999;
    color: #FFFFFF;
}
.subMenu-box ul {
    padding: 15px 0 15px 10px;
}
.subMenu-box li {
    display: flex;
    flex-direction: column;
    padding-right:10px;
}
.subMenu-box ul.subMenu-hidden {
    display: none;
}
.subMenu-box ul.subMenu-show {
    display: flex;
}
.subMenu-item-box2 .subMenu-item-title, .quickly-item-box0 .subMenu-item-title{height: 34px}
.subMenu-item-title {
    font-size: 17px;
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
    padding: 10px;
    margin-bottom:10px;
}
.subMenu-item {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
}
.subMenu-item:hover {
    text-decoration:underline;
}
.slogan-box {
    height: 350px;
    padding-left: 60px;
}
.slogan-box .title {
    font-size: 30px;
    color: #123A87;
    padding: 10px;
}
.slogan-box .short {
    font-size: 16px;
    color: #003686;
    padding: 10px;
}
.slogan-box .symbol-box {
    display: flex;
    transform: translateY(70px);
    margin: 20px 10px;
}
.slogan-box .symbol {
    width: 64px;
    height: 4px;
    background-color: #123A87;
}
.slogan-box .symbol-x {
    width: 29px;
    height: 4px;
    background-color: #ED6C00;
}
.slogan-box .introduce {
    width: 532px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #123A87;
    line-height: 22px;
    padding: 10px;
    transform: translateY(60px);
}
.content, .activity-items-box {
    position: relative;
}
.content .swiper-button-prev,
.content .swiper-button-next {
    top: 139.5px;
}
.activity-items-box .swiper-button-prev3,
.activity-items-box .swiper-button-next3 {
    position: absolute;
    top: 100px;
    z-index: 99;
}
.quickly-box {
    display: flex;
    align-items: center;
    margin-left: -10px;
    padding-left: 25px;
    padding-top: 20px;
    position: relative;
}
.quickly-item-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 10px;
    width: 150px;
    height: 150px;
    color: #666666;
    font-size: 12px;
}
.box-shadow {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.quickly-item-box {
    max-width: 1014px;
    position: absolute;
    position: absolute;
    top: 181px;
    left: 34px;
    background-color: #ED6C00;
    z-index: 9999;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    padding: 15px 0 15px 10px;
}
.quickly-item-box li {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.quickly-item-title {
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
    font-size: 17px;
    padding:10px;
    margin-bottom:10px;
}
.quickly-item-box.subMenu-hidden {
    display: none;
}
.quickly-item-box.subMenu-show {
    display: flex;
}
.video-news-box {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    margin-top: 20px;
    /* height: 320px;
    line-height: 100px; */
}
.video-news-box .content{
    padding: 0 20px 20px 20px;
    /* padding: 2px 20px 20px 20px; */
    background-color: #fff;
    width: 960px;
    height: 291px;
    display: flex;
}
.video-news-box .content .swiper {
    margin: 0;
}
.video-news-box .content .swiper-slide-active .img-word-block {
    margin-left: 0;
}
.vjs-modal-dialog-content {
    opacity: 0;
}
.vjs-error .vjs-error-display:before {
    content: '';
}
.vjs-big-play-centered .vjs-big-play-button {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 32px;
}
.video-block {
    width: 472px;
    /* width: 98%; */
    height: 265.5px;
    margin: 10px 5px 10px 0;
    background-color: #F7F7F7;
    position: absolute;
    top: 5px;
}
.vjs-poster {
    background-size: 100%;
}
.img-word-block {
    width: 100%;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}
.word-item-box {
    display: flex;
    height: 100px;
    margin-top:-7.75px;
}
.word-item-img-block {
    background-color: #F7F7F7;
    margin: 23px 0;
    height: 81px;
    width: 144px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* .word-item-img-block img{
    width: 100%;
    height:100%;
} */
.word-block {
    width: 320px;
    padding: 8px 0 0 10px;
}
.word-block-noimg {
    width: 464px;
    padding: 8px 0 0 10px;
}
.actions-box {
    display: flex;
    background-color: #FFFFFF;
    margin: 30px 25px;
    width: 1000px;
    height: 152px;
}
.actions-item-block {
    /* width: 210px; */
    width: 293px;
    margin: 34px 20px 34px 0;
    padding: 20px 20px 20px 0;
    border-right: 1px solid rgba(124, 136, 177, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.actions-item-block:first-child{
    margin-left: 0;
    padding-left: 20px;
}
.actions-item-block:last-child{
    margin-right: 0;
    padding-right: 20px;
    border-right: none;
}
.activity-box {
    width: 1000px;
    background-color: #fff;
    margin: 30px 25px;
    display: flex;
    flex-direction: column;
     height: 329px;
    /*height: 308px;*/
}
.activity-items-box {
    display: flex;
    padding: 4px 10px 10px 10px;
    cursor: pointer;
}
.activity-items-box .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
}
.activity-item-block {
    width: 32%;
    text-align: center;
}
.swiper-slide-flex {
    display: flex;
    justify-content: space-between;
}
.activity-item-img-block {
    width: 100%;
    /* height: 150px; */
    background-color: #F7F7F7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ns-item-img{
    width:100%;
    height:0;
    padding-bottom: 62%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.activity-word-ellipsis-style {
    color: #CCCCCC;
    padding: 4px 0px 0 0px;
    font-size: 12px;
    line-height: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* height: 30px; */
}
.cooperative-organization-box {
    margin: 25px 25PX;
    display: flex;
    background-color: #fff;
    width: 1000px;
    padding-bottom: 20px;
    flex-direction: column;
    margin-bottom: 20px;
}
.organization-item-block {
    display: flex;
    align-items: center;
    width: 300px;
    height: 92px;
    /* background-color: #003686; */
    margin: 0 15px;
    line-height: 20px;
    background-image: url('https://file.00dao.com/ShangHai/2022/05/2022051101652255565618.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.organization-item-block:first-child{
    margin-left: 10px;
}
.left-content, .right-content {
    padding: 15px;
}
.right-content {
    margin-left: 16px;
}
.footer-container {
    background-color: #222E41;
    width: 100%;
    /* height: 408px; */
    height: 238px;
    position:relative;
}
.footer-content {
    position: absolute;
    top: 5px;
    /* top: 1670px; */
    /*left: 536px;*/
    margin-left: 212px;
    width: 1000px;
}
.footer-head {
    color: #FFFFFF;
    padding: 20px 0 ;
    display: flex;
    border-bottom: 1px solid rgba(124, 136, 177, 0.2);
}
.phone-icon-block {
    width: 20px;
    margin-left: 40px;
    margin-right: 4px;
}
.phone-number-block {
    line-height: 20px;
}
.footer-main {
    display: flex;
    /* border-bottom: 1px solid rgba(124, 136, 177, 0.2); */
    /* padding: 20px 0px; */
}
.item-block {
    padding: 20px 0;
}
.left-main-box{
    width: 408px;
    margin-right: 210px;
}
.right-main-box{
    /* margin-left: 112px; */
    margin-left: 178px;
}
.qrcode-box {
    display: flex;
    text-align: center;
}
.qrcode-item-block {
    width: 98px;
    height: 98px;
    padding: 20px 28px 14px 0;
}
.footer-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    /* line-height: 18px; */
    line-height: 24px;
}
.footer-item-content {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.5;
}
.footer-bottom {
    /* padding: 20px 0; */
}
.hover-fill g {
    fill: #ED6C00;
}
.quickly-item-img-box {
    width: 44px;
    height: 44px;
    overflow: hidden;
}
/* .quickly-item-img-box img {
    filter: drop-shadow(40px 0px 0px #666666);
    -webkit-filter: drop-shadow(40px 0px 0px #666666);
    position: relative;
    width: 40px;
    left: -40px;
    border: 1px solid transparent;
}
.quickly-item-img-box img.actived {
    filter: drop-shadow(40px 0px 0px #ED6C00);
    -webkit-filter: drop-shadow(40px 0px 0px #ED6C00);
    position: relative;
    width: 40px;
    left: -40px;
    border: 1px solid transparent;
} */
.bgScroll {
    background-color: #fff;
    left: 50%;
    margin-left: -600px;
}
.search-img-show {
    display: inline-block;
}
.search-input-show {
    opacity: 1;
    width: 200px;
    transition: all 0.4s ease 0s;
}
.search-input-show label{
    margin-left:7px;
}
.search-input-hidden {
    opacity: 0;
    width: 0;
    transition: all 0.5s ease 0s;
}
.arrow{
    cursor: default;
}
.hander{
    cursor: pointer;
}
.swiper-button-hide {
    display: none;
}
#infomationtextdiv2{
    display: flex;
    padding: 14px 10px 0px 10px;
}
