.wrapper-1300 {
    width: 1300px;
    margin: 0 auto;
    /* overflow: hidden; */
}

/* ÂÖ²¥Í¼ */
.fullSlide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(140, 140, 140);
}

.swiper-container .backdrop {
    width: 100%;
    height: 100%;
    /* min-width: 1200px; */
}

.swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.swiper-wrapper .carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.swiper-wrapper .carousel-item.active {
    opacity: 1;
}

.swiper-wrapper .container-item {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container-item .item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* min-width: 1200px; */
}

.container-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-item .item-text {
    position: absolute;
    text-align: center;
    top: 25%;
    height: 21%;
    width: 100%;
}

.container-item .item-text img {
    height: 100%;
    /* animation: change 5s ease; */
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transition: all 3.5s ease-out;
}

.carousel-item.active .container-item .item-text img {
    transform: scale(1, 1);
}

@keyframes change {
    0% {
        transform: scale(0.9, 0.9);
    }

    30% {
        transform: scale(1.15, 1.15);
    }

    100% {
        transform: scale(1, 1);
    }
}

.container-item .item-text h3 {
    font-size: 18px;
    line-height: 50px;
    display: block;
}

.container-item .item-text h3 span {
    display: inline-block;
    width: 100%;
    font-size: 60px;
    border-bottom: 2px solid black;
    line-height: 70px;
    font-weight: 800;
}

.swiper-container .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.swiper-container .btn .number {
    position: absolute;
    top: 70%;
    right: 10%;
    font-size: 20px;
}

.swiper-container .btn .number .current {
    font-size: 40px;
    font-weight: 800;
}

.swiper-container .btn .btn_left {
    position: absolute;
    left: 0;
    width: 50px;
    top: 50%;
    cursor: pointer;
}

.swiper-container .btn .btn_left span::before {
    content: '<';
    text-align: center;
    font-size: 30px;
    display: block;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.swiper-container .btn:hover .btn_left span::before,
.swiper-container .btn:hover .btn_right span::before {
    background-color: #666;
}

.swiper-container .btn .btn_right {
    position: absolute;
    right: 0;
    width: 50px;
    top: 50%;
    cursor: pointer;
}

.swiper-container .btn .btn_right span::before {
    content: '>';
    text-align: center;
    font-size: 30px;
    display: block;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.industrial {
    width: 100%;
    /* min-width: 1300px; */
    height: 100%;
}

.industrial_l {
    float: left;
    width: 45%;
    height: 100%;
    background: url(/static/addons/cms/images/image/image/bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
    transition: all .5s ease;
}

.industrial_text {
    padding: 15px;
    box-sizing: border-box;
}

.industrial_text h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 90px;
}

.industrial_text h3 span {
    font-size: 45px;
    font-weight: 700;
}

.industrial_text .line {
    width: 50px;
    background-color: #fff;
    height: 5px;
}

.industrial_list {
    padding: 30px;
    box-sizing: border-box;
}

.industrial_list li {
    position: relative;
    float: left;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 22px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    width: 45%;
    margin-top: 35px;
    box-sizing: border-box;
}

.industrial_list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}


.industrial_list ul li::before,
.industrial_txt .more::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: rgb(81, 207, 99);
    transition: all .3s ease;
    z-index: -1;
}

.industrial_list ul li:hover::before,
.industrial_txt .more:hover::before {
    width: 100%;
}

.industrial_list li:nth-child(2n) {
    margin-left: 40px;
}

.industrial_list li .icon {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    height: 40px;
}

.industrial_list li .icon>img {
    height: 80%;
}

.industrial_list li.in {
    background-color: rgb(81, 207, 99);
}

.industrial_txt {
    height: 100%;
    padding: 30px;
}

.industrial_txt .more {
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 22px;
    line-height: 44px;
    font-size: 20px;
    font-weight: 400;
    width: 200px;
    margin-top: 30px;
    box-sizing: border-box;
    position: relative;
}

.industrial_txt .text {
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.industrial_txt .more a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.industrial_txt .more .icon {
    margin-left: 20px;
    margin-right: 10px;
}

#select {
    margin-top: 80px;
    height: auto;
}

.industrial_r {
    float: right;
    width: 55%;
    height: 100%;
    padding: 30px;
    padding-top: 10%;
    box-sizing: border-box;
    background-color: rgb(33, 81, 155);
    transition: all .5s ease;
}

.industrial_r .dynamic {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
}

.float_image {
    float: left;
}



.dynamic .image {
    width: 70%;
    margin: 0 auto;
}

.dynamic_box {
    position: absolute;
    top: 0;
}

.title {
    position: absolute;
    top: 0;
}

.float_image {
    position: relative;
    top: 10px;
    margin: auto;
}

.dynamic_image {
    display: block;
    width: 18px;
    height: 18px;
    border: 9px solid rgb(33, 81, 155);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.dynamic_image::after,
.dynamic_image::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid rgb(33, 81, 155);
    transition: all .3s;
}

.dynamic_image::before {
    animation: boderM 3s infinite;
}

.dynamic_image::after {
    animation: boderM 3s .5s infinite;
}

@keyframes boderM {
    0% {
        width: 10px;
        height: 10px;
    }

    50% {
        width: 35px;
        height: 35px;
    }

    100% {
        width: 10px;
        height: 10px;
    }
}

.float_image:hover .dynamic_image,
.float_image:hover .dynamic_image::after,
.float_image:hover .dynamic_image::before {
    /* background-color: rgb(10, 161, 61);  */
    border-color: rgb(10, 161, 61);
}

.dynamic .title .box {
    position: absolute;
    left: 35px;
    width: 100px;
    opacity: 0;
    background: url(/static/addons/cms/images/image/image/ico.png) no-repeat center;
    overflow: hidden;
    border-radius: 20px;
    background-size: 100%;
    transition: all .3s ease-out;
    line-height: 40px;
}

.dynamic .title .float_image:hover+.box,
.dynamic .title .float_image:hover+.box span {
    width: 200px;
    opacity: 1;
}

.dynamic .title .box span {
    opacity: 0;
    transition: all .3s ease-out 0.5s;
}

.dynamic .title .box.in {
    width: 200px;
    opacity: 1;
}

.dynamic .title .box.in span {
    opacity: 1;
}

.dynamic .title .box span:nth-child(1) {
    margin: 10px;
}

.dynamic .title .box span:nth-child(1) img {
    /* margin: 5px; */
    width: 30px;
    height: 30px;
}

.dynamic .title .box span:nth-child(2) {
    /* margin-left: 10px; */
    line-height: 35px;
    /* min-width: 100px; */
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.dynamic_title1 {
    top: 16%;
    left: 32%;
}

.dynamic_title2 {
    top: 40%;
    left: 32%;
}

.dynamic_title3 {
    top: 29%;
    left: 49%;
}

.dynamic_title4 {
    top: 44%;
    left: 56%;
}

.inSouBg {
    width: 100%;
    /* min-width: 1200px; */
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inSouBg h1 {
    color: #FFFFFF;
    z-index: 666;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 200px;
}

.tab_conbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.inSouList {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.inSouList>img {
    width: 100%;
    /* -webkit-filter: opacity(50%);
    filter: opacity(50%); */
    height: 100%;
    /* filter: grayscale(70%); */
}

.inSouList .boxs {
    width: 480px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 350px;
    z-index: 666;
    color: #FFFFFF;
}

.inSouList .background {
    width: 100%;
    height: 100%;
}

.inSouList .background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inSouList .background img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
}

.inSouList>div>h4 {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    font-weight: 600;
    font-size: 40px;
    font-weight: normal;
}

.inSouList>div>p {
    line-height: 30px;
    font-size: 18px;
    height: 120px;
    font-weight: 500;
    overflow: hidden;
}

.inSouList>div>a {
    margin-top: 84px;
    display: block;
    float: left;
    color: #FFFFFF;
    width: 122px;
    padding-left: 34px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
}

.inSouList>div>a:hover {
    background: linear-gradient(rgba(6, 157, 216, 0.6), rgba(38, 247, 149, 0.6));
}

.inSouList div a img {
    width: 25px;
    height: 8px;
    padding-left: 18px;
    transition: all .4;
}

.inSouBg .tabs {
    position: absolute;
    width: 650px;
    padding-top: 270px;
    height: auto;
    z-index: 66;
    right: 50%;
    margin-right: -640px;
    top: 0;
    overflow: hidden;
}

.inSouBg .tabs .thistab,
.tabs .thistab a:hover {
    background: linear-gradient(rgba(6, 157, 216, 0.6), rgba(38, 247, 149, 0.6));
}

.inSouBg>.tabs>a {
    text-align: center;
    display: block;
    color: #FFFFFF;
    box-sizing: border-box;
    float: left;
    width: 25%;
    height: 140px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #c7c7c7;
}

.inSouBg .tabs a:first-child {
    margin-left: 24.9%;
    margin-bottom: -1px;
    margin-right: 50%;
}

.inSouBg .tabs a:last-child {
    margin-left: 49.8%;
    width: 24.9%;
}

.inSouBg .tabs a:nth-child(6) {
    margin-top: -1px;
}

.inSouBg .tabs a img {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 60px;
}

.develop {
    position: relative;
    width: 100%;
    height: 100%;
}

.develop>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.develop>.titles {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.develop>.titles h1 {
    color: rgb(255, 255, 255);
    font-size: 55px;
    line-height: 60px;
    font-weight: 500;
}

.develop .year {
    position: relative;
    display: flex;
    height: 130px;
    margin-top: 60px;
    justify-content: center;
    z-index: 10;
}

.develop .year .arrows_left,
.develop .year .arrows_right {
    text-align: center;
    padding: 45px 35px;
    cursor: pointer;
    /* margin-top: 30px; */
}

.develop .year .arrows_left img {
    transition: all 0.3s ease;
}

.develop .year .arrows_left:hover img {
    transform: translateX(-20px);
}

.develop .year .arrows_right img {
    transition: all 0.3s ease;
}

.develop .year .arrows_right:hover img {
    transform: translateX(20px);
}

.develop .year .box_centre {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 600px;
    text-align: center;
}

.develop .year .box_centre>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}


.develop .year .box_centre .figure {
    font-size: 50px;
    color: #fff;
    line-height: 45px;
    /* margin-bottom: 10px;
    margin-top: 10px; */
    font-size: 40px;
}

.develop .year .box_centre .text {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

.aircraft {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.experience {
    /*    width: 36%;
    position: absolute;
    color: #fff;
    top: 60%;
    margin-left: 19%;
    height: 126px;*/
    /*20230202¸Ä*/
    width: 588px;
    position: absolute;
    color: #fff;
    bottom: -7px;
    left: 21px;
    /* top: 60%; */
    /* margin-left: 19%; */
    height: 126px;


    display: none;
    z-index: 1;
}

li.in .experience,
li:hover .experience {
    display: block;
}

.experience .box {
    position: absolute;
    left: 65px;
}

.experience img {
    width: 100%;
}

.experience>img {
    position: absolute;
    top: 0;
    z-index: -1;
}

.experience .image {
    box-sizing: border-box;
    width: 27%;
    float: left;
    text-align: center;
    height: 100%;
    margin-top: 15px;
}

.experience .text {
    width: 70%;
    float: right;
    padding: 5px;
    box-sizing: border-box
}

.experience .text .titles {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 35px;
    text-align: left;
}

.experience .text .txt {
    font-size: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.experience .time {
    position: absolute;
    right: 3%;
    top: 4%;
    font-size: 18px;
    color: black;
    transform: rotateZ(26deg);
}

.aircraft .dot li:nth-child(5)~li .experience {
    left: -590px;
}

.aircraft .dot li:nth-child(5)~li .experience>img {
    transform: rotateY(180deg);
}

.aircraft .dot li:nth-child(5)~li .experience .box {
    display: flex;
    flex-direction: row-reverse;
    left: 0;
    right: 60px;
}

.aircraft .dot li:nth-child(5)~li .experience .box .time {
    left: -3%;
    top: -85%;
    transform: rotateZ(-26deg);
}

.aircraft .dot li:nth-child(5)~li .experience .text .titles {
    text-align: right;
}

.aircraft .dot {
    /* position: absolute;
    bottom: 13%;
    width: 100%;
    height: 300px*/
    /*2023  0201¸Ä*/
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 50%;

    background: url(/static/addons/cms/images/image/image/wq.png) no-repeat;
    background-size: 80%;
    background-position: 100px 10px;
}

.aircraft .dot ul {
    /*    position: relative;
    width: 100%;
    height: 100%;*/
    /*2023  0201¸Ä*/
    position: relative;
    width: 65%;
    height: 100%;
    /* height: 100%; */
    margin: 0 auto;
}

.aircraft .dot li {
    position: absolute;
    /*top: 10px;*/
    margin: auto;
}

.aircraft .dot li span {
    display: block;
    width: 18px;
    height: 18px;
    border: 9px solid rgb(55, 55, 55);
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.aircraft .dot li span::after,
.aircraft .dot li span::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(19, 172, 151);
    transition: all .3s;
}

.aircraft .dot li.in span,
.aircraft .dot li:hover span {
    border: 9px solid rgb(19, 172, 151);
}


.aircraft .dot li span::after {
    animation: boderM 3s .5s infinite;
}

.aircraft .dot li span::before {
    animation: boderM 3s infinite;
}

/*
.aircraft .dot li:nth-child(1) {
    left: 13%;
    top: 53%;
}

.aircraft .dot li:nth-child(2) {
    left: 18%;
    top: 76%;
}

.aircraft .dot li:nth-child(3) {
    left: 24%;
    top: 82%;
}

.aircraft .dot li:nth-child(4) {
    left: 29%;
    top: 82%;
}

.aircraft .dot li:nth-child(5) {
    left: 35%;
    top: 80%;
}

.aircraft .dot li:nth-child(6) {
    left: 40%;
    top: 77%;
}

.aircraft .dot li:nth-child(7) {
    left: 45%;
    top: 74%;
}

.aircraft .dot li:nth-child(8) {
    left: 50%;
    top: 70%;
}

.aircraft .dot li:nth-child(9) {
    left: 56%;
    top: 63%;
}

.aircraft .dot li:nth-child(10) {
    left: 63%;
    top: 51%;
}

.aircraft .dot li:nth-child(11) {
    left: 69%;
    top: 40%;

}

.aircraft .dot li:nth-child(12) {
    left: 74%;
    top: 32%;
}*/

.aircraft_img {
    position: absolute;
    right: 50px;
    top: 49%;
    width: 15%;
}

.aircraft_img>img {
    width: 100%;
}

.client {
    position: static;
    width: 100%;
    /* min-width: 1300px; */
    overflow: hidden;
    height: auto;
}

.client_box {
    padding-bottom: 60px;
    position: relative;
    margin: 0 auto;
    border: 0;
    margin-top: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.client_box>img {
    width: 100%;
    height: 800px;
}

.client .titles {
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.client .titles h1 {
    color: rgb(73, 73, 73);
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

.index-customer-list {
    position: absolute;
    width: calc(700% + 70px);
    top: 0;
    left: 0;
    transition: all ease 1s;
}

.index-customer-list ul {
    float: left;
    width: calc(100% / 7);
}

.index-customer-list li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 13.5%;
    top: 0;
    z-index: 10;
    margin-right: 20px;
}

.index-customer-list li>img {
    width: 100%;
}

.index-customer-list li:nth-child(1) {
    margin-left: 14%;
}

.index-customer-list li:nth-child(5) {
    margin-right: 12%;
}

.index-customer-list li:nth-child(6) {
    margin-left: 6.5%;
}

.index-customer-list li:nth-child(n+6) {
    top: -50px;
}

.index-customer-list li>img {
    transition: all .5s linear .3s;
}

.index-customer-list li:hover>img {
    transform: rotateY(180deg);
}

.index-customer-list li .image {
    position: absolute;
    left: 2.5%;
    top: 26%;
    width: 94%;
    height: 45%;
    overflow: hidden;
}

.index-customer-list li .image img {
    position: absolute;
    width: 140%;
    transform: translate(-16%, -16px);
    object-fit: contain;
    height: 115%;
    transition: all .5s linear .3s;
}

.index-customer-list li .image img:nth-child(2),
.index-customer-list li:hover .image img:nth-child(1) {
    transform: translate(-16%, -16px) rotateY(180deg);
    opacity: 0;
}

.index-customer-list li:hover .image img:nth-child(2),
.index-customer-list li .image img:nth-child(1) {
    transform: translate(-16%, -16px) rotateY(0deg);
    opacity: 1;
}

.client_box .dots {
    position: absolute;
    bottom: 20%;
    /* left: 45%; */
    width: 100%;
    text-align: center;
}

.client_box .dots ul {
    display: inline-block;
    margin: 0 auto;
}

.client_box .dots li {
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 50%;
    border: 1px solid #666;
    box-sizing: border-box;
    margin: 10px;
}

.client_box .dots .shade,
.client_box .dots li:hover {
    background: linear-gradient(rgba(6, 157, 216, 0.6), rgba(38, 247, 149, 0.6));
    border: none;
}

.journalism {
    height: 100%;
    width: 1600px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* background: #f5f5f5 !important; */
}

.journalism .titles {
    margin-top: 10px;
}

.journalism .titles h1 {
    color: black;
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 80px;
}

.journalism .titles h4 {
    font-size: 18px;
    color: #666;
    text-align: center;
    padding-bottom: 50px;
    line-height: 25px;
    padding-top: 10px;
    visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
}

.journalism .news_menu {
    display: inline-block;
    margin: auto;
    margin-top: 20px;
}

.journalism .news_menu li {
    position: relative;
    float: left;
    width: 150px;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.journalism .news_menu li::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: -15px;
    height: 15px;
    margin-top: -7.5px;
    border-left: 1px dotted #666;
}

.journalism .news_menu li:last-child:after {
    height: 0;
    border: none;
}

.journalism .news_menu li:nth-child(3) {
    margin: 0;
}

.journalism .news_menu .shade a {
    color: #fff;
}

.journalism .news_menu li a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    margin: 0 12px;
    border-radius: 20px;
    transition: 0.3s;
}

.journalism .news_menu .shade a,
.journalism .news_menu li:hover a {
    background-color: rgb(34, 197, 119);
    border: 1px solid rgb(34, 197, 119);
    color: #fff;
}

/* 2023.2.9ÐÞ¸Ä */
/* .journalism .news_menu .shade a,
.journalism .news_menu li:hover a {
    color: #22c577;
    border-bottom: 2px solid #22c577;
} */

.news_list {
    display: inline-block;
    position: relative;
    width: calc(600% + 60px);
    /* width: 100%; */
    height: 615px;
    left: 0;
    transition: all 1s ease;
    margin-top: 20px;

}

.news_list .lbox {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 6);
    /* width: 100%; */
    display: flex;
    float: left;
    justify-content: center;
    padding-right: 10px;
}

.news_list .lbox .lbox_l {
    width: 100%;
}

.news_list .lbox .lbox_l .pic {
    margin-bottom: 30px;
    overflow: hidden;
    height: 291px;
    text-align: center;
    background: #fff;
}

.news_list .lbox .lbox_l .pic img {
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.news_list .lbox .lbox_l .pic:hover img {
    transform: scale(1.05, 1.05);
}

.list_box,
.news_list .lbox .lbox_r {
    width: 37%;
    padding: 20px;
    box-sizing: border-box;
}

.news_list .lbox h5 {
    font-size: 18px;
    color: #333;
    text-align: left;
    font-weight: normal
}

.news_list .lbox .lbox_r h5 {
    padding-left: 15px;
    position: relative;
}

.news_list .lbox .lbox_r h5::before {
    content: "";
    position: absolute;
    left: 0;
    border: 2px solid #22c577;
    top: 50%;
    transform: rotate(45deg);
}

.news_list .lbox p {
    text-align: left;
    margin-top: 10px;
    color: #666;
}

.news_list .lbox .lbox_l p .more {

    display: inline-block;
    margin-left: 6px;
    color: rgb(34, 197, 119);
}

.news_list .lbox .lbox_l p .more span {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: all .5s ease;
    margin: 0;
}

.news_list .lbox .lbox_l p .more:hover span {
    margin: 0 10px;
}

.news_list .lbox .lbox_r li~li {
    margin-top: 70px;
}

.news_list .lbox .lbox_r li a {
    position: relative;
    padding-right: 100px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
}

.news_list .lbox .lbox_r li a .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.news_list .lbox .lbox_r li a .more .icon {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    width: 82px;
    height: 20px;
    overflow: hidden;
}

.news_list .lbox .lbox_r li a p {
    color: #afafaf
}

.news_list .lbox .lbox_r li:hover a h5 {
    color: rgb(34, 197, 119);
}

.news_list .lbox .lbox_r li a .more .icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/static/addons/cms/images/image/image/icon-more3.png) no-repeat center #d2d2d2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news_list .lbox .lbox_r li a .more .icon::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/static/addons/cms/images/image/image/icon-more2.png) no-repeat center #f5f5f5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news_list .lbox .lbox_r li:hover a .more .icon:after {
    left: 100%;
}

.news_list .lbox .lbox_r li:hover a .more .icon::before {
    left: 0;
}

.news_list .box_u {
    display: flex;
    bottom: 10%;
    margin: 40px -30px 0px;
    padding: 0;
    justify-content: center;
}

.news_list .box_u>ul {
    width: 80%;
}

.news_list .box_u li {
    float: left;
    width: 33.3%;
}

.news_list .box_u li a {
    display: block;
    color: #858585;
    font-size: 15px;
    margin: 10px 30px 10px 30px;
    transition: all .4s ease-in-out;
}

.news_list .box_u li a p {
    display: inline-block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.news_list .box_u li:hover a p {
    color: rgb(34, 197, 119);
}

.news_list .box_u li a .time {
    float: right;
    color: #999;
    font-size: 13px;
}

.lbox .box1 {
    float: left;
    width: 23%;
    margin: 0 20px;
    box-sizing: border-box;
    background: #eee;
    padding-bottom: 20px;
}

.lbox .box1>a {
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}

.lbox .box1 .image {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 250px;
    background-color: #fff;
}

.lbox .box1 .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lbox .box1 .tbox {
    /* background-color: rgb(34, 197, 119); */
    color: #fff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.lbox .box1 .tbox .titles {
    line-height: 28px;
    font-size: 17px;
    margin-left: 15px;
    font-weight: 600;
    color: black;
    padding-bottom: 25px;
}

.lbox .box1:hover .tbox .titles {
    color: #22c577;
}

.lbox .box1 .tbox .text {
    margin-left: 10px;
    font-size: 15px;
    color: #999;
}

.lbox .box1 .tbox .examine {
    display: inline-block;
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    transition: 0.3s;
    margin-top: 20px;
}

.lbox .box1:hover .tbox .examine {
    background-color: #22c577;
}

.lbox .box1 .tbox .time {
    text-align: center;
    font-size: 18px;
    color: #999;
    margin-top: 30px;
}

footer {
    position: absolute;
    bottom: 0;
    background-color: rgb(27, 27, 27);
    color: #666;
    text-align: left;
    padding: 1px;
    box-sizing: border-box;
    width: 100%;
}

/* ÁôÑÔ */
.foot-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 333px;
    padding: 70px 0;
    box-sizing: border-box;
    background: url(/static/addons/cms/images/image/image/form-bg1.jpg)no-repeat center;
}

.message {
    width: 1300px;
    /* position: absolute; */
    display: flex;
    height: auto;
    /* top: 0; */
    /* width: 100%; */
    justify-content: space-between;
    margin: 30px auto;
}

.message .titles {
    width: 40%;
}

.message .titles h3,
.message .titles h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
}

.message .titles h3 p {
    font-size: 48px;
    font-weight: 700;
}

.message .titles .tel {
    margin-top: 45px;
}

.message .titles .tel i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 33px;
    color: #fff;
}

.message .titles .tel span {
    font-family: DINPro-Medium;
    font-size: 36px;
    line-height: 36px;
    color: #22c577;
    display: inline-block;
    vertical-align: middle;
}

.message .titles .tel i>img {
    width: 100%;
}

.message .content {
    /* background: #fff; */
    padding: 0 55px;
    font-size: 16px;
    overflow: auto;
    width: 50%;
    box-sizing: border-box;
}

.message .content .item {
    /* width: 90%; */
}

.product-xp h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

/* .com-form-box {
    margin-top: 50px;
} */

.com-form-box input {
    display: inline-block;
    outline: none;
    vertical-align: top;
    font-size: 16px;
    color: #999;
    width: 45%;
    line-height: 44px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.com-form-box input:nth-child(3) {
    float: right;
}

.com-form-box .cont {
    margin-top: 40px;
}

.com-form-box textarea {
    box-sizing: border-box;
    padding: 10px;
    height: 100px;
    width: 100% !important;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999;
    outline: none;
    resize: none;
    outline: none;
    background: #fff;
}

/* .center {
    text-align: right;
} */

.com-form-box input[type='submit'] {
    margin-top: 20px;
    width: 200px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: rgb(34, 197, 119);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: none;
}

@media only screen and (max-width:1200px) {
    .wrapper-1300 {
        width: 100%;
    }

    .message .titles h3 p {
        font-size: 37px;
        font-weight: 700;
    }

    .message .titles .tel span {
        font-family: DINPro-Medium;
        font-size: 30px;
        line-height: 36px;
        color: #22c577;
        display: inline-block;
        vertical-align: middle;
    }

    .message .titles {
        width: 40%;
        margin-left: 5%;
    }

    .container-item .item-text img {
        height: auto;
        width: 100%;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .industrial_text h3 span {
        font-size: 30px;
    }

    .industrial_text h3 {
        font-size: 20px;
        line-height: 50px;
    }

    .industrial_list li {
        border-radius: 15px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 30px;
    }

    .industrial_list li .icon {
        display: inline-block;
        width: 30px;
    }

    .industrial_list li .icon img {
        width: 100%;
    }

    .industrial_list li .icon {
        margin-left: 15px;
        margin-right: 5px;
    }

    .industrial_list li:nth-child(2n) {
        margin-left: 30px;
    }

    .industrial_list {
        padding: 25px;
    }

    .industrial_txt .text {
        font-size: 17px;
        line-height: 30px;
    }

    .foot_top {
        padding-left: 70px;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .journalism .titles h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .journalism .news_menu li {
        width: 130px;
        margin-right: 30px;
        font-size: 18px;
        padding: 4px;
    }

    .lbox .box1 {
        width: 29%;
        margin: 0 18px;
    }

    .lbox .box1 .tbox .titles {
        line-height: 37px;
        font-size: 22px;
        margin-left: 22px;
        margin-top: 47spx;
    }

    .news_list {
        margin-top: 30px;
    }

    .news_list .lbox .lbox_r li~li {
        margin-top: 50px;
    }

    .develop>.titles {
        padding-top: 70px;
    }

    .develop>.titles h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .develop .year {
        height: 170px;
        margin-top: 65px;
    }

    .develop .year .arrows_left,
    .develop .year .arrows_right {
        text-align: center;
        padding: 40px 30px;
    }

    .develop .year .box_centre {
        width: 750px;
    }

    .develop .year .box_centre .figure {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .experience .box {
        left: 55px;
    }

    .experience .text .titles {
        font-size: 19px;
        line-height: 35px;
    }

    .experience {
        width: 550px;
    }

    .experience .text .txt {
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (max-width:960px) {
    .industrial_text h3 span {
        font-size: 20px;
    }

    .industrial_text h3 {
        font-size: 14px;
        line-height: 30px;
    }

    .industrial_text .line {
        width: 30px;
        height: 3px;
    }

    .industrial_list li {
        border-radius: 10px;
        line-height: 25px;
        font-size: 14px;
        margin-top: 15px;
    }

    .industrial_list {
        padding: 18px;
    }

    .industrial_list li:nth-child(2n) {
        margin-left: 20px;
    }

    .industrial_l {
        margin-top: 0;
        width: 100%;
        height: 100%;
    }

    .industrial_r {
        /* display: none; */
        width: 100%;
        height: 60%;
        padding-top: 0;
    }

    .industrial_text {
        padding: 10px;
    }

    .dynamic_image {
        width: 12px;
        height: 12px;
        border: 6px solid rgb(33, 81, 155);
    }

    #select {
        margin-top: 0;
    }

    .industrial_txt .text {
        font-size: 15px;
        line-height: 24px;
    }

    .index-customer-list li:hover .image img:nth-child(2),
    .index-customer-list li .image img:nth-child(1) {
        transform: translate(-16%, -16px) rotateY(0deg);
        opacity: 1;
    }

    .index-customer-list li .image img:nth-child(2),
    .index-customer-list li:hover .image img:nth-child(1) {
        transform: translate(-16%, -16px) rotateY(180deg);
        opacity: 0;
    }

    .index-customer-list li:hover .image img:nth-child(2),
    .index-customer-list li .image img:nth-child(1) {
        transform: translate(-16%, -16px) rotateY(0deg);
        opacity: 1;
    }

    .index-customer-list li:nth-child(n+6) {
        top: 0px;
    }

    .client_box {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .client .titles h1 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
    }

    .index-customer-list li {
        width: 19.5%;
        top: 0;
        margin-right: 3%;
    }

    .index-customer-list li:nth-child(3n + 1) {
        margin-left: 14%;
    }

    .index-customer-list li:nth-child(6) {
        margin-left: 0;
    }

    .index-customer-list li:nth-child(5) {
        margin-right: 3%;
    }

    .journalism .news_menu {
        display: none;
    }

    .journalism .titles h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .lbox .box1 .image {
        height: 300px;
    }

    .lbox .box1 {
        width: 80%;
        margin: 0 5%;
        padding: 5%;
        margin-top: 15px;
    }


    .news_list {
        margin-top: 20px;
    }

    .news_list .lbox .box1 {
        display: none;
    }

    .news_list .lbox .box1:nth-child(1) {
        display: block;
    }

    .client_box .dots {
        bottom: 10%;
    }

    .index-customer-list li:nth-child(10),
    .index-customer-list li:nth-child(11) {
        display: none;
    }

    .inSouBg .tabs {
        position: absolute;
        width: 100%;
        padding-top: 0;
        height: auto;
        z-index: 66;
        margin-right: -650px;
        top: 0;
        right: auto;
        overflow: hidden;
    }

    .inSouBg .tabs a:first-child {
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .inSouBg>.tabs>a {
        text-align: center;
        display: block;
        color: #FFFFFF;
        box-sizing: border-box;
        float: left;
        width: 33.3%;
        height: 120px;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid #c7c7c7;
    }

    .container-item .item-text img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .inSouBg .tabs a img {
        padding-top: 30px;
        padding-bottom: 10px;
        width: 50px;
    }

    .inSouList .boxs {
        width: 100%;
        height: auto;
        position: absolute;
        left: auto;
        right: auto;
        left: 0;
        padding-left: 40px;
        margin-left: 0;
        top: auto;
        box-sizing: border-box;
        z-index: 666;
        color: #FFFFFF;
        bottom: 30%;
    }

    .inSouBg h1 {
        display: none;
        color: #FFFFFF;
        z-index: 666;
        font-size: 30px;
        line-height: 50px;
        font-weight: 700;
        position: absolute;
        left: auto;
        right: auto;
        margin-left: 25px;
        top: auto;
        bottom: 50%;
        padding: 0px;
    }

    .inSouList>div>h4 {
        line-height: 30px;
        height: 40px;
        overflow: hidden;
        font-weight: 600;
        font-size: 25px;
        font-weight: normal;
    }

    .inSouList>div>p {
        line-height: 30px;
        font-size: 15px;
        height: 120px;
        font-weight: 500;
        overflow: hidden;
    }

    .inSouList>div>a {
        margin-top: 70px;
        display: block;
        float: left;
        color: #FFFFFF;
        width: 100px;
        padding-left: 15px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #FFFFFF;
        border-radius: 15px;
    }

    .inSouList div a img {
        width: 18px;
        height: 6px;
        padding-left: 9px;
        transition: all .4s;
    }

    .inSouBg .tabs a:last-child {
        margin-left: 0;
        width: 33.3%;
    }

    .industrial_list li .icon {
        height: 25px;
        width: 25px;
    }

    .industrial_txt .more {
        width: 120px;
        line-height: 32px;
    }

    .news_list .lbox .lbox_l .pic {
        height: 200px;
        margin-bottom: 20px;
    }

    .swiper-container .btn .btn_right span::before {
        content: '>';
        text-align: center;
        font-size: 20px;
        display: block;
        line-height: 30px;
        border-radius: 50%;
        transition: all 0.5s ease-in-out;
    }

    .swiper-container .btn .btn_left span::before {
        content: '<';
        text-align: center;
        font-size: 20px;
        display: block;
        line-height: 30px;
        border-radius: 50%;
        transition: all 0.5s ease-in-out;
    }

    .swiper-container .btn .btn_right {
        position: absolute;
        right: 0;
        width: 30px;
        top: 50%;
        cursor: pointer;
    }

    .swiper-container .btn .btn_left {
        position: absolute;
        left: 0;
        width: 30px;
        top: 50%;
        cursor: pointer;
    }

    #menu li a {
        display: block;
        float: left;
        width: 8px;
        height: 8px;
        text-indent: -100px;
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
    }

    .dynamic .title .box.in {
        width: 150px;
    }

    .client_box>img {
        width: 100%;
        height: 700px;
    }

    .section {
        height: 800px;
        position: relative;
    }

    #box1 {
        height: 400px;
        width: 100%;
        margin-top: 60px;
    }

    #box2 {
        height: 500px;
    }

    #box6 {
        height: auto;
    }

    .journalism .titles h1 {
        margin-top: 20px;
    }

    .journalism {
        display: none;
    }

    .aircraft {
        display: none;
    }

    #box4 {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .industrial_list li:nth-child(2n) {
        margin-left: 10px;
    }

    .industrial_list {
        padding: 13px;
    }

    .industrial_text {
        padding: 7px;
    }

    .industrial_list li {
        border-radius: 10px;
        line-height: 22px;
        font-size: 13px;
        margin-top: 10px;
    }

    .dynamic_image {
        width: 10px;
        height: 10px;
        border: 5px solid rgb(33, 81, 155);
    }

    .journalism .titles h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .lbox .box1 {
        margin-top: 20px;
    }

    .news_list {
        margin-top: 15px;
    }

    /* .index-customer-list li:nth-child(10),
    .index-customer-list li:nth-child(11) {
        display: block;
    } */

    .wrapper-1300 {
        width: 100%;
    }

    .industrial_list li .icon {
        height: 15px;
        width: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .inSouBg .tabs {
        position: absolute;
        width: 100%;
        padding-top: 0;
        height: auto;
        z-index: 66;
        top: 0;
        right: auto;
        overflow: hidden;
    }

    .lbox .box1 .tbox .titles {
        line-height: 30px;
        font-size: 15px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .lbox .box1 .tbox .text {
        margin-left: 10px;
        margin-top: 5px;
        font-size: 12px;
    }

    .lbox .box1 .tbox .time {
        text-align: right;
        font-size: 14px;
    }

    #menu {
        position: fixed;
        right: 10px;
        top: 50%;
        width: 10px;
        margin-top: -50px;
        padding: 0;
        list-style-type: none;
        z-index: 70;
    }

    .industrial_l {
        margin-top: 0;
        width: 100%;
        height: 100%;
    }

    .industrial_r {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .industrial_r .dynamic {
        position: relative;
        width: 100%;
        top: 15%;
        text-align: center;
    }

    .industrial_txt .more {
        border-radius: 15px;
        line-height: 25px;
        font-size: 20px;
        width: 26%;
        margin-top: 10px;
    }

    .dynamic .title .box {
        position: absolute;
        left: 25px;
        width: 50px;
        opacity: 0;
        background: url(/static/addons/cms/images/image/image/ico.png) no-repeat center;
        overflow: hidden;
        border-radius: 15px;
        transition: all .3s ease-out;
        line-height: 30px;
    }

    .dynamic .title .float_image:hover+.box,
    .dynamic .title .float_image:hover+.box span {
        width: 150px;
        opacity: 1;
    }

    .dynamic .title .box span:nth-child(1) {
        margin: 5px;
    }

    .dynamic .title .box span:nth-child(1) img {
        width: 20px;
        height: 20px;
    }

    .dynamic .title .box span:nth-child(2) {
        margin-left: 10px;
        line-height: 30px;
        /* min-width: 100px; */
        font-size: 15px;
        color: #fff;
        font-weight: 500;
    }

    .news_list .lbox .lbox_l .pic {
        margin-bottom: 15px;
        width: 100%;
        height: 100%;
    }

    .news_list .box_u {
        display: none;
        opacity: 0;
    }

    .news_list .lbox h5 {
        font-size: 15px;
    }

    .news_list .lbox p {
        font-size: 12px;
        margin-top: 5px;
    }

    .news_list .lbox {
        display: block;
    }

    .list_box,
    .news_list .lbox .lbox_r {
        width: 100%;
        padding: 10px;
    }

    .com-form-box input {
        font-size: 14px;
        width: 100%;
        line-height: 40px;
        padding: 0 10px;
    }

    .com-form-box input[type='submit'] {
        margin-top: 20px;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        cursor: pointer;
    }

    .com-form-box textarea {
        height: 150px;
    }

    .news_list .lbox .lbox_r li a {
        padding-right: 75px;
    }

    .news_list .lbox .lbox_r li a .more {
        width: 70px;
        font-size: 12px;
    }

    .news_list .lbox .lbox_r li a .more .icon {
        margin-bottom: 5px;
        width: 60px;
        height: 16px;
    }

    .message .titles h3,
    .message .titles h4 {
        font-size: 15px;
        line-height: 1.5;
        color: #000000;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .message .titles h3 p {
        font-size: 22px;
    }

    .message .content {
        /* background: #fff; */
        padding: 0 10px;
        font-size: 16px;
        overflow: auto;
        width: 45%;
        box-sizing: border-box;
    }

    .message .titles .tel {
        margin-top: 35px;
    }

    .message .titles .tel i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 25px;
        color: #fff;
    }

    .message .titles .tel span {
        font-family: DINPro-Medium;
        font-size: 22px;
        line-height: 30px;
        color: #22c577;
        display: inline-block;
        vertical-align: middle;
    }

    .industrial_txt .text {
        font-size: 12px;
        line-height: 18px;
    }

    .inSouBg .tabs a img {
        padding-top: 30px;
        padding-bottom: 10px;
        width: 40px;
    }

    .client_box>img {
        width: 100%;
        height: 500px;
    }

    .index-customer-list li:hover .image img:nth-child(2),
    .index-customer-list li .image img:nth-child(1) {
        transform: translate(-16%, -7px) rotateY(0deg);
        opacity: 1;
    }

    .index-customer-list li .image img:nth-child(2),
    .index-customer-list li:hover .image img:nth-child(1) {
        transform: translate(-16%, -7px) rotateY(0deg);
        opacity: 0;
    }

    .news_list .lbox .lbox_l .pic img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        transition: all .5s ease;

    }

    .com-form-box input:nth-child(3) {
        float: left;
        margin-bottom: 10px;
    }

    .message .titles {
        padding: 5px;
        padding-top: 40px;
        margin-left: 2%;
        box-sizing: border-box;
    }

    #box1 {
        height: 250px;
        width: 100%;
        margin-top: 60px;
    }

    .develop>.titles {
        padding-top: 20px;
    }

    .develop>.titles h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .develop .year {
        height: 120px;
        margin-top: 40px;
    }

    .develop .year .arrows_left,
    .develop .year .arrows_right {
        text-align: center;
        padding: 15px 15px;
        margin-top: 25px;
    }

    .develop .year .arrows_left>img,
    .develop .year .arrows_right>img {
        width: 100%;
    }

    .develop .year .box_centre .figure {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .develop .year .box_centre .text {
        color: #fff;
        font-size: 13px;
        margin-top: 0px;
        text-align: left;
        padding: 5px;
        box-sizing: border-box;
    }

    .experience .text .txt {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        overflow: hidden;
    }

    .experience {
        width: 350px;
    }

    .experience .box {
        left: 30px;
    }

    .experience .image {
        margin-top: 7px;
    }

    .experience .text {
        padding: 5px;
    }

    .experience .text .titles {
        font-size: 16px;
        line-height: 29px;
    }

    .experience .time {
        position: absolute;
        right: 3%;
        top: 4%;
        font-size: 12px;
        color: black;
        transform: rotateZ(26deg);
    }

    .inSouList .boxs {
        padding-left: 20px;
    }

    #box2 {
        height: auto;
    }
    #box5{
        height: 650px;
    }
    #box7{
        height: auto;
    }
    .foot-form {
        position: initial;
        bottom: auto;
        margin: 0;
        padding:  0;

    }
    footer{
        position: initial;
    }
    .message{
        margin: 0;
    }

}