@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-size: 16px;
	font-family: 'Microsoft YaHei', 'simSun';
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	width: 100%;
	border: 0;
	height: auto;
	transition: all 0.4s;
}

a {
	text-decoration: none;
	cursor: pointer;
	border: 0;
	color: initial;
}

a:hover {
	text-decoration: none
}

.show-div {
	display: block !important;
}

.show-div-flex {
	display: flex !important;
}

.hidden-div {
	display: none !important;
}

/* public */
.f-c-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-c-sb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f-c-s {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.f-c-e {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.f-s-e {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.f-s-s {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.f-e-sb {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.f-s-sb {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.y-hide1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.y-hide2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y-p105 {
	box-sizing: border-box;
	padding-left: 105px;
	padding-right: 105px;
}

.y-p225 {
	box-sizing: border-box;
	padding-left: 225px;
	padding-right: 225px;
}

.y-header1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
}

.y-header1 .h1-top {
	padding-top: 27px;
}

.y-header1 .h1-logo {
	width: 513px;
	height: auto;
	display: block;
}

.y-header1 .h1-r-list {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 10px;
	border-right: 1px solid #fff;
	height: 17px;
	line-height: 17px;
}

.y-header1 .h1-search {
	margin-left: 40px;
	position: relative;
	cursor: pointer;
}

.y-header1 .h1-search .iconfont {
	color: #fff;
	font-size: 25px;
}

.y-header1 .h1-hide {
	display: none;
	position: absolute;
	top: 120%;
	right: 0;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.y-header1 .y-h1-ss {
	flex: none;
	margin-left: 20px;

}

.y-header1 .y-h1-ss .iconfont {
	color: #000;
	font-size: 20px;
}

.y-header1 .h1-input {
	flex: 1;
	height: inherit;
	outline: none;
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

.y-header1 .h1-bottom {
	width: 100%;
	height: 210px;
	background: linear-gradient(0deg, #000000 0%, rgba(54, 86, 153, 0.21) 74%, rgba(19, 80, 164, 0.01) 100%);
	margin-top: auto;
	padding-top: 85px;
	box-sizing: border-box;
}


.y-header1 .h1-m-list {
	color: #fff;
	margin: 0 35px;
	width: 102px;
	position: relative;
}

.y-header1 .h1-m-fir {
	height: 43px;
	flex: none;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

.y-header1 .h1-m-list:hover {
	background: #04378A;
}

.y-header1 .h1-arrow .iconfont {
	color: #fff;
	font-size: 35px;
	margin-top: 18px;
	-webkit-animation: gogogo 2s infinite linear;
	cursor: pointer;
	position: absolute;
}

@-webkit-keyframes gogogo {
	0% {
		bottom: 10px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 10px;
	}
}

.y-header1 .h1-child {
	position: absolute;
	bottom: 100%;
	background: rgba(4, 55, 138, 0.8);
	width: 100%;
	z-index: 99;
	display: none;
}

.y-header1 .h1-m-item {
	height: 43px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.y-header1 .h1-m-item:hover {
	background: rgba(4, 55, 138, 1);
}

.y-header2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	background: #04378A;
	display: none;
}

.y-header2 .h2-logo {
	width: 450px;
	height: auto;
	display: block;
}

.y-header2 .h2-list {
	width: 102px;
	height: 80px;
	margin-left: 30px;
	position: relative;
}

.y-header2 .h2-fir {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	/* height: 100%; */
}

.y-header2 .h2-child {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(4, 55, 138, 0.8);
	display: none;
}

.y-header2 .h2-item {
	height: 43px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.y-header2 .h2-item:hover {
	background: #04378A;
}

/* 小屏头部 */
.navbar ul {
	display: flex;
	align-items: center;
	padding-bottom: 50px;
}

.navbar {
	display: none;
	height: 60px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.navbar input {
	position: absolute;
	right: 30px;
	z-index: 99;
	width: 31px;
	height: 20px;
	opacity: 0;
	cursor: pointer;
}

.navbar span {
	z-index: 99;
	position: absolute;
	right: 30px;
	background: #fff;
	top: 33%;
	width: 30px;
	height: 2px;
	border-radius: 15px;
	pointer-events: none;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;
}

.navbar span:nth-child(2) {
	top: calc(33% + 9px);
}

.navbar span:nth-child(3) {
	top: calc(33% + 18px);
}

.navbar ul {
	background: rgba(51, 51, 51, 0);
	overflow: hidden;
	position: fixed;
	top: 60px;
	left: auto;
	right: 0;
	width: 100%;
	height: 0;
	transition: all 0.2s;
	white-space: nowrap;
}

.navbar ul li {
	list-style: none;
	margin: 0px 15px;
}

.navbar ul .nav-menu {
	;
	height: max-content;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: none;
	width: 100%;
	padding: 15px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.navbar input:checked~ul {
	position: absolute;
	top: 100%;
	z-index: 999;
	box-sizing: border-box;
	overflow-y: auto;
	height: calc(100% - 60px);
	min-height: calc(100vh - 60px);
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #04378A;
}

.navbar input:checked~ul .nav-menu {
	display: flex;
	flex-direction: column;
}

.navbar input:checked~span:nth-child(2) {
	top: calc(50% - 2px);
	transform: rotate(-45deg);
	transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}

.navbar input:checked~span:nth-child(3) {
	top: calc(50% - 2px);
	transform: rotate(45deg);
	transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}

.navbar input:checked~span:nth-child(4) {
	display: none;
	transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
}

.navbar .nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar .nav-child {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
}

.navbar .nav-list img {
	width: 15px;
}

.navbar .nav-menu1 .nav-menu {
	padding: 15px;
	align-items: flex-start !important;
	flex-direction: initial !important;
}

.navbar .nav-menu1 .nav-menu:last-child {
	border-bottom: none;
}





.y-foot {
	width: 100%;
	height: max-content;
	background: url("https://www.dorukotelilgaz.com/2024xxxyImg/db_bg.png")no-repeat;
	background-size: cover;
}

.y-foot .f-box1 {}

.y-foot .f-b1-logo {
	width: 513px;
	height: auto;
	display: block;
	margin-top: 60px;
}

.y-foot .f-b1-middle {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	margin-left: 160px;
	margin-top: 60px;
}

.y-foot .f-b1-r {
	margin-left: auto;
	margin-top: 43px;
}

.y-foot .f-b1-code img {
	width: 100px;
	height: 100px;
	display: block;
	object-fit: cover;
	margin-bottom: 10px;
}

.y-foot .f-b1-code {
	flex-direction: column;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 25px;
}

.y-foot .f-box2 {
	height: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.36);
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
}

.y-foot .f-box2 a {
	color: inherit;
}

.y-foot .f-box2 p {
	margin: 0 10px 0 20px;
}

/* 动效 */

.sy-tit .s-t-link:hover .s-t-rund {
	width: 150px;
	border-radius: 30px;
}

.sy-tit .s-t-link:hover .iconfont {
	position: static;
	transform: scale(0.7)
}

.sy-tit .s-t-link:hover .s-t-txt {
	display: block;
}

.sy-tit .s-t-link:hover .s-t-fn {
	opacity: 0;
}

.sy-box1 .swiper-button-prev:hover,
.sy-box1 .swiper-button-next:hover {
	background: rgba(255, 255, 255, 0.36);
	transition: all 0.4s;
}

.sy-box2 .swiper-slide img:hover,
.sy-box4 .b4-pic img:hover,
.sy-box5 .b5-pic img:hover,
.content-main .l2-pic img:hover,
.content-main .l6-pic img:hover {
	transition: all 0.4s;
	transform: scale(1.05);
}

.sy-box2 .b2-r-name:hover,
.sy-box3 .b3-item:hover .b3-name,
.sy-box5 .b5-name:hover,
.content-main .cont-r-navigation a:hover,
.content-main .page_box a:hover,
.content-main .l2-name:hover,
.content-main .l6-name:hover {
	color: #04378A;
}

.sy-box6 .b6-link:hover {
	background: #04378A;
	color: #fff;
	transition: all 0.4s;
}

.y-foot .f-box2 a:hover {
	text-decoration: underline;
}

.content-main .cont-l-text:hover {
	background: #04378A;
}

.content-main .cont-l-text:hover a {
	color: #fff;
}

@media screen and (max-width: 1919px) {
	.sy-box2 .mySwiper1 {
		width: 745px;
	}

	.sy-box2 .swiper-slide img {
		height: 485px;
	}
}

@media screen and (max-width: 1700px) {

	.content-main {
		padding-bottom: 50px;
	}

	.content-main .cont-l-name {
		font-size: 28px;
	}

	.content-main .cont-left {
		padding-bottom: 105px;
		width: 280px;
	}

	.content-main .page_box {
		margin-top: 50px;
	}

	.y-p105 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.y-header1 .h1-logo,
	.y-foot .f-b1-logo {
		width: 490px;
	}

	.sy-box1 .swiper-button-next {
		right: 80px;
	}

	.sy-box1 .swiper-button-prev {
		left: 80px;
	}

	.y-header1 .h1-m-fir,
	.y-header2 .h2-fir {
		font-size: 17px;
	}

	.y-header1 .h1-m-item,
	.y-header2 .h2-item {
		font-size: 14px;
	}

	.y-header2 .h2-list {
		margin-left: 10px;
	}

	.y-header2 .h2-logo {
		width: 390px;
	}

	.y-p225 {
		box-sizing: border-box;
		padding-left: 150px;
		padding-right: 150px;
	}
	.sy-tit .s-t54,.sy-box6 .b6-tit{
		font-size: 26px;
	}
	.sy-tit .s-t-l{
		font-size: 20px;
	}
	.sy-box2 .mySwiper1 {
		width: 747px;
	}

	.sy-box2 .swiper-slide img {
		height: 486px;
	}

	.sy-box5 {
		padding-left: 150px;
	}

}

@media screen and (max-width: 1600px) {
	    .sy-box2 .b2-r-list {
	        margin-bottom: 13px;
					padding-bottom: 12px;
	    }
	.sy-box5 .b5-name{
		line-height: 22px;
		height: 48px;
	}
	.content-main .l5-item{
		height: 130px;
	}
	.content-main .l6-pic {
		width: 225px;
		height: 169px;
	}

	.content-main .l6-txt {
		font-size: 17px;
	}

	.content-main .l6-name {
		font-size: 19px;
	}

	.content-main .l5-name {
		font-size: 18px;
	}

	.content-main .l5-info p {
		font-size: 15px;
	}
	.content-main .cont-l-name {
		font-size: 26px;
		padding-left: 20px;
	}

	.content-main .cont-l-text {
		padding-left: 25px;
	}

	.content-main .cont-left {
		padding-bottom: 95px;
		width: 260px;
	}

	.content-main .cont-right {
		margin-left: 40px;
	}

	.content-main .list3 .l3-name {
		margin-right: 20px;
	}

	.y-header1 .h1-top {
		padding-top: 10px;
	}

	.sy-box5 {
		padding-left: 100px;
	}


	.y-p105 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.sy-box1 .swiper-button-next {
		right: 50px;
	}

	.sy-box1 .swiper-button-prev {
		left: 50px;
	}

	.sy-box1 .swiper-button-prev,
	.sy-box1 .swiper-button-next {
		width: 50px;
		height: 50px;
	}

	.y-header1 .h1-bottom {
		height: 185px;
	}

	.y-header1 .h1-m-fir,
	.y-header2 .h2-fir {
		font-size: 16px;
	}

	.y-header1 .h1-m-list {
		margin: 0 15px;
	}

	.y-header1 .h1-arrow .iconfont {
		font-size: 32px;
	}

	.sy-box1 .swiper-pagination {
		bottom: 120px;
	}

	.sy-box1 .swiper-pagination-bullet {
		width: 45px;
		height: 5px;
	}

	.y-header2 .h2-logo {
		width: 345px;
	}

	.y-header2 .h2-list {
		width: 88px;
		height: 70px;
	}

	.y-p225 {
		box-sizing: border-box;
		padding-left: 100px;
		padding-right: 100px;
	}

	.sy-tit .s-t-btn .iconfont {
		font-size: 40px;
		left: -15px;
	}

	.sy-tit .s-t-rund {
		width: 40px;
		height: 40px;
	}

	.sy-box2 .mySwiper1 {
		width: 700px;
	}

	.sy-box2 .swiper-slide img {
		height: 455px;
	}

	.sy-box2 .b2-info,
	.sy-box2 .swiper-pagination {
		height: 60px;
	}

	.sy-box2 .b2-i-name,
	.sy-box2 .b2-r-name,
	.sy-box3 .b3-name,
	.sy-box3 .b3-time,
	.sy-box5 .b5-name {
		font-size: 15px;
	}

	.sy-box2 .b2-r-time {
		font-size: 14px;
	}
	.sy-box3 .b3-n-time {
			font-size: 13px !important;
			margin-top: 0px;
	}
	.sy-box3 .b3-time p {
		margin-bottom: 0;
	}

	.sy-box3 .b3-name {

		margin-left: 30px;
		line-height: 29px;
	}
	.sy-box3 .b3-item{
		height: 55px;
	}
	.sy-box6 .b6-link{
		font-size: 15px;
		margin-top: 15px;
	}
	.y-foot .f-b1-logo {
		margin-top: 40px;
	}

	.y-foot .f-b1-middle {
		font-size: 15px;
		line-height: 32px;
		margin-left: 105px;
		margin-top: 40px;
	}

	.y-foot .f-b1-code img {
		width: 90px;
		height: 90px;
	}

	.y-foot .f-b1-code {
		font-size: 13px;
	}

	.y-foot .f-b1-r {
		margin-top: 30px;
	}

	.y-header1 .h1-logo,
	.y-foot .f-b1-logo {
		width: 431px;
	}

	.y-foot .f-box2 {
		height: 50px;
	}

	.y-header1 .h1-input {
		font-size: 12px;
	}

	.y-header1 .h1-search .iconfont {
		font-size: 23px;
	}
}

@media screen and (max-width: 1400px) {
	.sy-box2 .b2-r-name{
		margin-top: 3px;
	}
	.content-main .l6-pic {
		width: 210px;
		height: 157px;
		margin-right: 25px;
	}

	.content-main .l6-txt {
		font-size: 16px;
	}

	.content-main .l5-item {
		margin-top: 30px;
		height: 120px;
		padding: 0 10px 10px 10px;
	}

	.content-main .l5-name {
		font-size: 17px;
		height: 45px;
	}

	.content-main .l5-line {
		width: 40px;
	}

	.content-main .l5-info {
		padding: 15px;
	}

	.content-main .l2-item {
		margin-top: 25px;
	}
	.content-main .details1 .det1-tit {
		font-size: 15px;
		padding-bottom: 20px;
	}
	.content-main {
		margin-top: 25px;
		padding-bottom: 40px;
	}

	.content-main .cont-l-name {
		font-size: 24px;
	}

	.content-main .cont-left {
		padding-bottom: 90px;
		width: 250px;
	}

	.content-main .conr-rt-text {
		font-size: 20px;
	}

	.content-main .conr-rt-line {
		height: 3px;
	}

	.content-main .list3 {
		margin-top: 25px;
	}

	.content-main .page_box {
		margin-top: 40px;
	}

	.y-header1 .h1-logo,
	.y-foot .f-b1-logo {
		width: 385px;
	}

	.y-header1 .h1-search {
		margin-left: 20px;
	}

	.sy-box1 .swiper-button-prev,
	.sy-box1 .swiper-button-next {
		width: 45px;
		height: 45px;
	}

	.sy-box1 .swiper-button-next:after,
	.sy-box1 .swiper-button-prev:after {
		font-size: 16px;
	}

	.y-header1 .h1-bottom {
		height: 150px;
		padding-top: 70px;
	}

	.sy-box1 .swiper-pagination {
		bottom: 80px;
	}

	.y-header1 .h1-arrow .iconfont {
		font-size: 30px;
	}

	@-webkit-keyframes gogogo {
		0% {
			bottom: 5px;
		}

		50% {
			bottom: 10px;
		}

		100% {
			bottom: 5px;
		}
	}

	.sy-box1 .swiper-pagination-bullet {
		width: 40px;
		height: 4px;
	}

	.y-header1 .h1-m-fir,
	.y-header2 .h2-fir {
		font-size: 15px;
	}

	.y-header2 .h2-list {
		width: 80px;
		margin-left: 3px;
	}

	.y-header2 .h2-logo {
		width: 304px;
	}

	.y-p225 {
		box-sizing: border-box;
		padding-left: 70px;
		padding-right: 70px;
	}

	.sy-tit .s-t54 {
		font-size: 24px;
	}

	.sy-tit .s-t-l,
	.sy-box6 .b6-tit {
		font-size: 17px;
	}

	.sy-tit .s-t-link:hover .s-t-rund {
		width: 120px;
		border-radius: 30px;
	}

	.sy-box2 .mySwiper1 {
		width: 610px;
	}

	.sy-box2 .swiper-slide img {
		height: 397px;
	}

	.sy-box2 .b2-right {
		margin-left: 20px;
	}

	.sy-box2 .b2-r-time {
		font-size: 12px;
	}

	.sy-box2 .b2-r-list {
			margin-bottom: 8px;
			padding-bottom: 9px;
	}
	.sy-box3 .b3-time p{
		font-size: 16px;
	}
	.sy-box3 .b3-name {
		margin-left: 20px;
		line-height: 26px;
	}

	.sy-box5 {
		padding-left: 70px;
	}
	.sy-box2 .b2-i-name, .sy-box2 .b2-r-name, .sy-box3 .b3-name, .sy-box3 .b3-time, .sy-box5 .b5-name {
	        font-size: 14px;
	    }
			.sy-box5 .b5-name{
				line-height: 18px;
				height: 38px;
			}
	.sy-box6 .b6-link {
		font-size: 14px;
	}

	.y-foot .f-b1-middle {
		margin-left: 80px;
	}

	.y-foot .f-b1-code img {
		width: 80px;
		height: 80px;
	}

	.y-foot .f-box2 {
		height: 45px;
		font-size: 13px;
	}
}

@media screen and (max-width: 1200px) {
/* 	.sy-box2{
		padding-bottom: 0px;
	} */
	.content-main .details{
		margin-top: 25px;
	}
	.content-main .cont-left {
		display: none;
	}

	.content-main .cont-right {
		margin-left: 0;
	}

	.content-main .cont-r-tit {
		height: max-content;
		padding-bottom: 10px;
	}

	.content-main .conr-rt-line {
		bottom: -12px;
	}

	.y-header1 .h1-top,
	.y-header1 .h1-menu {
		display: none;
	}

	.y-header2 {
		display: block;
	}

	.y-header1 .h1-bottom {
		height: 100px;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(54, 86, 153, 0.02) 74%, rgba(19, 80, 164, 0.01) 100%);
	}

	.sy-box1 .swiper-pagination {
		bottom: 55px;
	}

	.navbar {
		display: flex;
	}

	.y-page {
		padding-top: 60px;
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		box-sizing: border-box;
	}

	.y-header2 .y-h2-pc {
		display: none;
	}

	.y-p105 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.sy-box1 .swiper-button-prev,
	.sy-box1 .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.sy-box1 .swiper-button-next:after,
	.sy-box1 .swiper-button-prev:after {
		font-size: 14px;
	}

	.sy-box1 .swiper-button-next {
		right: 30px;
	}

	.sy-box1 .swiper-button-prev {
		left: 30px;
	}

	.y-header1 .h1-bottom {
		display: none;
	}

	.sy-box1 .swiper-pagination {
		bottom: 10px;
	}

	.sy-box1 .swiper-pagination-bullet {
		width: 25px;
		height: 3px;
	}

	.y-p225 {
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 50px;
	}
	.sy-tit .s-t-rund {
		width: 35px;
		height: 35px;
	}

	.sy-tit .s-t-btn .iconfont {
		font-size: 37px;
	}

	.sy-tit .s-t-link {
		font-size: 12px;
	}

	.sy-box2 .mySwiper1 {
		width: 490px;
	}

	.sy-box2 .swiper-slide img {
		height: 319px;
	}

	.sy-box2 .b2-info {
		padding: 0 80px 0 15px;
	}

	.sy-box2 .b2-r-list {
			margin-bottom: 4px;
			padding-bottom: 5px;
	}

	.sy-box2 .b2-info,
	.sy-box2 .swiper-pagination {
		height: 55px;
	}

	.sy-box3 .b3-name {
		line-height: 24px;
	}

	.sy-box4 .b4-main {
		margin-top: 20px;
	}

	.sy-box5 {
		padding-left: 50px;
	}

	.sy-box5 .mySwiper2 {
		margin-top: 20px;
	}

	.sy-box6 .b6-link {
		width: 23.6%;
		margin-right: 1.86%;
	}

	.sy-box6 .b6-link:nth-child(4n) {
		margin-right: 0;
	}

	.sy-box6 .b6-link:nth-child(5n) {
		margin-right: 1.86%;
	}

	.y-foot .f-b1-logo {
		position: absolute;
		top: 20px;
		margin: 0;
		z-index: 1;
	}

	.y-foot .f-box1 {
		position: relative;
	}

	.y-foot .f-b1-middle {
		margin-top: 80px;
		margin-left: 0;
		font-size: 14px;
		line-height: 30px;
	}

	.y-foot .f-b1-code img {
		width: 70px;
		height: 70px;
		margin-bottom: 5px;
	}

	.y-foot .f-b1-code {
		font-size: 12px;
		margin-left: 15px;
	}

}

@media screen and (max-width: 993px) {
	.sy-box5 .b5-name{
		height: 38px;
	}
	.content-main .l6-name {
		font-size: 18px;
	}

	.content-main .l6-txt {
		font-size: 15px;
		line-height: 26px;
	}

	.content-main .l6-pic {
		width: 179px;
		height: 134px;
		margin-right: 20px;
	}

	.content-main .l5-item {
		width: 48%;
		margin-right: 0 !important;
		margin-top: 25px;
		height: 115px;
	}

	.content-main .l5-name {
		font-size: 16px;
		height: 40px;
	}

	.content-main .l5-line {
		width: 35px;
	}

	.content-main .l5-list {
		justify-content: space-between;
	}

	.content-main .l2-name {
		font-size: 15px;
		margin-top: 8px;
		height: 40px;
	}

	.content-main .l2-item {
		margin-top: 25px;
	}

	.content-main .details {
		font-size: 15px;
	}

	.content-main .details1 {
		margin-top: 20px;
	}

	.content-main .details1 .det1-name {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.content-main .details1 .det1-info {
		font-size: 15px;
	}

	.content-main .conr-rt-text {
		font-size: 18px;
	}

	.content-main .page_box {
		margin-top: 30px;
	}

	.content-main .cont-r-navigation {
		font-size: 14px;
	}

	.content-main .list3 .l3-item {
		font-size: 13px;
		height: 55px;
	}

	.content-main .list3 .l3-name,
	.content-main .page_box {
		font-size: 15px;
	}

	.content-main {
		padding-bottom: 30px;
	}

	.sy-tit .s-t54 {
		font-size: 22px;
	}
	.sy-tit .s-t-l{
		font-size: 16px;
	}
	.sy-box3 .b3-time p,
	.sy-box6 .b6-tit {
		font-size: 18px;
	}

	.sy-box2 .b2-main {
		flex-direction: column;
	}

	.sy-box2 .mySwiper1 {
		width: 100%;
	}

	.sy-box2 .swiper-slide {
		width: 100%;
		padding-bottom: 65%;
		height: 0;
		overflow: hidden;
		position: relative;
	}

	.sy-box2 .swiper-slide img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}

	.sy-box2 .b2-right {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
		overflow: hidden;
	}

	.sy-box2 .b2-r-list {
		        margin-bottom: 6px;
		        padding-bottom: 6px;
	}

	.sy-box3 .b3-item {
		width: 100%;
	}
	.sy-box5 .swiper-slide{
		width: 25%;
	}
	.new-box{
		flex-direction: column;
	}
	.sy-box3{
		width: 100%;
	}
	.sy-box3:last-child{
		margin-top: 20px;
	}
	.sy-box6 .b6-link {
		width: 32%;
		margin-right: 1.9%;
		font-size: 13px;
		height: 35px;
		margin-top: 15px;
	}

	.sy-box6 .b6-link:nth-child(3n) {
		margin-right: 0;
	}

	.sy-box6 .b6-link:nth-child(4n),
	.sy-box6 .b6-link:nth-child(5n) {
		margin-right: 1.9%;
	}

	.y-foot .f-b1-logo {
		width: 330px;
	}

	.y-foot .f-b1-middle {
		margin-top: 70px;
		line-height: 28px;
	}

	.y-foot .f-box2 {
		height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.content-main .l2-item{
		width: 31.99%;
	}
	.content-main .l2-item:nth-child(3n){
		margin-right: 0 !important;
	}
	.content-main .l2-item:nth-child(4n){
		margin-right: 2% !important;
	}
	.content-main .l6-item{
		padding-bottom: 15px;
		margin-top: 15px;
	}
	.content-main .l6-name {
		font-size: 17px;
	}

	.content-main .l6-txt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.content-main .l6-pic {
		width: 150px;
		height: 112px;
	}

	.content-main .l6-info {
		padding-top: 10px;
	}

	.content-main .l5-info {
		padding: 10px 5px;
	}

	.content-main .l5-info p {
		font-size: 14px;
		margin-top: 7px;
	}

	.sy-box1 .swiper-pagination-bullet {
		width: 20px;
	}

	.y-p225 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.sy-tit .s-t54 {
		font-size: 20px;
	}

	.sy-tit .s-t-l,
	.sy-box3 .b3-time p,
	.sy-box6 .b6-tit {
		font-size: 15px;
	}

	.sy-tit .s-t-rund {
		width: 30px;
		height: 30px;
	}

	.sy-box4 .b4-main {
		flex-direction: column;
		margin-top: 0;
	}

	.sy-box4 .b4-pic {
		width: 100%;
		margin-top: 20px !important;
		padding-bottom: 27%;
	}

	.sy-box5 {
		padding-left: 30px;
	}

	.sy-box5 .swiper-slide {
		width: 35%;
	}
	.y-foot .f-box1 {
		flex-direction: column;
		align-items: center;
	}

	.y-foot .f-b1-r {
		margin-left: 0;
		margin-top: 10px;
	}

	.y-foot .f-b1-code {
		margin: 0 5px;
	}

	.y-foot .f-b1-middle {
		text-align: center;
	}

	.y-foot .f-box2 {
		height: max-content;
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}

}

@media screen and (max-width: 576px) {
	.content-main .l6-time{
		font-size: 12px;
		margin-left: 10px;
	}

	.content-main .list6{
		margin-top: 20px;
	}
	    .sy-box3:last-child {
	        margin-top: 0px;
	    }
	.sy-box5 .mySwiper2{
		margin-top: 15px;
	}


	.content-main .l6-pic {
		width: 120px;
		height: 90px;
		margin-right: 10px;
	}

	.content-main .l6-name {
		font-size: 16px;
	}

	.content-main .l6-txt {
		font-size: 13px;
		line-height: 22px;
	}

	.content-main .l5-item {
		width: 100%;
		margin-top: 20px;
		height: 100px;
	}

	.content-main .l2-item {
		width: 48%;
		margin-right: 0 !important;
		margin-top: 20px;
	}

	.content-main .l2-list {
		justify-content: space-between;
	}

	.content-main .l2-name {
		font-size: 14px;
		margin-top: 5px;
		height: 38px;
	}

	.content-main .details {
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
	}

	.content-main .details1 {
		margin-top: 20px;
	}

	.content-main .details1 .det1-name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.content-main .details1 .det1-tit {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.content-main .details1 .det1-info {
		font-size: 14px;
		line-height: 26px;
	}

	.content-main {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.content-main .list3 .l3-name,
	.content-main .page_box {
		font-size: 15px;
	}

	.content-main .conr-rt-text {
		font-size: 16px;
	}

	.content-main .cont-r-navigation {
		display: none;
	}

	.content-main .list3 {
		margin-top: 20px;
	}

	.content-main .list3 .l3-item {
		height: 50px;
	}

	.y-header2 .h2-logo {
		width: 224px;
	}

	.navbar {
		height: 55px;
	}

	.y-page {
		padding-top: 55px;
	}

	.navbar input:checked~ul {

		height: calc(100% - 55px);
		min-height: calc(100vh - 55px);
	}

	.navbar ul {
		top: 55px;
	}

	.sy-box1 .swiper-button-prev,
	.sy-box1 .swiper-button-next {
		width: 35px;
		height: 35px;
	}

	.sy-box1 .swiper-button-next:after,
	.sy-box1 .swiper-button-prev:after {
		font-size: 12px;
	}

	.sy-box1 .swiper-pagination-bullet {
		width: 15px;
		height: 2px;
	}
	.sy-box3{
		padding-bottom: 20px;
	}
	.sy-box2{
		padding-top: 20px;
	}
	.sy-box4,
	.sy-box5 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.y-p105,
	.y-p225 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar input,
	.navbar span {
		right: 20px;
	}

	.navbar ul .nav-menu {
		padding: 15px 20px;
	}

	.sy-tit .s-t54 {
		font-size: 18px;
	}

	.sy-tit .s-t-l{
		font-size: 12px;
	}
	.sy-box3 .b3-time{
		font-size: 13px;
	}
	.sy-tit .s-t-btn .iconfont {
		font-size: 33px;
	}

	.sy-box2 .b2-main {
		margin-top: 15px;
	}

	.sy-box2 .b2-info,
	.sy-box2 .swiper-pagination {
		height: 48px;
	}

	.sy-box2 .swiper-pagination {
		padding-right: 10px;
	}

	.sy-box3 .b3-item {
		margin-top: 15px;
	}

	.sy-box3 .b3-name {
		line-height: 20px;
	}

	.sy-box4 {
		padding-top: 0;
	}

	.sy-box5 .swiper-slide {
		width: 63%;
	}
	.sy-box6 .b6-link {
		width: 48%;
		margin-right: 0 !important;
		font-size: 12px;
	}
.sy-box6{
	padding-bottom: 20px;
}
	.sy-box6 .b6-list {
		justify-content: space-between;
	}

	.y-foot .f-b1-logo {
		width: 300px;
	}

	.y-foot .f-b1-middle {
		margin-top: 65px;
		line-height: 22px;
		font-size: 13px;
	}

	.y-foot .f-b1-code img {
		width: 65px;
		height: 65px;
	}
}