@charset "utf-8";

@font-face {
    font-family: 'sh';
    src: url('fonts/SourceHanSansCN-Regular.otf');
    font-style: normal;
}



body {
    min-width: 1200px;
}

.ny-index * {
    margin: 0;
     font-family: 'sh';
}

.w12 {
    max-width: 1200px;
    margin: 0 auto;
}

.ny-index {
    min-height: 60vh;
    padding-top: 40px;
    padding-bottom: 100px;
    background: url(../images/ny-indexbg.png) no-repeat center bottom;
    background-size: 100%;
}

.ny-tit {
    margin-bottom: 40px;
}

.ny-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

.ny-top h3 {
    font-size: 28px;
    font-weight: bold;
    color: #03492E;
    border-left: 5px solid #03492E;
    line-height: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.ny-wz {
    display: none;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ny-wz img {
    margin-right: 10px;
    display: inline-block;
}

.ny-wz span {
    font-size: 16px;
    color: #626262;
}

.ny-wz a:hover {
    color: #03492E;
}

.ny-wz a {
    font-size: 16px;
    color: #626262;
}

.ny-tit img {
    display: block;
    margin: 0 auto;
}

.major-list {
    border-top: 4px solid #03492E;
    padding: 10px 40px;
    background: #F9FAFA;
}

.major-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.major-list li {
    width: 25%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
}

.major-list li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    text-decoration: none;
}

.major-list li:nth-child(n+17) {
    border-bottom: none;
}

.major-list li img {
    margin-right: 12px;
}

.major-list li span {
    font-size: 22px;
    color: #333;
}

.major-list li.active span,
.major-list li a:hover span {
    color: #03492E;
    font-weight: bold;
}

.s2 {
    padding: 60px 0;
}

.s2-lt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -14px;
}

.s2-lt ul li {
    width: 25%;
    margin-bottom: 34px;
}

.s2-lt ul li a {
    display: block;
    padding: 20px 30px;
    background: url(../images/tbg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 14px;
}

.s2-lt ul li a:hover {
    background: url(../images/tbgh.png) no-repeat;
    background-size: 100% 100%;
}

.s2-lt ul li a:hover p,
.s2-lt ul li a:hover h3 {
    color: #ffffff;
}

.s2-lt ul li a h3 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1;
}

.s2-lt ul li a p {
    font-size: 16px;
    color: #666666;
}

.s3-list {
    margin-top: 30px;
}

.s3-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -20px;
    padding: 0;
}

.s3-list ul li {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.s3-list ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-top: 2px solid #03492E;
    padding-top: 20px;
    text-decoration: none;
}

.s3-list ul li a h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s3-list ul li a p {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    flex: 1;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.s3-list ul li a img {
    display: block;
    margin-top: auto;
    width: 22px;
}

.s3-list ul li.active a h3,
.s3-list ul li a:hover h3 {
    color: #217050;
}

.s3-list ul li.active a p,
.s3-list ul li a:hover p {
    color: #217050;
    opacity: 0.6;
}

.s3 {
    padding-bottom: 60px;
}

.s4-form {
    margin-top: 20px;
    margin-bottom: 40px;
}

.form-tb {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
}

.form-title {
    background-color: #f5f5f5;
    text-align: center;
    font-size: 20px;
    padding: 18px;
    color: #333;
    font-weight: normal;
    border: 1px solid #e6e6e6;
}

.form-tb td {
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
}

.td-label {
    width: 17%;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.td-label.short-label {
    width: 10%;
}

.td-label span {
    color: #d32f2f;
    margin-left: 5px;
    vertical-align: middle;
}

.td-input {
    width: 24%;
    background-color: #fff;
}

.td-input.long-input {
    width: 40%;
}

.td-input input,
.td-input select {
    width: 100%;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s;
}

.td-input input:focus,
.td-input select:focus {
    border-color: #03492E;
}

.td-input select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow_down.svg) no-repeat right 15px center;
    background-size: 14px;
}

.td-input input::placeholder {
    color: #b3b3b3;
}

.form-btn {
    text-align: center;
    margin-top: 40px;
}

.form-btn button {
    background-color: #0b492e;
    color: #fff;
    border: none;
    padding: 12px 100px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.form-btn button.btn-green {
    background-color: #217050;
}

.form-btn button.btn-blue {
    background-color: #024F8A;
}

.form-subtitle-row {
    background-color: #fcfcfc;
}

.form-subtitle {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 15px !important;
    border: 1px solid #e6e6e6;
}

.form-subtitle span {
    color: #d32f2f;
    margin-left: 5px;
    vertical-align: middle;
}

.intro-content {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.intro-content p {
    text-indent: 2em;
    color: #333333;
    font-size: 22px;
}

.intro-content p span {
    margin-right: 30px;
}

.intro-contact {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
    font-size: 16px;
    color: #333;
}

.sub-video {
    margin-bottom: 60px;
}

.video-box {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.video-box video {
    display: block;
    width: 100%;
}

.video-box .v-poster {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.video-box .v-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    transition: all 0.3s;
}

.video-box:hover .v-play {
    transform: translate(-50%, -50%) scale(1.1);
}

.sub-major {
    padding: 60px 0;
}

input[readonly] {
    background-color: #f9f9f9 !important;
    color: #333 !important;
    cursor: not-allowed;
}


.s1 {padding-top:60px;}
.jjw p {color: #333;text-align: justify;line-height: 2;font-size: 18px;text-indent:2em;}