.activity {
    background-color: #eee
}

.activity .c {
    display: flex;
    flex-wrap: wrap
}

.activity .t {
    color: #005285;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px;
    position: relative
}

.activity .t,
.activity .t .more {
    padding-top: 25px;
    padding-bottom: 25px
}

.activity .t .more {
    position: absolute;
    right: 0;
    top: 0
}

.activity .t .more a {
    font-size: 20px;
    color: #333
}

.activity .t:before {
    display: inline-block;
    background-color: #005285;
    vertical-align: middle;
    width: 7px;
    height: 28px;
    margin-right: 26px;
    content: ""
}

.activity .list {
    width: 33.333%;
    overflow: hidden;
    margin-bottom: 50px
}

.activity .list .l {
    position: relative;
    margin-bottom: 30px
}

.activity .list .l .date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 1
}

.activity .list:nth-child(3n) .list-c {
    margin-left: 33px
}

.activity .list:nth-child(3n-1) .list-c {
    margin-left: 16px;
    margin-right: 16px
}

.activity .list:nth-child(3n-2) .list-c {
    margin-right: 33px
}

.activity .show-more {
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, .25);
    width: 100%;
    display: block;
    text-align: center;
    color: #444;
    background-color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px
}

.activity .list .r .lt {
    font-size: 24px;
    margin-bottom: 5px
}

.activity .list .r .d {
    color: #666;
    font-size: 20px;
    margin-bottom: 25px
}

.activity .list .r .d p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.activity .list .r .b .bl {
    float: left;
    font-size: 18px;
    color: #21aae0;
    line-height: 50px
}

.activity .list .r .b .br {
    width: 40%;
    margin-left: auto;
    margin-right: auto
}

.activity .r .b .br a,
.activity .r .b .br input {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #005285;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    border-radius: 22px;
    border: 1px solid #005285;
    cursor: pointer
}

.activity .r .b .br a.enter,
.activity .r .b .br input.enter {
    color: #005285;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

.activity .r .b .br a.review,
.activity .r .b .br input.review {
    color: #444;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

@media screen and (max-width:1200px) {
    .activity .list .r .d p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:1000px) {
    .activity .list .r .d p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:768px) {
    .activity .t .more {
        padding-top: 20px;
        padding-bottom: 16px
    }

    .activity .t .more a {
        font-size: 14px
    }

    .activity .list .l img {
        width: 100%;
        height: auto
    }

    .activity .list:nth-child(3n) .list-c {
        margin-left: 0
    }

    .activity .list:nth-child(3n-1) .list-c {
        margin-left: 0;
        margin-right: 0
    }

    .activity .list:nth-child(3n-2) .list-c {
        margin-right: 0
    }

    .activity .list {
        width: 100%
    }

    .activity .list .r .d p {
        -webkit-line-clamp: 3
    }

    .activity.list-page {
        padding-top: 20px
    }

    .activity .list {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }

    .activity .list:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .activity .list .l {
        width: 100%;
        margin-bottom: 10px
    }

    .activity .list .r {
        float: none;
        width: 100%
    }

    .activity .list .l .date {
        bottom: 12px;
        font-size: 16px
    }

    .activity .list .r .lt {
        line-height: 1.6;
        font-size: 18px
    }

    .activity .list .r .d {
        margin-bottom: 15px;
        font-size: 15px
    }

    .activity .list .r .b .bl,
    .activity .r .b .br a,
    .activity .r .b .br input {
        font-size: 15px;
        line-height: 32px
    }

    .activity .list .c .list {
        width: 100%
    }

    .activity .t {
        padding-top: 20px;
        padding-bottom: 16px;
        font-size: 20px;
        line-height: 20px
    }

    .activity .t:before {
        width: 5px;
        height: 20px;
        margin-right: 16px
    }

    .activity .show-more {
        margin-bottom: 20px;
        line-height: 32px;
        font-size: 15px
    }
}

.activity2 {
    background-color: #eee;
    padding-top: 50px
}

.activity.list-page {
    padding-top: 45px;
    background-color: #fff
}

.activity2 .t {
    color: #005285;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px
}

.activity2 .t:before {
    display: inline-block;
    background-color: #005285;
    vertical-align: middle;
    width: 7px;
    height: 28px;
    margin-right: 26px;
    content: ""
}

.activity2 .list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px
}

.activity2 .list .l {
    width: 31.6%;
    float: left
}

.activity2 .list .l img {
    width: 100%
}

.activity2 .list .r {
    width: 64%;
    float: right
}

.activity2 .show-more {
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, .25);
    width: 100%;
    display: block;
    text-align: center;
    color: #444;
    background-color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px
}

.activity2 .list .r .lt {
    font-size: 24px;
    margin-bottom: 5px
}

.activity2 .list .r .d {
    color: #666;
    font-size: 20px;
    margin-bottom: 5px
}

.activity2 .list .r .d p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.activity2 .list .r .b .bl {
    float: left;
    font-size: 18px;
    color: #21aae0;
    line-height: 50px
}

.activity2 .list .r .b .br {
    float: right;
    width: 34%;
    margin-right: 2px
}

.activity2 .r .b .br a,
.activity2 .r .b .br input {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #005285;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer
}

.activity2 .r .b .br a.enter,
.activity2 .r .b .br input.enter {
    color: #005285;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

.activity2 .r .b .br a.review,
.activity2 .r .b .br input.review {
    color: #444;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

@media screen and (max-width:1200px) {
    .activity2 .list .r .d p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:1000px) {
    .activity2 .list .r .d p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:768px) {
    .activity2 {
        padding-top: 20px
    }

    .activity2 .list .r .d p {
        -webkit-line-clamp: 3
    }

    .activity.list-page {
        padding-top: 20px
    }

    .activity2 .list {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }

    .activity2 .list .l {
        display: none;
        margin-bottom: 10px
    }

    .activity2 .list .l,
    .activity2 .list .r {
        float: none;
        width: 100%
    }

    .activity2 .list .r .lt {
        line-height: 1.6;
        font-size: 18px
    }

    .activity2 .list .r .d {
        margin-bottom: 5px;
        font-size: 15px
    }

    .activity2 .list .r .b .bl,
    .activity2 .r .b .br a,
    .activity2 .r .b .br input {
        font-size: 15px;
        line-height: 32px
    }

    .activity2 .list .c .list {
        width: 100%
    }

    .activity2 .t {
        padding-top: 20px;
        padding-bottom: 16px;
        font-size: 20px;
        line-height: 20px
    }

    .activity2 .t:before {
        width: 5px;
        height: 20px;
        margin-right: 16px
    }

    .activity2 .show-more {
        margin-bottom: 20px;
        line-height: 32px;
        font-size: 15px
    }
}

.ad_0821 {
    background-color: #d8edf2;
    background-size: 50% 100%;
    background-position: 100%;
    background-repeat: no-repeat
}

.ad_0821 img {
    width: 100%;
    height: auto;
    display: block
}

.apply-form {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1090.90909091px
}
.apply-form .h1 {
	font-size: 58.18181818px;
	line-height: 1.125;
	margin-bottom: 67.87878788px;
	color: #009cde;
	font-weight: 700;
	padding: 24.24242424px 54.54545455px;
	border: 4.42424242px solid #009cde;
	text-align: center
}
.apply-form .title 
{
     text-align: center;
  /*  padding-left: 36.36363636px;
    padding-right: 36.36363636px;
*/
    color: #005285;
    font-weight: 700
}

.apply-form .title .t1 
{
    
    font-size: 58.18181818px;
    line-height: 58.18181818px;
    margin-bottom: 24.24242424px;
    white-space: nowrap
}

.apply-form .title .t2 
{
   
    font-size: 43.63636364px;
    line-height: 43.63636364px;
    margin-bottom: 67.87878788px
}

.apply-form .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60.60606061px;
    padding-bottom: 60.60606061px
}

.apply-form .submit-btn a {
    width: 539.39393939px;
    height: 66.66666667px;
    border-radius: 121.21212121px;
    background-color: #005285;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 36.36363636px
}
.apply-form .submit-btn input.enter {
    width: 539.39393939px;
    height: 66.66666667px;
    border-radius: 121.21212121px;
    background-color: #005285;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 36.36363636px
}
.apply-form .item {
    margin-bottom: 67.87878788px;
    border-radius: 12.12121212px;
    overflow: hidden
}

.apply-form .item-title {
    margin-bottom: 27.87878788px;
    height: 121.21212121px;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 46.06060606px;
    padding-right: 46.06060606px
}

.apply-form .item-title .icon {
    margin-right: 30.3030303px
}

.apply-form .item-title .icon img {
    width: 115.15151515px;
    height: 115.15151515px;
    object-fit: contain
}

.apply-form .item-title .t1 {
    font-weight: 700;
    font-size: 36.36363636px;
    margin-bottom: 9.6969697px;
    line-height: 1.2
}

.apply-form .item-title .t2 {
    font-weight: 500;
    font-size: 25.45454545px;
    line-height: 1.2
}

.apply-form .item-content {
    padding-left: 31.51515152px;
    padding-right: 31.51515152px;
    padding-bottom: 27.87878788px;
    background-color: #fff
}

.apply-form .item-content .list {
    padding: 16.96969697px 21.81818182px;
    line-height: 48.48484848px;
    font-size: 29.09090909px;
    color: #5d5d5d;
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.apply-form .item-content .list input {
    display: none
}

.apply-form .item-content .list.disabled {
    cursor: default
}

.apply-form .item-content .list.disabled .l {
    background-image: url(../images/20250301/checkbox-disabled.png?v=1741023216650)
}

.apply-form .item-content .list.chk .l {
    background-image: url(../images/20250301/checkbox-chk.png?v=1741023216650)
}

.apply-form .item-content .list .l {
	padding-left: 40px;
	background-image: url(../images/20250301/checkbox.png?v=1744729276765);
	background-position: left 13.33333333px;
	background-repeat: no-repeat;
	flex: 1;
	padding-right: 36.36363636px;
	text-align: justify
}

.apply-form .item-content .list .l span {
	font-weight: 700
}

.apply-form .item-content .list .c {
    flex: 1
}

.apply-form .item-content .list .r a {
    width: 121.21212121px;
    height: 30.3030303px;
    border: 1px solid #005285;
    background-color: #e3f3fc;
    color: #005285;
    font-weight: 500;
    font-size: 19.39393939px;
    padding-left: 24.24242424px;
    padding-right: 24.24242424px;
    border-radius: 121.21212121px
}

.apply-form .item-content .list:nth-child(2n) {
    background-color: #d0ecfc
}

.apply-form .item:nth-child(2n) {
    border: 1px solid #009cde
}

.apply-form .item:nth-child(2n) .item-title {
    background-color: #009cde
}

.apply-form .item:nth-child(2n-1) {
    border: 1px solid #005686
}

.apply-form .item:nth-child(2n-1) .item-title {
    background-color: #005686
}

.apply-form .warning {
    color: #005285;
    line-height: 48.48484848px;
    font-size: 29.09090909px
}

.apply-success {
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 1090.90909091px
}

.apply-success .qr-outer .qot {
	font-size: 43.63636364px;
	line-height: 43.63636364px;
	margin-bottom: 24.24242424px;
	text-align: center;
	color: #005285;
	font-weight: 700
}

.apply-success .title {
	color: #005285;
	font-weight: 700
}

.apply-success .title .t1 {
	font-size: 58.18181818px;
	line-height: 58.18181818px;
	margin-bottom: 60.60606061px
}

.apply-success .title .t2 {
	font-size: 43.63636364px;
	line-height: 43.63636364px
}

.apply-success .qr {
	margin-bottom: 72.72727273px;
	display: flex;
	justify-content: center;
	width: 100%
}

.apply-success .qr .item {
	padding-left: 36.36363636px;
	padding-right: 36.36363636px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 24.24242424px;
	color: #005285;
	font-weight: 700
}

.apply-success .qr .item img {
	width: 200px;
	height: 200px
}

.apply-success .qr .item .text {
	padding-top: 16.96969697px;
	line-height: 1
}

.apply-success .qr .services {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-left: 60.60606061px;
	padding-right: 60.60606061px;
	border: 1px solid #005686;
	font-size: 38.78787879px;
	line-height: 48.48484848px!important
}

.apply-success .qr .services .text {
	line-height: 48.48484848px!important;
	padding-top: 0;
	background-size: 48.48484848px auto;
	padding-left: 53.33333333px;
	background-repeat: no-repeat;
	background-image: url(../images/20250301/tel.png?v=1742473969871)
}

.apply-success .qr .services .num {
	font-size: 50.90909091px;
	padding-top: 36.96969697px
}

.apply-success .playback-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60.60606061px;
	padding-bottom: 60.60606061px
}

.apply-success .playback-btn a {
	width: 539.39393939px;
	height: 66.66666667px;
	border-radius: 121.21212121px;
	background-color: #005285;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 36.36363636px
}

.apply-success .warning {
	border: 1px solid #005686;
	color: #005285;
	line-height: 48.48484848px;
	font-size: 29.09090909px;
	text-align: left;
	border-radius: 12.12121212px;
	padding: 14.54545455px
}

@media screen and (max-width:768px) {
    .apply-form {
        padding: 16px
    }
	.apply-form .h1 {
		font-size: 24px;
		margin-bottom: 15px;
		padding: 10px 20px;
		border: 2px solid #009cde
	}
    .apply-form .title 
    {
         text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .apply-form .title .t1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 6px;
        margin-top: 8px
    }

    .apply-form .title .t2 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1
    }

    .apply-form .submit-btn {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .apply-form .submit-btn a {
        width: 200px;
        height: 30px;
        line-height: 30px;
        border-radius: 100px;
        font-size: 15px
    }
 .apply-form .submit-btn input.enter {
        width: 250px;
        height: 32px;
        line-height: 30px;
        border-radius: 60px;
        font-size: 18px
    }
    .apply-form .item {
        margin-bottom: 20px;
        border-radius: 5px
    }

    .apply-form .item-title {
        margin-bottom: 10px;
        height: 80px;
        padding-left: 10px;
        padding-right: 10px
    }

    .apply-form .item-title .icon {
        margin-right: 12px
    }

    .apply-form .item-title .icon img {
        width: 75px;
        height: 75px
    }

    .apply-form .item-title .t1 {
        font-size: 17px;
        margin-bottom: 4px;
        line-height: 1.2
    }

    .apply-form .item-title .t2 {
        font-size: 15px;
        line-height: 1.4
    }

    .apply-form .item-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px
    }

    .apply-form .item-content .list {
        padding: 10px;
        line-height: 20px;
        font-size: 15px
    }

    .apply-form .item-content .list .l {
        padding-left: 17px;
        background-size: 12px auto;
        background-position: left 3px
    }

    .apply-form .item-content .list .r a {
        width: 50px;
        height: 24px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }
    
    	.apply-form .warning {
		line-height: 20px;
		font-size: 15px;
		margin-bottom: 20px
	}
	.apply-success {
		padding: 16px
	}

	.apply-success .qr-outer .qot {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 12px;
margin-top: 10px;
	}

	.apply-success .title .t1 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px
	}

	.apply-success .title .t2 {
		font-size: 18px;
		line-height: 1.2
	}

	.apply-success .qr {
		margin-bottom: 24px
	}

	.apply-success .qr .item {
		padding-left: 12px;
		padding-right: 12px;
		font-size: 15px;
		white-space: nowrap
	}

	.apply-success .qr .item .text {
		padding-top: 10px
	}

	.apply-success .qr .item img {
		width: 160px;
		height: 160px
	}

	.apply-success .qr .services {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
		line-height: 24px
	}

	.apply-success .qr .services .text {
		padding-top: 0!important;
		line-height: 24px!important;
		background-size: 24px;
		padding-left: 28px
	}

	.apply-success .qr .services .num {
		line-height: 24px!important;
		font-size: 24px;
		padding-top: 18px
	}

	.apply-success .playback-btn {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.apply-success .playback-btn a {
		width: 200px;
		height: 30px;
		line-height: 30px;
		border-radius: 100px;
		font-size: 15px
	}

	.apply-success .warning {
		font-size: 14px;
		line-height: 1.4;
		padding: 10px
	}
}

.ns-banner {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.ns-banner .max {
    width: 0;
    position: relative
}

.ns-banner .list {
    top: 1125px;
    width: 0;
    height: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.ns-banner .list img {
    width: 100%;
    height: auto;
    display: block
}

.ns-banner .list .play-icon {
    background-image: url(../images/play.png?v=1741023216650);
    position: absolute;
    width: 130px;
    height: 155px;
    bottom: 30px;
    left: 140px;
    background-size: 100% 100%
}

.ns-banner .list .cpr {
    position: absolute;
    bottom: 15px;
    right: 30px;
    white-space: nowrap
}

.ns-banner .list .cpr,
.ns-banner .list span {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.ns-banner .list span {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.2;
    padding-top: 80px;
    font-weight: 700;
    font-size: 64px;
    display: block;
    text-align: center
}

.ns-banner .list span.bg {
    text-shadow: none
}

.ns-banner .list span.bg div {
    background-image: url(../images/shadow.png?v=1741023216650);
    background-size: 100% 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.ns-banner .list.l {
    top: 0;
    left: 0
}

.ns-banner .list.c {
    top: 0;
    left: 1663px
}

.ns-banner .list.r {
    top: 0;
    left: 3326px
}

.ns-banner .bl {
    left: 30px;
    background-image: url(../images/banner-left.png?v=1741023216650)
}

.ns-banner .bl,
.ns-banner .br {
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    width: 70px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%
}

.ns-banner .br {
    right: 30px;
    background-image: url(../images/banner-right.png?v=1741023216650)
}

@media screen and (max-width:970px) {
    .ns-banner .list span {
        padding-top: 80px;
        font-size: 50px;
        text-shadow: 0 0 10px rgba(0, 0, 0, .8)
    }
}

@media screen and (max-width:768px) {
    .ns-banner .bl {
        left: 15px;
        width: 42px
    }

    .ns-banner .br {
        right: 15px;
        width: 42px
    }

    .ns-banner .list span {
        padding-top: 65px;
        font-size: 42px;
        text-shadow: 0 0 10px rgba(0, 0, 0, .8)
    }

    .ns-banner .list .play-icon {
        width: 130px;
        height: 155px;
        transform: scale(.7);
        bottom: 0;
        left: 55px
    }

    .ns-banner .list .cpr {
        bottom: 10px;
        right: 20px;
        font-size: 14px
    }
}

@media screen and (max-width:520px) {
    .ns-banner .bl {
        left: 10px;
        width: 38px
    }

    .ns-banner .br {
        right: 10px;
        width: 38px
    }

    .ns-banner .list span {
        padding-top: 24px;
        font-size: 34px;
        text-shadow: 0 0 10px rgba(0, 0, 0, .8)
    }

    .ns-banner .list .play-icon {
        width: 130px;
        height: 155px;
        transform: scale(.48);
        bottom: -28px;
        left: 20px
    }

    .ns-banner .list .cpr {
        bottom: 6px;
        right: 12px;
        font-size: 11px
    }
}

.bottom {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bottom .t {
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px;
    color: #05578a
}

.bottom .c {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 30px
}

.bottom .t:before {
    display: inline-block;
    background-color: #05578a;
    vertical-align: middle;
    width: 7px;
    height: 28px;
    margin-right: 26px;
    content: ""
}

@media screen and (max-width:768px) {
    .bottom .t {
        padding-top: 20px;
        padding-bottom: 16px;
        font-size: 20px;
        line-height: 20px
    }

    .bottom .c {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px
    }

    .bottom .t:before {
        width: 5px;
        height: 20px;
        margin-right: 16px
    }
}

.bottom_0822 {
    background-image: url(../images/220821/bottom-bg.jpg?v=1741023216650);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px
}

.bottom_0822 .ns-content {
    justify-content: space-between
}

.bottom_0822 .br,
.bottom_0822 .ns-content {
    display: flex;
    align-items: flex-end
}

.bottom_0822 .br .desc {
    font-size: 20px;
    color: #666;
    line-height: 36px;
    text-align: right;
    padding-right: 20px
}

.bottom_0822 .bl .bt {
    font-size: 30px;
    color: #005793;
    line-height: 76px
}

.bottom_0822 .bl .input {
    color: #999;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px
}

.bottom_0822 .bl .input::-webkit-input-placeholder {
    color: #999
}

.bottom_0822 .bl .input::-moz-placeholder {
    color: #999
}

.bottom_0822 .bl .input::-ms-input-placeholder {
    color: #999
}

.bottom_0822 .bl .input input {
    height: 44px;
    line-height: 44px
}

.bottom_0822 .bl .btn {
    width: 188px;
    height: 48px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-color: #005793;
    display: inline-block;
    line-height: 48px
}

@media screen and (max-width:768px) {
    .bottom_0822 .ns-content {
        display: flex;
        flex-direction: column;
        align-items: normal;
        justify-content: normal
    }

    .bottom_0822 .bl .btn {
        margin-left: auto;
        margin-right: auto;
        min-width: 100px;
        width: 50%;
        height: 36px;
        font-size: 14px;
        display: block;
        line-height: 36px
    }

    .bottom_0822 .bl {
        margin-bottom: 40px
    }

    .bottom_0822 .bl .bt {
        font-size: 16px;
        line-height: 36px
    }

    .bottom_0822 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .bottom_0822 .bl .input {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px
    }

    .bottom_0822 .bl .input input {
        height: 36px;
        line-height: 36px;
        font-size: 14px
    }

    .bottom_0822 .br {
        display: flex;
        align-items: normal;
        flex-direction: column-reverse
    }

    .bottom_0822 .br .desc {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding-right: 0
    }

    .bottom_0822 .br .image {
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .bottom_0822 .br .image img {
        margin-left: auto;
        margin-right: auto;
        width: 120px
    }
}

.description_0822 {
    padding-top: 70px;
    padding-bottom: 80px
}

.description_0822 .content {
    font-size: 24px;
    color: #666;
    line-height: 48px;
    padding-left: 80px;
    padding-right: 80px
}

.description_0822 .content p {
    margin-bottom: 10px !important
}

.description_0822 .content p:last-child {
    margin-bottom: 0 !important
}

.description_0822 .title {
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
    margin-bottom: 32px
}

.description_0822 .title .tc {
    color: #005793;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    padding-bottom: 30px
}

.description_0822 .title .tc:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 246px;
    background-color: #005793;
    left: 0;
    bottom: 0
}

.description_0822 .title .btn {
    width: 256px;
    height: 48px;
    text-align: center;
    background-size: 100% 100%;
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 62px;
    background-image: url(../images/220821/bg.jpg?v=1741023216650);
    border-radius: 100px;
    line-height: 48px;
    font-size: 24px
}

@media screen and (max-width:768px) {
    .description_0822 .title {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        margin-bottom: 16px
    }

    .description_0822 {
        padding-top: 15px;
        padding-bottom: 20px
    }

    .description_0822 .title .btn {
        width: 50%;
        height: 40px;
        position: static;
        line-height: 40px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        min-width: 178px
    }

    .description_0822 .title .tc:after {
        display: none
    }

    .description_0822 .title .tc {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px
    }

    .description_0822 .content {
        font-size: 15px;
        line-height: 26px;
        padding-left: 0;
        padding-right: 0
    }
}

.detail {
    padding-top: 50px;
    padding-bottom: 50px
}

.detail .info {
    margin-bottom: 40px
}

.detail .info .it {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: #005285
}

.detail .info .btn {
    text-align: center;
    margin-bottom: 40px;
    background-image: url(../images/hline.jpg?v=1741023216650);
    background-repeat: repeat-x;
    background-position: 50%
}

.detail .info .btn a,
.detail .info .btn input {
    display: inline-block;
    color: #fff;
    width: 300px;
    line-height: 60px;
    font-size: 20px;
    border-radius: 30px;
    background-color: #005285;
    cursor: pointer
}

.detail .items .item {
    position: relative;
    min-height: 80px
}

.detail .items .item:last-child {
    margin-bottom: 0
}

.detail .items .item .il {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 55px;
    border-right: 1px solid #ccc;
    width: 230px;
    padding-bottom: 5px
}

.detail .items .item .il .t {
    border-bottom: 5px solid #005285
}

.detail .items .item .il .t .cn {
    display: inline-block;
    font-size: 30px;
    color: #000;
    width: 130px;
    white-space: nowrap
}

.detail .items .item .il .t .en {
    font-size: 18px;
    color: #878787;
    display: inline-block
}

.detail .items .item .ir {
    margin-left: 335px
}

.detail .agenda .time {
    text-align: center;
    color: #777;
    font-size: 30px;
    margin-bottom: 20px
}

.detail .agenda .time span {
    font-size: 56px;
    font-weight: 700
}

.detail .agenda .list {
    overflow: hidden;
    background-image: url(../images/line.png?v=1741023216650);
    background-position: 50%;
    background-repeat: repeat-y;
    margin-bottom: 40px
}

.detail .agenda .list .i {
    width: 50%;
    position: relative;
    background-repeat: no-repeat;
    clear: both
}

.detail .agenda .list .i .icon {
    position: absolute;
    width: 67px;
    height: 29px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.detail .agenda .list .i:nth-child(2n) {
    float: right
}

.detail .agenda .list .i:nth-child(2n-1) {
    float: left;
    text-align: right
}

.detail .agenda .list .i:nth-child(2n-1) .d,
.detail .agenda .list .i:nth-child(2n-1) .t {
    padding-right: 75px
}

.detail .agenda .list .i:nth-child(2n) .d,
.detail .agenda .list .i:nth-child(2n) .t {
    padding-left: 75px
}

.detail .agenda .list .i .t {
    color: #21aae0;
    font-size: 20px
}

.detail .agenda .list .i .d {
    font-size: 16px
}

.detail .agenda .list .i:nth-child(2n) .icon {
    left: -14px;
    top: 0
}

.detail .agenda .list .i:nth-child(2n-1) .icon {
    right: -14px;
    top: 0
}

.detail .agenda .list .i:nth-child(4n) .icon {
    background-image: url(../images/i4.png?v=1741023216650)
}

.detail .agenda .list .i:nth-child(4n-1) .icon {
    background-image: url(../images/i3.png?v=1741023216650)
}

.detail .agenda .list .i:nth-child(4n-2) .icon {
    background-image: url(../images/i2.png?v=1741023216650)
}

.detail .agenda .list .i:nth-child(4n-3) .icon {
    background-image: url(../images/i1.png?v=1741023216650)
}

.detail .speaker {
    display: flex;
    flex-wrap: wrap
}

.detail .speaker .list {
    width: 33.333%;
    text-align: center;
    margin-bottom: 40px
}

.detail .speaker .list .img {
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    border-radius: 75px;
    margin-bottom: 26px
}

.detail .speaker .list .name {
    line-height: 24px;
    font-size: 18px
}

.detail .speaker .list .position {
    line-height: 24px;
    color: #65646a;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px
}

.detail .speaker .list .img img {
    width: 150px;
    height: 150px
}

.detail .down {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap
}

.detail .down .list {
    float: left;
    width: 33.333%;
    margin-bottom: 40px
}

.detail .down .list a {
    display: inline-block;
    border: 1px solid #005285;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    width: 80%;
    text-align: center
}

.detail .down .list a span {
    text-align: left;
    display: inline-block;
    background-position: 0;
    font-size: 18px;
    background-image: url(../images/download.png?v=1741023216650);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden
}

.detail .contact {
    line-height: 1.6
}

.detail .more .list {
    display: flex;
    flex-wrap: wrap
}

.detail .more .i {
    width: 50%;
    margin-bottom: 40px
}

.detail .more .i:nth-child(2n) .ic {
    margin-left: 20px
}

.detail .more .i:nth-child(2n-1) .ic {
    margin-right: 20px
}

.detail .more .i img {
    width: 100%;
    height: auto
}

.detail .more .i .img {
    margin-bottom: 20px
}

.detail .more .i .t {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px
}

.detail .more .i .de {
    font-size: 20px;
    color: #666;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 108px
}

.detail .more .i .da {
    font-size: 18px;
    color: #20aadf;
    margin-bottom: 10px
}

.detail .more .i .btn a,
.detail .more .i .btn input {
    width: 65%;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #005285;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px
}

.detail .more .i .btn a.enter,
.detail .more .i .btn input.enter {
    color: #005285;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

.detail .more .i .btn a.review,
.detail .more .i .btn input.review,
.detail .more .show-more {
    color: #444;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

.detail .more .show-more {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px
}

.detail .more .show-more-pc {
    display: inline-block;
    color: #005285;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 26px
}

.detail .partner {
    display: flex;
    flex-wrap: wrap
}

.detail .partner .item {
    box-sizing: border-box;
    width: 33.333%;
    margin-bottom: 30px
}

.detail .partner .item .item-c {
    border: 1px solid #eee;
    overflow: hidden;
    height: 115px;
    display: flex;
    margin-right: 30px;
    align-items: center;
    justify-content: center
}

.detail .partner .item img {
    width: 95%;
    height: auto
}

@media screen and (max-width:1200px) {
    .ns-banner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width:1000px) {
    .detail .agenda .time {
        font-size: 20px;
        margin-bottom: 15px
    }

    .detail .agenda .time span {
        font-size: 30px
    }

    .detail .agenda .list .i {
        line-height: 1.6
    }

    .detail .agenda .list .i .t {
        font-size: 18px
    }

    .detail .agenda .list .i .d {
        font-size: 14px
    }

    .detail .agenda .list .i:nth-child(2n-1) .d,
    .detail .agenda .list .i:nth-child(2n-1) .t {
        padding-right: 60px
    }

    .detail .agenda .list .i:nth-child(2n) .d,
    .detail .agenda .list .i:nth-child(2n) .t {
        padding-left: 60px
    }

    .detail .speaker .list .img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        margin-bottom: 10px
    }

    .detail .speaker .list .img img {
        width: 120px;
        height: 120px
    }

    .detail .down {
        padding-top: 10px
    }

    .detail .down .list {
        margin-bottom: 20px
    }

    .detail .down .list a {
        display: inline-block;
        border: 1px solid #005285;
        background-color: #fff;
        line-height: 46px;
        border-radius: 23px;
        height: 46px
    }

    .detail .down .list a span {
        margin-left: 15px;
        font-size: 14px;
        padding-left: 22px;
        background-size: 16px;
        height: 46px
    }

    .detail .more .i {
        width: 100%;
        margin-bottom: 20px
    }

    .detail .more .i .ic {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .detail .more .i .img {
        margin-bottom: 10px
    }

    .detail .more .i .t {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 5px
    }

    .detail .more .i .de {
        font-size: 15px;
        line-height: 1.6;
        height: auto;
        -webkit-line-clamp: none
    }

    .detail .more .i .da {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 5px
    }

    .detail .more .i .btn a,
    .detail .more .i .btn input {
        width: 55%;
        font-size: 15px;
        line-height: 46px;
        border-radius: 23px
    }
}

@media screen and (max-width:768px) {
    .detail .partner .item .item-c {
        height: 100px
    }

    .detail .info .it {
        font-size: 24px;
        margin-bottom: 24px
    }

    .detail .down .list a {
        line-height: 34px;
        border-radius: 17px;
        height: 34px
    }

    .detail .down .list a span {
        height: 34px
    }

    .detail .more .i .btn a,
    .detail .more .i .btn input {
        line-height: 32px;
        border-radius: 16px
    }

    .detail .more .show-more {
        margin-bottom: 20px;
        line-height: 32px;
        font-size: 15px
    }

    .detail .items .item .il {
        position: static;
        margin-bottom: 15px;
        border-right: 0
    }

    .detail .items .item .ir {
        margin-left: 0
    }

    .detail .more .i .img {
        display: none
    }

    .detail .down {
        padding-top: 0
    }

    .detail {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .detail .info {
        font-size: 16px
    }

    .detail .info,
    .detail .info .btn {
        margin-bottom: 20px
    }

    .detail .agenda .time {
        font-size: 18px;
        margin-bottom: 10px
    }

    .detail .agenda .time span {
        font-size: 26px
    }

    .detail .agenda .list .i {
        line-height: 1.5
    }

    .detail .agenda .list .i .t {
        font-size: 16px
    }

    .detail .agenda .list .i .d {
        font-size: 14px
    }

    .detail .info .btn a,
    .detail .info .btn input {
        width: 200px;
        line-height: 32px;
        font-size: 15px;
        border-radius: 16px;
        cursor: pointer
    }

    .detail .speaker .list {
        width: 50%;
        margin-bottom: 20px
    }

    .detail .items .item .il .t {
        border-bottom: 3px solid #005285
    }

    .detail .items .item .il .t .cn {
        font-size: 24px;
        width: 115px
    }

    .detail .items .item .il .t .en {
        font-size: 14px
    }

    .detail .items .item .il {
        width: 195px
    }

    .detail .contact {
        font-size: 16px
    }

    .detail .more .i .da {
        line-height: 32px;
        float: left
    }

    .detail .more .i .btn {
        float: right
    }

    .detail .more .i .btn a,
    .detail .more .i .btn input {
        width: 120px
    }
}

@media screen and (max-width:520px) {
    .detail .partner .item .item-c {
        height: 90px
    }

    .detail .partner .item {
        width: 50%;
        margin-bottom: 20px
    }
}

.download {
    background-color: #eee
}

.download .t {
    color: #005285;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px
}

.download .c {
    font-size: 20px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap
}

.download .t:before {
    display: inline-block;
    background-color: #005285;
    vertical-align: middle;
    width: 7px;
    height: 28px;
    margin-right: 26px;
    content: ""
}

.download .c a {
    margin-bottom: 36px;
    line-height: 60px;
    display: block;
    background-color: #fff;
    text-align: center;
    border: 1px solid #d1d1d1;
    text-decoration: none
}

.download .c a span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.download .c .list {
    width: 33.33%
}

.download .c a:nth-child(3n) {
    margin-right: 0
}

@media screen and (min-width:1201px) {
    .download .c .list:nth-child(3n) a {
        margin-left: 27px
    }

    .download .c .list:nth-child(3n-1) a {
        margin-left: 27px;
        margin-right: 27px
    }

    .download .c .list:nth-child(3n-2) a {
        margin-right: 27px
    }
}

@media screen and (max-width:1200px) and (min-width:769px) {
    .download .c .list {
        width: 50%
    }

    .download .c .list:nth-child(2n) a {
        margin-left: 18px
    }

    .download .c .list:nth-child(2n-1) a {
        margin-right: 18px
    }
}

@media screen and (max-width:768px) {
    .download .c .list {
        width: 100%
    }

    .download .t {
        padding-top: 20px;
        padding-bottom: 16px;
        font-size: 20px;
        line-height: 20px
    }

    .download .c {
        font-size: 16px;
        line-height: 24px
    }

    .download .c a {
        line-height: 46px;
        margin-bottom: 20px
    }

    .download .t:before {
        width: 5px;
        height: 20px;
        margin-right: 16px
    }
}

.iframe iframe {
    box-sizing: border-box;
    padding-top: 0;
    background-color: #434343
}

.question-group .question {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: none
}

.question-group.open .question {
    display: block
}

.question-group .qg-title {
    display: block;
    line-height: 54px;
    text-align: center;
    border-radius: 27px;
    border: 1px solid #bbb;
    font-size: 24px;
    color: #005386;
    margin: 20px 15px
}

.question-group .qg-title:after {
    content: " ";
    display: inline-block;
    background-image: url(../images/icon/right.jpg?v=1741023216650);
    width: 20px;
    height: 21px;
    vertical-align: middle;
    background-size: 100% 100%
}

.question-group.open .qg-title:after {
    background-image: url(../images/icon/down.jpg?v=1741023216650)
}

.question-group .qg-title:before,
.question-group .qg-title span {
    display: inline-block;
    vertical-align: middle
}

.question-group .qg-title:before {
    content: " ";
    background-image: url(../images/icon/doc-icon.jpg?v=1741023216650);
    width: 20px;
    height: 24px;
    background-size: 100% 100%
}

.question-group .btn {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px
}

.question-group .btn a,
.question-group .btn input {
    text-align: center;
    color: #fff;
    background-color: #005285;
    text-decoration: none;
    font-size: 18px;
    line-height: 65px;
    height: 65px;
    border-radius: 32.5px;
    cursor: pointer;
    max-width: 540px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:768px) {
    .iframe iframe {
        box-sizing: border-box;
        padding-top: 0;
        background-color: #434343
    }

    .question-group .qg-title {
        line-height: 30px;
        border-radius: 15px;
        font-size: 14px;
        margin: 10px 8px
    }

    .question-group .qg-title:after {
        width: 10px;
        height: 11px
    }

    .question-group .question {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .question-group .qg-title:before {
        width: 10px;
        height: 12px
    }

    .question-group .btn a,
    .question-group .btn input {
        line-height: 40px;
        height: 40px;
        font-size: 14px
    }

    .question-group .btn {
        padding-top: 5px;
        padding-bottom: 20px
    }
}

.bg-baby-blue {
    background-color: #f3fafb
}

.bg-baby-blue .item {
    background-color: transparent !important
}

.items_0821 .item {
    padding-top: 100px;
    padding-bottom: 60px
}

.items_0821 .item:nth-child(odd) {
    background-color: #fff
}

.items_0821 .item:nth-child(2n) {
    background-color: #f3fafb
}

.items_0821 .item .it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

.items_0821 .item .ic {
    width: 100%;
    overflow: hidden
}

.items_0821 .item .ic .ic-inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    -webkit-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px)
}

.items_0821 .item .ic .list {
    width: 33.3333%;
    margin-bottom: 40px
}

.items_0821 .item .ic .list .list-c {
    margin-left: 20px;
    margin-right: 20px
}

.items_0821 .item .it .itl span {
    display: block;
    padding-left: 30px;
    font-size: 40px;
    color: #005793;
    font-weight: 700;
    line-height: 46px;
    position: relative
}

.items_0821 .item .it .itl span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #005793;
    content: " "
}

.items_0821 .item .it .itr {
    color: #005793;
    font-size: 24px
}

.items_0821 .item .it .itr a {
    color: #005793
}

.items_0821 .it-list {
    display: flex;
    margin-bottom: 40px
}

.items_0821 .it-list .text {
    width: 600px
}

.items_0821 .it-list .img {
    flex: 1;
    margin-right: 50px
}

.items_0821 .it-list .t-title {
    position: relative;
    color: #005793;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-bottom: 30px
}

.items_0821 .it-list .t-title:after {
    height: 1px;
    background-color: #005793;
    left: 0;
    bottom: -18px;
    width: 230px;
    content: " ";
    display: block;
    position: absolute
}

.items_0821 .it-list .t-desc {
    color: #666;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px
}

.items_0821 .it-list .t-bar {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.items_0821 .it-list .t-bar .d {
    color: #005793;
    font-size: 26px
}

.items_0821 .it-list .t-bar .b a {
    width: 193px;
    height: 42px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 42px;
    display: inline-block;
    background-color: #005793;
    border-radius: 100px
}

@media screen and (max-width:768px) {
    .items_0821 .item {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .items_0821 .item .it {
        margin-bottom: 20px
    }

    .items_0821 .item .it .itl span {
        padding-left: 12px;
        font-size: 20px;
        line-height: 24px
    }

    .items_0821 .item .it .itl span:before {
        width: 2px
    }

    .items_0821 .item .it .itr {
        font-size: 14px
    }

    .items_0821 .item .ic .ic-inner {
        width: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .items_0821 .item .ic .list {
        width: 100%;
        margin-bottom: 20px
    }

    .items_0821 .item .ic .list:last-child {
        margin-bottom: 0
    }

    .items_0821 .item .ic .list .list-c {
        margin-left: 0;
        margin-right: 0
    }

    .items_0821 .it-list {
        display: block;
        margin-bottom: 20px
    }

    .items_0821 .it-list:last-child {
        margin-bottom: 0
    }

    .items_0821 .it-list .text {
        width: 100%
    }

    .items_0821 .it-list .img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .items_0821 .it-list .t-title {
        font-size: 18px;
        line-height: 24px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        margin-bottom: 10px
    }

    .items_0821 .it-list .t-title:after {
        content: none
    }

    .items_0821 .it-list .t-desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .items_0821 .it-list .t-bar .d {
        font-size: 13px
    }

    .items_0821 .it-list .t-bar .b a {
        width: 100px;
        height: 21px;
        font-size: 12px;
        line-height: 21px
    }
}

html {
    width: 100%;
    zoom: 66%;
    -moz-transform: scale(.66);
    -moz-transform-origin: top center
}

body,
html {
    height: 100%
}

body {
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif !important;
    color: #000 !important;
    line-height: 1.8 !important;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    font-size: 20px !important;
    background-color: #fff
}

img {
    display: block
}

input,
select,
textarea {
    padding: 0;
    resize: none;
    outline: none;
    background: none;
    border: 0;
    color: #333;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none
}

input,
pre,
select,
textarea {
    margin: 0;
    font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif !important
}

p {
    margin: 0 !important
}

a {
    color: #000
}

a,
a:hover {
    text-decoration: none
}

.ns-out-content {
    width: 100%
}

.height1 {
    height: 1px
}

.height1,
.height5 {
    width: 100%;
    overflow: hidden
}

.height5 {
    height: 5px
}

.height10 {
    height: 10px
}

.height10,
.height15 {
    width: 100%;
    overflow: hidden
}

.height15 {
    height: 15px
}

.height20 {
    height: 20px
}

.height20,
.height25 {
    width: 100%;
    overflow: hidden
}

.height25 {
    height: 25px
}

.height30 {
    height: 30px
}

.height30,
.height35 {
    width: 100%;
    overflow: hidden
}

.height35 {
    height: 35px
}

.height40 {
    height: 40px
}

.height40,
.height45 {
    width: 100%;
    overflow: hidden
}

.height45 {
    height: 45px
}

.height50 {
    width: 100%;
    height: 50px;
    overflow: hidden
}

.auto-size-img {
    width: 100%;
    display: block;
    height: auto
}

.copyright {
    position: absolute;
    width: 100%;
    font-size: 18px;
    color: #777;
    left: 0;
    bottom: 0;
    background-color: #00193f;
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: center;
    text-align: center
}

.pc {
    display: block !important
}

.mobile {
    display: none !important
}

.bottom-mark {
    height: 160px
}

.ns-main {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.ns-content,
.ns-main {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ns-content {
    max-width: 1200px
}

.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100
}

.top .bar {
    position: relative;
    height: 120px;
    background-size: 100% 100%;
    background-image: url(../images/120224/bar.jpg?v=1741023216650);
    overflow: hidden
}

.top .bar .bar-c {
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.top .bar .bar-c.no-limit-width {
    max-width: none;
    padding-left: 20px
}

.top .bar .bar-c .bar-r {
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    height: 120px;
    align-items: center
}

.top .bar .bar-c .logo {
    margin-right: 60px
}

.top .bar .bar-c .c {
    display: flex;
    align-items: center
}

.top .bar .bar-c .bar-nav a {
    color: #ccc;
    font-size: 24px;
    display: inline-block;
    margin-right: 40px;
     margin-top:27px;
}

.top .bar .bar-c .bar-nav a span {
    display: inline-block;
    line-height: 1.6
}

.top .bar .bar-c .bar-nav a.current span {
    border-bottom: 4px solid #fff;
    color: #fff
}

.top .bar .bar-c .bar-nav a:hover {
    color: #fff
}

.top .bar .l {
    display: flex;
    float: left;
    align-items: center
}

.top .bar .r {
    display: none
}

.top .bar .l img {
    width: 240px;
    height: 100px;
    margin-right: 15px
}

.top .bar .r .rc {
    font-size: 18px;
    padding-top: 25px;
    padding-right: 13px;
    display: flex;
    align-items: center;
    justify-content: left
}

.top .bar .r .rc .item {
    overflow: hidden;
    background-color: #eee;
    width: 145px;
    height: 50px;
    margin-left: 30px
}

.top .bar .r .rc .item img {
    width: 145px;
    height: 50px;
    object-fit: cover
}

.top-mark {
    height: 120px
}

.top .nav {
    background-color: #eee;
    height: 70px;
    position: relative;
    height: 0
}

.top .nav .nav-c {
    display: none;
    line-height: 70px;
    font-size: 22px;
    max-width: 1200px
}

.top .bar-r .info {
    color: #fff
}

.top .bar-r .info span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 110px;
    display: inline-block;
    vertical-align: middle
}

.top .bar-r .info a {
    color: #fff
}

.top .nav .nav-c a.nava {
    color: #000;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    width: 160px
}

.top .nav .nav-c a.nava.current {
    color: #fff;
    background-color: #005386
}

.top .nav .nav-r {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center
}

.top .bar-r .search-bar {
    background-color: #fff;
    height: 46px;
    border-radius: 23px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.top .bar-r .search-bar .input {
    padding-top: 4px;
    float: left;
    margin-right: 5px
}

.top .bar-r .search-bar .input input {
    border: 0;
    background: none;
    height: 32px;
    width: 133px;
    font-size: 16px;
    outline: none
}

.top .bar-r .search-bar .sbtn {
    float: right;
    background-image: url(../images/search.jpg?v=1741023216650);
    width: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 46px
}

.top .bar-r .btn {
    color: #fff;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 24px;
    text-decoration: none;
    font-size: 18px
}

.top .bar-r .info a {
    color: #005285
}

.top .bar-r .info {
    position: relative;
    color: #005285;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 23px;
    font-size: 18px
}

.top .bar-r .info div {
    margin-left: 20px;
    margin-right: 88px
}

.top .bar-r .info div span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    max-width: 100px
}

.top .bar-r .info .logout {
    position: absolute;
    right: 20px;
    top: 13px;
    height: 18px;
    padding-left: 15px;
    line-height: 18px;
    border-left: 1px solid #ccc
}

@media screen and (max-width:1655px) {
    .top .nav .nav-c {
        text-align: left
    }

    .top .nav .nav-c a.nava {
        text-align: center
    }
}

@media screen and (max-width:1200px) {
    .ns-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:1260px) {
    .top .bar .l img {
        width: 204px;
        height: 85px
    }

    .top .bar .r .rc {
        padding-top: 18px
    }

    .top .nav .nav-c {
        line-height: 55px;
        font-size: 18px
    }

    .top .nav .nav-c a.nava {
        width: 110px
    }

    .top .nav .nav-r {
        top: 10px
    }

    .top .nav .nav-r .btn {
        width: 140px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        display: inline-block;
        border-radius: 18px;
        font-size: 16px
    }
}

@media screen and (min-width:769px) {

    .top .menu,
    .top .nav .nav-c:not(.login) a.nava:last-child {
        display: none
    }
}

@media screen and (max-width:768px) {
    .top .bar .bar-c.no-limit-width {
        padding-left: 0
    }

    .bottom-mark {
        height: 70px
    }

    .top .bar .bar-c .bar-nav,
    .top .bar .bar-c .bar-r {
        display: none
    }

    .top .bar .bar-c .logo {
        padding-left: 15px
    }

    .top .bar .bar-c .logo img {
        height: 60px
    }

    html {
        zoom: 90%;
        -moz-transform: scale(.9);
        -moz-transform-origin: top center
    }

    .top .bar .l {
        font-size: 15px
    }

    body {
        line-height: 1.6
    }

    .pc {
        display: none !important
    }

    .mobile {
        display: block !important
    }

    .copyright {
        line-height: 22px;
        height: 70px;
        font-size: 12px
    }

    .top .menu {
        display: block;
        position: absolute;
        right: 5px;
        width: 100px;
        height: 60px;
        top: 0;
        background-size: 65px auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(../images/menu.png?v=1741023216650)
    }

    .top .nav .info {
        text-align: center;
        color: #fff
    }

    .top .nav .info a {
        color: #fff
    }

    .top .nav .nav-c {
        display: none;
        background-color: rgba(0, 0, 0, .8);
        line-height: 60px;
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 20px;
        position: absolute;
        width: 100%;
        top: 0
    }

    .top .nav.opened .nav-c {
        display: block
    }

    .top .nav .nav-c a.nava {
        color: #fff;
        width: auto;
        margin-right: 38px;
        margin-left: 38px;
        display: block;
        border-bottom: 1px dashed #fff
    }

    .top .nav .nav-c a.nava.current {
        background-color: rgba(0, 83, 134, .5)
    }

    .top .nav .nav-c a.nava:last-child {
        border-bottom: 0
    }

    .top .nav .nav-r {
        display: none
    }

    .top-mark {
        height: 60px
    }

    .top .nav {
        height: 0
    }

    .top .bar {
        background: none;
        background-color: #fff;
        height: 60px
    }

    .top .bar .l img {
        width: 144px;
        height: 60px
    }

    .top .bar .r {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }

    .top .bar .r .rc .t {
        font-size: 16px
    }

    .top .bar .r .rc {
        padding-top: 10px;
        padding-right: 46px
    }

    .top .bar .r .rc .item {
        width: 116px;
        height: 40px;
        margin-left: 15px
    }

    .top .bar .r .rc .item img {
        width: 116px;
        height: 40px;
        object-fit: cover
    }
}

@media screen and (max-width:540px) {
    .top .bar .r .rc .t {
        font-size: 14px
    }

    .top .bar .l {
        margin-left: -10px
    }

    .top .bar .r .rc {
        padding-top: 15px;
        padding-right: 38px
    }

    .top .bar .r .rc .item {
        width: 70px;
        height: 30px;
        margin-left: 5px
    }

    .top .bar .r .rc .item img {
        width: 70px;
        height: 30px;
        object-fit: cover
    }
}

input::-webkit-input-placeholder {
    color: #444
}

input:-moz-placeholder,
input::-moz-placeholder {
    color: #444
}

input:-ms-input-placeholder {
    color: #444
}

textarea::-webkit-input-placeholder {
    color: #444
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #444
}

textarea:-ms-input-placeholder {
    color: #444
}

.ns-chk-group .chk-title {
    margin-bottom: 10px
}

.ns-chk-group input {
    display: none
}

.ns-chk-group .nschkbox {
    margin-right: 15px;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    padding-left: 34px;
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: left 1px;
    min-width: 1px;
    min-height: 24px;
    background-image: url(../images/icon/checkbox.png?v=1741023216650)
}

.ns-chk-group.haslink .nschkbox {
    display: inline-block;
    margin-right: 0
}

.ns-chk-group.haslink a {
    text-decoration: underline
}

.ns-chk-group .nschkbox.chk {
    background-image: url(../images/icon/checkbox-chk.png?v=1741023216650)
}

.ns-chk-group.checkbox .nschkbox {
    background-image: url(../images/icon/checkbox-side.png?v=1741023216650)
}

.ns-chk-group.checkbox .nschkbox.chk {
    background-image: url(../images/icon/checkbox-side-chk.png?v=1741023216650)
}

@media screen and (max-width:768px) {
    .ns-chk-group {
        font-size: 16px
    }

    .ns-chk-group .nschkbox {
        padding-left: 24px;
        background-size: 24px;
        background-position: left 3px
    }
}

.page {
    margin-bottom: 40px;
    text-align: center
}

.page a {
    display: inline-block;
    border: 1px solid #c2d5e3;
    padding: 3px 10px;
    font-size: 16px
}

.page a.current,
.page a:hover {
    background-color: #f1f1f1
}

.pager {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #666;
    padding-bottom: 40px
}

.pager a {
    padding-left: 22px;
    padding-right: 22px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #eef1f1;
    margin-right: 22px;
    font-size: 24px;
    color: #333
}

.pager a.dis {
    color: #999
}

.pager .info,
.pager .input {
    margin-right: 22px
}

.pager .input {
    height: 58px;
    border: 1px solid #eef1f1
}

.pager .input input {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #fff;
    color: #333;
    width: 60px;
    font-size: 24px
}

.pager a.num {
    background-color: #f8f8f8
}

.pager a.num.current {
    color: #fff;
    background-color: #415285;
    border: 1px solid #415285
}

.recommend {
    padding-top: 40px;
    padding-bottom: 70px;
    overflow: hidden;
    background-color: #fff
}

.recommend .ns-content {
    margin-bottom: 70px
}

.recommend .ns-content:last-child {
    margin-bottom: 0
}

.recommend .ll {
    padding: 0 0 20px
}

.recommend .l {
    float: left;
    width: 37%;
    box-shadow: 15px 15px 0 #d7d7d7
}

.recommend .r {
    float: right;
    width: 59%;
    line-height: 36px
}

.recommend .l img {
    display: block;
    width: 100%;
    height: auto
}

.recommend .r .d {
    font-size: 20px;
    color: #a0a0a0;
    margin-bottom: 10px
}

.recommend .r .d p {
    overflow: hidden
}

.recommend .r .t {
    color: #005284;
    font-size: 28px;
    margin-bottom: 10px
}

.recommend .r .t a {
    color: #005284
}

.recommend .r .b .bl {
    color: #4472b1;
    float: left;
    line-height: 50px
}

.recommend .r .b .br {
    float: right;
    width: 30%
}

.recommend .r .b .br a,
.recommend .r .b .br input {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #005285;
    border: 1px solid #005285;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 22px
}

@media screen and (max-width:1200px) {
    .recommend .r .d p {
        -webkit-line-clamp: 5
    }
}

@media screen and (max-width:830px) {
    .recommend .r .d p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width:768px) {
    .recommend .ns-content {
        margin-bottom: 20px
    }

    .recommend .ns-content:last-child {
        margin-bottom: 0
    }

    .recommend .r .d p {
        -webkit-line-clamp: 3
    }

    .recommend .ll {
        padding: 0
    }

    .recommend .l {
        float: none;
        width: 100%;
        max-width: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        box-shadow: 8px 8px 0 #d7d7d7
    }

    .recommend .r .t {
        font-size: 18px;
        margin-bottom: 5px
    }

    .recommend .r {
        float: none;
        width: 100%;
        line-height: 1.6
    }

    .recommend .r .d {
        margin-bottom: 10px;
        font-size: 15px
    }

    .recommend .r .b .bl,
    .recommend .r .b .br a,
    .recommend .r .b .br input {
        font-size: 15px;
        line-height: 32px
    }

    .recommend {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.reg {
    width: 100%;
    max-width: 1030px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 80px
}

.reg .prompt {
    margin-left: 150px;
    margin-right: 150px;
    color: #444;
    margin-bottom: 40px
}

.reg .prompt a {
    color: #005285
}

.reg .reg-c {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -130px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2)
}

.reg .reg-c .title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    text-align: center;
    color: #005285;
    line-height: 90px
}

.question,
.reg .reg-c .form {
    margin-left: 30px;
    margin-right: 30px
}

.reg .reg-c .form {
    display: flex;
    flex-wrap: wrap
}

.question .group {
    margin-bottom: 30px
}

.question .group .group-title {
    color: #005285;
    margin-bottom: 10px
}

.reg .reg-c .btn {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px
}

.reg .reg-c .form .item {
    margin-bottom: 30px;
    width: 50%
}

.reg .reg-c .form .item .ic {
    height: 65px;
    background-color: #ddd;
    border-radius: 37.5px;
    overflow: hidden;
    position: relative
}

.reg .reg-c .form .item.has-btn .icc {
    margin-right: 135px !important
}

.reg .reg-c .form .item.has-btn .btna {
    position: absolute;
    right: 25px;
    top: 0;
    color: #005285;
    line-height: 65px
}

.reg .reg-c .form .item.has-btn .btna.dis {
    color: #999
}

.question .item .ic {
    height: 65px;
    background-color: #ddd;
    overflow: hidden
}

.question .item .ic .icc,
.reg .reg-c .form .item .ic .icc {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative
}

.question .item .ic.textarea {
    height: auto
}

.question .item .ic.textarea textarea {
    display: block;
    color: #444;
    font-size: 18px
}

.question .item .ic .icc input,
.question .item .ic .icc select,
.reg .reg-c .form .item .ic .icc input,
.reg .reg-c .form .item .ic .icc select {
    color: #444;
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    display: block
}

.reg .reg-c .btn a,
.reg .reg-c .btn input {
    text-align: center;
    color: #fff;
    background-color: #005285;
    text-decoration: none;
    font-size: 18px;
    line-height: 65px;
    height: 65px;
    border-radius: 32.5px;
    cursor: pointer;
    max-width: 540px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.question .item .ic .icc.s:after,
.reg .reg-c .form .item .ic .icc.s:after {
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: transparent;
    border-top-color: inherit;
    transform: rotate(0);
    content: " ";
    top: 33px;
    right: 10px;
    margin-top: -3px;
    position: absolute;
    z-index: 1
}

.reg .reg-c .form .item:nth-child(2n) .ic {
    margin-left: 15px
}

.reg .reg-c .form .item:nth-child(2n-1) .ic {
    margin-right: 15px
}

.reg .reg-c .info {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.reg .reg-c .info .item {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px
}

.reg .reg-c .info .item span {
    color: #999
}

@media screen and (max-width:1000px) {
    .reg .prompt {
        margin-left: 100px;
        margin-right: 100px
    }
}

@media screen and (max-width:768px) {
    .reg .reg-c .form .item.has-btn .btna {
        font-size: 16px;
        line-height: 40px;
        right: 15px
    }

    .question .group .group-title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .question .group {
        margin-bottom: 20px
    }

    .reg .reg-c .info {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .reg .reg-c .info .item {
        font-size: 16px;
        width: 100%;
        line-height: 34px
    }

    .reg .reg-c .btn a,
    .reg .reg-c .btn input {
        line-height: 40px;
        height: 40px;
        font-size: 14px
    }

    .reg .reg-c .form .item {
        width: 100%
    }

    .reg .reg-c .form .item:nth-child(2n) .ic {
        margin-left: 0
    }

    .reg .reg-c .form .item:nth-child(2n-1) .ic {
        margin-right: 0
    }

    .reg .prompt {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
        color: #444;
        margin-bottom: 20px
    }

    .reg .reg-c .title {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 60px
    }

    .reg .reg-c .form .item {
        margin-bottom: 20px
    }

    .reg .reg-c .form .item .ic {
        border-radius: 20px
    }

    .question .item .ic,
    .reg .reg-c .form .item .ic {
        height: 40px;
        background-color: #ddd;
        overflow: hidden
    }

    .question .item .ic .icc input,
    .question .item .ic .icc select,
    .reg .reg-c .form .item .ic .icc input,
    .reg .reg-c .form .item .ic .icc select {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .question .item .ic .icc textarea {
        font-size: 14px
    }

    .question .item .ic .icc.s:after,
    .reg .reg-c .form .item .ic .icc.s:after {
        top: 20px
    }

    .question .item .ic .icc,
    .reg .reg-c .form .item .ic .icc {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .question .item .ic.textarea .icc {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .reg .reg-c .btn {
        padding-top: 5px;
        padding-bottom: 20px
    }

    .reg {
        margin-bottom: 30px
    }
}

@media screen and (max-width:520px) {
    .reg .reg-c {
        margin-top: -90px
    }
}

.tab-title {
    width: 100%;
    display: flex;
    height: 92px;
    background-color: #fff;
    margin-bottom: 60px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2)
}

.tab-title a {
    width: 50%;
    text-align: center;
    line-height: 92px;
    color: #666;
    font-size: 30px;
    position: relative
}

.tab-title a .icon {
    position: absolute;
    left: 0;
    bottom: -20px;
    text-align: center;
    width: 100%
}

.tab-title a.current .icon:after {
    content: " ";
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #005285
}

.tab-title a.current {
    color: #fff;
    background-color: #005285
}

@media screen and (max-width:768px) {
    .tab-title {
        height: 46px;
        margin-bottom: 30px
    }

    .tab-title a {
        line-height: 46px;
        font-size: 16px
    }

    .tab-title a .icon {
        bottom: -10px
    }

    .tab-title a.current .icon:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #005285
    }
}

@media screen and (max-width:480px) {
    .tab-title a {
        font-size: 14px
    }
}

.teacher {
    background-image: url(../images/teacher.jpg?v=1741023216650);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.teacher .t {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px
}

.teacher .c {
    padding-top: 20px;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap
}

.teacher .t:before {
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    width: 7px;
    height: 28px;
    margin-right: 26px;
    content: ""
}

.teacher .c a {
    margin-bottom: 36px;
    line-height: 60px;
    display: block;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #d1d1d1;
    text-decoration: none
}

.teacher .c .list {
    width: 50%;
    margin-bottom: 50px
}

.teacher .c .list .list-c {
    color: #fff;
    box-sizing: border-box;
    border: 2px solid hsla(0, 0%, 100%, .2);
    position: relative;
    height: 210px
}

.teacher .c .list:nth-child(odd) .list-c {
    margin-right: 30px
}

.teacher .c .list:nth-child(2n) .list-c {
    margin-left: 30px
}

.teacher .c .list .img {
    width: 180px;
    height: 180px;
    display: block;
    overflow: hidden;
    border-radius: 90px;
    position: absolute;
    left: 40px;
    top: -24px
}

.teacher .c .list .name {
    padding-top: 80px;
    margin-bottom: 10px;
    font-size: 26px;
    padding-left: 260px
}

.teacher .c .list .position {
    line-height: 30px;
    font-size: 20px;
    margin-right: 16px;
    padding-left: 260px
}

.teacher .c .list .img img {
    width: 180px;
    height: 180px
}

@media screen and (max-width:768px) {
    .teacher .c .list .list-c {
        height: 120px
    }

    .teacher .c .list .name {
        padding-top: 30px;
        margin-bottom: 10px;
        font-size: 20px;
        padding-left: 165px
    }

    .teacher .c .list .position {
        line-height: 18px;
        font-size: 12px;
        margin-right: 10px;
        padding-left: 165px
    }

    .teacher .c .list {
        width: 100%
    }

    .teacher .c .list:nth-child(odd) .list-c {
        margin-right: 0
    }

    .teacher .c .list:nth-child(2n) .list-c {
        margin-left: 0
    }

    .teacher .c .list {
        margin-bottom: 20px
    }

    .teacher .c .list .img {
        display: inline-block;
        overflow: hidden;
        border-radius: 60px;
        margin-bottom: 13px;
        left: 20px;
        top: -12px
    }

    .teacher .c .list .img,
    .teacher .c .list .img img {
        width: 120px;
        height: 120px
    }

    .teacher .t {
        padding-top: 20px;
        padding-bottom: 16px;
        font-size: 20px;
        line-height: 20px
    }

    .teacher .c {
        padding-top: 10px;
        font-size: 16px;
        line-height: 24px
    }

    .teacher .c a {
        line-height: 46px;
        margin-bottom: 20px
    }

    .teacher .t:before {
        width: 5px;
        height: 20px;
        margin-right: 16px
    }
}

.welcome {
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: top center
}

.welcome body {
    font-size: 18px !important;
    line-height: 1.6 !important
}

.welcome .ns-main {
    display: flex;
    align-items: center
}

.welcome .ns-content {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    position: relative;
    background-image: url(../images/welcome/bg.jpg?v=1741023216650)
}

.welcome .ns-content .wdesc .mt {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin-left: 15px;
    margin-right: 15px
}

.welcome .ns-content .wdesc .mt img {
    display: inline-block;
    width: 100%;
    max-width: 380px
}

.welcome .ns-content .wdesc {
    border-radius: 8px 0 0 8px;
    margin-right: 250px;
    background-color: #fff;
    border-right: 1px solid #e9e9eb;
    display: flex;
    color: #005285;
    flex-wrap: wrap
}

.welcome .ns-content .wdesc .logo {
    width: 100%;
    padding-right: 30px;
    text-align: right;
    padding-bottom: 15px
}

.welcome .ns-content .wdesc .logo img {
    display: inline-block;
    width: 100px
}

.welcome .ns-content .wdesc .col {
    width: 50%
}

.welcome .ns-content .wdesc .col .cc {
    padding: 30px
}

.welcome .ns-content .wdesc .col .title {
    font-size: 28px;
    margin-bottom: 15px
}

.welcome .ns-content .wdesc .col .cc>.item {
    margin-bottom: 10px
}

.welcome .ns-content .wdesc .col .cc>.item>.it {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    text-decoration: underline
}

.welcome .ns-content .wdesc .col .cc>.item>.ic>.item>.it {
    padding-left: 20px;
    background-image: url(../images/welcome/course.svg);
    background-size: 18px auto;
    background-position: left 4px;
    background-repeat: no-repeat
}

.welcome .ns-content .wdesc .col .cc>.item>.ic>.item>.ic>.item>.it {
    padding-left: 40px;
    background-image: url(../images/welcome/triangle.svg);
    background-size: 16px auto;
    background-position: 20px 5px;
    background-repeat: no-repeat
}

.welcome .ns-content .wdesc .col .cc span {
    color: #f50000
}

.welcome .ns-content .wlogin {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 250px;
    display: flex;
    align-items: center
}

.welcome .ns-content .wlogin .wlc {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%
}

.welcome .ns-content .wlogin .wlc .icon {
    text-align: center;
    margin-bottom: 20px
}

.welcome .ns-content .wlogin .wlc .icon .icc {
    width: 48px;
    height: 48px;
    border: 1px solid #8c8c8c;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../images/welcome/key.svg);
    border-radius: 5px;
    background-position: 50%;
    display: inline-block
}

.welcome .ns-content .wlogin .wlc .wform .item {
    border: 1px solid #8c8c8c;
    border-radius: 3px;
    margin-bottom: 15px
}

.welcome .ns-content .wlogin .wlc .wform .item .ic {
    padding-bottom: 7px;
    padding-top: 7px;
    margin-left: 10px;
    margin-right: 10px
}

.welcome .ns-content .wlogin .wlc .wform .item .ic input {
    font-size: 14px;
    height: 20px;
    line-height: 20px
}

.welcome .ns-content .wlogin .wlc .btn {
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 3px;
    line-height: 36px;
    background-color: #fc5659;
    margin-top: 40px
}

@media screen and (max-width:1240px) {
    .welcome .ns-content {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (max-width:1200px) {
    .welcome .ns-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:1000px) {
    .welcome body {
        font-size: 14px !important;
        line-height: 1.4 !important
    }

    .welcome .ns-content .wdesc .col .cc {
        padding: 15px
    }

    .welcome .ns-content .wdesc .col .cc>.item>.ic>.item>.it {
        padding-left: 16px;
        background-size: 14px auto;
        background-position: left 2px;
        background-repeat: no-repeat
    }

    .welcome .ns-content .wdesc .col .cc>.item>.ic>.item>.ic>.item>.it {
        padding-left: 32px;
        background-size: 14px auto;
        background-position: 16px 2px;
        background-repeat: no-repeat
    }

    .welcome .ns-content .wdesc .col .title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .welcome .ns-content .wdesc .col .cc>.item>.it {
        font-size: 18px;
        margin-bottom: 2px
    }
}

@media screen and (max-width:768px) {
    .welcome .ns-content .wdesc {
        margin-right: 0;
        border-radius: 8px 8px 8px 8px
    }

    .welcome .ns-content .wdesc .col .cc {
        padding: 15px
    }

    .welcome .ns-content .wdesc .col {
        width: 100%
    }

    .welcome .ns-content .wdesc .col .cc>.item>.ic>.item>.it {
        padding-left: 16px;
        background-size: 14px auto;
        background-position: left 2px;
        background-repeat: no-repeat
    }

    .welcome .ns-content .wdesc .col .cc>.item>.ic>.item>.ic>.item>.it {
        padding-left: 32px;
        background-size: 14px auto;
        background-position: 16px 2px;
        background-repeat: no-repeat
    }

    .welcome .ns-content .wdesc .col .title {
        font-size: 20px;
        margin-bottom: 5px
    }

    .welcome .ns-content .wdesc .col .cc>.item>.it {
        font-size: 16px;
        margin-bottom: 2px
    }

    .welcome .ns-content .wlogin {
        position: static;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .welcome .ns-content .wlogin .wlc {
        margin-right: 15px;
        margin-left: 15px
    }

    .welcome .ns-content .wlogin .wlc .btn {
        margin-top: 28px
    }
}