header {
    width: 100%;
    background: #00205B;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.w1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.w1100 {
    max-width: 1100px;
    margin: 0 auto;
}

.header {
    padding: 0 50px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav ul li {
    margin-right: 30px;

}

.nav ul li a {
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: normal;
    line-height: 120px;
    color: #fff;
    font-size: 24px;
}

.nav ul li:hover a,
.nav ul li.current a {
    color: #3274FE
}

.index1Swiper {
    height: 525px;
}

.index1Swiper .swiper-slide {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.index1Swiper .swiper-slide .w1100 {
    height: 100%;
    display: flex;
    align-items: center;
}

.slideBox {
    color: #F7F2F2;
}

.slideBox h4 {
    font-family: "Montserrat" !important;
    font-size: 40px;
    position: relative;
    margin-bottom: 30px;
}

.slideBox h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 41.67%;
    height: 1.38%;
    background: #F7F2F2;
}

.slideBox p {
    font-family: "Montserrat" !important;
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}

.index2 {
    width: 100%;
    background: #00205B;
}

.index2B {
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: Source Han Sans;
}

.index2B-l {
    width: calc(54% - 25px);
}

.index2B-l h4 {
    font-family: "Montserrat" !important;
    font-size: 40px;
    color: #F7F2F2;
    margin-bottom: 15px;
}

.index2B-l p {
    font-size: 22px;
    color: #F7F2F2;
    line-height: 45px;
    margin-bottom: 40px;
}

.more a {
    display: inline-block;
    background: #325E8F;
    border: 3px solid #FFFAFA;
    font-size: 16px;
    color: #F7F2F2;
    padding: 10px 20px;
}

.index2B-r {
    padding-top: 30px;
    width: calc(46% - 25px);
}

.index2B-r img {
    max-width: 100%;
    height: auto;
}

.index3 {
    background: #F0E7D8;
    padding-top: 25px;
    padding-bottom: 70px;
}

.index3-tt {
    font-family: "Montserrat" !important;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.index3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.index3 ul li {
    width: calc(33.33% - 15px);
}
.index3 ul li a{
    cursor:default;
}
.index3-li {
    background: #F4EEDE;
    padding: 16px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.index3-img {
    width: 100%;
}

.index3-img img {
    width: 100%;
    height: auto;
}

.index3-li h4 {
    font-family: "Montserrat" !important;
    font-size: 40px;
    color: #1C3E59;
    text-align: center;
    padding: 15px 0px;
}

.index3 ul li a p {
    font-family: "Arial" !important;
    font-size: 18px;
    color: #333333;
    line-height: 39px;
}

.index3 .more {
    display: flex;
    justify-content: center;
}


.index2 .MsoNormal {
    font-family: "Arial" !important;
    font-size: 18px;
    color: #F7F2F2;
    line-height: 39px;
}


.index5 {
    background: #F0E7D8;
    padding-top: 80px;
    padding-bottom: 70px;
}

.index5Box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index5-l {
    width: 50%;
    padding-top: 20px;
}

.index5-l img {
    max-width: 100%;
    height: auto;
}

.index5-r {
    width: 46%;
}

.index5-r h4 {
    font-family: "Montserrat" !important;
    font-size: 40px;
    color: #333333;
}

.index5-r p {
font-family: "Arial" !important;
    font-size: 18px;
    line-height: 39px;
    color: #333333;
    margin-bottom: 20px;
}

.index5 .form {
    display: block;
}

.index5 .form h6 {
    font-family: "Montserrat" !important;
    font-size: 30px;
    padding-bottom: 15px;
    color: #1B3D58;
}

.form-v {
    margin-bottom: 15px;
}

.form-v label {
    font-family: "Arial" !important;
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
    display: block;
    margin-bottom: 5px;
}

.form-v input {
    padding: 10px;
    border: 1px solid #BFBFBF;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 30px;
    font-family: 'Maven Pro', sans-serif;
}

.form-v textarea {
    padding: 10px;
    border: 1px solid #BFBFBF;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 30px;
    font-family: 'Maven Pro', sans-serif;
}

.form-v-but {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-v-but input {
    width: calc(100% - 122px);
}

.form-v-but button img {
    max-width: 122px;
    height: 52px;
}

.form-but button {
    background: #FFFAFA;
    box-sizing: border-box;
    border: 3px solid #325E8F;
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: bold;
    color: #325E8F;
    padding: 10px 25px;
}

footer {
    background: #00205B;
}

.footerBox {
    padding: 35px 0px;
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.f-logo {
    width: 120px;
}

.f-logo img {
    max-width: 100%;
    height: auto;
}

.f-item {
    width: calc(50% - 100px);
    color: #FFFAFA;
}

.f-item p {
    font-family: "Arial" !important;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.f-item p:last-child {
    margin-bottom: 0px;
}

.wuliu {
    padding-top: 86px;
    padding-bottom: 80px;
    background: #F0E7D8;
}

.bianjiqi-info {
    font-family: "Arial" !important;
}

.bianjiqi-info h1 {
    font-family: "Montserrat" !important;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
}

.bianjiqi-info h4 {
    font-family: "Montserrat" !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 39px;
}

.wuliu p span {
    font-weight: bold;
}

.wuliu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.wuliu ul li {
    margin-bottom: 20px;
    width: 200px;
}

.wuliu ul li img {
    max-width: 100%;
    height: auto;
}


.fuwu h4 {
    margin-bottom: 20px;
}

.fuwu h4 span {
    display: block;
    font-family: Source Han Sans;
    font-weight: 700;
    font-size: 24px;
}

.fuwu1 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.fuwu1T {
    font-family: "Montserrat" !important;
    font-size: 40px;
    padding: 15px 0px;
    margin-bottom: 40px;
}

.fuwu1T span {
    display: block;
    font-family: "Montserrat" !important;
    font-weight: 700;
    font-size: 18px;
}

.fuwu1Box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fuwu1-l {
    width: 50%;
}

.fuwu1-l p {
    font-family: Source Han Sans;
    font-size: 22px;
    color: #333333;
    line-height: 45px;
}

.fuwu1-r {
    width: 45%;
}

.address {
    padding: 10px 0px;
    background: #00205B;
}

.address-img {
    margin-bottom: 40px;
}

.address-img img {
    max-width: 100%;
    height: auto;
}

.addressI {
    /* max-width: 1000px; */
    margin: 0 auto;
}

.addressTt {
    width: 100%;
    color: #FAF5F5;
    font-family: Source Han Sans;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 30px;
}

.addressList {
    max-width: 600px;
    margin: 0 auto;
    background: #F0E7D8;
    border-radius: 32px;
    padding: 50px 45px;
    margin-bottom: 30px;
}

.addressList h4 {
    font-family: Source Han Sans;
    font-size: 40px;
    font-weight: bold;
    color: #063A7B;
    margin-bottom: 20px;
}

.xqbox {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    margin-bottom: 30px;
}

.xqbox:last-child {
    margin-bottom: 0px;
}

.xq {
    width: 100%;
}

.addressTaiwan .xq {
    width: calc(100% - 150px);
}

.xq h6 {
    font-family: Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #063A7B;
    margin-bottom: 10px;
}

.xq h6 span {
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.xq p {
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    color: #063A7B;
    line-height: 30px;
}

.xq-img {
    width: 140px;
}

.xq-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 18px;
}

.addressF {
    column-count: 2;
    column-gap: 0px;
    margin-bottom: 30px;
}

.addressF .addressList {
    margin: 0 30px;
    margin-bottom: 30px;
    padding: 30px 20px;
    break-inside: avoid;
}

.addressbox .addressList h4,
.addressF .addressList h4 {
    font-size: 20px;
}

.addressbox .xq h6,
.addressF .xq h6 {
    font-weight: 500;
    font-size: 12px;
}

.addressbox .xq h6 span,
.addressF .xq h6 span {
    font-weight: 400;
    font-size: 12px;
}

.addressbox .xq p,
.addressF .xq p {
    font-size: 12px;
    font-weight: normal;
}

.addressbox {
    column-count: 2;
    column-gap: 0;
    margin-bottom: 30px;
}

.addressbox .addressI {
    break-inside: avoid;
    margin-bottom: 30px;
}

.addressbox .addressList {
    padding: 30px 20px;
    margin: 0 30px;
    margin-bottom: 30px;
}

.addressbox .addressI .xqbox .xq {
    width: 100%;
}

.address-r {
    margin-top: 30px;
}

.address-r p {
    margin-top: 40px;
}

.index5-form .address-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.index5-form .address-form h6 {
    width: 100%;
    font-family: Source Han Sans;
    font-size: 18px;
    font-weight: 350;
    color: #333333;
    margin-bottom: 10px;
}

.index5-form .address-form h6 span {
    color: #D10202
}

.index5-form .address-form .form-v {
    width: calc(50% - 20px);
}

.form-v label span {
    color: #D10202;
}

.index5-form .address-form .form-v.long {
    width: 100%;
}

.index5-form .address-form .form-v.long textarea {
    height: 140px;
}

.index5-form .address-form .form-but {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.about1 {
    text-align: center;
    padding-top: 104px;
    padding-bottom: 70px;
    background-color: #F0E7D8;
}

.about3 {
    padding-top: 70px !important;
}

.bianjiqi-info h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: "Montserrat" !important;
}

.bianjiqi-info {
    font-size: 18px;
    text-align: left;
    line-height: 40px;
}

.bianjiqi-info {
    font-size: 18px;
    text-align: left;
    line-height: 40px;
}

.about2 {
    background-color: #00205B;
    padding-top: 70px;
    padding-bottom: 50px
}

.about2box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about2-l {
    background-color: rgba(244, 247, 248, 0.7);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 40px;
    width: calc(50% - 15px);
}

.about2-l h4 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #2a2a2a;
}

.about2-l p {
    font-size: 18px;
    line-height: 40px;
    color: rgb(42, 42, 42);
    margin-bottom: 36px;
}

.about2-r {
    width: calc(50% - 15px);
}

.about2-r img {
    max-width: 100%;
    height: auto;
}

.about1-img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.about1-img img {
    max-width: 100%;
    height: auto;
}

.nav_but {
    display: none;
}

.index1 {
    padding-top: 120px;
}

.h_fixed .header {
    height: 70px;
}

.h_fixed .nav ul li a {
    line-height: 70px;
}

.h_fixed .index1 {
    padding-top: 70px;
}

.h_fixed .wuliu {
    padding-top: 176px;
}

.h_fixed .about1 {
    padding-top: 120px;
}

.null-div {
    height: 120px;
    background-color: #F0E7D8;
}



.inner-download {
    padding: 70px 0px;
    background: #F0E7D8;
}

.inner-download .mc {
    margin: 0 auto;
}

.download-center {}

.download-fl {
    font-size: 0;
    border-bottom: 1px #ddd solid;
    padding: 0 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.download-fl .fl-item {
    height: 70px;
    margin-left: 120px;
}

.download-fl .fl-link {
    color: #333;
    font-size: 20px;
}

.download-fl .fl-item.on {
    border-bottom: 2px #005aaa solid;
}

.download-fl .fl-item.on .fl-link,
.download-fl .fl-item:hover .fl-link {
    color: #005aaa;
}

.download-fl .fl-item:first-child {
    margin-left: 0;
}

.download-list {
    padding: 80px 40px;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.download-list .list-item {
    width: 32%;
    position: relative;
    top: 0;
    max-width: 280px;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .4s ease;
}

.download-list .list-item .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 410px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.download-list .list-item .img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-list .list-item .text-box {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(38, 74, 148, 0.6), rgba(38, 74, 148, 1) 80%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 56px 30px;
    transition: all .4s ease;
}

.download-list .list-item .text-box .type-icon {
    font-size: 0;
    margin-bottom: 15px;
}

.download-list .list-item .text-box .type-icon img {
    width: auto;
    max-width: 30px;
    height: auto;
    max-height: 30px;
}

.download-list .list-item .text-box .file-title {
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 18px;
    font-size: 18px;
}

.download-list .list-item .text-box .more {
    font-size: 0;
}

.download-list .list-item .text-box .more .wenzi {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
}

.download-list .list-item .text-box .more .arrow {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin-left: 15px;
}

.download-list .list-item:hover {
    top: -1.041vw
}

.download-list .list-item:hover .text-box {
    background-image: linear-gradient(to right, rgba(0, 79, 162, 1), rgba(77, 194, 222, .8));
}

.aboutul-img{
    position: relative;
    max-width: 80%;
    margin: 50px auto;
}
.xian{
    position: absolute;
    top: 15px;
    left: 50%;
    height: 100%;
    width: 21px;
    margin-left: -10.5px;
    background-image: url(../images/xian.png);
     background-repeat: repeat-y;
    background-position: center;
    background-size: 21px auto;
}
.aboutul-img ul li {
    display: flex;
    justify-content: flex-end;
    background-image: url(../images/dui.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}
    .aboutul-img ul li.aboutLi0 {
        justify-content: flex-start;
    }
.aboutLi{
        width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #00205B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.aboutLi h4{
        font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}
.aboutLi-text{
        padding-left: 15px;
        width: calc(100% - 72px);
}
.aboutLi h6{
        font-size: 16px;
    text-align: left;
}
.aboutLi p{
        text-indent: 0px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}