/*@font-face {
    font-family: '微软正黑体';
    src: url('../fonts/微软正黑体.ttf');
}
*/
body {
   /* font-family: "Microsoft JhengHei";*/
   font-family: Arial, "Microsoft JhengHei", sans-serif;
    --size: 0px;
    --menusize: 0px;
    --minsize: 0px;
}

.container {
    width: 78%;
    padding: 0;
    /*max-width: 1300px;*/
}

.container::after,
.container::before {
    display: none;
}

.row::after,
.row::before {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}

a {
    transition: all .5s ease 0s;
}

a:hover {
    text-decoration: none;
}

.tit h2 {
    font-size: calc(36px + var(--size, 0));
    color: #323033;
    display: flex;
    align-items: center;
    line-height: 40px;
    font-weight: bold;
}

.tit p {
    font-size: calc(16px + var(--minsize, 0));
    line-height: 1.4;
}

.more {
    color: #323033;
    position: relative;
    padding-bottom: 10px;
}

.more i {
    padding-right: 10px;
}

.more:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, #C6454D, #24539E);
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
}

.more:hover {
    color: #C6454D;
}

.more:hover:before {
    width: 50%;
    right: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


/****************************************************首页****************************************************/

.section img {
    width: 100%;
    height: 805px;
    object-fit: cover;
}

.section .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.section .swiper-button-next,
.section .swiper-button-prev {
    color: #fff;
}

.section .swiper-button-next:after,
.section .swiper-button-prev:after {
    font-weight: bold;
}

.section .swiper-button-prev {
    left: 20px;
    right: auto;
}

.section .swiper-button-next {
    right: 20px;
    left: auto;
}

.section .swiper-slide {
    border-top-left-radius: 50px;
    overflow: hidden;
}


/*轮播图*/

.section {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.section .textdiv {
    position: absolute;
    top: 0px;
    height: 100%;
    text-align: left;
    width: 82%;
}

.section .textdiv {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0 15px 0;
    color: #fff;
}

.section .textdiv .textleft nav {
    color: #fff;
    font-size: calc(24px + var(--size, 0));
}

.section .textdiv .textleft h1 {
    font-size: calc(48px + var(--size, 0));
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
}

.section .textdiv .textright {
    padding-top: 25px;
}

.section .textdiv .textright a {
    color: #fff;
    font-size: calc(18px + var(--minsize, 0));
    font-weight: bold;
}

.section .textdiv .textright a.more:before {
    background-color: #fff;
    background-image: none;
}

.section img {
    width: 100%;
}


/*聯盟發起人*/

.section2 {
    position: relative;
    /*padding: 80px 0px;*/
    /*background-color: #24539E;*/
}

.section2 .section2bgdiv {
    position: absolute;
    bottom: 0;
    width: 98%;
    background-color: #F1F5F6;
    height: 100%;
    border-bottom-right-radius: 50px;
    z-index: 9;
}

.section2 .section2bgdiv1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #132B88;
    height: 300px;
}

.section2 .container {
    display: flex;
    flex-direction: column;
    /*padding: 80px 0 60px 0;*/
    position: relative;
    z-index: 99;
}

.section2 .container .tit {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 99;
}

.section2 .container .tit h2 {
    margin: 0 0 15px 0;
    color: #24539E;
}

.section2 .pics {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    justify-content: flex-start;
}

.section2 .pics .swiper-container {
    width: 100%;
}

.section2 .pics .swiper-container .swiper-wrapper {}

.section2 .swiper-slide {
    height: unset;
}

.indexsection2 .pics .swiper-slide {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 15px 15px 15px;
}

.section2 .pics .swiper-slide .bgbottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 90%;
    left: 5%;
}

.indexsection2 .pics .items {
    position: relative;
    min-height: 300px;
    /*margin: 15px;*/
    z-index: 10;
    width: 100%;
}

.peoplesection2 .pics .items {
    width: calc(33.33% - 30px);
    margin: 15px;
    padding: 30px 15px 30px 15px;
}

@media (max-width: 1280px) {
    .peoplesection2 .pics .items {
        width: calc(33.33% - 20px);
        margin: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .peoplesection2 .pics .items {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .section2 .pics .items {}
    .peoplesection2 .pics .items {
        width: 100%;
        margin: 7.5px 0;
    }
}

@media (min-width: 992px) {
    .indexsection2 .pics .items {
        width: 100%;
    }
}

.section2 .pics .boximg {
    overflow: hidden;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.section2 .pics .boximg img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section2 .pics .text {
    text-align: center;
    padding: 40px 0 25px 0;
    position: relative;
    z-index: 11;
}

.section2 .pics .text nav {
    font-size: calc(24px + var(--size, 0));
    color: #000;
}

.section2 .pics .text p {
    font-size: calc(18px + var(--minsize, 0));
    margin: 15px 0 25px 0;
    color: #000;
}

.section2 .pics .items:hover .boximg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section2 .pics .items:hover .more:before {
    width: 50%;
    right: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.section2 .pics .items .bgbottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 90%;
    left: 5%;
}

.section2 .swiperbutton {
    position: relative;
    width: 100%;
    top: 40px;
    z-index: 9999;
}

.section2 .swiper-button-next,
.section2 .swiper-button-prev {}

.section2 .swiper-button-next:after,
.section2 .swiper-button-prev:after {
    background-color: #C6454D;
    color: #fff;
    padding: 15px 19px;
    border-radius: 50%;
    font-size: calc(16px + var(--minsize, 0));
    box-shadow: 0px 0px 12px rgba(198, 69, 77, 0.5);
    font-weight: bold;
}

.section2 .swiper-button-prev {
    left: 10px;
    right: auto;
}

.section2 .swiper-button-next {
    left: 70px;
    right: auto;
}

.section2 .swiper-button-next.swiper-button-disabled:after,
.section2 .swiper-button-prev.swiper-button-disabled:after {
    background-color: #fff !important;
    color: #323033 !important;
}

.section2 .swiper-pagination {
    bottom: -30px;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}

.section2 .swiper-pagination-bullet {
    margin: 0 4px;
}

@media (max-width: 768px) {
    .section2 .swiper-pagination {
        display: block;
    }
}


/*about*/

.section3 {
    background: url(../images/bg33.png) #fff left top no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
     min-height: 800px;
  top: -270px;
}

.section3 .container {
    position: relative;
    display: flex;
    justify-content: space-between;
     padding: 420px 0 80px 0;
}

.bodylarge.bodyen .section3 .container {
     padding: 370px 0 80px 0;
}

.section3 .container .tit {
    width: 30%;
}

.section3 .container .tit h2 {
    color: #fff;
    margin-top: 0;
}

.section3 .container .tit .mores {
    display: flex;
    padding-top: 30px;
    position: relative;
    z-index: 999;
}

.section3 .container .tit .mores a {
    background-color: #132B88;
    padding: 15px 55px;
    color: #fff;
    border-radius: 30px;
}

.section3 .container .tit .mores a:hover {
    background-image: linear-gradient(to right, #C6454D, #132B88);
}



.section3 .container .related {
    width: 65%;
}

.section3 .container .related p {
    color: #fff;
    font-size: calc(34px + var(--size, 0));
}

.section3 .container .related p span {
    padding-right: 15px;
}

.section3 .container .related ul li {
    color: #fff;
    font-size: calc(28px + var(--size, 0));
    list-style-type: initial;
}

.section3 .container .related ul li span {
    padding-right: 15px;
}


/*相關機構*/

.section6 {
    overflow: hidden;
    position: relative;
    padding: 100px 0px 80px 0px;
    background-size: 100%;
}

.section6 .newdivs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section6 .newdivs .tit h2 {
    color: #24539E;
}

.section6 .newdivs .morediv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section6 .newdivs .morediv .mores {
    background-color: #C6454D;
    padding: 15px 50px;
    color: #fff;
    border-radius: 30px;
}

.section6 .newdivs .morediv .mores:hover {
    background-image: linear-gradient(to right, #C6454D, #24539E);
}

.section6 .pics ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.section6 .pics ul li {
    box-shadow: 1px 2px 5px 1px rgba(200, 200, 200, 0.3);
    margin: 10px;
    text-align: center;
    border-left: 5px solid #24539E;
    background: url(../images/bgimgs.png) right top no-repeat;
    background-size: contain;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section6 .pics ul li p {
    margin-bottom: 0;
    color: #000;
    font-size: calc(18px + var(--minsize, 0));
    ;
}

@media (min-width: 992px) {
    .section6 .pics ul li {
        width: calc(33% - 20px);
    }
}

@media (min-width: 1366px) {
    .section6 .pics ul li {
        width: calc(33% - 20px);
    }
}

@media (min-width: 1440px) {
    .section6 .pics ul li {
        width: calc(20% - 20px);
    }
    .bodylarge.bodyen .section6 .pics ul li {
        width: calc(25% - 20px);
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .section6 .pics ul li {
        width: calc(50% - 20px);
    }
    .bodyen .section6 .pics ul li {
        width: 100%;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .innerbody .section6 .pics ul li {
        width: calc(33% - 20px);
    }
}

@media (min-width: 1366px) {
    .innerbody .section6 .pics ul li {
        width: calc(25% - 20px);
    }
}

@media (min-width: 1440px) {
    .innerbody .section6 .pics ul li {
        width: calc(25% - 20px);
    }
}

@media (max-width: 992px) {
    .innerbody .section6 .pics ul li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .bodyen .section3 .container .tit .mores a {
        padding: 15px 20px;
    }
    .bodyen .section6 .newdivs .morediv .mores {
        padding: 15px 20px;
    }
    .bodyen .section4 .newdivs .morediv .mores {
        padding: 15px 20px;
    }

    .bodylarge.bodyen .section3 .container .tit .mores a {
        padding: 15px 20px;
    }
    .bodylarge.bodyen .section6 .newdivs .morediv .mores {
        padding: 15px 20px;
    }
    .bodylarge.bodyen .section4 .newdivs .morediv .mores {
        padding: 15px 20px;
    }


    .container .tit h2 {
        margin-bottom: 0;
    }
   
    .bodyen .tit h2 {
        font-size: calc(21px + var(--size, 0));
        margin-top: 0;
    }

    .bodylarge.bodyen .tit h2 {
        font-size: calc(22px + var(--size, 0));
        margin-top: 0;
    }
    .bodylarge.bodyen .section3 .container .related p {
        font-size: calc(16px + var(--size, 0));
    }
    .bodyen .section3 .container .related p span {
        display: block;
        padding-right: 0;
    }
}


/*news*/

.section4 {
    overflow: hidden;
    position: relative;
    background: url(../images/bg4.png) #F0F4F5 right top no-repeat;
    background-size: 60%;
    width: 98%;
    left: 2%;
    background-position-y: 50px;
    border-top-left-radius: 50px;
}

.section4 .container {
    padding-top: 80px;
}

.section4 .newdivs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section4 .newdivs .tit h2 {
    color: #24539E;
    padding-bottom: 10px;
}

.section4 .newdivs .morediv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section4 .newdivs .morediv .mores {
    background-color: #C6454D;
    padding: 15px 50px;
    color: #fff;
    border-radius: 30px;
}

.section4 .newdivs .morediv .mores:hover {
    background-image: linear-gradient(to right, #C6454D, #24539E);
}

.section4 .pics ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}

.section4 .pics ul li {}

.home .section4 .pics ul li {
    margin-bottom: 30px;
}

.section4 .pics ul li .items {
    position: relative;
    background-color: #fff;
    height: 100%;
    border-top: 5px solid #24539E;
}

.section4 .pics ul li .time {
    width: 83px;
    height: 75px;
    position: absolute;
    z-index: 99;
    box-sizing: border-box;
    top: -18px;
    padding: 10px;
    color: #fff;
    background: url(../images/newbg.png) no-repeat top center;
}

.section4 .pics ul li .boximg {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 99;
}

.section4 .pics ul li .boxtext {
    padding: 15px 15px 30px 15px;
    position: relative;
    z-index: 99;
}

.section4 .pics ul li .boxtext h3 {
    font-size: calc(20px + var(--size, 0));
    color: #24539E;
    line-height: 1.4;
    color: #000;
}

.section4 .pics ul li .boxtext h3 a {
    color: #000;
}

.section4 .pics ul li .boxtext p {
    font-size: calc(16px + var(--minsize, 0));
    color: #323033;
    margin: 15px 0 30px 0;
    line-height: 1.5;

   display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  /* 兼容 Firefox */
  display: -moz-box;
  -moz-box-orient: vertical;
  /* 兼容 Opera */
  display: -o-box;
  -o-box-orient: vertical;
  /* 兼容 IE/Edge */
  display: -ms-box;
  -ms-box-orient: vertical;
}

.section4 .pics ul li .boxtext span {
    font-size: calc(16px + var(--minsize, 0));
    color: #323033;
}

.section4 .pics ul li .boximg img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section4 .pics ul li:hover .boximg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section4 .pics ul li:hover .items {
    box-shadow: 0px 0.5rem 0.75rem rgb(0 0 0 / 29%);
}

.section4 .pics ul li:hover .items .saninco {
    display: block;
}

.section4 .containercontact {
    padding-bottom: 80px;
    min-height: 850px;
    position: relative;
}

.section4 .containercontact .formcontact {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 99;
    width: 65%;
    padding: 10px 50px 30px 50px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(150, 150, 150, 0.3);
}

.section4 .containercontact .formcontact .tit h2 {
    color: #24539E;
}

.section4 .containercontact .formcontact input {
    color: #000;
    padding: 10px 12px;
}

.section4 .containercontact .formcontact .form-control {
    height: unset;
}

.section4 .containercontact .formcontact input::-webkit-input-placeholder {
    color: #000;
}

.section4 .containercontact .formcontact textarea::-webkit-input-placeholder {
    color: #000;
}

.section4 .containercontact .formcontact .tit {
    padding: 0 15px 15px 15px;
}

.section4 .containercontact .formcontact button {
    margin-left: 15px;
    color: #fff;
    background-color: #24539E;
    border: none;
    border-radius: 50px;
    padding: 12px 50px;
}

.section4 .containercontact .formcontact button:hover {
    background-color: #C6454D;
}

.section4 .bgcontact {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.newmain .new2section4 .pics ul li {}

.newmain .new2section4 .pics ul li .items {
    border-top: none;
    border-left: 5px solid #24539E;
}

.newmain .new2section4 .pics ul li .boxtext {
    padding: 30px 15px 30px 15px
}

.newmain .new2section4 .pics ul li .boxtext {
    padding: 30px 15px 30px 15px
}

.newmain .new2section4 .pics ul li .boxtext h3 {
    margin-top: 10px;
    color: #000;
}

.newmain .new2section4 .pics ul li .boxtext p {
    margin: 10px 0 15px 0;
}

.newmain .new2section4 .pics ul li .morediv {
    text-align: right;
}

.newmain .new2section4 .pics ul li .morediv .more:before {}

.newmain .new3section4 .pics ul li {
    margin-bottom: 30px;
}

.newmain .new3section4 .pics ul li .items {
    border-top: none;
}

.newmain .new3section4 .pics ul li .boxtext {
    padding: 30px 15px 30px 15px
}

.newmain .new3section4 .pics ul li .boxtext {
    padding: 30px 15px 30px 15px
}

.newmain .new3section4 .pics ul li .boxtext h3 {
    margin-top: 10px;
    color: #000;
}

.newmain .new3section4 .pics ul li .boxtext p {
    margin: 10px 0 15px 0;
}

.newmain .new3section4 .pics ul li .morediv {
    text-align: right;
}

.newmain .new3section4 .pics ul li .morediv .more:before {}

.membermain .membersection4 {
    background-color: #fff;
    left: 0;
    width: 100%;
}

.membermain .membersection4 .tit {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.membermain .membersection44 .tit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.membermain .membersection44 .tit p {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding-right: 15px;
}

.membermain .membersection4 .tit h2 {
    color: #24539E;
}

.membermain .membersection4 .pics ul {
    /*margin-top: 20px;*/
}

.membermain .membersection4 .pics ul li {
    margin-bottom: 30px;
    position: relative;
}

.membermain .membersection4 .pics ul li .items {
    border-top: none;
    background-color: #F1F5F6;
    border: 1px solid #F1F5F6;
}

.membermain .membersection4 .pics ul li:before {
    content: "";
    position: absolute;
    background: url(../images/bginco4.png) center no-repeat;
    background-size: 100%;
    width: 80%;
    left: 10%;
    height: 170px;
    bottom: 0px;
    z-index: 9;
}

.membermain .membersection4 .pics ul li .boxtext {
    padding: 30px 15px 30px 15px;
    text-align: center;
}

.membermain .membersection4 .pics ul li .boxtext {
    padding: 15px 15px 30px 15px
}

.membermain .membersection4 .pics ul li .boxtext h3 {
    margin-top: 10px;
    color: #24539E;
}

.membermain .membersection4 .pics ul li .boxtext p {
    margin: 10px 0 15px 0;
}

.membermain .membersection4 .pics ul li .morediv {
    text-align: center;
}

.membermain .membersection4 .pics ul li .morediv .more:before {}

@media screen and (max-width:1024px) {
    .membermain .membersection4 .pics ul li {
        padding: 10px;
        width: 50%;
        margin-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .membermain .membersection4 .pics ul li {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .home .section4 .pics ul li {
        margin-bottom: 15px;
    }
}


/*订阅*/

.section5 {
    background-color: #24539E;
}

.section5 .container {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section5 .container .subscribeleft .tit {
    color: #fff;
}

.section5 .container .subscribeleft .tit h2 {
    color: #fff;
    padding-top: 20px;
}

.section5 .forms {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section5 .forms input {
    width: 60%;
    background: #1D437E;
    border: 1px solid #1D437E;
    padding: 10px;
    height: 50px;
    color: #fff;
    min-width: 300px;
    outline: none;
}

.section5 .forms button {
    width: 30%;
    background: #fff;
    border: 1px solid #fff;
    color: #0D1636;
    padding: 10px 40px;
    height: 50px;
    border-radius: 30px;
    margin-left: 20px;
}

.section5 .forms input::-webkit-input-placeholder {
    color: #fff;
}

.section5 .forms input:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
}

.section5 .forms input::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
}

.section5 .forms input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.footer .footright {
    flex-wrap: wrap;
}


/*關於我們*/

.contactmain .section4 {
    background-position-y: 65%;
    margin-bottom: 50px;
}

.contactmain .section4 .containercontact {
    min-height: unset;
    display: flex;
    overflow: hidden;
}

.contactmain .containercontact .formcontact {
    margin: 0 auto;
    text-align: center;
    background-color: unset;
    width: unset;
    box-shadow: unset;
}

@media (min-width: 768px) {
    .contactmain .containercontact .formcontact {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .contactmain .containercontact .formcontact {
        width: 50%;
    }
}

.contactmain .containercontact .formcontact .tit {
    padding: 0 15px 30px 15px;
}

.contactmain .containercontact .formcontact .tit h2 {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.contactmain .containercontact .formcontact {
    padding: 0;
}

.contactmain .containercontact .formcontact button {
    margin-top: 15px;
}

.contactsection .container .tit {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contactsection .container .tit h2 {
    color: #24539E;
}

.contactsection .container ul {
    display: flex;
}

.contactsection .container ul li {
    text-align: center;
}

.contactsection .container ul li label {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #24539E;
    border: 10px solid #F1F5F6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.contactsection .container ul li label i {
    font-size: calc(32px + var(--size, 0));
    color: #fff;
}

.contactsection .container ul li label:before {
    content: "";
    position: absolute;
    background: url(../images/bginco2.png) center no-repeat;
    background-size: 40%;
    width: 20px;
    height: 20px;
    bottom: -35px;
}

.contactsection .container ul li p {
    margin-top: 30px;
    font-size: calc(16px + var(--minsize, 0));
    line-height: 1.4;
}

.contactsection .container ul li p a {
    color: #000;
}

@media screen and (max-width: 1500px) {
    .menusection .container ul li {
        margin-right: 0;
        padding: 15px 25px;
    }
}

@media screen and (max-width: 1280px) {
    .sectionbanner .left {
        padding-left: 4%;
    }
    .menusection .container ul li {
        padding: 15px 20px;
    }
    .sectionbanner {
        height: 550px;
    }
}

@media screen and (max-width: 1200px) {
    .bodylarge.bodyen .menusection .container ul li {
        padding: 15px 10px;
    }
    .bodylarge.bodyen .menusection .container ul li a {
        color: #000;
        font-size: calc(14px + var(--minsize, 0));
    }
}

@media screen and (max-width:992px) {
    .menusection .container ul li {
        padding: 15px 20px;
    }
}

@media screen and (max-width:960px) {
    .menusection .container ul li {
        margin-right: 2px;
        padding: 15px 16px;
    }
    .bodylarge.bodyen .menusection .container ul {
        flex-wrap: wrap;
    }
    .bodylarge.bodyen .menusection .container ul li {
        padding: 15px 0;
        width: calc(25% - 30px);
        margin: 5px 15px;
    }
    .bodylarge.bodyen .menusection .container ul li a {
        color: #000;
        font-size: calc(14px + var(--minsize, 0));
    }
    .sectionbanner .left {
        border-top-left-radius: 0;
    }
    .sectionbanner {
        display: flex;
        flex-direction: column-reverse;
        height: unset;
    }
    .sectionbanner .left .tit h2 {
        padding-bottom: 0;
    }
    .sectionbanner .left {
        padding-top: 25px;
        padding-bottom: 25px;
        background: url(../images/bginco.png) 96% no-repeat;
        background-size: 16%;
        background-color: #24539E;
    }
    .sectionbanner .right {
        height: 500px;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .menusection .container ul {
        display: flex;
        flex-direction: column;
    }
    .contactsection .container ul {
        display: flex;
        flex-direction: column;
    }
    .contactsection .container ul li {
        padding-bottom: 20px;
    }
    .section4 .containercontact .formcontact .tit h2 {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .bodylarge.bodyen .menusection .container ul {
        flex-wrap: wrap;
    }
    .bodylarge.bodyen .menusection .container ul li {
        padding: 15px;
        width: unset;
        margin: unset;
    }
    .bodylarge.bodyen .menusection .container ul li a {
        color: #000;
        font-size: calc(16px + var(--minsize, 0));
    }
}

.policysection ul {
    overflow: hidden;
    border-bottom: 2px solid #F1F5F6;
}

.policysection ul li {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    width: 100%;
    padding: 20px 20px;
}

.policysection ul li div {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 100px);
}

.policysection ul li div label {
    padding-right: 15px;
}

.policysection ul li div label i {
    font-size: calc(16px + var(--minsize, 0));
    color: #24539E;
}

.policysection ul li div a {
    color: #000;
    font-size: calc(16px + var(--minsize, 0));
}

.policysection ul li div p {
    margin-bottom: 0;
    line-height: 1.5;
}

.policysection ul li {
    background-color: #F1F5F6;
}

.policysection ul li span {
    font-size: calc(16px + var(--minsize, 0));
    display: block;
    width: 100px;
    text-align: right;
}

.policysection ul li:nth-child(2),
.policysection ul li:nth-child(4),
.policysection ul li:nth-child(6),
.policysection ul li:nth-child(8),
.policysection ul li:nth-child(10),
.policysection ul li:nth-child(12),
.policysection ul li:nth-child(14),
.policysection ul li:nth-child(16),
.policysection ul li:nth-child(18),
.policysection ul li:nth-child(20) {
    background-color: #fff;
}

@media screen and (max-width:960px) {
    .policysection ul li {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 17px 15px;
    }
    .policysection ul li div {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    .policysection ul li span {
        font-size: calc(16px + var(--minsize, 0));
        display: block;
        width: 100%;
        text-align: right;
        padding-top: 15px;
    }
    .policysection ul li div label {
        padding-right: 10px;
    }
}

.newmain .section4 {
    width: 100%;
    left: 0;
    background-color: #fff;
}

.newmain .section4 .pics ul li .items {
    background-color: #F1F5F6;
}

.newmain .section4 .pics ul li {
    position: relative;
}

.newmain .section4 .pics ul li:before {
    content: "";
    position: absolute;
    background: url(../images/bginco11.png) center no-repeat;
    background-size: 100%;
    width: 5%;
    right: 15px;
    height: 80%;
    top: 5%;
    z-index: 9;
}

.new1main .section4 .pics ul li:before {
    content: "";
    position: absolute;
    background: url(../images/bginco4.png) center no-repeat;
    background-size: cover;
    width: 80%;
    bottom: 0;
    height: 60%;
    top: unset;
    z-index: 9;
    left: 10%;
}

.new1main .section4 .pics ul li {
    margin-bottom: 30px;
}

@media (min-width: 960px) and (max-width: 1280px) {
    .new1main .section4 .pics ul li {
        width: calc(50% - 20px);
        margin-bottom: 0;
        margin: 10px;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .newmain .section4 .pics ul li:before {
        content: "";
        position: absolute;
        background: url(../images/bginco11.png) center no-repeat;
        background-size: 100%;
        width: 5%;
        right: 0;
        height: 80%;
        top: 5%;
        z-index: 9;
        left: unset;
    }
}

@media (max-width: 960px) {
    .new1main .section4 .pics ul li {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .new1main .section4 .pics ul li:before {
        content: "";
        position: absolute;
        background: url(../images/bginco11.png) center no-repeat;
        background-size: 100%;
        width: 5%;
        right: 0;
        height: 80%;
        top: 5%;
        z-index: 9;
        left: unset;
    }
}


/*
@media screen and (max-width:960px) {
        .newmain .section4 .pics ul li:before{
        content: "";
        position: absolute;
        background: url(../images/bginco11.png) center no-repeat;
        background-size: 100%;
        width: 7%;
        right: 0;
        height: 77%;
        top: 5%;
        z-index: 9;
    }
}

@media screen and (max-width:768px) {
        .newmain .section4 .pics ul li:before{
        content: "";
        position: absolute;
        background: url(../images/bginco11.png) center no-repeat;
        background-size: 100%;
        width: 10%;
        right: 0;
        height: 77%;
        top: 5%;
        z-index: 9;
    }
}
*/

.innersection .container .tit {
    display: flex;
    justify-content: center;
}

.innersection .container .tit h2 {
    color: #24539E;
}

.membermain .innersection .container .innerdiv {
    text-align: center;
}

.innersection .container .innerdiv p {
    font-size: calc(18px + var(--minsize, 0));
    line-height: 1.6;
    padding-bottom: 15px;
}

.innersection .container .innerdiv img {
    max-width: 100%;
}

.missionuul {
    overflow: hidden;
}

.missionuul ul {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.missionuul ul li {
    padding-bottom: 40px;
}

.missionuul ul li .boximg {
    text-align: center;
}

.missionuul ul li .boximg img {
    border: 15px solid #F1F5F6;
    border-radius: 50%;
    max-width: 80%;
    margin-bottom: 20px;
    width: 246px;
}

.missionuul ul li p {
    line-height: 1.6;
    font-size: calc(18px + var(--minsize, 0));
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    .missionuul ul li .boximg img {
        border: 10px solid #F1F5F6;
        border-radius: 50%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .missionuul ul li p {
        width: 100%;
    }
    .missionuul ul li {
        padding-bottom: 25px;
    }
    .missionuul ul li p {
        line-height: 1.5;
        font-size: calc(16px + var(--minsize, 0));
    }
}

@media screen and (max-width:768px) {
    .missionuul ul li .boximg img {
        border: 10px solid #F1F5F6;
        border-radius: 50%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .missionuul ul li p {
        width: 100%;
    }
    .missionuul ul li {
        padding-bottom: 20px;
        width: 100%;
    }
    .missionuul ul li p {
        line-height: 1.5;
        font-size: calc(16px + var(--minsize, 0));
    }
}

.peoplemain .peoplesection2 .pics .items {
    background-color: #F1F5F6;
}

.peopleinner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.peopleinner .left img {
    max-width: 100%;
    border-radius: 50%;
}

.peopleinner .right .tit h2 {
    color: #24539E;
}

.peopleinner .right .tit p {
    font-size: calc(18px + var(--minsize, 0));
    line-height: 1.6;
    padding-bottom: 15px;
    color: #24539E;
}

.peopleinner .right p {
    font-size: calc(18px + var(--minsize, 0));
    line-height: 1.6;
    padding-bottom: 15px;
    color: #000;
}

.peopleinner .right iframe {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.peopleinner .right a {
    font-size: calc(18px + var(--minsize, 0));
}

.peopleinner .right a:hover {
    color: #24539E;
}

.peopleinner .right a:before {
    background-image: linear-gradient(to right, #24539E, #24539E);
}

@media screen and (max-width:1680px) {
    .peopleinner .right iframe {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
}

@media screen and (max-width:1440px) {
    .peopleinner .right iframe {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media screen and (max-width:1280px) {
    .peopleinner .right iframe {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media screen and (max-width:992px) {
    .peopleinner .left img {
        max-width: 60%;
    }
    .peopleinner .left .boximg {
        padding-bottom: 15px;
    }
    .peopleinner .right iframe {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
}

@media screen and (max-width:768px) {
    .peopleinner .left img {
        max-width: 100%;
    }
    .peopleinner .right iframe {
        width: 100%;
        height: 250px;
    }
}

.structurediv {
    display: flex;
    justify-content: center;
}

.structurediv>ul>li {
    border: 1px solid #24539E;
    padding: 15px 100px;
    border-radius: 50px;
    margin-bottom: 61px;
    position: relative;
    font-size: calc(18px + var(--minsize, 0));
    text-align: center;
}

.structurediv>ul>li:before {
    content: "";
    position: absolute;
    background: url(../images/bgb2.png) center no-repeat;
    background-size: 100%;
    top: calc(100% - 5px);
    width: 10px;
    height: 72px;
    left: calc(50% - 5px);
}

.structurediv>ul>li:last-child:before {
    display: none;
}

.structurediv>ul>li>ul {
    position: absolute;
    left: calc(100% + 46px);
    min-width: 320px;
    top: -60px;
}

.structurediv>ul>li.active:after {
    display: none;
    content: "";
    position: absolute;
    background: url(../images/bgb1.png) center no-repeat;
    background-size: 100%;
    top: -32px;
    width: 55px;
    height: 122px;
    right: -51px;
}

.structurediv>ul>li>ul>li {
    border: 1px solid #24539E;
    padding: 15px 0;
    border-radius: 50px;
    margin-bottom: 60px;
    position: relative;
    font-size: calc(18px + var(--minsize, 0));
    text-align: center;
}

.bodyen .structurediv>ul>li>ul {
    width: 580px;
    top: -75px;
}

.bodyen .structurediv>ul>li>ul>li {
    padding: 15px;
    margin-bottom: 40px;
}

@media screen and (max-width:1680px) {
   /* .bodyen .structurediv {
        position: relative;
        left: -25%;
    }*/
}

@media screen and (max-width:1280px) {
    .bodyen .structurediv>ul>li>ul {
        width: 550px;
    }
   /* .bodyen .structurediv {
        position: relative;
        left: -30%;
    }*/
    .structurediv>ul>li {
        padding: 15px 60px;
    }
}

@media screen and (max-width:1120px) {
    .structurediv {
        display: flex;
        justify-content:center;
        /*margin-left: 20%;*/
    }
    .bodyen .structurediv>ul>li>ul {
        width: 480px;
    }
    .structurediv>ul>li {
        padding: 15px 50px;
    }
    .bodyen .structurediv {
        display: flex;
        justify-content:center;
        /*margin-left: 0;*/
        position: unset;
    }
}

@media screen and (max-width:960px) {
    .structurediv {
        margin-left: 10%;
    }
}

@media screen and (max-width:890px) {
    .bodyen .structurediv {
        /*margin-top: 50px;*/
    }
    .bodyen .structurediv>ul>li>ul {
        width: 370px;
    }
    .bodyen .structurediv>ul>li {
        padding: 15px 20px;
        font-size: calc(15px + var(--minsize, 0));
    }
    .bodyen .structurediv>ul>li>ul>li {
        padding: 15px 10px;
        font-size: calc(14px + var(--minsize, 0));
    }
}

@media screen and (max-width:768px) {
    .structurediv {
        margin-left: 0;
    }
    .structurediv>ul>li {
        border: 1px solid #24539E;
        padding: 15px 30px;
        border-radius: 30px;
        margin-bottom: 61px;
        position: relative;
        font-size: calc(16px + var(--minsize, 0));
    }
    .structurediv>ul>li:before {
        content: "";
        position: absolute;
        background: url(../images/bgb2.png) center no-repeat;
        background-size: 100%;
        top: calc(100% - 5px);
        width: 10px;
        height: 72px;
        left: calc(50% - 5px);
    }
    .structurediv>ul>li:last-child:before {
        display: none;
    }
    .structurediv>ul>li>ul {
        position: absolute;
        left: calc(100% + 46px);
        min-width: 190px;
        top: -60px;
    }
    .structurediv>ul>li.active:after {
        content: "";
        position: absolute;
        background: url(../images/bgb1.png) center no-repeat;
        background-size: 100%;
        top: -32px;
        width: 55px;
        height: 122px;
        right: -51px;
    }
    .structurediv>ul>li>ul>li {
        border: 1px solid #24539E;
        padding: 15px 30px;
        border-radius: 30px;
        margin-bottom: 30px;
        position: relative;
        font-size: calc(16px + var(--minsize, 0));
        text-align: center;
    }
}

@media screen and (max-width:680px) {
    .bodyen .structurediv>ul>li>ul {
        width: 145px;
        min-width: 145px;
    }
    .bodyen .structurediv>ul>li {
        padding: 15px 10px;
        font-size: calc(13px + var(--minsize, 0));
        border-radius: 10px;
    }
    .bodyen .structurediv>ul>li>ul>li {
        padding: 15px 10px;
        font-size: calc(12px + var(--minsize, 0));
    }
    .bodyen .structurediv>ul>li>ul>li {
        padding: 15px 10px;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .bodyen .structurediv>ul>li>ul {
        top: -110px;
    }
}

.councilsection4 .tit {
    flex-direction: column;
    align-items: center;
}

.councilsection4 .tit h2 {
    padding-bottom: 15px;
}

.councilsection4 .tit p {
    font-size: calc(18px + var(--minsize, 0));
    line-height: 1.6;
    text-align: center;
}

.page {
    width: 100%;
}

.page ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.page ul li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page ul li span,
.page ul li a {
    border-radius: 0 !important;
    font-size: calc(16px + var(--minsize, 0));
}

.page ul li a:hover {
    color: #000;
}


/*..page ul li a{display: block;width: 100%;height: 100%; font-size: calc(16px + var(--minsize,0));cursor: pointer;}
.page ul .active,.page ul li:hover{border-color: #D3141D;color: #D3141D;}*/

.newcategories {
    background-color: #24539E;
    position: relative;
    margin-top: 80px;
    padding-top: 0 !important;
}

.newcategories .swiper-slide {
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.newcategories .swiper-slide a {
    color: #fff;
}

.newcategories .swiper-slide {
    text-align: center;
}

.newcategories .swiper-slide-active {
    background-color: #F1F5F6;
    color: #24539E;
}

.newcategories .swiper-slide-active a {
    color: #24539E;
}

.newcategories .swiper-button-next {
    right: -35px;
    left: auto;
}

.newcategories .swiper-button-prev {
    left: -35px;
    right: auto;
}

.newcategories .swiper-button-next:after,
.newcategories .swiper-button-prev:after {
    font-size: calc(20px + var(--size, 0));
    font-weight: bold;
}

.newinners h3 {
    font-weight: bold;
}

.newinners .times {
    padding-bottom: 20px;
}

.newinners h6 {
    font-size: calc(16px + var(--minsize, 0));
    font-weight: bold;
    margin-top: 20px;
}

.newinners p {
    line-height: 1.6;
    font-size: calc(16px + var(--minsize, 0));
}


/****************************************************不同尺寸样式****************************************************/


/*尺寸*/

@media screen and (max-width:1680px) {
    .nav>li {
        padding: 10px 18px;
    }
    #nav>ul>li>ul {
        left: 18px;
        width: 180px;
    }

    .section3{
      min-height: 700px;
     top: -220px;
    background-size: cover;
    }
    .section3 .container{
    padding: 350px 0 60px 0;
    }

    .bodylarge.bodyen .section3 .container {
     padding: 300px 0 80px 0;
}



    .section3 .container .tit .mores {
        padding-top: 10px;
    }
    .section2 .pics .boximg {
        width: 250px;
        height: 250px;
    }
    .section2 .pics .text {
        padding: 25px 0 15px 0;
    }
    .section2 .pics .text p {
        margin: 15px 0 20px 0;
    }
    .section2 .pics .items {
        padding: 30px 15px 30px 15px;
    }
    .section6 {
        padding: 80px 0px 80px 0px;
    }
}

@media screen and (max-width:1550px) {
    .bodylarge #nav>ul>li>ul {
        left: 16px;
    }
    .bodylarge .headBox .navcon{display: flex;align-items: center;width: calc(100% - 160px);}
    .bodylarge .headBox .headmenu a {
        padding: 15px 35px;
    }
    .bodyen .headBox .headmenu a {
        padding: 15px 22px;
    }
     .headBox .logo{
        height: 100px;
    }
}

@media screen and (max-width:1440px) {
    .bodylarge .headBox .navcon{display: flex;align-items: center;width: calc(100% - 150px);}
    .bodylarge .headBox .headmenu a {
        padding: 15px 28px;
    }
    .headBox .logo{
        height: 80px;
    }
    .nav>li {
        padding: 10px 15px;
    }
    #nav>ul>li>ul {
        left: 15px;
        width: 170px;
    }

    .section2 .pics {
        margin-top: 40px;
    }

        .section3{
          min-height: 650px;
         top: -200px;
        background-size: cover;
        }
        .section3 .container{
        padding: 300px 0 60px 0;
        }
 .bodylarge.bodyen .section3 .container {
     padding: 270px 0 80px 0;
}


    .section3 .container .related .imgs {
        margin: 20px 0;
    }
    .section5 .container {
        padding: 60px 0;
    }
    .footer .row .items {
        width: 19%;
    }
    .section2 .pics .boximg {
        width: 220px;
        height: 220px;
    }
    .section2 .pics .text {
        padding: 20px 0 10px 0;
    }
    .section2 .pics .text p {
        margin: 10px 0 15px 0;
    }
    .section2 .pics .items {
        padding: 30px 15px 30px 15px;
    }
    .section2 .container {
        padding: 60px 0;
    }
}

@media screen and (max-width:1366px) {
    .bodylarge .headBox .navcon{display: flex;align-items: center;width: calc(100% - 140px);}
    .bodylarge .headBox .headmenu a {
        padding: 15px 26px;
    }
     .headBox .logo {
         height: 70px;
    }
    .nav>li {
        padding: 10px 12px;
    }
    #nav>ul>li>ul {
        left: 12px;
        width: 160px;
    }

    .section .textdiv .textleft h1 {
        font-size: calc(40px + var(--size, 0));
    }
    .tit h2 {
        font-size: calc(30px + var(--size, 0));
    }
    .section3 .container .related p {
        color: #fff;
        font-size: calc(28px + var(--size, 0));
    }
    .section6 .pics ul li {
        padding: 20px 15px;
    }
    .headBox .headmenu a {
        padding: 15px 30px;
    }
    .section3 .container .related .imgs {
        margin: 20px 0;
    }
    .section5 .container {
        padding: 60px 0;
    }
    .section2 .pics .text {
        padding: 20px 0 10px 0;
    }
    .section2 .pics .text p {
        margin: 5px 0 15px 0;
    }
    .section2 .pics .items {
        padding: 20px 15px 15px 15px;
    }
    .footer .row .items {
        width: 19%;
    }
    .section2 .pics .boximg {
        width: 200px;
        height: 200px;
    }
    .footer .footleft {
        width: 28%;
    }
    .footer .footright {
        width: 65%;
    }
}

@media screen and (max-width:1366px) {
    .nav>li {
        padding: 10px 11px;
    }
    #nav>ul>li>ul {
        left: 11px;
        width: 150px;
    }
}

@media screen and (max-width:1280px) {
    .container {
        width: 92%;
    }
    .nav>li {
        padding: 10px 10px;
    }
    #nav>ul>li>ul {
        left: 10px;
        width: 140px;
    }

    .section .textright .more:hover {
        color: #fff;
    }
    .section .textdiv {
        padding: 0 40px;
        width: 90%;
    }
    .section2 {
        padding: 60px 0px;
    }
    .section2 .pics {
        margin-top: 20px;
    }
    .section2 .pics .text {
        padding: 20px 0 10px 0;
    }
    .section2 .pics .text p {
        margin: 5px 0 15px 0;
        font-size: calc(16px + var(--minsize, 0));
    }
    .section2 .pics .items {
        padding: 20px 15px 15px 15px;
    }
    .section2 .pics .text nav {
        font-size: calc(20px + var(--size, 0));
    }
    .section3 .container .related .imgs {
        margin: 15px 0;
    }
    .section4 .pics ul {
        margin-top: 30px;
    }
    .section5 .container {
        padding: 60px 0;
    }
    .section5 .container .subscribeleft .tit h2 {
        padding-top: 10px;
    }
    .footer .row .items {
        width: 19%;
    }

    .bodylarge .headBox .logo {
          height: 65px;
    }
    .section2 .pics .boximg {
        width: 160px;
        height: 160px;
    }
    .section2 .container {
        padding: 0 0 30px 0;
    }
    .swiper-pagination-fraction {
        bottom: -20px;
        right: 20px;
        left: auto;
        width: auto;
    }
    /* .section4{
        padding: 50px 0px 0 0px;
    }*/
    .section4 .bgcontact {
        width: 70%;
    }
}

@media screen and (max-width:1280px) {
    .bodylarge .headBox .headmenu a {
        padding: 13px 22px;
    }
    
    .nav>li {
        padding: 10px 9px;
    }
    #nav>ul>li>ul {
        left: 9px;
    }
}

@media screen and (max-width:1024px) {
    .bodylarge .headBox .headmenu a {
        padding: 12px 21px;
    }
    
    .section .textdiv .textleft h1 {
        font-size: calc(32px + var(--size, 0));
        line-height: 1.4;
    }
    .bodylarge.bodyen .section .textdiv .textleft h1 {
        font-size: calc(22px + var(--size, 0));
        line-height: 1.4;
    }
    .tit h2 {
        font-size: calc(28px + var(--size, 0));
    }
    .section3 .container .related p {
        color: #fff;
        font-size: calc(26px + var(--size, 0));
    }
    .bodyen .section3 .container .related p {
        font-size: calc(22px + var(--size, 0));
    }

  
    
     .section3{
          min-height: 520px;
         top: -150px;
        background-size: cover;
        }
        .section3 .container{
        padding: 250px 0 60px 0;
        }
.bodylarge.bodyen .section3 .container {
     padding: 220px 0 80px 0;
}


    .section4 .pics ul li {
        width: 32.33%;
        padding: 0;
    }
    .new2main .section4 .pics ul li {
        width: 100%;
        padding-bottom: 15px;
    }
    .footer .row .items {
        width: 19%;
    }
}

.swiper-pagination {
    display: none;
}

@media screen and (max-width:960px) {
    .section2 .section2bgdiv {
        width: 100%;
    }
    .section4 {
        width: 100%;
        left: 0;
    }
    .section4 .bgcontact {
        width: 100%;
    }
    .section4 .containercontact .formcontact {
        background-color: rgba(255, 255, 255, 0.8);
        position: relative;
        z-index: 99;
        width: 100%;
        padding: 10px 20px 30px 20px;
        border-radius: 10px;
    }
    .section4 .pics ul li {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .section .textdiv {
        padding: 0;
        width: 92%;
    }
    .section5 .forms input {
        min-width: 180px;
    }
    .section5 .forms button {
        padding: 10px 0;
        min-width: 90px;
        margin-left: 10px;
    }
    .section2 .pics .boximg {
        width: 180px;
        height: 180px;
    }
    #Backdown {
        display: none;
    }
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .headerH {
        overflow: hidden;
        position: relative;
        height: 60px;
    }
    .headeryd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }
    .headeryd .headright {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .headeryd .headright button {
        border: none;
    }
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 60px;
        padding: 0 15px;
        background-color: rgba(255, 255, 255, .8);
        -webkit-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 10px -1px rgba(0, 0, 0, .2);
        z-index: 999;
    }
    .header .logo {
        overflow: hidden;
        position: relative;
        padding: 10px 0;
    }
    .header .logo img {
        max-height: 45px;
    }
    .header .menu-on {
        overflow: hidden;
        color: #333;
        z-index: 2;
    }
    .header .menu-on i {
        font-size: calc(20px + var(--size, 0));
        display: block;
    }
    .header .menu-on .fa-close {
        display: none;
    }
    .menu-box ul li {
        display: block;
        overflow: hidden;
        padding: 0 0;
        background-color: #fff;
        list-style-type: none;
        position: relative;
    }
    .menu-box ul li a {
        display: block;
        overflow: hidden;
        padding: 8px 15px;
        color: #999;
        font-size: calc(16px + var(--minsize, 0));
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    .menu-box ul li a i {
        float: right;
        font-size: calc(16px + var(--minsize, 0));
        color: #333;
        display: block;
    }
    .menu-box ul li a .fa-angle-up {
        display: none;
    }
    .menu-box ul li dl {
        margin: 0 -15px;
        display: none;
    }
    .menu-box ul li dl dd {}
    .menu-box ul li dl dd a {
        padding: 15px 45px;
        background-color: #fafafa;
        ;
    }
    .menu-box .on-right-left {
        overflow: hidden;
        position: relative;
        padding: 20px 15px 15px 15px;
        background-color: #fff;
    }
    .menu-box .on-right-left a {
        display: block;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        text-align: center;
        background-color: #f39800;
        border: 1px solid #f39800;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-box .on-right-left img {
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-left span {
        color: #fff;
    }
    .menu-box .on-right-right {
        overflow: hidden;
        position: relative;
        padding: 0px 15px 20px 15px;
        background-color: #fff;
    }
    .menu-box .on-right-right form {
        position: relative;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        height: 35px;
        line-height: 33px;
        text-align: center;
        padding: 0 0px 0 20px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 20px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .menu-box .on-right-right input,
    .menu-box .on-right-right button {
        border: none;
    }
    .menu-box .on-right-right img {
        margin: -2px 10px 0 0;
    }
    .menu-box .on-right-right span {
        color: #fff;
    }
    .headright .header-account {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .headright img {
        width: 20px;
    }
    .headright .input-group {
        margin-left: 15px;
    }
    .header .menu-on {
        margin-left: 15px;
    }
    #form-language a {
        padding: 0;
    }
    .footermenu {
        position: fixed !important;
        width: 100%;
        height: auto !important;
        background: #fff;
        bottom: 0;
        z-index: 1000;
        display: flex;
        justify-content: space-between;
        text-align: center;
        left: 0;
        webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        box-shadow: 0 0 10px #333333;
    }
    .footermenu a.active i:before,
    .footermenu a.active {
        color: #fff;
        background-color: #555a65;
    }
    .footermenu a i {
        display: block;
        margin-bottom: 5px;
        padding-top: 10px;
    }
    .footermenu a span {
        padding-bottom: 10px;
        display: block;
    }
    .nav-up {
        bottom: -90px;
    }
    .swiper-pagination {
        display: block;
    }
    .section .swiper-button-next,
    .section .swiper-button-prev {
        display: none;
    }
    .section .swiper-slide {
        border-top-left-radius: 0;
    }
    .section img {
        width: 100%;
        min-height: 300px;
        max-height: 70vh;
        object-fit: cover;
    }
}

@media screen and (max-width:768px) {
    .section4 .containercontact .formcontact {
        padding: 0 0 25px 0;
    }
    .organizationmain .section6 .pics ul {
        margin-top: 0;
    }
    .section3 .container .tit {
        width: 100%;
    }
    .section3 .container .related {
        width: 100%;
    }
    .section3 .container .tit {
        display: flex;
        justify-content: space-between;
    }
    .section3 .container .related {
        padding-bottom: 5rem;
    }
    .section3 .container .related ul li {
        font-size: 22px;
        margin-left: 20px;
    }
    .section .container {
        width: 100%;
        height: auto;
    }
    .swiper-pagination-fraction {
        display: none;
    }
    .section .textdiv {
        flex-direction: column;
        padding: 15px;
        align-items: flex-start;
        margin-top: 0;
        width: 100%;
    }
    .section2 .container {
        flex-direction: column;
    }
    .section2 .container .tit {
        width: 100%;
    }
    .section2 .pics {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
    }
    .section2 .container .tit h2 {
        margin: 20px 0 10px 0;
    }
    .section2 .swiperbutton {
        position: unset;
        width: unset;
        top: unset;
        z-index: unset;
    }
    .section2 .swiper-button-next {
        left: auto;
        right: 0;
    }
    .section2 .swiper-button-prev {
        left: auto;
        right: 45px;
    }
    .section2 .pics .boximg {
        width: 200px;
        height: 200px;
    }
    .section .textdiv .textleft nav {
        font-size: calc(18px + var(--minsize, 0));
    }
    .section .textdiv .textleft h1 br {
        width: 0;
        display: none;
    }
    .tit h2 {
        margin-top: 0;
    }
    .tit h2 br {
        width: 0;
        display: none;
    }
    .section2 .swiper-button-next:after,
    .section2 .swiper-button-prev:after {
        padding: 9px 13px;
        font-size: calc(14px + var(--minsize, 0));
    }
    .section2 .swiper-button-next,
    .section2 .swiper-button-prev {
        top: 10px;
    }
    .section2 {
        padding: 60px 0px 50px 0px;
    }
    .section2 .abouts {
        padding-top: 40px;
    }


        .section3{
         min-height: 450px;
         top: -50px;
        background-size: cover;
        }

  .section3 .container{
    display: flex;
    flex-direction: column;
     padding: 120px 15px 60px 15px !important;
  }

    .section3 .container .related {
        margin-top: 20px;
    }
    .section3 .container .related .imgs {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section3 .container .related .imgs img {
        width: 49%;
        margin: 0;
    }
    .section4 {
        background: #F0F4F5;
    }
    /*  .section4 .newdivs{
    flex-direction: column;
    align-items: flex-start;
  }*/
    .section4 .pics ul {
        margin-top: 20px;
    }
    .section4 .pics ul li {
        width: 100%;
    }
    .section4 .pics ul li .items {}
    .section4 .pics ul li .boxtext p {
        margin: 10px 0 20px 0;
    }
    .section4 .pics ul li .boxtext h3 {
        font-size: calc(18px + var(--minsize, 0));
    }
    .section4 .pics ul li .boxtext h3 a {}
    .section5 .container {
        flex-direction: column;
        padding: 40px 0;
    }
    .section5 .container .subscribeleft {
        width: 100%;
    }
    .section5 .container .subscriberight {
        width: 100%;
    }
    .section5 .forms {
        margin-top: 10px;
    }
    .section5 .forms input {
        min-width: auto;
    }
    .section5 .forms input {
        width: 65%;
    }
    .container {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .newcategories {
        width: 84%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer .row {
        width: 100%;
        margin: 0;
        flex-direction: column;
    }
    .footer .row h3 {
        font-size: calc(18px + var(--minsize, 0));
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .footer .row ul {
        display: none;
        margin-bottom: 10px !important;
    }
    .footer .row .items {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .footer .row h3 i {
        display: block;
    }
    footer .container {
        padding: 60px 0 50px 0;
        flex-direction: column;
    }
    .footer .footleft {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:370px) {
    .section .textdiv .textleft nav {
        font-size: calc(16px + var(--minsize, 0));
    }
    .section .textdiv .textleft h1 {
        font-size: calc(22px + var(--size, 0));
        line-height: 32px;
    }
    .section3 .container nav {
        color: #fff;
        font-size: calc(14px + var(--minsize, 0));
    }
    .tit h2 {
        font-size: calc(16px + var(--minsize, 0));
        line-height: 28px !important;
    }
    .section2 .pics .text nav {
        font-size: calc(18px + var(--minsize, 0));
    }
    .section4 .pics ul li .boxtext h3 {
        font-size: calc(16px + var(--minsize, 0));
    }
    .section4 .pics ul li .boxtext p {
        font-size: calc(14px + var(--minsize, 0));
    }
    .section4 .pics ul li .boxtext span {
        font-size: calc(14px + var(--minsize, 0));
    }
    .footer .row h3 {
        font-size: calc(16px + var(--minsize, 0));
    }
    .footer .row a {
        font-size: calc(14px + var(--minsize, 0));
    }
}

.padd100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padd80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padd70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padd60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padd40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padd20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padd10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddtop100 {
    padding-top: 100px;
}

.paddtop90 {
    padding-top: 90px;
}

.paddtop80 {
    padding-top: 80px;
}

.paddtop70 {
    padding-top: 70px;
}

.paddtop60 {
    padding-top: 60px;
}

.paddtop40 {
    padding-top: 40px;
}

.paddtop30 {
    padding-top: 30px;
}

.paddtop20 {
    padding-top: 20px;
}

.paddtop10 {
    padding-top: 10px;
}

.paddbottom100 {
    padding-bottom: 100px;
}

.paddbottom90 {
    padding-bottom: 90px;
}

.paddbottom80 {
    padding-bottom: 80px;
}

.paddbottom70 {
    padding-bottom: 70px;
}

.paddbottom60 {
    padding-bottom: 60px;
}

.paddbottom40 {
    padding-bottom: 40px;
}

.paddbottom30 {
    padding-bottom: 30px;
}

.paddbottom20 {
    padding-bottom: 20px;
}

.paddbottom10 {
    padding-bottom: 10px;
}

@media (max-width: 960px) {
    .padd100 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .padd90 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .padd80 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .padd70 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padd60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padd40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .padd30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padd20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padd10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .paddtop100 {
        padding-top: 90px;
    }
    .paddtop90 {
        padding-top: 80px;
    }
    .paddtop80 {
        padding-top: 70px;
    }
    .paddtop70 {
        padding-top: 60px;
    }
    .paddtop60 {
        padding-top: 50px;
    }
    .paddtop40 {
        padding-top: 30px;
    }
    .paddtop30 {
        padding-top: 20px;
    }
    .paddtop20 {
        padding-top: 20px;
    }
    .paddtop10 {
        padding-top: 10px;
    }
    .paddbottom100 {
        padding-bottom: 90px;
    }
    .paddbottom90 {
        padding-bottom: 80px;
    }
    .paddbottom80 {
        padding-bottom: 70px;
    }
    .paddbottom70 {
        padding-bottom: 60px;
    }
    .paddbottom60 {
        padding-bottom: 50px;
    }
    .paddbottom40 {
        padding-bottom: 30px;
    }
    .paddbottom30 {
        padding-bottom: 20px;
    }
    .paddbottom20 {
        padding-bottom: 20px;
    }
    .paddbottom10 {
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .padd100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .padd90 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .padd80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padd70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padd60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .padd40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .padd30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padd20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padd10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .paddtop100 {
        padding-top: 80px;
    }
    .paddtop90 {
        padding-top: 70px;
    }
    .paddtop80 {
        padding-top: 60px;
    }
    .paddtop70 {
        padding-top: 50px;
    }
    .paddtop60 {
        padding-top: 40px;
    }
    .paddtop40 {
        padding-top: 30px;
    }
    .paddtop30 {
        padding-top: 20px;
    }
    .paddtop20 {
        padding-top: 20px;
    }
    .paddtop10 {
        padding-top: 10px;
    }
    .paddbottom100 {
        padding-bottom: 80px;
    }
    .paddbottom90 {
        padding-bottom: 70px;
    }
    .paddbottom80 {
        padding-bottom: 60px;
    }
    .paddbottom70 {
        padding-bottom: 50px;
    }
    .paddbottom60 {
        padding-bottom: 40px;
    }
    .paddbottom40 {
        padding-bottom: 30px;
    }
    .paddbottom30 {
        padding-bottom: 20px;
    }
    .paddbottom20 {
        padding-bottom: 20px;
    }
    .paddbottom10 {
        padding-bottom: 10px;
    }
}