body {
    background-color: rgb(240, 245, 251);
}






.ny-banner .boxs {
    position: relative;
    text-align: center;
    padding-top: 200px;
    letter-spacing: 2px;
    transition: all ease .5s;
    font-size: 28px;
    margin: 0 30px;
    height: 100%;
    z-index: 2;
    margin: auto;
    color: #fff;
    box-sizing: border-box;
}

.ny-banner .boxs h1 {
    margin-bottom: 10px;
}

.ny-banner .boxs p {
    margin-top: 10px;
}

.ny-banner .boxs span {
    margin: 30px;
    display: block;
    width: 100px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
}

.nb-menu .title {
    color: rgb(136, 136, 136);
}

.nb-menu .title span {
    line-height: 35px;
}

.nb-menu .MORE {
    float: right;
    margin-right: 30px;
}

.regard {
    width: 100%;
    background-color: #fff;
}

.regard .regard_l,
.regard .regard_r {
    float: left;
    width: 50%;
}

.regard .regard_r {
    margin-top: 40px;
    padding: 10px;
    box-sizing: border-box;
}

.regard_l {
    padding: 20px;
    box-sizing: border-box;
}

.regard_l .title {
    padding-left: 10px;
    font-size: 25px;
    line-height: 50px;
}

.regard_l .title p {
    color: #aaa;
}

.regard_l .title span {
    display: block;
    width: 80px;
    height: 10px;
    margin: 10px 0;
    /* background: linear-gradient(rgba(10, 157, 171), rgba(31, 188, 131)); */
    background-color: rgb(81, 172, 33);
}

.regard_l .content {
    font-size: 16px;
    line-height: 30px;
    padding: 40px 0 70px 44px;
    box-sizing: border-box;
    position: relative;
    /* background: url(/static/addons/cms/images/image/image/rahjbj.png) no-repeat; */
    background-size: 80%;
    ;
}

.regard_l .content::before {
    content: "";
    display: block;
    width: 70%;
    height: 75%;
    border: 12px solid #52ac22;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.regard_l .content .txt {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px 0 20px;
}

.regard_l .content .txt a {
    font-size: 16px;
    color: #999;
    display: inline-block;
    margin-top: 30px;
    border-bottom: 1px solid #d0d0d0;
}

.regard_l .content .txt a:hover {
    color: #52ac22;
}

.regard_l .content .txt p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    /*只显示6行*/
    overflow: hidden;
    /*溢出隐藏*/
    text-overflow: ellipsis;
}

.regard_r img {
    width: 100%;
}

.vwrap {
    z-index: 1040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.vwrap::before {
    display: block;
    content: "";
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
    padding: 0 50px;
    width: 900px;
    height: 550px;
    position: fixed;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -225px;
    margin-left: -450px;
}

.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -40px;
}

.vwrap .close i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/static/addons/cms/images/image/image/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover {
    transform: rotate(180deg);
}

.tc-message h3 {
    padding-bottom: 30px;
    padding-top: 50px;
    font-size: 30px;
    color: #333;
    text-align: left;
}

.tc-message p {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    padding-bottom: 15px;
}

.tc-message i {
    display: inline-block;
    margin-left: 50px;
    width: 80px;
    height: 2px;
    background-color: #ddd;
    margin-bottom: 10px;
}

.figure {
    padding: 0 50px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
}

.figure .year {
    margin: 50px 0;
    position: relative;
    float: left;
    font-size: 22px;
    margin-right: 200px;
    font-weight: 600;
    text-align: center;
}

.figure .year .txt {
    font-weight: 500;
}

.figure .year:nth-child(4) {
    margin-right: 0
}

.figure .year .time {
    font-size: 20px;
    position: relative;
}

.year .time span {
    position: absolute;
    top: 0;
    right: -20px;
}

.year .time .shade {
    font-size: 55px;
    font-weight: 700;
    background: linear-gradient(rgba(10, 157, 173), rgba(35, 198, 120));
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.slide {
    width: 100%;
    height: 250px;
    position: relative;
    margin: 100px auto;
    overflow: hidden;
}

/* .slide ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.slide ul::-webkit-scrollbar-track {
    background: transparent;
} */

.slide ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide li {
    float: left;
    height: 250px;
    padding: 0 20px;
    width: 350px;
    overflow: hidden;
}

.slide li img {
    height: 100%;
    display: inline-block;
}

.glory {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    height: 600px;
}

.glory .glory_l {
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.glory .glory_r {
    float: left;
    width: 68%;
}

.glory_l ul {
    height: 96%;
}

.glory_l li {
    display: none;
}

.glory_l .boxs {
    display: block;
    height: 100%;
}

.glory_l .image {
    text-align: center;
    height: 90%;
    background-color: rgb(197, 197, 197);
}

.glory_l .image img {
    height: 100%;
    width: 100%;
}

.glory .icon {
    display: block;
    margin: 20px 0;
    width: 150px;
    height: 10px;
    background: linear-gradient(rgba(10, 157, 171), rgba(31, 188, 131));
}

.glory_l .title {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: rgb(0, 150, 101);
}

.glory_r {
    padding-left: 50px;
    box-sizing: border-box;
}

.glory_r .title {
    font-size: 40px;
    color: black;
    font-weight: 700;
}

.glory_r .text {
    font-size: 21px;
    font-size: 550;
    line-height: 40px;
}



.indThr {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.kcList {
    width: 100%;
    height: 3.56rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.picList {
    width: 100%;
    height: 3.56rem;
    margin: 0;
    padding: 0;
    position: relative;
}

.picList li {
    width: 200px;
    height: 275px;
    float: left;
    /* margin-right: 2%; */
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 1%;
    box-sizing: border-box;
}

.picList li:nth-child(3n) {
    margin-right: 0;
}

.meng {
    width: 100%;
    height: 100%;
    display: block;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    height: 100%;
    position: relative
}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    opacity: .8;
    filter: alpha(opacity=80);
    text-align: center;
    line-height: 4.56rem;
    font-size: 0.6rem;
    color: #fff;
    font-family: "Medium";
}

.da-thumbs li a div img {
    margin: auto;
    margin-top: 80px;
    width: 50px;

}

.da-thumbs li a div.da-animate {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.da-slideFromTop {
    left: 0;
    top: -100%
}

.da-slideFromBottom {
    left: 0;
    top: 100%
}

.da-slideFromLeft {
    top: 0;
    left: -100%
}

.da-slideFromRight {
    top: 0;
    left: 100%
}

.da-slideTop {
    top: 0
}

.da-slideLeft {
    left: 0
}

.picImg {
    width: 100%;
    height: 100%;
}

.picHover {
    text-align: center;
}

.picHover img {
    margin: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;

}

.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 600px;
}

.cooperation {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.cooperation .title {
    font-size: 30px;
    margin-top: 20px;
}

.cooperation .icon {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 150px;
    height: 10px;
    background: linear-gradient(rgba(10, 157, 171), rgba(31, 188, 131));
}

.cooperation .boxs {
    margin-top: 200px;
}

.cooperation .boxs li {
    float: left;
    width: 20%;
    margin-right: 84px;
    background: linear-gradient(rgba(11, 158, 169), rgba(36, 200, 117));
    position: relative;
    padding-top: 125px;
}

.cooperation .boxs li:nth-child(4) {
    margin: 0;
}

.cooperation .boxs li .image {
    position: absolute;
    top: -125px;
    width: 100%;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.cooperation .boxs li .image img {
    height: 100%;
    object-fit: contain;
}

.cooperation .boxs li .txt {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.cooperation .boxs li .txt .title {
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
}

.cooperation .boxs li .txt span {
    display: block;
    margin: 15px auto;
    width: 50px;
    height: 5px;
    background: #fff;
}

.cooperation .boxs li .txt .text {
    font-size: 18px;
    line-height: 35px;
}

.foot_top li {
    float: left;
    margin-right: 120px;
    line-height: 25px;
}


.glory1 {
    text-align: center;
    width: 100%;
}

.glory1 .text {
    padding: 1%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.glory1 h3 {
    font-size: 32px;
    margin: 20px 0;
}

.glory1 p {
    font-size: 16px;
    color: #666666;
}

.glory1 .list {
    width: 100%;
}

.glory1 .list .list-image {
    display: block;
    margin: 0 auto;
    width: 1300px;
    text-align: center;
}

.glory1 .list .list-image .image {
    padding: 1.5%;
    height: 300px;
    float: left;
    width: 32%;
    box-sizing: border-box;
    margin-left: 15px;
}

.glory1 .list .list-image .image img {
    height: 100%;
    object-fit: contain;
}

.mien {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mien .activity {
    width: 100%;
    text-align: center;
}

.mien .activity ul {
    display: flex;
    justify-content: center;
}

.mien .activity ul li {
    margin: 0 15px;
}

.mien .activity ul li .images {
    background: rgb(59, 168, 53);
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
    width: 100px;
    height: 81px;
}

.mien .activity ul li .images img {
    width: 80%;
}

.mien .activity ul li .txt {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}

.mien .activity ul li.in .txt,
.mien .activity ul li:hover .txt {
    color: rgb(59, 168, 53);
}

.mien .patternmaking {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.mien .patternmaking ul li {
    width: 31%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}

.mien .patternmaking ul li .images {
    padding: 2px;
    box-sizing: border-box;
    background: rgb(0, 150, 101);
}

.mien .patternmaking ul li .images .box_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.mien .patternmaking ul li .images .box_img img {
    width: 100%;
    transition: all .5s ease;
    object-fit: cover;
    height: 100%;
}

.mien .patternmaking ul li:hover .images .box_img img {
    transform: scale(1.05, 1.05);
}

.mien .patternmaking ul li .txt {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
}







.tit0l {
    font-size: 36px;
    letter-spacing: 8px;
    margin: 60px 0 0 0;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.tit0l em {
    font-size: 14px;
    color: #bbbbbb;
    font-weight: normal;
    display: block;
    font-family: "Microsoft Yahei";
    text-transform: uppercase;
    /* background: url(static/image/2136abad2c8f4691ae22ebfda25d3635_6.png) no-repeat center 13px; */
    padding: 40px 0;
    font-style: normal;
    letter-spacing: 1px;
}

.tit02 {
    margin: 40px 0 0 0;
}


.p102-about-content {
    font-size: 16px;
    line-height: 32px;
    color: #4c4c4c;
    text-align: justify;
    padding: 40px 0;
}

.endit-content .content dl dt img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.endit-content .content .qywh dl dt img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.gsyj {
    margin-top: 54px;
}

.gsyj dl {
    padding-top: 20px;
}

.gsyj dl dt {
    width: 600px;
    height: 658px;
    background: #000;
    float: left;
    overflow: hidden;
}

.gsyj dl dd {
    width: 544px;
    float: right;
    position: relative;
    padding-top: 20px;
}

.gsyj dl dd h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
    position: relative;
}

.gsyj dl dd h3 em {
    display: block;
    font-size: 48px;
    margin-bottom: 10px;
    color: rgb(59, 167, 51);
    font-style: normal;
    text-transform: capitalize;
    font-weight: normal;
    word-spacing: 10px;
    font: 102px "Times New Roman", Times, serif;
}

.gsyj dl dd h3:after {
    content: ""
}

.gsyj dl dd p {
    text-align: justify;
    line-height: 35px;
    font-size: 16px;
}

.gsyj dl dd span {
    display: block;
    width: 262px;
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}

.gsyj dl dd:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 6px;
    background: rgb(59, 167, 51);
    bottom: -38px;
    left: 0;
}

.tit1 {
    font-size: 40px;
    margin: 40px 0;
    color: #333;
}

.tit1 span {
    display: block;
    font-size: 18px;
    margin-top: 14px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 12px;
    font-weight: normal;
    color: #000;
}

.tit1 span:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    background: rgb(59, 167, 51);
    left: 0;
    bottom: 5px;
}

.tit1 em {
    display: block;
    float: right;
    margin-top: -58px;
    font-style: normal;
    font-weight: normal;
    color: rgb(59, 167, 51);
    font-size: 30px;
}


.abt ul li {
    width: 49%;
    float: left;
    height: 320px;
}

.abt ul li:last-child {
    float: right;
}

.wh {
    margin-top: 9px;
}

.wh ul li {
    float: left;
    width: 23%;
    margin-bottom: 40px;
    box-shadow: 0 0 12px #dedede;
    height: 230px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50px 50px 0 0;
    background: #fff;
    margin-right: 2%;
}

.wh ul li:nth-child(4) {
    margin-right: 0;
}

.wh ul li em {
    background: rgb(59, 167, 51);
    width: 70px;
    height: 70px;
    display: block;
    margin: 10px auto;
    line-height: 70px;
    border-radius: 50%;
}

.wh ul li em img {
    width: 40px;
}

.wh ul li span {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.wh ul li p {
    padding: 0 30px;
    height: 56px;
    font-size: 15px;
    text-align: center;
}

.wh ul li:hover em {
    background: #ee9b11;
}

.qywh {
    margin-top: 20px;
    height: 515px;
    width: 100%;
}

.qywh dl {
    width: 100%;
}

.qywh dl dt {
    width: 530px;
    float: left;
}

.qywh dl dd {
    width: 620px;
    float: right;
}

.qywh dl dd p {
    font-size: 16px;
    background: #0066bb;
    color: #ffffff;
    padding: 13px 15px;
    margin-bottom: 50px;
    margin-top: 0;
}


.qywh dl dd ul li {
    /* height: 60px; */
    margin-top: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    line-height: 80px;
}

.qywh dl dd ul li b {
    display: inline-block;
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #e4e4e4;
    text-align: center;
}

.qywh dl dd ul li b img {
    width: 60px;
}

.qywh dl dd ul li h3 {
    float: left;
    width: 80%;
    line-height: 30px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
}

.qywh dl dd ul li h3 i {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    display: block;
    line-height: 40px;
    color: #000;
}



/* 2023.2.6 改 */
.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: 50px;
}

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

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

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

.develop .year .box_centre {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 800px;
    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: 15px;
    background-color: rgb(0, 0, 0, 0);
}

.develop .year .box_centre .text {
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    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_img {
    position: absolute;
    right: 50px;
    top: 49%;
    width: 15%;
}

.aircraft_img>img {
    width: 100%;
}

.course {
    height: 850px;
}

@media only screen and (max-width: 1200px) {
    .content {
        width: auto;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    body {
        width: auto;
    }

    .qywh dl dt {
        width: 48%;
        float: left;
    }

    .qywh dl dd {
        width: 48%;
        float: right;
    }

    .qywh dl dd ul li {
        /* height: 60px; */
        margin-top: 25px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        line-height: 60px;
    }

    .qywh dl dd ul li b {
        display: inline-block;
        width: 60px;
        height: 60px;
        float: left;
        border: 1px solid #e4e4e4;
        text-align: center;
    }

    .qywh dl dd ul li b img {
        width: 40px;
    }

    .qywh dl dd ul li h3 i {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        display: block;
        line-height: 35px;
        color: #000;
    }

    .qywh dl dd ul li h3 {
        float: left;
        width: 80%;
        line-height: 27px;
        margin-left: 17px;
        font-size: 15px;
        font-weight: normal;
    }

    .wh ul li {
        height: auto;
    }

    .gsyj dl dt {
        width: 48%;
        height: 658px;
        background: #000;
        float: left;
        overflow: hidden;
    }

    .gsyj dl dd {
        width: 48%;
        float: right;
        position: relative;
        padding-top: 20px;
        margin-right: 20px;
    }

    .gsyj dl dd h3 em {
        font: 90px "Times New Roman", Times, serif;
    }

    .gsyj dl dd h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .gsyj dl dd p {
        line-height: 33px;
        font-size: 15px;
    }

    .gsyj dl dd span {
        width: 47%;
    }

    .tit1 {
        font-size: 35px;
        margin: 35px 0;
    }

    .tit1 em {
        font-size: 25px;
    }

    .tit1 span {
        font-size: 17px;
    }

    .tit1 span:before {
        height: 18px;
    }
}

@media only screen and (max-width: 960px) {
    .glory1 .list .list-image {
        width: 100%;
    }

    .mien .activity ul li .txt {
        font-size: 18px;
        line-height: 25px;
        padding: 10px 0;
    }

    .mien .patternmaking ul li .txt {
        font-size: 20px;
        line-height: 35px;
        margin-top: 8px;
    }

    .mien .patternmaking ul li {
        width: 45%;
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .mien .activity ul li .images {
        background: rgb(59, 168, 53);
        box-sizing: border-box;
        padding: 8px;
        border-radius: 12px;
        width: 75px;
        height: 60px;
    }

    .mien .patternmaking ul li .images .box_img {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }

    .mien .activity ul li {
        margin: 0 10px;
    }

    .tit0l {
        font-size: 30px;
        margin: 40px 0 0 0;
    }

    .tit0l em {
        font-size: 13px;
        padding: 30px 0;
    }

    .wh ul li em {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wh ul li span {
        font-size: 20px;
        margin: 15px 0;
    }

    .wh ul li p {
        padding: 0 15px;
        height: 75px;
        font-size: 14px;
        text-align: center;
    }

    .wh ul li {
        margin-bottom: 30px;
        padding-top: 20px;
        border-radius: 40px 40px 0 0;
    }

    .qywh dl dd ul li b {
        width: 15%;
        height: auto;
    }

    .qywh dl dd ul li b img {
        width: 80%;
    }

    .qywh dl dd ul li h3 {
        line-height: 23px;
        margin-left: 10px;
        font-size: 14px;
    }

    .qywh dl dd ul li h3 i {
        font-size: 16px;
        line-height: 30px;
    }

    .gsyj dl dd h3 {
        font-size: 21px;
        color: #333;
        margin-bottom: 30px;
        position: relative;
    }

    .gsyj dl dd h3 em {
        font: 70px "Times New Roman", Times, serif;
    }

    .gsyj dl dd p {
        line-height: 30px;
        font-size: 14px;
    }

    .tit1 {
        font-size: 30px;
        margin: 30px 0;
    }

    .tit1 em {
        font-size: 20px;
    }

    .tit1 span {
        font-size: 15px;
        margin-top: 12px;
        padding-left: 10px;
    }

    .tit1 span:before {
        width: 5px;
        height: 13px;
        bottom: 3px;
    }

    .endit-content p {
        margin: 10px 0;
        font-size: 14px;
    }

    .gsyj dl dd:after {
        width: 40px;
        height: 5px;
        bottom: -18px;
    }

    .abt ul li {
        height: auto;
    }
}

@media only screen and (max-width: 760px) {

    .regard .regard_l,
    .regard .regard_r {
        width: 100%;
    }

    .wrapper-1200 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .figure {
        display: none;
    }

    .slide,
    .slide ul,
    .slide li {
        height: 100px;
    }

    .slide li {
        width: 150px;

    }

    .glory .glory_l {
        display: none;
    }

    .glory .glory_r {
        width: 100%;
        padding: 0;
    }

    .glory_r .title {
        font-size: 24px;
    }

    .glory .icon {
        width: 80px;
        height: 5px;
        margin: 10px 0;
    }

    .glory_r .text {
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
    }

    .kcList {
        width: 100%;
        height: 2.56rem;
        margin: 0 auto;
    }

    .indThr {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }

    .picList {
        height: 2.56rem;
    }

    .picList li {
        width: 150px;
        height: 2.56rem;
        float: left;
        /* margin-right: 10px; */
        overflow: hidden;
        margin-bottom: 1%;
    }

    /* .cooperation {
        display: none;
    } */

    .da-thumbs li a div img {
        margin: auto;
        margin-top: 50px;
        width: 30px;
    }

    .picImg {
        width: auto;
    }

    .regard_l .title {
        padding-left: 10px;
        font-size: 16px;
        line-height: 40px;
    }

    .regard_l .title span {
        width: 50px;
        height: 5px;
        margin: 10px 0;
    }

    .regard_l .content {
        font-size: 14px;
        line-height: 30px;
    }

    .glory {
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 20px;
    }

    .slide {
        margin: 50px auto;
    }

    .glory1 .list .list-image {
        display: block;
    }

    .glory1 .list .list-image .image {
        width: 50%;
        float: left;
        height: 200px;
    }

    .glory1 .list .list-image .image img {
        width: 100%;
    }

    .glory1 {
        margin-top: 80px;
    }

    .glory1 h3 {
        font-size: 25px;
        margin: 20px 0;
    }

    .glory1 p {
        font-size: 14px;
        color: #666666;
    }

    .mien {
        margin-top: 70px;
    }

    .mien .patternmaking ul li .txt {
        font-size: 16px;
        line-height: 30px;
        margin-top: 8px;
    }

    .mien .activity ul li .images {
        background: rgb(59, 168, 53);
        box-sizing: border-box;
        padding: 6px;
        border-radius: 9px;
        width: 50px;
        height: 40px;
    }

    .mien .activity ul li .txt {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }

    .mien .activity ul li {
        margin: 0 5px;
    }

    .mien .patternmaking ul li {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .wh ul li {
        width: 45%;
    }

    .wh ul li p {
        padding: 0 10px;
        height: 60px;
        font-size: 12px;
    }

    .wh ul li span {
        font-size: 16px;
        margin: 10px 0;
    }

    .qywh dl dt,
    .qywh dl dd {
        width: 100%;
        float: left;
    }

    .p102-about-content {
        padding: 10px 0;
    }

    .gsyj {
        margin-top: 7px;
    }

    .gsyj dl dt {
        display: none;
    }

    .gsyj dl dd {
        width: 100%;
        float: inherit;
    }

    .gsyj dl dd h3 em {
        font: 50px "Times New Roman", Times, serif;
    }

    .gsyj dl dd h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .tit1 {
        font-size: 23px;
        margin: 20px 0;
    }

    .tit1 em {
        font-size: 18px;
    }

    .gsyj dl dd p {
        line-height: 27px;
        font-size: 13px;
    }

    .cooperation .boxs li {
        width: 45%;
        margin-right: 2%;
        padding-top: 50px;
    }

    .cooperation .boxs li:nth-child(n+3) {
        margin-top: 80px;
    }

    .cooperation .boxs li:nth-child(2n) {
        float: right;
    }

    .cooperation .boxs li .txt {
        padding: 5px;
    }

    .cooperation .boxs li .txt span {
        height: 3px;
        margin: 8px auto;
        width: 35px;
    }

    .cooperation .boxs li .txt .text {
        font-size: 14px;
        line-height: 28px;
        height: 130px;
    }

    .cooperation .boxs li .txt .title {
        font-size: 17px;
        line-height: 30px;
    }

    .cooperation .boxs li .image {
        position: absolute;
        top: -80px;
        width: 100%;
        height: 144px;
        border-radius: 50%;
        overflow: hidden;
    }

    .cooperation .boxs {
        margin-top: 120px;
    }

    .cooperation .title {
        font-size: 18px;
        margin-top: 5px;
    }

    .cooperation .icon {
        display: block;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 90px;
        height: 5px;
        background: linear-gradient(rgba(10, 157, 171), rgba(31, 188, 131));
    }

    .vwrap .close {
        z-index: 999;
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: -30px;
        right: 15px;
    }

    .tc-message p {
        font-size: 13px;
        line-height: 25px;
        color: #666;
        padding-bottom: 15px;
    }

    .tc-message h3 {
        padding-bottom: 14px;
        padding-top: 30px;
        font-size: 25px;
        color: #333;
        text-align: left;
    }

    .vwrap .videobox {
        z-index: 990;
        padding: 0 10px;
        width: 100%;
        height: auto;
        position: fixed;
        background-color: #fff;
        left: 50%;
        top: 50%;
        margin-top: -50%;
        box-sizing: border-box;
        margin-left: -50%;
    }
    .qywh {
        margin-top: 10px;
        height: auto;
    }
    .endit-content .content .qywh dl dt img {
        max-width: 320px;
        height: auto;
        width: 320px;
        object-fit: cover;
    }    
}