body {
	background-color: #03366f;
}

.wrapper {
	background-color: #03346f;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	display: none;
}

.mainBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainBg img {
	width: 100%;
	height: auto;
	position: relative;
}

.mainBg .bg_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainBg .bg_inner .line {
	position: absolute;
	top: 18%;
	left: -10%;
	z-index: 2;
	width: 84.2708333333%;
	mix-blend-mode: overlay;
	opacity: 0;
}

.mainBg .bg_inner .icon {
	width: 100%;
}

.mainBg .bg_inner .icon1 {
	position: absolute;
	top: 52%;
	left: 10.5%;
	z-index: 3;
	width: 82.65%;
	mix-blend-mode: color-dodge;

}

.mainBg .bg_inner .icon2 {
	top: 42%;
	left: 16%;
	z-index: 3;
	width: 75.46%;
}

.mainBg .bg_inner .kv_bg {
	position: absolute;
	left: 0;
	top: 0;
}

.mainBg .bg_inner .squares_m {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	mix-blend-mode: overlay
}

.mainBg .bg_inner .squares_b {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	mix-blend-mode: overlay
}

@keyframes index_kv_float {
	0% {
		transform: scale(1) translateX(0)
	}

	50% {
		transform: scale(1.1) translateX(30px)
	}

	100% {
		transform: scale(1) translateX(0)
	}
}

.mainBg .item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46.875%;
	transform: translate(-55%, -5%)
}

.mainBg .logos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mainBg .logos .logo {
	position: absolute;
	top: 50%;
	left: 50%
}

.kv {
	position: relative;
	margin: 0;
	height: 46vw;
	overflow: hidden;
	border-bottom: 8px solid #008fff;
}

.kv .iconfont {
	display: block;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 43%;
	transform: translateX(-20px);
	color: #fafafa;
	background: #00b6b6;
	border-radius: 40px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	text-align: center;
}

.pulse {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	animation: pulse 1.5s infinite;
}

@keyframes pulse {

	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

-webkit-@keyframes pulse {

	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

.kv .logo {
	width: 8.59375%;
	position: absolute;
	top: 5%;
	left: 2%
}

.kv .tit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-45%, -25%)
}

.kv .tit img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto
}

.kv .rainbow {
	position: absolute;
	width: 21%;
	right: 30%;
	top: 10%;
	mix-blend-mode: screen;
}

.kv .t1 {
	position: absolute;
	top: 19%;
	left: 42%;
	transform: translateX(-50%);
	width: 58%;
}

.kv .t1 img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.kv .t2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -670%);
	width: 36.0416666667%
}

.kv .t3 {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 32.34375%
}

.main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: linear-gradient(0deg, rgba(1, 73, 175, 0.6), rgba(4, 51, 105, 0.8), rgba(2, 37, 93, 0.9));
	background-image: -webkit-linear-gradient(0deg, rgba(1, 73, 175, 0.6), rgba(4, 51, 105, 0.8), rgba(2, 37, 93, 0.9));
	/* padding-bottom: 60px; */
}

.jieshao {
	background-color: #fff;
	padding: 68px 0;
	padding-top: 0;
}

.sc_intro {
	position: relative;
	width: 100%;
	z-index: 2;
}

.intro .tit {
	color: #333;
}

.intro-cnt {
	font-size: 18px;
	line-height: 38px;
	text-align: justify;
	/* padding: 40px; */
	/* background: rgba(0, 98, 255, 0.25); */
	/* -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px); */
	color: #333;
	font-weight: bold;
	text-align: center;


}

.intro-cnt p {
	margin-bottom: 24px;
}

.menu-item>a span:first-child {
	font-size: 18px;
	font-weight: bold;
}

.tit {
	font-size: 34px;
	/* text-align: center; */
	font-weight: bold;
	margin: 40px 0 30px 0;
	position: relative;

}

.jieshao .tit {
	color: #333;
}

.tit:before {
	content: '';
	width: 130px;
	height: 6px;
	background-image: linear-gradient(0deg, #008fff, transparent);
	background-image: -webkit-linear-gradient(0deg, #008fff, transparent);
	position: absolute;
	bottom: 6px;
	left: 0;
}

.v_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 60px;
	cursor: pointer;
	animation: sa 2s infinite;
	border-radius: 100%;
}

@keyframes sa {
	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

.brief-detail {
	background-color: #0253eb;
	height: 236px;
	/* margin-top: 15px; */
	border-radius: 6px;
	overflow: hidden;

}

.brief-text {
	padding-left: 30px;
	position: relative;

	/* padding-top: 10px;    */
}
.brief-text h2{
	margin-top: 0;
}
.brief-text .b_comma {
	position: absolute;
	top: -65px;
	height: 34px;
	opacity: 1;
	right: 0;

}

.brief-text-cnt {
	line-height: 28px;
	text-align: justify;
	font-size: 15px;
	position: relative;
	/* padding-top: 60px; */
	color: #333;
}




.str {
	padding-bottom: 70px;
}

.str .s_tit {
	font-size: 20px;
	font-weight: bold;
	color: #03adf2;
	margin: 10px 0;
}



.str .up-item {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
}





.l {

	overflow: hidden;
	background-size: cover;
	/* margin-right: 10px; */
	/* padding: 30px 40px; */
	height: 414px;
	width: 24%;
	float: left;
	padding-right: 10px;
}

.l>div {
	background-image: linear-gradient(0deg, #008fff, #1dc9ea);
	background-image: -webkit-linear-gradient(0deg, #008fff, #1dc9ea);
	width: 100%;
}

.l .date {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 414px;
}


.r {
	width: 76%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	float: right;
}

.str .up-item .r>div {
	background: url(../images/s02.png) no-repeat -20px bottom;
	height: 254px;
	background-size: cover;
	width: 50%;
	padding: 30px 24px;
}
.str .up-item .r .down-r{
	    width: 100%;
	    background-size: 50%;
	    background-color: #fff;
	    background-position: right bottom;
	    margin-top: 10px;
	    height: 150px;
}
.str .down_item .r {
	background-image: url(../images/s02.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 190px;
	background-size: contain;
	/* width: 100%; */
	padding: 30px 24px;
	margin-top: 20px;
}

.str .down_item .l {
	height: 190px;
	margin-top: 20px;

}

.down_item .l .date {
	line-height: 190px;
}

.str .up-item ul li {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	position: relative;
	padding-left: 10px;
}

.up-item ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #008fff;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 10px;
}

.str .time {
	height: 20px;
}

.str_tit {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.str .btm_wrap .l {
	height: 160px;
}

.str .btm_wrap .l .date {
	line-height: 110px;
}

.btm img {
	margin-top: 20px;
}

.btm .b_l>div {
	background: url(../images/bg06.png) no-repeat right 0;
	background-color: #f1f5fa;
	background-size: cover;
	/* margin-right: 10px; */
	padding: 30px 40px;
	height: 190px;
}

.btm .b_r>div {
	background: url(../images/bg07.png) no-repeat -50px -50px;
	background-color: #f1f5fa;
	background-size: 120%;
	padding: 30px 40px;
	height: 190px;
}

.award {
	margin-top: 60px;
	z-index: 200;
}

.w_bg {
	background-color:#f7f7ff;

	/* position: relative; */
	/* margin-top: -80px; */
	padding-top: 30px;

}

.w_bg .tit {
	color: #333;
}

.sponsor-ad li {
	width: 157px;
	float: left;
	margin-right: 14px;
	height: 72px;
	margin-bottom: 5px;
}

.sponsor-ad img {
	width: 100%;
	/* height: 100%; */
	/* padding: 5px; */
}

.sponsor-ad a {
	pointer-events: none;
}
.s_btn{
	        padding: 20px 20px;
	        display: flex ;
	        /* width: 20%; */
	        /* background-image: linear-gradient(0deg, #008fff, #1dc9ea);
	        background-image: -webkit-linear-gradient(0deg, #008fff, #1dc9ea); */
			
	        color: #fff;
			background-color: #de302f;
	        border-radius: 10px;
	        justify-content: center;
	        /* font-family: 'Inter', sans-serif; */
	        font-weight: bold;
	        font-size: 20px;
	        transition: all 0.3s ease-in-out;
	        align-items: center;
	        width: 200px;
	        margin: 0 auto;
	        margin-top: 40px;

}
.s_btn:hover{
	color: #fff;
	transform: translateY(-4px);
}
.org {
	/* background: #f1f3f5; */
	padding-bottom: 100px;
	/* padding-top: 50px; */
	    border-top: 1px solid #e5e5e5;
	    margin-top: 40px;

}

.org>.container {
	/* border-top: 1px solid #ddd; */
	/* padding-top: 40px; */
}

.org-title {
	/*width: 30%;*/
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
	line-height: 40px;
}

.org-title {
	color: #008fff;
	margin-top: 20px;
}

.org-logo {
	/*width: 70%;*/
	/* float: left; */
}

.org-logo li {
	float: left;
	margin-right: 15px;
}

.org-logo p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 58px;
	background: #f5f6f8;
	padding: 0 15px;
	border-radius: 6px;
}

.org-logo i {
	display: inline-block;
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	margin-right: 10px;
	height: 75px;
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
}

.as p {
	height: 58px;
	display: flex;
	align-items: center;
}

.as img {
	height: 15px;
}

.org-logo i img {
	/*max-height: 100%;*/
	max-height: 40px;
}

.m_logo i {
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	margin-right: 15px;
	width: 220px;
	height: 78px;
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	float: left;
}

.contact {
	margin-bottom: 50px;
	/* margin-top: 60px; */
	overflow: hidden;

	z-index: 5;
	position: relative;
	/*background-color: #fff;*/
	border-radius: 10px;
}



.map img {
	width: 100%;
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.contact ul li {
	width: 49%;
	/* position: relative; */
	float: left;
	margin-bottom: 16px;
	border-radius: 4px;
	background: -webkit-linear-gradient(45deg, rgb(255, 255, 255), rgb(202, 227, 253));
	background: linear-gradient(45deg, rgb(255, 255, 255), rgb(202, 227, 253));
	/* background-size: cover; */
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	/* border-radius: 30px 0 30px 0; */
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	height: 200px;
	font-size: 14px;
	line-height: 28px;
	margin-right: 2%;
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	/* border-top: 5px solid #0084D5; */
}

.contact ul li:last-child {
	margin-right: 0;
}

.contact ul li .cnt {
	position: absolute;
	z-index: 8;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	color: #666;
	padding-left: 20px;
}

.contact li p {
	color: #008fff;
	font-size: 18px;
	font-weight: bold;
}

.footer {
	position: static;
	/*padding-top: 90px;*/
}

#example .modal-dialog {
	max-width: 80%;
	width: 65%;
	height: auto;
	top: 60px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

-webkit-@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

#example .modal-content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 40px;
}

#example .modal-dialog .modal-header {
	font-size: 24px;
	color: #323232;
	border-bottom: none;
	padding: 20px 15px;
	max-width: 80%;
	line-height: 28px;
	padding-left: 30px;
}

#example .modal-content .modal-body {
	padding: 0;
}

#example .modal-content .close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 20px;
	width: 70px;
	height: 70px;
	border-radius: 500px;
	line-height: 70px;
	color: #80808D;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 2px solid #808080;
	text-align: center;
	line-height: 32px;
}

#example .modal-content .close:hover {
	color: #ccc;
}

#example .modal-dialog .play_box {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

.x_logo img {
	height: 64px;
}

.stars {
	position: absolute;
	z-index: 1;
	width: 138.8541666667%;
	top: 20%;
	left: 50%;
	transform: :translate(-50%，-50%);
	mix-blend-mode: color-dodge;
	opacity: .55;
}

.inner .halo_1 {
	position: absolute;
	z-index: 1;
	width: 61.5625%;
	top: 10%;
	left: 40%;
	mix-blend-mode: color-dodge;
	opacity: 1;
	transform: scale(0.5);
}

.inner .halo_2 {
	position: absolute;
	z-index: 1;
	width: 93.0729166667%;
	top: 2%;
	left: 16%;
	mix-blend-mode: color-dodge;
	opacity: 1;
	transform: scale(0.5);
}

.inner .halo_3 {
	position: absolute;
	z-index: 1;
	width: 90.6770833333%;
	top: -10%;
	left: 4%;
	mix-blend-mode: color-dodge;
	opacity: 1;
	transform: scale(0.5);
}

@media (max-width: 1920px) {
	.kv .rainbow {
	    position: absolute;
	    width: 15%;
	    right: 32%;
	    top: 18%;
	    mix-blend-mode: screen;
	}
	.mainBg img {
		/* height: 100%; */
	}

	.kv .t3 {
		bottom: 15%;
	}

	.kv .t1 {
		position: absolute;
		top: 22%;
		left: 38%;
		transform: translateX(-50%);
		width: 62%;
	}

	.intro-cnt {
		line-height: 36px;
	}
}

@media (max-width: 1600px) {
	.topnav {
		width: 95% !important;
		max-width: 95%;
	}

	.kv {
		height: 45vw;
	}
}

@media (max-width: 1240px) {
	.brief-text-cnt {
		line-height: 26px;
	}
}

@media (max-width: 1199px) {
	.topnav .logo {
		top: 40%;
	}

	.register {

		top: 45%;
	}

	.brief-detail {
		display: none;
	}

	.brief-text {
		width: 100%;
		padding-left: 0;
	}

	.sponsor-ad li {
		width: 145px;
	}

	.intro-cnt {
		line-height: 30px;
		font-size: 16px;
	}



	.grid_12 {
		top: 80px;
	}

	.topnav {
		width: 95% !important;
		max-width: 95%;
		/* height: 80px; */
	}

	.menu-item>a span:first-child {
		font-size: 16px;
		font-weight: bold;
	}
}

@media (max-width: 991px) {
	.w_bg {
		padding-top: 0;
	}

	.header {
		width: 100%;
		position: relative;
		z-index: 50;
		background: #fff;
		overflow: hidden;
		height: 60px;
	}

	.topnav {
		height: 70px;
	}

	.grid_12 {
		top: 70px;
		background-color: #000;
	}

	.middle .str_tit {
		font-size: 16px;
	}

	.kv {
		height: 44vw;
	}

	.kv .t1 {
		width: 72%;
	}

	.intro-cnt {
		padding: 0 30px;
	}

	.intro-cnt p {
		margin-bottom: 14px;
		font-size: 15px;
	}

	.str .up-item .r>div {
		padding: 24px 14px;
	}

	.str_tit {
		margin-top: 20px;
	}

	.sponsor-ad li {
		width: 136px;
	}
}

@media (max-width: 767px) {
	.btm-wrapper-xs{
		        display: block;
		        width: 100%;
		        height: 58px;
		        color: rgb(255, 255, 255);
		        text-align: center;
		        line-height: 58px;
		        position: fixed;
		        bottom: 0px;
		        left: 0px;
		        right: 0px;
		        z-index: 500;
		        box-shadow: rgba(55, 99, 170, 0.05) 8px 8px 20px, rgb(250, 250, 250) 4px 4px 10px;
		        background: -webkit-linear-gradient(-90deg, rgb(243, 245, 248), rgb(255, 255, 255)) rgb(243, 245, 248);
				        animation: box 1sease-out;
				        -webkit-animation: box 1sease-out;
		        animation: 1s ease-out 0s 1 normal none running box;
		        border-radius: 30px 30px 0px 0px;
		        border-width: 2px;
		        border-style: solid;
		        border-color: rgb(255, 255, 255);
		        border-image: initial;
	}
	
    .btm-wrapper-xs a {
                color: rgb(51, 51, 51);
                height: 58px;
                line-height: 58px;
                display: block;
                width: 50%;
                float: left;
                text-align: center;
                position: relative;
                border-width: initial;
                border-style: none;
                border-color: initial;
                border-image: initial;
                padding: 0px;
                border-radius: 0px 30px 0px 0px;
                margin: 0px;
                font-size: 16px;
                font-weight: bold;
		
    }
	@keyframes box{
		0% {
		    opacity: 0;
		    transform: translateY(50%);
		}
		
		100% {
		    opacity: 1;
		    transform: translateY(0%);
		}
	}
	-webkit-@keyframes box{
		0% {
		    opacity: 0;
		    transform: translateY(50%);
		}
		
		100% {
		    opacity: 1;
		    transform: translateY(0%);
		}
	}
	.brief-text .b_comma {

		top: -50px;
		height: 28px;

	}

	.kv .t1 {
		width: 92%;
		left: 50%;
	}

	.l {
		overflow: hidden;
		background-size: cover;
		/* margin-right: 10px; */
		/* padding: 30px 40px; */
		height: auto;
		width: 100%;
		float: none;
		padding-right: 0;
	}

	.v_btn {
		height: 48px;
		/* border: 2px solid rgba(255, 255, 255, .6); */
		border-radius: 40px;
		overflow: hidden;
		margin-left: 14px;
		border: 3px solid #03adf2;
		background-image: -webkit-linear-gradient(-45deg, rgb(22, 39, 194), rgb(31, 52, 213) 18%, rgb(0, 159, 255) 72%, rgb(0, 254, 255));
		background-image: linear-gradient(-45deg, rgb(22, 39, 194), rgb(31, 52, 213) 18%, rgb(0, 159, 255) 72%, rgb(0, 254, 255));
		width: 200px;
		margin: 0 auto;
		text-align: center;
		line-height: 40px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		margin-top: -20px;

		margin-bottom: 30px;
	}

	.str .up-item .r>div {
		width: 100%;
		background-color: #fff;
		height: auto;
		background-position: right bottom;
	}

	.str .down_item .l {
		height: 60px;
	}

	.str .time {
		height: 15px;
	}

	.l .date,
	.down_item .l .date {
		line-height: 60px;
	}

	.r {
		width: 100%;
	}

	.jieshao {
		padding-bottom: 30px;
	}


	.str .down_item .r {
		height: auto;
		margin-top: 0;
	}

	.m_logo i {
		overflow: hidden;
		background: #FFF;
		padding: 14px;
		margin-right: 15px;
		width: 140px;
		height: 55px;
		-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		float: left;
		overflow: hidden;
		margin-bottom: 14px;
	}

	.kv {
		margin-top: 40px;
	}

	#example .modal-dialog {
		max-width: 98%;
		width: 95%;
	}

	#example .modal-dialog .modal-header {
		font-size: 20px;
		color: #323232;
		border-bottom: 0;
		padding: 0;
		max-width: 80%;
		line-height: 28px;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.kv .t3 {
		padding: 30px 0;
		bottom: 15%;
		left: 50%;
		width: 55%;
		transform: translateX(-50%);
	}

	.tit {
		font-size: 28px;
		margin: 30px 0 20px 0;
	}

	.intro-cnt {
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
		padding: 30px 0;
	}

	.str .top>div {
		padding: 30px 24px;
	}

	.str .top {
		background: url(../images/bg01.png) no-repeat right 5px;

		background-size: cover;
		background-color: #f1f5fa;
	}

	.str .middle .l,
	.middle .r,
	.str .middle .l>div {
		width: 100%;
		float: none;
		height: 100px;
		/* padding: 30px 20px; */
	}

	.str .middle .l img {
		margin-top: 0;
	}

	.middle .r>div {
		height: auto;
		width: 100%;
		padding: 20px;
	}

	.btm .b_l>div {

		margin-right: 10px;
		padding: 20px;
		height: 150px;
	}

	.org-logo {
		width: 100%;
		float: left;
	}

	.str .s_tit {
		font-size: 15px;
	}

	.btm .b_r>div {
		padding: 20px;
		height: 150px;
	}

	.str .middle .l>div {
		padding: 30px;
	}

	.award {
		margin-top: 0;
		z-index: 20;

	}

	.sponsor-ad ul {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-around; */
	}

	.sponsor-ad li {
		width: 106px;
		margin-right: 10px;
		height: 54px;
		overflow: hidden;
		float: none;

	}

	.org {
		/* background: #f1f3f5; */
		padding-bottom: 30px;
		/* padding-top: 30px; */
	}



	.org-title {
		line-height: 50px;
	}

	.contact {
		margin-top: 0;
	}

	.contact ul li {
		width: 100%;
		height: 160px;
	}
}
